2016-05-14 19:18:31 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2016-12-03 12:15:12 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{% include base.html %}
|
|
|
|
<!--<link rel="shortcut icon" href="https://www.openhab.org/favicon.png"></link>-->
|
2016-12-04 20:26:26 +00:00
|
|
|
<title>{% if page.title != nil %}{{ page.title }} - {% endif %}openHAB 2.0 - Empowering the Smart Home</title>
|
2016-05-14 19:18:31 +00:00
|
|
|
|
2016-12-03 12:15:12 +00:00
|
|
|
<!-- CSS -->
|
2016-12-10 17:32:12 +00:00
|
|
|
<link rel="stylesheet" href="{{base}}/css/materialize.css" media="screen,projection" />
|
|
|
|
<link rel="stylesheet" href="{{base}}/css/highlight.github.css" media="screen,projection" />
|
|
|
|
<link rel="stylesheet" href="{{base}}/css/styles.css" />
|
|
|
|
<link rel="stylesheet" href="{{base}}/css/openhab.css" />
|
2016-12-03 12:15:12 +00:00
|
|
|
|
|
|
|
<!-- Font -->
|
2016-12-04 20:26:26 +00:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css' />
|
2016-05-14 19:18:31 +00:00
|
|
|
</head>
|
2016-05-14 19:23:24 +00:00
|
|
|
|
2016-12-03 12:15:12 +00:00
|
|
|
<body class="{{ include.bodyClass }}">
|
|
|
|
<div id="header" class="navbar-fixed">
|
|
|
|
<nav role="navigation">
|
|
|
|
<div class="container">
|
|
|
|
<div class="nav-wrapper">
|
|
|
|
<a href="{{base}}/index.html"><img id="logo" src="/images/logo.png" /></a>
|
|
|
|
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
|
|
|
|
<ul class="right hide-on-med-and-down">
|
|
|
|
<li><a href="{{base}}/tutorials">Tutorials</a></li>
|
2016-12-07 23:12:25 +00:00
|
|
|
<li><a href="{{base}}/introduction.html">User Manual</a></li>
|
2016-12-03 12:15:12 +00:00
|
|
|
<li><a href="{{docu}}/developers">Developer Guide</a></li>
|
2016-12-04 20:26:26 +00:00
|
|
|
<li><a target="_blank" href="https://community.openhab.org">Community Forum</a></li>
|
|
|
|
<li><a target="_blank" href="https://github.com/openhab">GitHub</a></li>
|
2016-12-03 12:15:12 +00:00
|
|
|
</ul>
|
|
|
|
<ul id="nav-mobile" class="side-nav">
|
|
|
|
<li><a href="{{base}}/index.html">Home</a></li>
|
|
|
|
<li><a href="{{base}}/tutorials">Tutorials</a></li>
|
2016-12-07 23:12:25 +00:00
|
|
|
<li><a href="{{base}}/introduction.html">User Manual</a></li>
|
2016-12-03 12:15:12 +00:00
|
|
|
<li><a href="{{docu}}/developers">Developer Guide</a></li>
|
2016-12-04 20:26:26 +00:00
|
|
|
<li><a target="_blank" href="https://community.openhab.org">Community Forum</a></li>
|
|
|
|
<li><a target="_blank" href="https://github.com/openhab">GitHub</a></li>
|
2016-12-03 12:15:12 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</div>
|