Convert project links from headers to paragraphs

This commit is contained in:
Tanner Collin 2021-05-16 04:05:48 +00:00
parent 175c9e77c9
commit 0bea1250bc
3 changed files with 13 additions and 13 deletions

View File

@ -11,8 +11,8 @@
<html lang="en"> <html lang="en">
<head> <head>
{% block head %} {% block head %}
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title> <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<meta name="author" content="{{ AUTHOR }}" /> <meta name="author" content="{{ AUTHOR }}" />

View File

@ -57,41 +57,41 @@
build tools that make my life easier. build tools that make my life easier.
</p> </p>
<h3> <p>
<a href="https://news.t0.vc/" target="_blank" rel="noreferrer noopener">QotNews</a> <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> <a class="source" href="https://git.tannercollin.com/tanner/qotnews" target="_blank" rel="noreferrer noopener">source code</a>
</h3> </p>
<div class="summary"> <div class="summary">
<p>Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.</p> <p>Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.</p>
</div> </div>
<h3> <p>
<a href="https://notica.us" target="_blank" rel="noreferrer noopener">Notica</a> <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> <a class="source" href="https://github.com/tannercollin/Notica" target="_blank" rel="noreferrer noopener">source code</a>
</h3> </p>
<div class="summary"> <div class="summary">
<p>Send browser notifications from your terminal. No installation. No registration.</p> <p>Send browser notifications from your terminal. No installation. No registration.</p>
</div> </div>
<h3> <p>
<a href="https://my.protospace.ca" target="_blank" rel="noreferrer noopener">Spaceport</a> <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> <a class="source" href="https://github.com/Protospace/spaceport" target="_blank" rel="noreferrer noopener">source code</a>
</h3> </p>
<div class="summary"> <div class="summary">
<p>Makerspace members' portal for Calgary Protospace. It tracks membership, courses, training, access cards, and more.</p> <p>Makerspace members' portal for Calgary Protospace. It tracks membership, courses, training, access cards, and more.</p>
</div> </div>
<h3> <p>
<a href="https://txt.t0.vc" target="_blank" rel="noreferrer noopener">t0txt</a> <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> <a class="source" href="https://github.com/tannercollin/t0txt" target="_blank" rel="noreferrer noopener">source code</a>
</h3> </p>
<div class="summary"> <div class="summary">
<p>Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.</p> <p>Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.</p>
</div> </div>
<h3> <p>
<a href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a> <a href="https://github.com/tannercollin/standardnotes-fs" target="_blank" rel="noreferrer noopener">standardnotes-fs</a>
</h3> </p>
<div class="summary"> <div class="summary">
<p>A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.</p> <p>A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.</p>
</div> </div>
@ -101,7 +101,7 @@
<p>Sometimes I create art or interactive tech.</> <p>Sometimes I create art or interactive tech.</>
{% for article in articles_page.object_list if article.category.name == 'Projects' %} {% for article in articles_page.object_list if article.category.name == 'Projects' %}
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3> <p><a href="{{ article.url }}">{{ article.title }}</a></p>
<div class="summary"> <div class="summary">
{{ article.summary }} {{ article.summary }}
</div> </div>

View File

@ -14,7 +14,7 @@ a {
.source { .source {
float: right; float: right;
font: 1rem Apparatus SIL,serif; font: 1rem/1.5 Apparatus SIL,serif;
} }
pre { pre {