From 0bea1250bc823fa6a043d4ea3cf528d03e2948b1 Mon Sep 17 00:00:00 2001
From: Tanner Collin
Date: Sun, 16 May 2021 04:05:48 +0000
Subject: [PATCH] Convert project links from headers to paragraphs
---
themes/theme/templates/base.html | 2 +-
themes/theme/templates/index.html | 22 +++++++++++-----------
themes/theme/templates/style.css | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html
index a119a88..3417d13 100644
--- a/themes/theme/templates/base.html
+++ b/themes/theme/templates/base.html
@@ -11,8 +11,8 @@
{% block head %}
+
-
{% block title %}{{ SITENAME }}{% endblock title %}
diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html
index 9d9d934..fc503a1 100644
--- a/themes/theme/templates/index.html
+++ b/themes/theme/templates/index.html
@@ -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.summary }}
diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css
index 47d88f3..c8873f7 100644
--- a/themes/theme/templates/style.css
+++ b/themes/theme/templates/style.css
@@ -14,7 +14,7 @@ a {
.source {
float: right;
- font: 1rem Apparatus SIL,serif;
+ font: 1rem/1.5 Apparatus SIL,serif;
}
pre {