From 4ebf756c88f7cab5b3cfc8cfa703ad79df67ff7b Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 26 May 2021 06:59:01 +0000 Subject: [PATCH] Convert project links back to headers from paragraphs --- themes/theme/templates/index.html | 26 +++++++++++++------------- themes/theme/templates/style.css | 8 ++++++++ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index fc503a1..199fb9f 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -10,7 +10,7 @@ {% block info %} me smiling wide and looking into the camera lit up brightly
- Tanner Collin +

Tanner Collin

email icon telegram logo @@ -23,7 +23,7 @@ {% endblock %} {% block content %} -

+
{{ info() }} @@ -57,41 +57,41 @@ build tools that make my life easier.

-

+

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.

@@ -101,7 +101,7 @@

Sometimes I create art or interactive tech. {% for article in articles_page.object_list if article.category.name == 'Projects' %} -

{{ article.title }}

+

{{ article.title }}

{{ article.summary }}
diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index c8873f7..e19bc64 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -12,6 +12,14 @@ a { outline: none; } +.info h1 { + font: 1.2rem/1.0 Lato,sans-serif; +} + +.index h3 { + font: 1.2rem/1.5 Apparatus SIL,serif; +} + .source { float: right; font: 1rem/1.5 Apparatus SIL,serif;