Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Extra additions to about page

Aria e14a8dd8 4cfbebaf

+80 -10
public/static/img/88x31/EndeavourOS-88x31.webp

This is a binary file and will not be displayed.

public/static/img/88x31/astro.png

This is a binary file and will not be displayed.

public/static/img/88x31/brainmade.avif

This is a binary file and will not be displayed.

public/static/img/88x31/caddy.png

This is a binary file and will not be displayed.

public/static/img/88x31/firefox.gif

This is a binary file and will not be displayed.

public/static/img/88x31/handcoded.avif

This is a binary file and will not be displayed.

public/static/img/88x31/jellyfin.gif

This is a binary file and will not be displayed.

public/static/img/88x31/kde.gif

This is a binary file and will not be displayed.

public/static/img/88x31/qbittorrent.png

This is a binary file and will not be displayed.

public/static/img/88x31/vscbutton.gif

This is a binary file and will not be displayed.

+80 -10
src/pages/about.astro
··· 5 5 import "../styles/aria.css"; 6 6 7 7 const pageTitle = "About Aria"; 8 - const description = "All about Aria"; 8 + const description = "All about Aria, her system, her hobbies and more!"; 9 9 10 10 const identity = { 11 11 firstName: "Aria", ··· 36 36 <Partition> 37 37 <p>It's about time I actually write up my own website right?</p> 38 38 <br /> 39 - <p class="text-2xl">Here are a few facts about me:</p> 39 + <h2 class="text-2xl">Here are a few facts about me:</h2> 40 40 <ul class="list-disc p-4"> 41 41 <li>My name is {identity.firstName}.</li> 42 42 <li> ··· 55 55 </ul> 56 56 </Partition> 57 57 <Partition> 58 - <p class="text-2xl">Some of my skilled areas are:</p> 58 + <h2 class="text-2xl">What powers me & this website?</h2> 59 + 60 + <p>What powers my system?</p> 61 + <br /> 62 + <p> 63 + I daily drive EndeavourOS with the KDE Plasma desktop, use Firefox 64 + for the internet, qBittorrent for "linux ISOs", Jellyfin for 65 + streaming those "ISOs" 66 + </p> 67 + <div class="flex outline-dotted p-2 flex-wrap"> 68 + <FriendLink 69 + name="EndeavourOS" 70 + image="/static/img/88x31/EndeavourOS-88x31.webp" 71 + target="https://endeavouros.com/" 72 + /> 73 + <FriendLink 74 + name="DKE Plasma" 75 + image="/static/img/88x31/kde.gif" 76 + target="https://kde.org/plasma-desktop/" 77 + /> 78 + <FriendLink 79 + name="Firefox" 80 + image="/static/img/88x31/firefox.gif" 81 + target="https://www.mozilla.org/en-US/firefox/new/" 82 + /> 83 + <FriendLink 84 + name="qBittorrent" 85 + image="/static/img/88x31/qbittorrent.png" 86 + target="https://www.qbittorrent.org/" 87 + /> 88 + <FriendLink 89 + name="Jellyfin" 90 + image="/static/img/88x31/jellyfin.gif" 91 + target="https://jellyfin.org/" 92 + /> 93 + </div> 94 + <br /> 95 + <p>This website is powered written in VSCode, hosted with Caddy, created using Astro and with zero AI involvement!</p> 96 + <div class="flex outline-dotted p-2 flex-wrap"> 97 + <FriendLink 98 + name="Visual Studio Code" 99 + image="/static/img/88x31/vscbutton.gif" 100 + target="https://code.visualstudio.com/" 101 + /> 102 + <FriendLink 103 + name="Caddy" 104 + image="/static/img/88x31/caddy.png" 105 + target="https://caddyserver.com/" 106 + /> 107 + <FriendLink 108 + name="Astro" 109 + image="/static/img/88x31/astro.png" 110 + target="https://astro.build/" 111 + /> 112 + <FriendLink 113 + name="Brain made" 114 + image="/static/img/88x31/brainmade.avif" 115 + target="https://brainmade.org/" 116 + /> 117 + <FriendLink 118 + name="Hand coded" 119 + image="/static/img/88x31/handcoded.avif" 120 + target="https://brushwarriors.com/no-to-ai/" 121 + /> 122 + </div> 123 + </Partition> 124 + <Partition> 125 + <h2 class="text-2xl">Some of my skilled areas are:</h2> 59 126 <ul class="list-disc p-4"> 60 127 {skills.map((skill) => <li class="skill">{skill}</li>)} 61 128 </ul> 62 129 </Partition> 63 130 <Partition> 64 - <p class="text-2xl">My PC:</p> 131 + <h2 class="text-2xl">My PC:</h2> 65 132 <ul class="list-disc p-4"> 66 133 <li> 67 134 <span class="skill">Computer's Name:</span> ··· 99 166 ><sub>[No link yet]</sub> 100 167 </p> 101 168 </li> 102 - <li><p> 169 + <li> 170 + <p> 103 171 Website inspiration: <FriendLink 104 172 name="Alyxia" 105 173 image="https://alyxia.dev/static/img/88x31/self.png" 106 174 target="https://alyxia.dev" 107 - /> & <div class="outline-dotted w-fit"><FriendLink 108 - name="Amemoia" 109 - image="https://buh.moe/resources/buttons/88x31.gif" 110 - target="https://buh.moe/" 111 - /><sub>[Alex]</sub></div> 175 + /> & <div class="outline-dotted w-fit"> 176 + <FriendLink 177 + name="Amemoia" 178 + image="https://buh.moe/resources/buttons/88x31.gif" 179 + target="https://buh.moe/" 180 + /><sub>[Alex]</sub> 181 + </div> 112 182 </p> 113 183 </li> 114 184 </ul>