More formatting

This commit is contained in:
nelle 2024-06-05 17:58:11 -06:00
parent f042a80a65
commit d6e319b578
2 changed files with 60 additions and 103 deletions

View file

@ -9,22 +9,26 @@ import Card from "../components/Card.astro";
<div class="wrapper"></div>
<center>
<h1>Howdy Traveller!</h1>
<hr>
<hr />
<p class="title">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].
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>
<hr />
<p class="title">Pronoun'd:</p>
<p>She/They, Alternatively: <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.</p>
<hr>
<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, and whatever comes to mind really. Checkout my <a
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>

View file

@ -10,9 +10,9 @@ import Card from "../components/Card.astro";
<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>
<br />
<hr />
<br />
<p class="instructions">
<strong>Profiles/Portfolios</strong>
</p>
@ -23,18 +23,6 @@ import Card from "../components/Card.astro";
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"
@ -48,21 +36,13 @@ import Card from "../components/Card.astro";
</ul>
<br /><br />
<center>
<hr>
<br>
<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"
@ -87,14 +67,6 @@ import Card from "../components/Card.astro";
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="/assets/icons/Forgejo_logo.svg"
href="https://git.nullafati.xyz/Ouroboros/potrogue/"
@ -107,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>