path:
/template.html
1.93 KB | plain
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>$title$</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/style.css" rel="stylesheet" />
</head>
<body>
<header>
<h1>$title$</h1>
<p>$subtitle$</p>
</header>
<nav>
<a href="/"$if(page-about)$ class="active" $endif$>home</a>
<a href="/projects.html"$if(page-projects)$ class="active" $endif$>projects</a>
<a href="/contact.html"$if(page-contact)$ class="active" $endif$>contact</a>
<a class="right" href="https://photos.zaphyra.eu/">photos</a>
<a class="right" href="https://git.zaphyra.eu/">git</a>
</nav>
<main>
$body$
</main>
<footer><a href="/imprint.html">Imprint</a></footer>
<div class="flags">
<div class="flag"><div style="background:#5a5a5a; width:14.28%;"></div><div style="background:#f17e7e; width:14.28%;"></div><div style="background:#f8e17f; width:14.28%;"></div><div style="background:#f2f2f2; width:14.28%;"></div><div style="background:#a1d0ff; width:14.28%;"></div><div style="background:#65b567; width:14.28%;"></div><div style="background:#5a5a5a; width:14.28%;"></div></div>
<div class="flag"><div style="background:#5bcffa; width:20%;"></div><div style="background:#f5abb9; width:20%;"></div><div style="background:#f2f2f2; width:20%;"></div><div style="background:#f5abb9; width:20%;"></div><div style="background:#5bcffa; width:20%;"></div></div>
<div class="flag"><div style="background:#197e51; width:20%;"></div><div style="background:#3da645; width:20%;"></div><div style="background:#f2f2f2; width:20%;"></div><div style="background:#6d0070; width:20%;"></div><div style="background:#470348; width:20%;"></div></div>
<div class="flag"><div style="background:#ba70f8; width:25%;"></div><div style="background:#f8708c; width:25%;"></div><div style="background:#f7db64; width:25%;"></div><div style="background:#77b961; width:25%;"></div></div>
</div>
</body>
</html>