Fix dead img links, and add ForgeJo Next account
This commit is contained in:
parent
9fa24e6606
commit
aaa1d7c9d3
1 changed files with 14 additions and 9 deletions
|
@ -11,7 +11,12 @@ import Card from '../components/Card.astro';
|
|||
<Card
|
||||
source=/assets/icons/Forgejo_logo.svg
|
||||
href="https://git.ouroboros.group/LimePotato/"
|
||||
title="ForgeJo"
|
||||
title="Self-Hosted ForgeJo Instance"
|
||||
/>
|
||||
<Card
|
||||
source=/assets/icons/Forgejo_logo.svg
|
||||
href="https://next.forgejo.org/LimePotato/"
|
||||
title="ForgeJo Account (For 24/7 repo hosting)"
|
||||
/>
|
||||
<Card
|
||||
source=/assets/icons/codeberg-svgrepo-com.svg
|
||||
|
@ -39,31 +44,31 @@ import Card from '../components/Card.astro';
|
|||
body="The Library is a self-hosted Archive."
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/LimePotato/Stellarworks/raw/branch/Latest/src/main/resources/assets/stellarworks/icon.png
|
||||
source=https://next.forgejo.org/LimePotato/Stellarworks/raw/branch/Latest/src/main/resources/assets/stellarworks/icon.png
|
||||
href="https://modrinth.com/mod/stellarworks"
|
||||
title="Stellarworks"
|
||||
body="A Minecraft mod, built for Quilt Loader, Reviving the ideas of my favorite classic tech and space mods."
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/LimePotato/roses-mod/raw/branch/Latest/src/main/resources/assets/roses_mod/icon.png
|
||||
source=https://next.forgejo.org/LimePotato/roses-mod/raw/branch/Latest/src/main/resources/assets/roses_mod/icon.png
|
||||
href="https://modrinth.com/mod/roses-quilt"
|
||||
title="Roses"
|
||||
body="A Minecraft mod, built for Quilt Loader, bringing back the Roses and Cyan Roses of old."
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/LimePotato/Yummy/raw/branch/1.20.1/src/main/resources/assets/yummy/icon.png
|
||||
source=https://next.forgejo.org/LimePotato/Yummy/raw/branch/1.20.1/src/main/resources/assets/yummy/icon.png
|
||||
href="https://codeberg.org/LimePotato/Yummy"
|
||||
title="Yummy"
|
||||
body="Adds various food related items to Minecraft, mostly inspired off of the promised/mentioned ideas from Mojang themselves."
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/repo-avatars/0db9a3f788caaefcd40020db2010c5ba004522636b5e2dabfafc4c4e1fea94ea
|
||||
href="https://git.ouroboros.group/LimePotato/even-more-bountiful"
|
||||
source=https://next.forgejo.org/repo-avatars/0db9a3f788caaefcd40020db2010c5ba004522636b5e2dabfafc4c4e1fea94ea
|
||||
href="https://next.forgejo.org/LimePotato/even-more-bountiful"
|
||||
title="Even More Bountiful"
|
||||
body="A Legacy Fabric mod for 1.7.10, exploring a timeline where minecrafts development took a different direction before 1.8"
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/LimePotato/quilt-template-mod/raw/branch/1.20.1/src/main/resources/assets/example_mod/icon.png
|
||||
source=https://next.forgejo.org/LimePotato/quilt-template-mod/raw/branch/1.20.1/src/main/resources/assets/example_mod/icon.png
|
||||
href="https://codeberg.org/LimePotato/limepot-quilt-template-mod"
|
||||
title="Custom Quilt Template Mod"
|
||||
body="A fork of the quilt template mod, with an interactive setup script, and other nice-to-haves."
|
||||
|
@ -74,8 +79,8 @@ import Card from '../components/Card.astro';
|
|||
body="In the spirit of MCP, but for older versions of alpha (initially just for a1.0.16_02)"
|
||||
/>
|
||||
<Card
|
||||
source=https://git.ouroboros.group/LimePotato/Godot-Retro-Template/raw/branch/main/Assets/Branding/Gameplay_logo.png
|
||||
href="https://git.ouroboros.group/LimePotato/Godot-Retro-Template"
|
||||
source=https://next.forgejo.org/LimePotato/Godot-Retro-Template/raw/branch/main/Assets/Branding/Gameplay_logo.png
|
||||
href="https://next.forgejo.org/LimePotato/Godot-Retro-Template"
|
||||
title="Godot Retro Template"
|
||||
body="A template godot project for retro (PSX/2, GC, N64, Dreamcast, etc.) styled games."
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue