added no ai webring links to main page

This commit is contained in:
2026-02-21 14:29:48 +01:00
parent e192e56326
commit 08a3bb1860
3 changed files with 29 additions and 12 deletions

View File

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