Rename Projects category to Creations
This commit is contained in:
17
themes/lite/templates/base.html
Normal file
17
themes/lite/templates/base.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<meta charset="UTF-8"/>
|
||||
<style>
|
||||
body {background: #eee; font: 1.1rem/1.5 serif;}
|
||||
h1, h2 {margin-left: -24; font-family: sans-serif;}
|
||||
a {text-decoration: none; color: #000; border-bottom: 1px solid #000;}
|
||||
</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>
|
Reference in New Issue
Block a user