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:
Danila Fedorin 2017-08-30 20:04:12 -07:00 committed by GitHub
commit 8ea34b8f6e
2 changed files with 10 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{% include head.html %}
<style>
body {
margin-top: 100px;
margin-top: 50px;
color: white;
text-align: center;
}
@ -11,7 +11,13 @@
font-family: "Source Code Pro"
}
img {
img#logo {
margin: auto;
width: 100%;
max-width: 100px;
}
img#image_preview {
margin: auto;
width: 100%;
max-width: 432px;
@ -33,6 +39,7 @@
}
</style>
<body>
<img src="https://raw.githubusercontent.com/DanilaFe/abacus/master/image/logo.png" id="logo">
<h1>Abacus</h1>
<h2>The programmer's calculator</h2>
<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/wiki">Wiki</a>
</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>
</html>

BIN
image/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB