Add email address

This commit is contained in:
Paulus Schoutsen 2016-05-31 13:50:55 -07:00
parent 9c3b605213
commit 0b2387a899
2 changed files with 4 additions and 1 deletions

View File

@ -207,8 +207,10 @@ p.note {
text-align: center;
i {
font-size: 2.2em;
font-size: 3em;
margin-right: 8px;
position: relative;
top: -5px;
}
.credit {
text-align: left;

View File

@ -3,6 +3,7 @@
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
<div class="credit">
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
</div>