{% extends "base.html" %} {% block content %}
Hi, I'm Tanner! I like home automation, bots, Python, Debian, coffee, sensors, and makerspaces. Please sign my Guest Book! 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 BSc. Electrical Engineering from University of Calgary Projects {% for article in articles_page.object_list if article.category.name == 'Projects' %} {% if loop.index <= 4 %} {{ article.title }} {% endif %} {% endfor %} [more] Creations {% for article in articles_page.object_list if article.category.name == 'Creations' %} {% if loop.index <= 4 %} {{ article.title }} {% endif %} {% endfor %} [more] Writing {% for article in articles_page.object_list if article.category.name == 'Writing' %} {% if loop.index <= 4 %} {{ article.title }} {% endif %} {% endfor %} [more] {% endblock %}