website/index.html

58 lines
1.6 KiB
HTML
Raw Normal View History

2020-06-01 22:52:23 +00:00
<!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>
<img src="midgard.jpg" alt="A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar"/>
2020-06-02 13:42:25 +00:00
<h1 class="sitename">
2020-06-01 22:52:23 +00:00
<a href="/" class="wordmark"><span>mid</span><span>gard</span></a>
</h1>
</header>
2020-06-02 16:41:46 +00:00
<main>
<section id="blog" class="links">
<h2>Blog</h2>
<ul>{blog_posts}
</ul>
</section>
2020-06-01 22:52:23 +00:00
2020-06-02 16:41:46 +00:00
<section id="projects" class="links">
<h2>Projects</h2>
2020-06-07 22:23:51 +00:00
<p>Coming soon</p>
<!--
2020-06-02 16:41:46 +00:00
<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>
2020-06-07 22:23:51 +00:00
<li><a href="/projects/hlds/">
<div class="title">HLDS</div>
<div class="summary">DSL and parser for restaurant menus</div>
</a></li>
2020-06-02 16:41:46 +00:00
</ul>
2020-06-07 22:23:51 +00:00
-->
2020-06-02 16:41:46 +00:00
</section>
</main>
2020-06-01 22:52:23 +00:00
<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>