button fixes/additions
This commit is contained in:
parent
7ca1fa126d
commit
76f7d7c76f
3 changed files with 34 additions and 15 deletions
46
index.html
46
index.html
|
@ -236,11 +236,12 @@
|
|||
</a>
|
||||
|
||||
<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>
|
||||
<a href=https://dexthedragon.co.uk title=dex>
|
||||
<img src=media/buttons/dex.png alt=dex>
|
||||
<a href=https://dexthedragon.co.uk title='dex (the dragon)'>
|
||||
<img src=media/buttons/dex.png alt='dex (the dragon)'>
|
||||
</a>
|
||||
|
||||
<li id=pebble>
|
||||
|
@ -262,8 +263,10 @@
|
|||
</a>
|
||||
|
||||
<li id=grace>
|
||||
<a href=https://princess.software title=grace>
|
||||
<img src=media/buttons/grace.png alt=grace>
|
||||
<a href=https://princess.software
|
||||
title="the internet's beloved princess grace">
|
||||
<img src=media/buttons/grace.png
|
||||
alt="the internet's beloved princess grace">
|
||||
</a>
|
||||
|
||||
<li id=dusty>
|
||||
|
@ -293,25 +296,25 @@
|
|||
</a>
|
||||
|
||||
<li id=tuxedodragon>
|
||||
<a href=https://tuxedodragon.art title=tuxedodragon>
|
||||
<a href=https://tuxedodragon.art title='tuxedo dragon'>
|
||||
<picture>
|
||||
<source srcset=media/buttons/tuxedodragon_still.gif
|
||||
media='(prefers-reduced-motion: reduce)'>
|
||||
<img src=media/buttons/tuxedodragon.gif alt=tuxedodragon>
|
||||
<img src=media/buttons/tuxedodragon.gif alt='tuxedo dragon'>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<li id=hthrflwrs>
|
||||
<a href=https://heather.flowers title=hthrflwrs>
|
||||
<img src=media/buttons/hthrflwrs.png alt=hthrflwrs>
|
||||
<a href=http://heather.flowers title='heather flowers'>
|
||||
<img src=media/buttons/hthrflwrs.png alt='heather flowers'>
|
||||
</a>
|
||||
|
||||
<li id=creature0354>
|
||||
<a href=https://creature0354.neocities.org title=creature0354>
|
||||
<a href=https://creature0354.neocities.org title=moth>
|
||||
<picture>
|
||||
<source srcset=media/buttons/creature0354_still.png
|
||||
media='(prefers-reduced-motion: reduce)'>
|
||||
<img src=media/buttons/creature0354.gif alt=creature0354>
|
||||
<img src=media/buttons/creature0354.gif alt=moth>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
@ -328,12 +331,12 @@
|
|||
</a>
|
||||
|
||||
<li id=renko>
|
||||
<a href=https://https://renkotsuban.com title=renkotsuban>
|
||||
<img src=media/buttons/renkotsuban.gif alt=renkotsuban>
|
||||
<a href=https://renkotsuban.com title=renkon>
|
||||
<img src=media/buttons/renkotsuban.gif alt=renkon>
|
||||
</a>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
|
||||
|
@ -355,6 +358,21 @@
|
|||
|
||||
<li id=brin>
|
||||
<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>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ function groupedShuffle<A>(subject: A[], keepTogether: A[][]): A[] {
|
|||
}
|
||||
|
||||
function shuffleAll() {
|
||||
let groups = [group('myno', 'abyss')];
|
||||
let groups = [group('myno', 'abyss'), group('clip', 'cervine')];
|
||||
|
||||
for (const elem of Array.from(document.getElementsByClassName('shuffle'))) {
|
||||
let shuffled = groupedShuffle(Array.from(elem.children), groups);
|
||||
|
|
|
@ -482,6 +482,7 @@ strong { font-weight: 700; }
|
|||
#friends #codl a { background: #87261f; color: #edb970; }
|
||||
#friends #violet a { background: #8c2bd8; color: #dddddd; }
|
||||
#friends #brin a { background: #1e1e1e; color: #ff4400; }
|
||||
#friends #clip a { background: #2f2a2b; color: #e8d057; }
|
||||
|
||||
#nissbuttons {
|
||||
margin: 2em auto 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue