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

41 lines
997 B

{% extends "base.html" %}
{% block content %}
Hi, I'm Tanner! I like home automation, bots, privacy,
Python, Debian, coffee, and makerspaces.
Please sign my <a href=g>Guest Book</a>!
Email: site3@tannercollin.com
Telegram: @tannercollin
Resume:
Firmware Engineer at Cabana Blockchain, 2018-
Lead Hardware Engineer at Critical Control, 2016-2018
Electrical Engineer at Opener Aero, 2016-2016
Electrical Engineer Intern at Pason Systems, 2014-2015
BSc. Electrical Engineering from University of Calgary
Projects:
<a href=q>QotNews*
<a href=n>Notica*
<a href=m>Spaceport*
<a href=t>t0txt*
<a href=s>standardnotes-fs*</a>
* external link
Creations:
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
<a href={{ article.url }}>{{ article.title }}
{% endfor %}
</a>
Writing:
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
<a href={{ article.url }}>{{ article.title }}
{% endfor %}
<a href=x>[Text Files]
{% endblock %}