pyratebeard_net

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

commit 21c83456d20b2d5a8175d12a8ae44f3f692d4c3f
parent 3eb1b998652d919a9f3186eb5d1920def2f0bdf5
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jan 2024 13:41:37 +0000

nownownow

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

diff --git a/index.html b/index.html @@ -31,6 +31,31 @@ <p>SSH key: <code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSluiY54h5FlGxnnXqifWPnfvKNIh1/f0xf0yCThdqV</code></p> <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> + <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> + <li>Last Fediverse post | <a href="https://harbour.cafe/@pyratebeard/111702768030287154">111702768030287154</a></li> + </ul> + <h5>Coding</h5> + <ul> + <li>Latest Git commit | <a href="https://git.pyratebeard.net/setup/commit/99e89e8eb0933b612752fd8f264d010fe587aca0.html">99e89e8eb0933b612752fd8f264d010fe587aca0</a></li> + </ul> + <h5>Reading</h5> + <ul> + <li>Last read | Count Zero by William Gibson</li> + <li>Currently reading | </li> + </ul> + <h5>Listening</h5> + <ul> + <li>Most played album of last week | <a href="https://strawberrystation.bandcamp.com/album/talk-of-the-dancefloor">Talk of the Dancefloor by Strawberry Station</a></li> + <li>Most recent podcast episode | <a href="https://www.bronzeandmoderngods.com/podcast/episode/44470a71/dazzler-mania-as-taylor-swift-rumors-swirl-plus-marvel-silver-age-western-comics-and-viewer-mail">Bronze & Modern Gods - 9 th Oct 2023</a></li> + </ul> + <h5>Coffee</h5> + <ul> + <li>Currently in grinder | <a href="https://www.bearmarket.ie/collections/coffee/products/copy-of-bear-house-roast">BEAR MRKT - The Holy Roast (Columbia)</a></li> + </ul> <div id="webring" class="subsection"> <p>Affiliations/webring:</p> <ul> diff --git a/static/css/stylemin.css b/static/css/stylemin.css @@ -41,11 +41,19 @@ h1 { font-family: 'main-font'; } -h2, h3, h4, h5 { +h2, h3, h4 { color: #8e7a7a; font-family: 'main-font'; } +h5 { + color: #fbf0d2; + text-decoration: underline dotted; + font-family: 'main-font'; + font-weight: normal; + margin-left: 2em; +} + hr { border-bottom: 0px; border-top: 1px dotted #454545;