You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
971 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>XPUB Projects</title>
<link rel="stylesheet" href="style.css" />
<style>
body { margin: 3%; }
a { text-decoration: none; color: black }
a:hover { text-decoration: underline; color: blue; }
</style>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1><a href="index.html">projects.xpub.nl</a> / index</h1>
<h2>Projects, by title</h2>
{% for project in projects %}
<div><a href="{{project.url}}" title="project">{{project.title}}</a> <a href="{{project.thesis}}" title="thesis">🖹</a></div>
{%- endfor %}
<h2>Projects, by name</h2>
{% for project in students %}
<div><a href="{{project.url}}" title="project">{{project.student}}</a> <a href="{{project.thesis}}" title="thesis">🖹</a></div>
{%- endfor %}
</body>
</html>