mcbadges
This commit is contained in:
parent
201965b331
commit
945c5427c3
5 changed files with 41 additions and 0 deletions
BIN
public/assets/badges/mc-badges/made-with-fabric.png
Executable file
BIN
public/assets/badges/mc-badges/made-with-fabric.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 365 B |
BIN
public/assets/badges/mc-badges/made-with-legacy-fabric.png
Executable file
BIN
public/assets/badges/mc-badges/made-with-legacy-fabric.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 415 B |
BIN
public/assets/badges/mc-badges/made-with-neoforged.png
Executable file
BIN
public/assets/badges/mc-badges/made-with-neoforged.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 415 B |
BIN
public/assets/badges/mc-badges/made-with-quilt.png
Executable file
BIN
public/assets/badges/mc-badges/made-with-quilt.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 311 B |
41
src/pages/posts/minecraft-badges.astro
Normal file
41
src/pages/posts/minecraft-badges.astro
Normal 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>
|
Loading…
Reference in a new issue