Site updated at 2014-12-20 20:41:02 UTC

This commit is contained in:
Paulus Schoutsen 2014-12-20 12:41:02 -08:00
parent 3b143db528
commit f8109c40fe
14 changed files with 52 additions and 46 deletions

View file

@ -17,10 +17,11 @@
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://home-assistant.io/getting-started">
<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">
@ -71,9 +72,7 @@
<hr class="divider">
<p>Running Home Assistant requires that python3 and the package requests are installed.</p>
<p>Run the following code to get up and running with the minimum setup:</p>
<p>Installing Home Assistant and running it is easy. Make sure you have <a href="https://www.python.org/downloads/">Python 3</a> installed and execute the following code in your console:</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>