personal-site/themes/lite/templates/index.html

41 lines
1.1 KiB
HTML
Raw Normal View History

2023-04-22 05:55:10 +00:00
<link rel=icon href=data:><meta name=viewport content=width=1%><pre style=font:unset>Hi, I'm <a href=a>Tanner</a>! I like home automation, bots, Python,
2023-03-24 21:15:10 +00:00
Debian, coffee, <a href=d>sensors</a>, and makerspaces.
2021-07-26 19:22:05 +00:00
2021-10-05 04:54:37 +00:00
Please sign my <a href=g>Guest Book</a>!
site@tannercollin.com
2021-07-26 19:22:05 +00:00
2022-02-12 22:36:15 +00:00
Resume
2021-07-26 19:22:05 +00:00
2021-10-14 06:30:54 +00:00
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
2021-07-26 19:22:05 +00:00
2022-02-12 22:36:15 +00:00
Projects
2021-07-26 19:22:05 +00:00
2022-05-19 22:32:58 +00:00
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
{% if loop.index <= 4 %}
<a href={{ article.url }}>{{ article.title }}
{% endif %}
{% endfor %}
<a href=y>[more]</a>
2021-07-26 19:22:05 +00:00
2022-02-12 22:36:15 +00:00
Creations
2021-07-26 19:22:05 +00:00
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
{% if loop.index <= 4 %}
2021-10-14 06:30:54 +00:00
<a href={{ article.url }}>{{ article.title }}
{% endif %}
2021-07-26 19:22:05 +00:00
{% endfor %}
<a href=z>[more]
2021-10-14 06:30:54 +00:00
</a>
2022-02-12 22:36:15 +00:00
Writing
2021-07-26 19:22:05 +00:00
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
2022-07-02 06:50:03 +00:00
{% if loop.index <= 4 %}
2021-10-14 06:30:54 +00:00
<a href={{ article.url }}>{{ article.title }}
2022-07-02 06:50:03 +00:00
{% endif %}
2021-07-26 19:22:05 +00:00
{% endfor %}
<a href=x>[more]