Archived
1
0
Fork 0
This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/src/pages/projects.astro
2024-06-11 11:51:20 -06:00

101 lines
3.5 KiB
Text
Executable file

---
import Layout from "../layouts/Layout.astro";
import Card from "../components/Card.astro";
---
<Layout title="LimePot - Projects ">
<main>
<div class="content">
<center>
<h1 class="title">Projects</h1>
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
<h2 class="subtitle">(Not a comprehensive list)</h2>
<br />
<hr />
<br />
<p class="instructions">
<strong>Profiles/Portfolios</strong>
</p>
</center>
<ul role="list" class="link-card-grid">
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/LimePotato/"
title="Self-Hosted ForgeJo Instance"
alt="Forgejo Logo"
/>
<Card
source="https://avatars.githubusercontent.com/u/67560307?s=200&v=4"
href="https://modrinth.com/user/limepotato"
title="Modrinth"
alt="Modrinth Logo"
/>
<Card
source="/assets/icons/image-outline.svg"
href="https://files.nullafati.xyz/Photos/limepotato/"
title="Photography - File Archive"
alt="image icon, mountains and a sun in outline"
/>
</ul>
<br /><br />
<center>
<hr />
<br />
<p class="instructions">
<strong>Individual Projects</strong>
</p></center
>
<ul role="list" class="link-card-grid">
<Card
source="https://ouroboros.gay/files/ecfdc63b-d5a0-47ad-8ec4-8892342ddbda"
href="https://ouroboros.group/"
title="Ouroboros Group"
body="A directory of everything I host."
alt="Ouroboros Icon"
/>
<Card
source="https://git.nullafati.xyz/LimePotato/roses-mod/raw/branch/main/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."
alt="Two minecraft roses, one red one cyan"
/>
<Card
source="https://git.nullafati.xyz/limepotato/yummy/raw/branch/main/src/main/resources/assets/yummy/icon.png"
href="https://git.nullafati.xyz/limepotato/yummy"
title="Yummy"
body="A Minecraft mod, all about food (WIP)."
alt="Pixel art smiling yummy face"
/>
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/limepotato/edibleBlocks"
title="Edible Blocks"
body="A Minecraft mod, that lets you.... eat block items????"
alt="ForgeJo Logo"
/>
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/limepotato/mc-badges"
title="Minecraft Badges"
body="A handful of 88x31 badges for all your minecraft related projects!"
alt="ForgeJo Logo"
/>
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/Ouroboros/potrogue/"
title="potrogue"
body="A lil roguelike project built in Kotlin with cobalt/amethyst/zircon"
alt="ForgeJo Logo"
/>
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/limepotato/kotRemote"
title="kotRemote"
body="SSHFS (and maybe other things later) Wrapper, in Kotlin with Jexer"
alt="ForgeJo Logo"
/>
</ul>
</div>
</main>
</Layout>