{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

TANNER COLLIN

Hi, I'm Tanner! I like home automation, sensors, privacy, bots, Python, Debian, coffee, and makerspaces.

Projects

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

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

{{ article.title }}

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

standardnotes-fs

A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.

Creations

Sometimes I create art or interactive tech.

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

{{ article.title }}

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

Writing

Various articles, mostly about computers.

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

{{ article.title }}

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

Resume

Contact Info

I'm very open to collaboration and responsive to messages. If you have any thoughts feel free to reach out:

Email: site4@tannercollin.com
Telegram: @tannercollin

{% endblock %}