mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 19:16:50 +00:00

* Fix http to https for Jekyll link in footer Prevents 301 redirecting. Hits on every page when scanning with Xenu. * Update facebook link Fixes 301 redirect. Xenu hits on every single page.
37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<div class="grid-wrapper">
|
|
<div class="grid">
|
|
<div class="grid__item">
|
|
<div class="copyright grid">
|
|
<div class='company grid__item one-third lap-one-half palm-one-whole'>
|
|
<div class="title">
|
|
<img width="40" src="/images/favicon-192x192-full.png" alt="Home Assistant"> Home Assistant
|
|
</div>
|
|
<div class="icons">
|
|
<a rel="me" href='https://twitter.com/home_assistant' title="Twitter"><i class="icon-twitter"></i></a>
|
|
<a rel="me" href='https://www.facebook.com/homeassistantio' title="Facebook"><i class="icon-facebook"></i></a>
|
|
<a rel="me" href='https://github.com/home-assistant/home-assistant' title="GitHub"><i class="icon-github"></i></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='grid__item one-third lap-one-half palm-one-whole'>
|
|
<ul>
|
|
<li><a href='https://alerts.home-assistant.io'>Home Assistant Alerts</a></li>
|
|
<li><a href='https://developers.home-assistant.io'>Developers</a></li>
|
|
<li><a href='https://data.home-assistant.io'>Data Science</a></li>
|
|
<li><a href='mailto:hello@home-assistant.io'>Contact</a> (no support!)</li>
|
|
<li><a href='/security/'>Security Vulnerabilities</a></li>
|
|
<li><a href='/privacy/'>Privacy</a></li>
|
|
<li><a href='https://status.home-assistant.io'>System Status</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class='grid__item one-third lap-one-half palm-one-whole'>
|
|
Website powered by <a href='https://jekyllrb.com/'>Jekyll</a> and the
|
|
<a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.
|
|
Hosted by <a href='https://www.netlify.com/'>Netlify</a>.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|