Site updated at 2014-12-20 20:41:02 UTC
This commit is contained in:
parent
3b143db528
commit
f8109c40fe
14 changed files with 52 additions and 46 deletions
13
index.html
13
index.html
|
@ -17,10 +17,11 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="http://home-assistant.io">
|
||||
|
||||
<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>
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</head>
|
||||
|
||||
|
||||
<body >
|
||||
|
@ -29,8 +30,8 @@
|
|||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-four-sixths palm-one-whole">
|
||||
<a href="/" class="site-title">Home Assistant</a>
|
||||
<div class="grid__item three-tenths lap-four-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title"><img src='/images/favicon-192x192.png'> Home Assistant</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-two-sixths palm-one-whole">
|
||||
|
@ -60,10 +61,10 @@
|
|||
<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>
|
||||
<h1>Bring your home alive</h1>
|
||||
<hr>
|
||||
<p class="lead">
|
||||
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.
|
||||
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less then a minute.
|
||||
</p>
|
||||
<p>
|
||||
<a href='/getting-started' class='btn' style='margin: 0 50px 10px 0;'>Get started</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue