ouroboros.gay button

This commit is contained in:
nelle 2024-07-06 00:08:30 -06:00
parent f7241d278f
commit a8872d30ad
4 changed files with 2745 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 156 KiB

View file

@ -8,6 +8,8 @@ const today = new Date();
<a href="/buttons"><u>Mine Buttons</u></a>
<br>
<a href="https://limepot.xyz/"><image src="/assets/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars" loading="lazy"/></a>
<br>
<a href="https://ouroboros.gay/"><image src="/assets/badges/mine/ouroboros.gay.png"></a>
<image style="cursor:pointer;" onclick="toggleTheme()" src="/assets/badges/mine/standard-galactic-alphabet.png" alt="animation of a bunch of twinkling stars" loading="lazy"/>
<br/><hr>
<a>Friendly Buttons</a>

View file

@ -6,18 +6,26 @@ import Layout from "../layouts/Layout-nochrome.astro";
<main>
<div class="content" style="text-align: center;">
<h1 class="title">My 88x31 Buttons</h1>
<h3>Button for this site</h3>
<h3>Button for this site - limepot.xyz</h3>
<a href="/assets/badges/mine/limepotxyz.gif">Download</a>
<br>
<a href="https://limepot.xyz/"><image src="/assets/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars"/></a>
<hr>
<hr>
<h3>Ouroboros.Gay</h3>
<a href="/assets/badges/mine/ouroboros.gay.png">Download PNG</a>
|
<a href="/assets/badges/mine/ouroboros.gay.svg">Download SVG</a>
<br>
<br>
<a href="https://ouroboros.gay/"><image src="/assets/badges/mine/ouroboros.gay.png"></a>
<hr>
<hr>
<h3>Standard Galactic Alphabet Switcher</h3>
<a href="/assets/badges/mine/standard-galactic-alphabet.png">Download</a>
<br>
<image style="cursor:pointer;" onclick="toggleTheme()" src="/assets/badges/mine/standard-galactic-alphabet.png" alt="animation of a bunch of twinkling stars"/>
<br>
<br>
<hr>
<hr>
<a href="/blog/minecraft-badges/"><h3>Minecraft 88x31 Badges</h3></a>
</div>
</main>