summaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: 94aa532f3eb98fb31ab34ad4cb97d9aa7541cb7e (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">my 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="https://www.complicissimus.de/about/#kontakt" title="contact">contact</a>
		</div>
	</div>
</div>
{{partial "footer.tmpl"}}