Site updated at 2014-12-20 20:03:14 UTC

This commit is contained in:
Paulus Schoutsen 2014-12-20 12:03:14 -08:00
parent 51b5f09c2c
commit 1dd85faabf
13 changed files with 119 additions and 118 deletions

View file

@ -15,11 +15,11 @@
<meta name="description" content="Home Assistant is an open-source home automation platform running on Python 3.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://balloob.github.io/home-assistant">
<link rel="canonical" href="http://home-assistant.io">
<link href="/home-assistant/favicon.png" rel="icon">
<link href="/home-assistant/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/home-assistant/github/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
</head>
@ -30,7 +30,7 @@
<div class="grid">
<div class="grid__item three-tenths lap-four-sixths palm-one-whole">
<a href="/home-assistant/" class="site-title">Home Assistant</a>
<a href="/" class="site-title">Home Assistant</a>
</div>
<div class="grid__item seven-tenths lap-two-sixths palm-one-whole">
@ -38,10 +38,10 @@
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/home-assistant/getting-started">Getting started</a></li>
<li><a href="/home-assistant/architecture">Architecture</a></li>
<li><a href="/home-assistant/contributing">Contributing</a></li>
<li><a href="/home-assistant/blog/2014/12/18/website-launched/">Blog</a></li>
<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="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
</ul>
</nav>
@ -57,7 +57,7 @@
<div class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item two-fifths palm-one-whole">
<img src="/home-assistant/images/hero_screenshot.png" alt="Home Assistant screenshot">
<img src="/images/hero_screenshot.png" alt="Home Assistant screenshot">
</div>
<div class="grid__item flex__item three-fifths palm-one-whole">
<h1>Bring life to your home</h1>
@ -66,7 +66,7 @@
Home Assistant is an open-source home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.
</p>
<p>
<a href='/home-assistant/getting-started' class='btn' style='margin: 0 50px 10px 0;'>Get started</a>
<a href='/getting-started' class='btn' style='margin: 0 50px 10px 0;'>Get started</a>
<a href='https://www.github.com/balloob/home-assistant' class='btn'>Browse code on GitHub</a>
</p>
</div>
@ -191,7 +191,7 @@ Home Assistant will track the state of all the devices in your home, so you don&
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script defer src="/home-assistant/javascripts/octopress.js"></script>
<script defer src="/javascripts/octopress.js"></script>