This commit is contained in:
nelle 2024-06-17 14:24:52 -06:00
parent 201965b331
commit 945c5427c3
5 changed files with 41 additions and 0 deletions

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

@ -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>