more buttons, opengraph stuff, background stickers, etc
This commit is contained in:
parent
b1cf3f6646
commit
fd19da8f38
58 changed files with 316 additions and 30 deletions
64
index.html
64
index.html
|
@ -20,11 +20,14 @@
|
|||
<meta property=og:title content="the gec zone">
|
||||
<meta property=og:description content="lair of the creature known as “niss”">
|
||||
<meta property=og:url content="https://yummy.cricket">
|
||||
<!--
|
||||
<meta property=og:image content="XXXXXX">
|
||||
<meta property=og:image content=media/opengraph.png>
|
||||
<meta property=og:image:width content=400>
|
||||
<meta property=og:image:height content=400>
|
||||
<meta property=og:image content=media/twittercard.png>
|
||||
<meta property=og:image:width content=800>
|
||||
<meta property=og:image:height content=418>
|
||||
<meta name=twitter:card content=summary_large_image>
|
||||
<meta name=twitter:image content="XXXXXX">
|
||||
-->
|
||||
<meta name=twitter:image content=media/twittercard.png>
|
||||
|
||||
<script src=script/shuffle.js type=module></script>
|
||||
<script src=script/run.js type=module></script>
|
||||
|
@ -215,7 +218,13 @@
|
|||
</a>
|
||||
|
||||
<li id=abyss>
|
||||
<a href=https://kobold60.com title=abyss class=txt>abyss</a>
|
||||
<a href=https://kobold60.com title=abyss>
|
||||
<picture>
|
||||
<source srcset=media/buttons/abyss_still.png
|
||||
media='(prefers-reduced-motion: reduce)'>
|
||||
<img src=media/buttons/abyss.gif alt=abyss>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<li id=cr>
|
||||
<a href=https://candiedreptile.club/bloglet/ title=candiedreptile>
|
||||
|
@ -252,11 +261,6 @@
|
|||
</picture>
|
||||
</a>
|
||||
|
||||
<li id=cobalt>
|
||||
<a href=https://cobaltblue.neocities.org title=cobalt>
|
||||
<img src=media/buttons/cobalt.png alt=cobalt>
|
||||
</a>
|
||||
|
||||
<li id=grace>
|
||||
<a href=https://princess.software title=grace>
|
||||
<img src=media/buttons/grace.png alt=grace>
|
||||
|
@ -327,6 +331,28 @@
|
|||
<a href=https://https://renkotsuban.com title=renkotsuban>
|
||||
<img src=media/buttons/renkotsuban.gif alt=renkotsuban>
|
||||
</a>
|
||||
|
||||
<li id=craw>
|
||||
<a href=https://craw.com title=craw>
|
||||
<img src=media/buttons/craw.png alt=craw>
|
||||
</a>
|
||||
|
||||
<li id=FaeAlchemist>
|
||||
<a href=https://faealchemist.neocities.org title=faealchemist>
|
||||
<picture>
|
||||
<source srcset=media/buttons/FaeAlchemist_still.png
|
||||
media='(prefers-reduced-motion: reduce)'>
|
||||
<img src=media/buttons/FaeAlchemist.gif alt=faealchemist>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<li id=suricrasia>
|
||||
<a href=https://suricrasia.online title=suricrasia>
|
||||
<img src=media/buttons/suricrasia.gif alt=suricrasia>
|
||||
</a>
|
||||
|
||||
<li id=brin>
|
||||
<a href=https://brinsolomon.com title=brin class=txt>brin</a>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
@ -365,8 +391,19 @@
|
|||
</a>
|
||||
|
||||
<li>
|
||||
<a href=https://krita.org id=krita title='krita'>
|
||||
<img src='media/buttons/krita.png' alt=krita>
|
||||
<a href=https://krita.org id=krita title=krita>
|
||||
<img src=media/buttons/krita.png alt=krita>
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=http://crouton.net id=crouton title=crouton>
|
||||
<img src=media/buttons/crouton.png alt=crouton>
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=https://www.runawaytothestars.com id=rtts
|
||||
title='runaway to the stars'>
|
||||
<img src=media/buttons/rtts.png alt='runaway to the stars'>
|
||||
</a>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -383,6 +420,9 @@
|
|||
<h2> a sixth thing </h2>
|
||||
|
||||
<p> <a href=http://crouton.net>wow</a>
|
||||
|
||||
<p class=artcredit>
|
||||
art by <a href=https://wutizit45.bsky.social>gray</a>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue