{% extends "base.html" %} {% block content %} Hi, I'm Tanner! I do firmware and web development in Calgary. Contact Info ============ Email: site2@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 ======== QotNews Notica Spaceport t0txt standardnotes-fs Creations ========= {% for article in articles_page.object_list if article.category.name == 'Creations' %} {{ article.title }} {% endfor %} Writing ======= {% for article in articles_page.object_list if article.category.name == 'Writing' %} {{ article.title }} {% endfor %} {% endblock %}