Webseite angefangen.

This commit is contained in:
Jörg Thalheim 2013-10-21 19:37:08 +02:00
parent a287077b08
commit a9499c17bb
1 changed files with 46 additions and 0 deletions

46
www/index.html Normal file
View File

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<link rel="stylesheet"
href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<style type="text/css" media="screen">
.legal {
font-size: 87.5%;
border-top: 1px solid rgb(238, 238, 238);
padding: 0.5em 1.1429em;
background: none repeat scroll 0% 0% rgb(250, 250, 250);
line-height: 1.6em;
}
</style>
</head>
<body>
<header id="home">
<div class="pure-menu pure-menu-open pure-menu-horizontal">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#status">Status</a></li>
<li><a href="#bericht">Bericht</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div>
</header>
<section id="status">
<h2>Status</h2>
Coming soon!
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="/bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>
Coming soon!
</section>
<footer class="legal">
(C) Company
</footer>
</body>
</html>