From 64a5cdd775da158568c13d13cefec7432ce9efda Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 28 Apr 2021 08:49:34 +0000 Subject: [PATCH] Add links to software projects --- themes/theme/templates/index.html | 49 +++++++++++++++++++++++++++---- themes/theme/templates/style.css | 5 ++++ 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index aff3639..a9db343 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -53,13 +53,52 @@

Projects

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

-

- You can find my code on GitHub. -

+

+ QotNews + source code +

+
+

Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.

+
+ +

+ Notica + source code +

+
+

Send browser notifications from your terminal. No installation. No registration.

+
+ +

+ Spaceport + source code +

+
+

Makerspace members' portal for Calgary Protospace. It tracks membership, courses, training, access cards, and more.

+
+ +

+ t0txt + source code +

+
+

Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.

+
+ +

+ 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 == 'Projects' %}

{{ article.title }}

diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index e29d9d2..47d88f3 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -12,6 +12,11 @@ a { outline: none; } +.source { + float: right; + font: 1rem Apparatus SIL,serif; +} + pre { font-size: 1rem; padding: 1rem;