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 +++ 3 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"/> 6 </div> 7 8 ## About me
··· 2 +++ 3 4 <div style="display: flex; justify-content: center;"> 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 </div> 7 8 ## About me
+11 -1
content/pfp.md
··· 4 5 All my profile pictures over the years 6 7 # 2024 8 9 - End of November to Present 10 11 ![kieran with a white and gray spotted kitten with a grainy background and star dust](/pfps/starry.webp) 12
··· 4 5 All my profile pictures over the years 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 + 17 # 2024 18 19 + End of November to 2025 February 20 21 ![kieran with a white and gray spotted kitten with a grainy background and star dust](/pfps/starry.webp) 22
+1
content/verify.md
··· 12 13 # accounts 14 15 * Github: [@taciturnaxolotl](https://github.com/taciturnaxolotl) (formerly @kcoderhtml) 16 * [Hackclub Slack](https://hackclub.com/slack/): [@krn](https://hackclub.slack.com/team/U062UG485EE) (display name changes quite often though) with userID `U062UG485EE` 17 * Bluesky: [@dunkirk.sh](https://bsky.app/profile/dunkirk.sh)
··· 12 13 # accounts 14 15 + * Keyoxide: [aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A](https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A) 16 * Github: [@taciturnaxolotl](https://github.com/taciturnaxolotl) (formerly @kcoderhtml) 17 * [Hackclub Slack](https://hackclub.com/slack/): [@krn](https://hackclub.slack.com/team/U062UG485EE) (display name changes quite often though) with userID `U062UG485EE` 18 * Bluesky: [@dunkirk.sh](https://bsky.app/profile/dunkirk.sh)
+1 -1
sass/css/mods.css
··· 126 blockquote:has(+ pre) { 127 display: inline-block; 128 border: none; 129 - font-family: "code" !important; 130 font-size: 0.8rem; 131 font-weight: 600; 132 margin: 0;
··· 126 blockquote:has(+ pre) { 127 display: inline-block; 128 border: none; 129 + font-family: "code", monospace !important; 130 font-size: 0.8rem; 131 font-weight: 600; 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 <link rel="me" href="https://github.com/taciturnaxolotl" /> 101 <link rel="me" href="https://bsky.app/profile/dunkirk.sh" /> 102 <link rel="me" href="https://www.youtube.com/@wanderer.archives" /> 103 <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 104 105 <div class="h-card" style="display:none"> ··· 117 <div class="p-adr h-adr"> 118 <span class="p-country-name">United States of America</span> 119 </div> 120 - <img class="u-photo" src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" /> 121 </div>
··· 100 <link rel="me" href="https://github.com/taciturnaxolotl" /> 101 <link rel="me" href="https://bsky.app/profile/dunkirk.sh" /> 102 <link rel="me" href="https://www.youtube.com/@wanderer.archives" /> 103 + <link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A" /> 104 <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 105 106 <div class="h-card" style="display:none"> ··· 118 <div class="p-adr h-adr"> 119 <span class="p-country-name">United States of America</span> 120 </div> 121 + <img class="u-photo" src="/pfps/instsqc-rat-pfp.webp" alt="kieran with an orange cast in a polaroid over a pinkish background" /> 122 </div>