Added files website

Signed-off-by: dehaandirk
This commit is contained in:
dehaandirk 2018-07-08 20:31:33 +02:00
commit 38efb5b94a
45 changed files with 39665 additions and 0 deletions

13
nav/home-nav.html Normal file
View file

@ -0,0 +1,13 @@
<head>
<title>Energy4all - Home</title>
</head>
<header>
<div class="headernav" id="headernav">
<a class="left" href="content/home/project.html">Home</a>
<a href="content/home/api.html">API</a>
<a href="content/home/infrastructuur.html">Infrastructuur</a>
<a href="content/home/bedrijven.html">Bedrijven</a>
<a id="home_header" href="content/home/project.html">Project</a>
</div>
</header>