summaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: 79e4bdc72758051629fddce18545a8e6728f5cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{{partial "header.tmpl" .}}
<div class="row">
    <header><p>welcome</p></header>
</div>
<div class="container main">
	<div class="row">
		<div class="twelve columns">
           	 	<a href="https://www.complicissimus.de" title="blog">the blog</a>
		</div>
		<div class="twelve columns margin-top-small">
            		<a href="projects/" title="side projects">projects</a>
		</div>
		<div class="twelve columns margin-top-small">
            		<a href="journal/" title="journal">journal</a>
		</div>
		<div class="twelve columns margin-top-small">
            		<a href="contact/" title="contact">contact</a>
		</div>
	</div>
</div>
{{partial "footer.tmpl"}}