Rotate emails, minimize lite
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
Hi, I'm Tanner! I do firmware and web development in Calgary.
|
||||
Hi, I'm Tanner! I like home automation, bots, privacy,
|
||||
Python, Debian, coffee, and makerspaces.
|
||||
|
||||
Please sign my <a href=g>Guest Book</a>!
|
||||
|
||||
--[ Contact Info
|
||||
|
||||
Email: site2@tannercollin.com
|
||||
Email: site3@tannercollin.com
|
||||
Telegram: @tannercollin
|
||||
|
||||
--[ Resume
|
||||
Resume:
|
||||
|
||||
Firmware Engineer at Cabana Blockchain, 2018-
|
||||
Lead Hardware Engineer at Critical Control, 2016-2018
|
||||
@@ -17,7 +16,7 @@ Electrical Engineer at Opener Aero, 2016-2016
|
||||
Electrical Engineer Intern at Pason Systems, 2014-2015
|
||||
BSc. Electrical Engineering from University of Calgary
|
||||
|
||||
--[ Projects
|
||||
Projects:
|
||||
|
||||
<a href=q>QotNews*
|
||||
<a href=n>Notica*
|
||||
@@ -27,13 +26,13 @@ BSc. Electrical Engineering from University of Calgary
|
||||
|
||||
* external link
|
||||
|
||||
--[ Creations
|
||||
Creations:
|
||||
|
||||
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
|
||||
<a href={{ article.url }}>{{ article.title }}
|
||||
{% endfor %}
|
||||
</a>
|
||||
--[ Writing
|
||||
Writing:
|
||||
|
||||
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
|
||||
<a href={{ article.url }}>{{ article.title }}
|
||||
|
Reference in New Issue
Block a user