Site updated at 2014-12-21 22:41:30 UTC
This commit is contained in:
parent
2c264fa91d
commit
bb4559958d
16 changed files with 1033 additions and 235 deletions
10
index.html
10
index.html
|
@ -43,8 +43,9 @@
|
|||
<ul class="menu pull-right">
|
||||
<li><a href="/getting-started/">Getting started</a></li>
|
||||
<li><a href="/architecture/">Architecture</a></li>
|
||||
<li><a href="/contributing/">Contributing</a></li>
|
||||
<li><a href="/blog/2014/12/18/website-launched/">Blog</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/api/">API</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -56,7 +57,7 @@
|
|||
</header>
|
||||
|
||||
|
||||
<div class="hero" style="background-color: rgb(0, 178, 255); /* background-image: url('/images/cliffs_of_moher.jpg');*/">
|
||||
<div class="hero">
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid flex">
|
||||
<div class="grid__item flex__item two-fifths palm-one-whole">
|
||||
|
@ -194,8 +195,7 @@ Home Assistant will track the state of all the devices in your home, so you don&
|
|||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
||||
<script defer src="/javascripts/octopress.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue