the home site for me: also iteration 3 or 4 of my site

feat: new pfp and keyoxide

+16 -4
+1 -1
content/_index.md
··· 2 2 +++ 3 3 4 4 <div style="display: flex; justify-content: center;"> 5 - <img src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" width="512" height="512" class="u-photo"/> 5 + <img src="/pfps/instsqc-rat-pfp.webp" alt="kieran with an orange cast in a polaroid over a pinkish background" width="512" height="512" class="u-photo"/> 6 6 </div> 7 7 8 8 ## About me
+11 -1
content/pfp.md
··· 4 4 5 5 All my profile pictures over the years 6 6 7 + # 2025 8 + 9 + February 27th to Present 10 + 11 + ![kieran with an orange cast in a polaroid over a pinkish background](/pfps/instsqc-rat-pfp.webp) 12 + 13 + February 24th to 27th 14 + 15 + ![kieran as a rat hand drawn in black over a purple gradient background](/pfps/kieranrat.webp) 16 + 7 17 # 2024 8 18 9 - End of November to Present 19 + End of November to 2025 February 10 20 11 21 ![kieran with a white and gray spotted kitten with a grainy background and star dust](/pfps/starry.webp) 12 22
+1
content/verify.md
··· 12 12 13 13 # accounts 14 14 15 + * Keyoxide: [aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A](https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A) 15 16 * Github: [@taciturnaxolotl](https://github.com/taciturnaxolotl) (formerly @kcoderhtml) 16 17 * [Hackclub Slack](https://hackclub.com/slack/): [@krn](https://hackclub.slack.com/team/U062UG485EE) (display name changes quite often though) with userID `U062UG485EE` 17 18 * Bluesky: [@dunkirk.sh](https://bsky.app/profile/dunkirk.sh)
+1 -1
sass/css/mods.css
··· 126 126 blockquote:has(+ pre) { 127 127 display: inline-block; 128 128 border: none; 129 - font-family: "code" !important; 129 + font-family: "code", monospace !important; 130 130 font-size: 0.8rem; 131 131 font-weight: 600; 132 132 margin: 0;
static/pfps/instsqc-rat-pfp.webp

This is a binary file and will not be displayed.

static/pfps/kieranrat.webp

This is a binary file and will not be displayed.

+2 -1
templates/head.html
··· 100 100 <link rel="me" href="https://github.com/taciturnaxolotl" /> 101 101 <link rel="me" href="https://bsky.app/profile/dunkirk.sh" /> 102 102 <link rel="me" href="https://www.youtube.com/@wanderer.archives" /> 103 + <link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A" /> 103 104 <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 104 105 105 106 <div class="h-card" style="display:none"> ··· 117 118 <div class="p-adr h-adr"> 118 119 <span class="p-country-name">United States of America</span> 119 120 </div> 120 - <img class="u-photo" src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" /> 121 + <img class="u-photo" src="/pfps/instsqc-rat-pfp.webp" alt="kieran with an orange cast in a polaroid over a pinkish background" /> 121 122 </div>