pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 2d0fe8f16c8335e8036870a4cffdfba701fef335
parent ff551aef39dc8403cea3f86de963150a89c9b223
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jan 2024 15:53:42 +0000

inspired by

Diffstat:
Mindex.html | 3++-
Mstatic/css/stylemin.css | 8++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -32,7 +32,8 @@ <p>Identity proof can be found on <a href="https://keyoxide.org/7A8E129DBE679DABAEB337C5C7877C715113A16D">keyoxide</a> and <a href="https://keybase.io/pyratebeard">keybase</a>. </div> <div id="nownownow" class="subsection"> - <p>Current focus: (last updated 20240105)</p> + <p>Current focus:</p> + <small>Inspired by <a href="https://nownownow.com/about">nownownow.com</a> | last updated 20240105</small> <h5>Writings</h5> <ul> <li>Latest log entry | <a href="https://log.pyratebeard.net/entry/20240102-respect_my_authoritah.html">respect my authoritah</a></li> diff --git a/static/css/stylemin.css b/static/css/stylemin.css @@ -84,3 +84,11 @@ code { padding: 2px 4px 2px 4px; border-radius: 2px; } + +small { + font-size: 0.7em; +} + +#nownownow > p { + margin-bottom: 0px; +}