mirror of
https://github.com/DanilaFe/abacus
synced 2025-01-09 15:54:13 -08:00
Merge pull request #8 from DanilaFe/new_image
Add a Logo. Sorry Arthur, there's literally no reason to wait for approval on this one.
This commit is contained in:
commit
8ea34b8f6e
@ -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 |
Loading…
Reference in New Issue
Block a user