Minify lite index even more

This commit is contained in:
Tanner Collin 2021-10-14 06:30:54 +00:00
parent 023e99436e
commit 7c059148d5

View File

@ -4,41 +4,38 @@ Hi, I'm Tanner! I do firmware and web development in Calgary.
Please sign my <a href=g>Guest Book</a>! Please sign my <a href=g>Guest Book</a>!
Contact Info ==[ Contact Info
============
Email: site2@tannercollin.com Email: site2@tannercollin.com
Telegram: <a href=https://t.me/tannercollin>@tannercollin</a> Telegram: @tannercollin
Resume ==[ Resume
======
- Firmware Engineer at Cabana Blockchain, 2018- Firmware Engineer at Cabana Blockchain, 2018-
- Lead Hardware Engineer at Critical Control, 2016-2018 Lead Hardware Engineer at Critical Control, 2016-2018
- Electrical Engineer at Opener Aero, 2016-2016 Electrical Engineer at Opener Aero, 2016-2016
- Electrical Engineer Intern at Pason Systems, 2014-2015 Electrical Engineer Intern at Pason Systems, 2014-2015
- BSc. Electrical Engineering from University of Calgary BSc. Electrical Engineering from University of Calgary
Projects ==[ Projects
========
<a href=q>QotNews</a> <a href=q>QotNews *
<a href=n>Notica</a> <a href=n>Notica *
<a href=m>Spaceport</a> <a href=m>Spaceport *
<a href=t>t0txt</a> <a href=t>t0txt *
<a href=s>standardnotes-fs</a> <a href=s>standardnotes-fs *</a>
Creations * external link
=========
==[ Creations
{% for article in articles_page.object_list if article.category.name == 'Creations' %} {% for article in articles_page.object_list if article.category.name == 'Creations' %}
<a href={{ article.url }}>{{ article.title }}</a> <a href={{ article.url }}>{{ article.title }}
{% endfor %} {% endfor %}
</a>
Writing ==[ Writing
=======
{% for article in articles_page.object_list if article.category.name == 'Writing' %} {% for article in articles_page.object_list if article.category.name == 'Writing' %}
<a href={{ article.url }}>{{ article.title }}</a> <a href={{ article.url }}>{{ article.title }}
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}