Trim down lite version even more
This commit is contained in:
@@ -1,21 +1,8 @@
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="data:;base64,=">
|
||||
<style>
|
||||
body {font: 1.1rem/1.5 serif; overflow-y: scroll;}
|
||||
h1, h2 {font-family: sans-serif;}
|
||||
a {text-decoration: none; color: #000; border-bottom: 1px solid #000;}
|
||||
{% block style %}
|
||||
<pre>
|
||||
Tanner Collin
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</style>
|
||||
<div style="max-width: 600; margin: auto">
|
||||
<h1>Tanner Collin</h1>
|
||||
<p> Hi, I'm Tanner! I do firmware and web development in Calgary.</p>
|
||||
<a href="/">Contact</a> |
|
||||
<a href="/resume">Resume</a> |
|
||||
<a href="/projects">Projects</a> |
|
||||
<a href="/creations">Creations</a> |
|
||||
<a href="/writing">Writing</a>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</pre>
|
||||
|
Reference in New Issue
Block a user