ouroboros.gay button
This commit is contained in:
parent
f7241d278f
commit
a8872d30ad
4 changed files with 2745 additions and 4 deletions
BIN
public/assets/badges/mine/ouroboros.gay.png
Normal file
BIN
public/assets/badges/mine/ouroboros.gay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2731
public/assets/badges/mine/ouroboros.gay.svg
Normal file
2731
public/assets/badges/mine/ouroboros.gay.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 156 KiB |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue