2020-05-10 01:36:58 +00:00
|
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
2020-09-04 00:40:33 +00:00
|
|
|
|
{% block head %}
|
|
|
|
|
{{ super() }}
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="The personal website of Tanner Collin." />
|
|
|
|
|
<meta name="summary" content="The personal website of Tanner Collin." />
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2021-04-09 00:36:39 +00:00
|
|
|
|
{% block info %}
|
2021-07-25 08:54:05 +00:00
|
|
|
|
<picture>
|
|
|
|
|
<source type="image/webp" srcset="/theme/me.webp">
|
|
|
|
|
<source type="image/jpeg" srcset="/theme/me.jpg">
|
|
|
|
|
<img src="/theme/me.jpg" width="128" height="164" class="me" alt="me smiling wide and looking into the camera lit up brightly">
|
|
|
|
|
</picture>
|
|
|
|
|
|
2021-04-09 00:36:39 +00:00
|
|
|
|
<div class="info">
|
2021-05-26 06:59:01 +00:00
|
|
|
|
<h1>Tanner Collin</h1>
|
2021-04-09 00:36:39 +00:00
|
|
|
|
<p class="contact-icons">
|
2022-01-10 07:56:09 +00:00
|
|
|
|
<a href="mailto:site4@tannercollin.com" rel="noreferrer noopener"><img alt="email" src="/theme/mail.svg" width="20" height="20" /></a>
|
2021-05-26 07:09:00 +00:00
|
|
|
|
<a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="telegram" src="/theme/telegram.svg" width="20" height="20" /></a>
|
|
|
|
|
<a href="https://github.com/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="github" src="/theme/github.svg" width="20" height="20" /></a>
|
2021-04-09 00:36:39 +00:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2020-05-10 01:36:58 +00:00
|
|
|
|
{% block content %}
|
2021-05-26 06:59:01 +00:00
|
|
|
|
<div class="content index">
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<p>
|
|
|
|
|
Hi, I'm Tanner! I do firmware and web development in Calgary.
|
|
|
|
|
</p>
|
2020-06-03 04:26:52 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<h2>Contact Info</h2>
|
2020-06-03 04:26:52 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<p>
|
2022-01-10 07:56:09 +00:00
|
|
|
|
Email: <a href="mailto:site4@tannercollin.com">site4@tannercollin.com</a> <br />
|
2021-04-11 07:13:20 +00:00
|
|
|
|
Telegram: <a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener">@tannercollin</a>
|
|
|
|
|
</p>
|
2020-06-03 04:26:52 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<h2>Resume</h2>
|
2020-06-03 04:26:52 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<ul>
|
2022-05-12 22:45:11 +00:00
|
|
|
|
<li>Firmware Engineer at <a class="external" href="https://cabanablockchain.com" target="_blank" rel="noreferrer noopener">Cabana Blockchain</a>, 2018–</li>
|
|
|
|
|
<li>Lead Hardware Engineer at <a class="external" href="https://criticalcontrol.com/" target="_blank" rel="noreferrer noopener">Critical Control</a>, 2016–2018</li>
|
|
|
|
|
<li>Electrical Engineer at <a class="external" href="https://www.opener.aero/" target="_blank" rel="noreferrer noopener">Opener Aero</a>, 2016–2016</li>
|
|
|
|
|
<li>Electrical Engineer Intern at <a class="external" href="https://www.pason.com/" target="_blank" rel="noreferrer noopener">Pason Systems</a>, 2014–2015</li>
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<li>BSc. Electrical Engineering from University of Calgary</li>
|
|
|
|
|
</ul>
|
2020-06-03 04:26:52 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<h2>Projects</h2>
|
2020-05-30 01:40:22 +00:00
|
|
|
|
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<p>
|
2021-04-28 08:49:34 +00:00
|
|
|
|
My main hobby is working on software projects. I typically design websites or
|
|
|
|
|
build tools that make my life easier.
|
2021-04-11 07:13:20 +00:00
|
|
|
|
</p>
|
2021-04-09 05:17:51 +00:00
|
|
|
|
|
2022-05-18 23:00:59 +00:00
|
|
|
|
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
|
|
|
|
|
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
|
|
|
|
<div class="summary">
|
|
|
|
|
{{ article.summary }}
|
|
|
|
|
</div>
|
|
|
|
|
{% endfor %}
|
2021-04-28 08:49:34 +00:00
|
|
|
|
|
2021-05-26 06:59:01 +00:00
|
|
|
|
<h3>
|
2022-05-12 22:45:11 +00:00
|
|
|
|
<a class="external" href="https://txt.t0.vc" target="_blank" rel="noreferrer noopener">t0txt</a>
|
|
|
|
|
— <a class="external source" href="https://github.com/tannercollin/t0txt" target="_blank" rel="noreferrer noopener">source code</a>
|
2021-05-26 06:59:01 +00:00
|
|
|
|
</h3>
|
2021-04-28 08:49:34 +00:00
|
|
|
|
<div class="summary">
|
|
|
|
|
<p>Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-05-26 06:59:01 +00:00
|
|
|
|
<h3>
|
2022-05-12 22:45:11 +00:00
|
|
|
|
<a class="external" href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a>
|
2021-05-26 06:59:01 +00:00
|
|
|
|
</h3>
|
2021-04-28 08:49:34 +00:00
|
|
|
|
<div class="summary">
|
|
|
|
|
<p>A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h2>Creations</h2>
|
|
|
|
|
|
2021-06-16 07:36:09 +00:00
|
|
|
|
<p>Sometimes I create art or interactive tech.</p>
|
2021-04-09 05:17:51 +00:00
|
|
|
|
|
2021-07-25 22:40:04 +00:00
|
|
|
|
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
|
2021-05-26 06:59:01 +00:00
|
|
|
|
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
2021-04-11 07:13:20 +00:00
|
|
|
|
<div class="summary">
|
|
|
|
|
{{ article.summary }}
|
|
|
|
|
</div>
|
|
|
|
|
{% endfor %}
|
2021-06-16 07:36:09 +00:00
|
|
|
|
|
|
|
|
|
<h2>Writing</h2>
|
|
|
|
|
|
|
|
|
|
<p>Various articles, mostly about computers.</p>
|
|
|
|
|
|
|
|
|
|
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
|
|
|
|
|
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
|
|
|
|
<div class="summary">
|
|
|
|
|
{{ article.summary }}
|
|
|
|
|
</div>
|
|
|
|
|
{% endfor %}
|
2021-04-11 07:13:20 +00:00
|
|
|
|
</div>
|
2020-05-10 01:36:58 +00:00
|
|
|
|
{% endblock %}
|