button fixes/additions

This commit is contained in:
Rhiannon Morris 2024-09-27 18:01:19 +02:00
parent 7ca1fa126d
commit 76f7d7c76f
3 changed files with 34 additions and 15 deletions

View file

@ -236,11 +236,12 @@
</a> </a>
<li id=spiral> <li id=spiral>
<a href=https://spiralcyr.carrd.co title=spiral class=txt>spiral</a> <a href=https://spiralcyr.carrd.co title=spiralcyr
class=txt>spiral</a>
<li id=dex> <li id=dex>
<a href=https://dexthedragon.co.uk title=dex> <a href=https://dexthedragon.co.uk title='dex (the dragon)'>
<img src=media/buttons/dex.png alt=dex> <img src=media/buttons/dex.png alt='dex (the dragon)'>
</a> </a>
<li id=pebble> <li id=pebble>
@ -262,8 +263,10 @@
</a> </a>
<li id=grace> <li id=grace>
<a href=https://princess.software title=grace> <a href=https://princess.software
<img src=media/buttons/grace.png alt=grace> title="the internet's beloved princess grace">
<img src=media/buttons/grace.png
alt="the internet's beloved princess grace">
</a> </a>
<li id=dusty> <li id=dusty>
@ -293,25 +296,25 @@
</a> </a>
<li id=tuxedodragon> <li id=tuxedodragon>
<a href=https://tuxedodragon.art title=tuxedodragon> <a href=https://tuxedodragon.art title='tuxedo dragon'>
<picture> <picture>
<source srcset=media/buttons/tuxedodragon_still.gif <source srcset=media/buttons/tuxedodragon_still.gif
media='(prefers-reduced-motion: reduce)'> media='(prefers-reduced-motion: reduce)'>
<img src=media/buttons/tuxedodragon.gif alt=tuxedodragon> <img src=media/buttons/tuxedodragon.gif alt='tuxedo dragon'>
</picture> </picture>
</a> </a>
<li id=hthrflwrs> <li id=hthrflwrs>
<a href=https://heather.flowers title=hthrflwrs> <a href=http://heather.flowers title='heather flowers'>
<img src=media/buttons/hthrflwrs.png alt=hthrflwrs> <img src=media/buttons/hthrflwrs.png alt='heather flowers'>
</a> </a>
<li id=creature0354> <li id=creature0354>
<a href=https://creature0354.neocities.org title=creature0354> <a href=https://creature0354.neocities.org title=moth>
<picture> <picture>
<source srcset=media/buttons/creature0354_still.png <source srcset=media/buttons/creature0354_still.png
media='(prefers-reduced-motion: reduce)'> media='(prefers-reduced-motion: reduce)'>
<img src=media/buttons/creature0354.gif alt=creature0354> <img src=media/buttons/creature0354.gif alt=moth>
</picture> </picture>
</a> </a>
@ -328,12 +331,12 @@
</a> </a>
<li id=renko> <li id=renko>
<a href=https://https://renkotsuban.com title=renkotsuban> <a href=https://renkotsuban.com title=renkon>
<img src=media/buttons/renkotsuban.gif alt=renkotsuban> <img src=media/buttons/renkotsuban.gif alt=renkon>
</a> </a>
<li id=craw> <li id=craw>
<a href=https://craw.com title=craw> <a href=https://craw.run title=craw>
<img src=media/buttons/craw.png alt=craw> <img src=media/buttons/craw.png alt=craw>
</a> </a>
@ -355,6 +358,21 @@
<li id=brin> <li id=brin>
<a href=https://brinsolomon.com title=brin class=txt>brin</a> <a href=https://brinsolomon.com title=brin class=txt>brin</a>
<li id=clip>
<a href=https://lizard.tools title=clip class=txt>clip</a>
<li id=cervine>
<a href=https://cervine.online title=cervine.online>
<img src=media/buttons/cervine.png alt=cervine.online>
</a>
<li id=pearshapes>
<a href=https://spdx.neocities.org
title='syndication outreach portal'>
<img src=media/buttons/pearshapes.png
alt='syndication outreach portal'>
</a>
</ul> </ul>
</section> </section>

View file

@ -44,7 +44,7 @@ function groupedShuffle<A>(subject: A[], keepTogether: A[][]): A[] {
} }
function shuffleAll() { function shuffleAll() {
let groups = [group('myno', 'abyss')]; let groups = [group('myno', 'abyss'), group('clip', 'cervine')];
for (const elem of Array.from(document.getElementsByClassName('shuffle'))) { for (const elem of Array.from(document.getElementsByClassName('shuffle'))) {
let shuffled = groupedShuffle(Array.from(elem.children), groups); let shuffled = groupedShuffle(Array.from(elem.children), groups);

View file

@ -482,6 +482,7 @@ strong { font-weight: 700; }
#friends #codl a { background: #87261f; color: #edb970; } #friends #codl a { background: #87261f; color: #edb970; }
#friends #violet a { background: #8c2bd8; color: #dddddd; } #friends #violet a { background: #8c2bd8; color: #dddddd; }
#friends #brin a { background: #1e1e1e; color: #ff4400; } #friends #brin a { background: #1e1e1e; color: #ff4400; }
#friends #clip a { background: #2f2a2b; color: #e8d057; }
#nissbuttons { #nissbuttons {
margin: 2em auto 0; margin: 2em auto 0;