Compare commits

...

2 commits

Author SHA1 Message Date
d6e319b578 More formatting 2024-06-05 17:58:11 -06:00
f042a80a65 Format a bit 2024-06-05 17:53:19 -06:00
2 changed files with 65 additions and 104 deletions

View file

@ -7,30 +7,34 @@ import Card from "../components/Card.astro";
<main>
<div class="content">
<div class="wrapper"></div>
<center>
<p>Howdy Traveller!</p>
<hr>
<p class="subtitle">Name(s):</p>
<p>
You can call me Nelle, although some call me [Luna, Lilith, ???].
Or you can simply call me by my username [LimePot/LimePotato].
</p>
<hr>
<center>
<h1>Howdy Traveller!</h1>
<hr />
<p class="title">Name(s):</p>
<p>
You can call me <span style="color: #fe640b;">[Nelle]</span>, although some call me <span style="color: #fe640b;">[Luna, Lilith, ???]</span>. Or
you can simply call me by my username <span style="color: #fe640b;">[LimePot/LimePotato]</span>.
</p>
<hr />
<p class="subtitle">Pronoun'd:</p>
<p>She/They, Alternatively: <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.</p>
<hr>
<p class="subtitle">Some Info:</p>
<p>
I do a lot of tinkering with various things, hardware and software.
Currently messing around with Web Development, Minecraft mods, 3D
Printing, Linux, and whatever comes to mind really. Checkout my <a
href="https://limepot.xyz/projects"><u>Projects</u></a
> to see what I'm currently working on.
</p>
<br />
<br /><br />
<p class="instructions">
<p class="title">Pronoun'd:</p>
<p>
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a href="https://pronouns.cc/@LimePotato"
>pronouns.cc page</a
>.
</p>
<hr />
<p class="title">Some Info:</p>
<p>
I do a lot of tinkering with various things, hardware and software.
Currently messing around with Web Development, Minecraft mods, 3D
Printing, Linux, System Administration, Pixel Art, and whatever comes to mind really. Checkout my <a
href="https://limepot.xyz/projects"><u>Projects</u></a
> to see what I'm currently working on.
</p>
<br />
<br /><br />
<p class="instructions">
<strong>Where to find/contact me:</strong>
</p></center
><br />

View file

@ -7,32 +7,22 @@ import Card from "../components/Card.astro";
<main>
<div class="content">
<center>
<h1>Projects</h1>
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
<h2 class="subtitle">(Not a comprehensive list)</h2>
<br><br>
<p class="instructions">
<strong>Profiles/Portfolios</strong>
</p></center>
<h1>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"
/>
<!--
<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
href="https://codeberg.org/LimePotato"
title="Codeberg"
/>
-->
<Card
source="https://avatars.githubusercontent.com/u/67560307?s=200&v=4"
href="https://modrinth.com/user/limepotato"
@ -44,53 +34,39 @@ import Card from "../components/Card.astro";
title="Photography - File Archive"
/>
</ul>
<br /><br /><br />
<center
><p class="instructions">
<br /><br />
<center>
<hr />
<br />
<p class="instructions">
<strong>Individual Projects</strong>
</p></center
>
<ul role="list" class="link-card-grid">
<!--
<Card
source=https://nullafati.xyz/favicon.svg
href="https://nullafati.xyz"
title="The Library"
body="The Library is a self-hosted Archive."
/>
-->
<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."
/>
<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)."
/>
<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????"
/>
<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!"
/>
<!--
<Card
source=https://git.nullafati.xyz/LimePotato/even-more-bountiful/raw/branch/main/src/main/resources/assets/emb/icon.png
href="https://git.nullafati.xyz/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.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."
/>
<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)."
/>
<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????"
/>
<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!"
/>
<Card
source="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/Ouroboros/potrogue/"
@ -103,25 +79,6 @@ import Card from "../components/Card.astro";
title="kotRemote"
body="SSHFS (and maybe other things later) Wrapper, in Kotlin with Jexer"
/>
<!--
<Card
source=https://git.nullafati.xyz/LimePotato/stellarworks/raw/branch/main/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.nullafati.xyz/LimePotato/quilt-template-mod/raw/branch/main/src/main/resources/assets/example_mod/icon.png
href="https://git.ourobros.group/LimePotato/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."
/>
<Card
href="https://git.nullafati.xyz/LimePotato/LCP"
title="Legacy Coder Pack - LCP"
body="In the spirit of MCP, but for older versions of alpha (initially just for a1.0.16_02)"
/>
-->
</ul>
</div>
</main>