Move all projects from old website over

This commit is contained in:
2020-05-30 01:40:22 +00:00
parent ba35bf5466
commit e91c976ddb
25 changed files with 227 additions and 58 deletions

View File

@@ -1,8 +1,20 @@
{% extends "base.html" %}
{% block content %}
<p>
Hi, I'm Tanner! I do firmware design and web development, although I majored
in electrical engineering.
</p>
<h2>Contact Info</h2>
<p>
Email: <a href="mailto:site@tannercollin.com">site@tannercollin.com</a> <br />
Telegram: @tannercollin
</p>
{% for article in articles_page.object_list %}
<h2><a href="{{ article.url }}">{{ article.title }}</a></h2>
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
<p class="metadata">
{{ article.locale_date }}
{% if article.modified %}