Compare commits

...

2 commits

Author SHA1 Message Date
945c5427c3 mcbadges 2024-06-17 14:24:52 -06:00
201965b331 relocate some badges 2024-06-17 14:14:57 -06:00
10 changed files with 45 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

View file

@ -12,10 +12,10 @@
<br/><br>
<a>Friend/Mutual Buttons</a>
<br>
<a href="https://zvava.org/"><image src="/assets/badges/zvava.org.png" alt="badge for zvava.org"></a>
<a href="https://elke.cafe/"><image src="/assets/badges/elke.cafe.gif" alt="badge for elke.cafe"></a>
<a href="https://void.rehab/"><image src="/assets/badges/void.rehab.png" alt="badge for void.rehab"></a>
<a href="https://micro.pages.gay/"><image src="/assets/badges/niko.avif" alt="badge for micro.pages.gay"></a>
<a href="https://zvava.org/"><image src="/assets/badges/friends/zvava.org.png" alt="badge for zvava.org"></a>
<a href="https://elke.cafe/"><image src="/assets/badges/friends/elke.cafe.gif" alt="badge for elke.cafe"></a>
<a href="https://void.rehab/"><image src="/assets/badges/friends/void.rehab.png" alt="badge for void.rehab"></a>
<a href="https://micro.pages.gay/"><image src="/assets/badges/friends/niko.avif" alt="badge for micro.pages.gay"></a>
<br/><br>
<a>Other Buttons</a>
<br>

View file

@ -0,0 +1,41 @@
---
import Layout from "../../layouts/Layout.astro";
---
<Layout title="Minecraft 88x31 Badges">
<main>
<div class="content">
<div class="wrapper">
<center>
<h1 class="title">88x31 badges for your Minecraft projects!</h1>
<h3 class="subtitle">Date: 2024-06-17</h3>
<br />
<h2 class="subtitle">
I made (and still am making), a few 88x31 badges for minecraft mods
and such, heres what i have so far!
</h2>
<h2 class="subtitle">
(If you dont see one you want, and to download them go ahead and check the <a
href="https://git.nullafati.xyz/limepotato/mc-badges">git repo</a
>)
</h2>
<h2 class="subtitle">
<a href="https://git.nullafati.xyz/limepotato/mc-badges/src/branch/main/LICENSE.md">Images License</a>
</h2>
<br />
<br />
<img src="/assets/badges/mc-badges/made-with-fabric.png" />
<br />
<br />
<img src="/assets/badges/mc-badges/made-with-legacy-fabric.png" />
<br />
<br />
<img src="/assets/badges/mc-badges/made-with-neoforged.png" />
<br />
<br />
<img src="/assets/badges/mc-badges/made-with-quilt.png"/>
</center>
</div>
</div>
</main>
</Layout>