37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
|
{% extends "base.html" %}
|
||
|
{% block meta %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block style %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
Projects
|
||
|
========
|
||
|
|
||
|
My main hobby is working on software projects. I typically design websites or
|
||
|
build tools that make my life easier.
|
||
|
|
||
|
<a href="https://news.t0.vc/" target="_blank" rel="noreferrer noopener">QotNews*</a> - <a class="source" href="https://git.tannercollin.com/tanner/qotnews" target="_blank" rel="noreferrer noopener">source code*</a>
|
||
|
Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode.
|
||
|
Optimized for speed and distraction-free reading.
|
||
|
|
||
|
<a href="https://notica.us" target="_blank" rel="noreferrer noopener">Notica*</a> - <a class="source" href="https://github.com/tannercollin/Notica" target="_blank" rel="noreferrer noopener">source code*</a>
|
||
|
Send browser notifications from your terminal. No installation. No registration.
|
||
|
|
||
|
<a href="https://my.protospace.ca" target="_blank" rel="noreferrer noopener">Spaceport*</a> - <a class="source" href="https://github.com/Protospace/spaceport" target="_blank" rel="noreferrer noopener">source code*</a>
|
||
|
Makerspace members' portal for Calgary Protospace. It tracks membership,
|
||
|
courses, training, access cards, and more.
|
||
|
|
||
|
<a href="https://txt.t0.vc" target="_blank" rel="noreferrer noopener">t0txt*</a> - <a class="source" href="https://github.com/tannercollin/t0txt" target="_blank" rel="noreferrer noopener">source code*</a>
|
||
|
Minimal command line pastebin. Allows you to upload text notes from a bash pipe
|
||
|
or web browser.
|
||
|
|
||
|
<a href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs*</a>
|
||
|
A filesystem that mounts your Standard Notes account as a directory of text
|
||
|
files that you can edit.
|
||
|
|
||
|
* external link
|
||
|
{% endblock %}
|
||
|
|