mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-26 16:45:21 +00:00
Compare commits
4 Commits
tree-opera
...
new-image
| Author | SHA1 | Date | |
|---|---|---|---|
| 672252ef41 | |||
| 824f391fc7 | |||
| 63a160659a | |||
| 879d09e5b8 |
@@ -3,7 +3,7 @@
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin-top: 100px;
|
margin-top: 50px;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,13 @@
|
|||||||
font-family: "Source Code Pro"
|
font-family: "Source Code Pro"
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img#logo {
|
||||||
|
margin: auto;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img#image_preview {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 432px;
|
max-width: 432px;
|
||||||
@@ -33,6 +39,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="https://raw.githubusercontent.com/DanilaFe/abacus/master/image/logo.png" id="logo">
|
||||||
<h1>Abacus</h1>
|
<h1>Abacus</h1>
|
||||||
<h2>The programmer's calculator</h2>
|
<h2>The programmer's calculator</h2>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
@@ -41,6 +48,6 @@
|
|||||||
<a class="button inverted" href="https://github.com/DanilaFe/abacus">Contribute</a>
|
<a class="button inverted" href="https://github.com/DanilaFe/abacus">Contribute</a>
|
||||||
<a class="button inverted" href="https://github.com/DanilaFe/abacus/wiki">Wiki</a>
|
<a class="button inverted" href="https://github.com/DanilaFe/abacus/wiki">Wiki</a>
|
||||||
</div>
|
</div>
|
||||||
<img src="http://i.imgur.com/Min70QY.png" title="source: imgur.com" />
|
<img src="http://i.imgur.com/Min70QY.png" title="source: imgur.com" id="image_preview"/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
BIN
image/logo.png
Normal file
BIN
image/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user