blob: fe29166f7fb03da20299f4af825ea23edd5bf661 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<% include header %>
</head>
<body>
<% include navbar %>
<!-- Wrapper
================================================== -->
<div class="container" id="wrapper">
<div class="row-fluid row" style="background-color: #f99">
<div class="span5" style="background-color: #99f">
<h1>Prosjekter</h1>
<section class="projects">
<section class="project">
<h1>Hyttetur</h1>
Dennis, Robert, Turid-Laila
</section>
<section class="project">
</section>
<section class="project">
</section>
</section>
</div><!-- /div.span5 -->
<div class="span7">
HER KOMMER EN GRAF
</div><!-- /div.span7 -->
</div><!-- /div.row -->
</div><!-- /div.#wrapper -->
<% include footer %>
|