website/templates/index.html
2020-06-13 14:46:35 +02:00

60 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>midgard</title>
<link rel="stylesheet" href="main.css"/>
</head>
<body>
<header>
<a href="/">
<img src="midgard.jpg" alt="A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar"/>
<h1 class="sitename">
<span class="wordmark"><span>mid</span><span>gard</span></span>
</h1>
</a>
</header>
<main>
<section id="blog" class="links">
<h2>Blog</h2>
<ul>{blog_posts}
</ul>
</section>
<section id="projects" class="links">
<h2>Projects</h2>
<p>Coming soon</p>
<!--
<ul>
<li><a href="/projects/osm-frontend/">
<div class="title">OpenStreetMap frontend</div>
<div class="summary">Building a great frontend for a great map</div>
</a></li>
<li><a href="/projects/ipo/">
<div class="title">ipo</div>
<div class="summary">A Python library that brings shell-like piping to Python</div>
</a></li>
<li><a href="/projects/itinero-mapmatcher/">
<div class="title">Itinero Mapmatcher</div>
<div class="summary">My internship: snapping GPX traces to the road network</div>
</a></li>
<li><a href="/projects/hlds/">
<div class="title">HLDS</div>
<div class="summary">DSL and parser for restaurant menus</div>
</a></li>
</ul>
-->
</section>
</main>
<aside id="social">
<a id="rss-link" href="/rss/">Follow with RSS</a>
<a id="irc-link" href="/irc/">Contact on IRC</a>
</aside>
<footer>© 2020 midgard</footer>
</body>
</html>