Added our first template

It has the most basic vaffling dot noo things, such as a nav-bar,
favico, header and header image, and placeholder content (that is
not ipsum for some reason). Subject to verry much change =)
This commit is contained in:
Simon Glisic Randby 2015-09-13 22:52:11 +02:00
parent aed126f8f0
commit 84cac661ed
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<html>
<head>
<title>The vaffling empire</title>
<link rel="shortcut icon" href="http://www.sjomannskirken.no/media/5386287/sjoemannskirken_frimerke_4x3.jpg"><!-- The tiny logo next to the tab text-->
<link rel="stylesheet" type="text/css" href="../static/stylesheets/site-wide.css">
<link rel="stylesheet" type="text/css" href="../static/stylesheets/navbar.css">
<link rel="stylesheet" type="text/css" href="../static/stylesheets/header.css">
</head>
<body>
<!-- <a href="/home">Home</a> Here comes a fancy pictogram -->
<header>
<a href="#"><img src="http://placekitten.com/512/511" /><h1>Vaffling dot noo</h1></a>
</header>
<nav>
<ul>
<li><a href="#">Communities</a></li>
<li><a href="#">Payments</a></li>
<li><a href="#">My waffles</a></li>
</ul>
</nav>
<div id="content">
<!-- Here be content block -->
<p class="frontpage_text">
Here be dragons
</p>
<!-- End of content block -->
</div>
</body>
</html>