Compare commits

..

2 Commits

Author SHA1 Message Date
08a3bb1860 added no ai webring links to main page 2026-02-21 14:29:48 +01:00
e192e56326 minor about page updates 2026-02-21 14:05:42 +01:00
4 changed files with 34 additions and 17 deletions

View File

@@ -8,7 +8,8 @@
listLink, listLink,
prevSymbol, prevSymbol,
nextSymbol, nextSymbol,
highlightEmoji, highlightEmojiLeft,
highlightEmojiRight,
}: { }: {
ringName: string; ringName: string;
ringLink: string; ringLink: string;
@@ -18,14 +19,22 @@
listLink?: string; listLink?: string;
prevSymbol: string; prevSymbol: string;
nextSymbol: string; nextSymbol: string;
highlightEmoji: string;
// Emoji to be used as highlight next to the title
highlightEmojiLeft: string;
/**
* Emoji to be used as highlight to the right of the title. If
* not set, will default to highlightEmojiLeft.
*/
highlightEmojiRight?: string;
} = $props(); } = $props();
</script> </script>
<div class="webring-container"> <div class="webring-container">
<div class="webring-row"> <div class="webring-row">
<span></span> <span></span>
<a href="{ringLink}">{highlightEmoji} {ringName} {highlightEmoji}</a> <a href="{ringLink}">{highlightEmojiLeft} {ringName} {highlightEmojiRight ?? highlightEmojiLeft}</a>
<span></span> <span></span>
</div> </div>
<div class="webring-row"> <div class="webring-row">

View File

@@ -89,7 +89,7 @@
randLink="https://webring.bucketfish.me/redirect.html?to=random&name=denizk0461" randLink="https://webring.bucketfish.me/redirect.html?to=random&name=denizk0461"
prevSymbol="⥼" prevSymbol="⥼"
nextSymbol="⥽" nextSymbol="⥽"
highlightEmoji="🏳️‍🌈" /> highlightEmojiLeft="🏳️‍🌈" />
<!-- gamedev webring --> <!-- gamedev webring -->
<Webring <Webring
@@ -101,7 +101,20 @@
listLink="https://www.rainbowcemetery.com/devring/list.php?id=18" listLink="https://www.rainbowcemetery.com/devring/list.php?id=18"
prevSymbol="&lt;" prevSymbol="&lt;"
nextSymbol="&gt;" nextSymbol="&gt;"
highlightEmoji="👾" /> highlightEmojiLeft="👾"
highlightEmojiRight="🎮" />
<!-- no ai webring -->
<Webring
ringName="no ai webring"
ringLink="https://baccyflap.com/noai"
prevLink="https://baccyflap.com/noai/?prv&s=dzk"
nextLink="https://baccyflap.com/noai/?nxt&s=dzk"
randLink="https://baccyflap.com/noai/?rnd"
prevSymbol="&lt;"
nextSymbol="&gt;"
highlightEmojiLeft="🚫"
highlightEmojiRight="🤖" />
</div> </div>
<GalleryRow entries={galleryTopRow} /> <GalleryRow entries={galleryTopRow} />
@@ -139,6 +152,8 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 16px 0; margin: 16px 0;
flex-wrap: wrap;
gap: 8px;
} }
.gradient-title { .gradient-title {
@@ -152,11 +167,4 @@
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
padding-bottom: 12px; padding-bottom: 12px;
} }
@media screen and (max-width: 700px) {
.webring-container {
flex-direction: column;
gap: 16px;
}
}
</style> </style>

View File

@@ -131,7 +131,7 @@
<LinkList entries={favouriteAlbums} /> <LinkList entries={favouriteAlbums} />
<p>Almost all the links lead to the artists' Bandcamp profiles because I buy my music files to listen locally on my phone and PC. I vastly prefer this over streaming services, not least because I can actually financially support the artists this way.</p> <p>Almost all the links lead to the artists' Bandcamp profiles because I buy my music files to listen to locally on my phone and PC. I vastly prefer this over streaming services, not least because I can actually financially support the artists this way.</p>
<h2 id="what">About this website</h2> <h2 id="what">About this website</h2>
@@ -147,7 +147,7 @@
<h4 id="hardware">Hardware</h4> <h4 id="hardware">Hardware</h4>
<p>I am using either my <a href="https://www.campuspoint.de/lenovocampus-ideapad-pro-5-14-akp-g10-83jl0011ge.html">laptop</a> or my PC, which I built myself in mid-2023 key specs are: AMD Ryzen 5700X, ASUS RTX 3070, 32 GB memory, 2 TB NVMe storage, 1 TB HDD. Both my computers are currently running <a href="https://fedoraproject.org/">Fedora</a> with the KDE Plasma desktop environment. It's a really solid Linux distro that allowed me to free myself from Micro$lop's Windows once and for all. There's a bit of setup required right after installing (for which I used <a href="https://github.com/devangshekhawat/Fedora-43-Post-Install-Guide">a guide</a>) but once that's done, using the operating system is just as simple as using Windows, except it's far less bloated and much more customisable. Look, I set my application launcher icon to Clank in his backpack form:</p> <p>I am using either my <a href="https://www.campuspoint.de/lenovocampus-ideapad-pro-5-14-akp-g10-83jl0011ge.html">laptop</a> (named <a href="https://acloudyskye.bandcamp.com/track/skull-eater">skulleater</a>) or my PC (named <a href="https://acloudyskye.bandcamp.com/track/overthrower-2">overthrower</a>), which I built myself in mid-2023 key specs of the PC are: AMD Ryzen 5700X, ASUS RTX 3070, 32 GB memory, 2 TB NVMe storage, 1 TB HDD. Both my computers are currently running <a href="https://fedoraproject.org/">Fedora</a> with the KDE Plasma desktop environment. It's a really solid Linux distro that allowed me to free myself from Micro$lop's Windows once and for all after using it for a while, I can wholeheartedly recommend it if you're looking to go Linux. There's a bit of setup required right after installing (for which I used <a href="https://github.com/devangshekhawat/Fedora-43-Post-Install-Guide">a guide</a>) but once that's done, using the operating system is just as simple as using Windows, except it's far less bloated, much more customisable, and doesn't force unwanted (AI) features down your throat. Look, I set my application launcher icon to Clank in his backpack form:</p>
<img alt="Screenshot of the taskbar of a Fedora KDE setup. There are multiple icons. From left to right: Clank as the application launcher icon, Firefox, fooyin music player, Dolphin file explorer." src="taskbar.webp"> <img alt="Screenshot of the taskbar of a Fedora KDE setup. There are multiple icons. From left to right: Clank as the application launcher icon, Firefox, fooyin music player, Dolphin file explorer." src="taskbar.webp">
@@ -169,11 +169,11 @@
<h2 id="contact">Contact / Where to find me</h2> <h2 id="contact">Contact / Where to find me</h2>
<p>Best to e-mail me if you want to get in touch I try to respond quickly!</p> <p>Best to e-mail me if you want to get in touch it's the only way I'm currently reliably available!</p>
<LinkList entries={links} /> <LinkList entries={links} />
<p>You can also try messaging me on Discord (@denizk0461) <span class="small-supertext">but good luck i'm hardly active there lmao</span></p> <p>I removed my Discord username because I don't want to use Discord anymore, now that they <a href="https://www.zdnet.com/article/discord-age-verification-requirement/">ask for facial data and/or government ID that they force to be scanned by third-party AI</a> and <a href="https://arstechnica.com/tech-policy/2026/02/discord-faces-backlash-over-age-checks-after-data-breach-exposed-70000-ids/">leak...</a> Apparently they are also about to be <a href="https://www.zdnet.com/article/microsoft-may-be-poised-to-buy-its-next-community-discord/">bought up by Micro$lop</a>?? Discord is as good as dead to me.</p>
<h2>Anything else?</h2> <h2>Anything else?</h2>
@@ -197,7 +197,7 @@
<hr> <hr>
<p><i>Last updated: 2026-02-17</i></p> <p><i>Last updated: 2026-02-21</i></p>
</Content> </Content>
<style> <style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB