{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block info %} A picture of me smiling
Tanner Collin

email icon telegram logo github logo

Light / Dark

{% endblock %} {% block content %}

Hi, I'm Tanner! I do firmware and web development in Calgary.

Contact Info

Email: site2@tannercollin.com
Telegram: @tannercollin

Resume

Projects

My main hobby is working on technical projects. I typically design websites or build tools that make my life easier. Sometimes art.

You can find my code on GitHub.

{% for article in articles_page.object_list if article.category.name == 'Projects' %}

{{ article.title }}

{{ article.summary }}
{% endfor %} {% endblock %}