Format a bit

This commit is contained in:
nelle 2024-06-05 17:53:19 -06:00
parent 4b57623d0c
commit f042a80a65
2 changed files with 14 additions and 10 deletions

View file

@ -8,19 +8,19 @@ import Card from "../components/Card.astro";
<div class="content"> <div class="content">
<div class="wrapper"></div> <div class="wrapper"></div>
<center> <center>
<p>Howdy Traveller!</p> <h1>Howdy Traveller!</h1>
<hr> <hr>
<p class="subtitle">Name(s):</p> <p class="title">Name(s):</p>
<p> <p>
You can call me Nelle, although some call me [Luna, Lilith, ???]. You can call me Nelle, although some call me [Luna, Lilith, ???].
Or you can simply call me by my username [LimePot/LimePotato]. Or you can simply call me by my username [LimePot/LimePotato].
</p> </p>
<hr> <hr>
<p class="subtitle">Pronoun'd:</p> <p class="title">Pronoun'd:</p>
<p>She/They, Alternatively: <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.</p> <p>She/They, Alternatively: <a href="https://pronouns.cc/@LimePotato">pronouns.cc page</a>.</p>
<hr> <hr>
<p class="subtitle">Some Info:</p> <p class="title">Some Info:</p>
<p> <p>
I do a lot of tinkering with various things, hardware and software. I do a lot of tinkering with various things, hardware and software.
Currently messing around with Web Development, Minecraft mods, 3D Currently messing around with Web Development, Minecraft mods, 3D

View file

@ -10,11 +10,13 @@ import Card from "../components/Card.astro";
<h1>Projects</h1> <h1>Projects</h1>
<h2 class="title">The things (various, VARIOUS, things) I do/make.</h2> <h2 class="title">The things (various, VARIOUS, things) I do/make.</h2>
<h2 class="subtitle">(Not a comprehensive list)</h2> <h2 class="subtitle">(Not a comprehensive list)</h2>
<br><br> <br>
<hr>
<br>
<p class="instructions"> <p class="instructions">
<strong>Profiles/Portfolios</strong> <strong>Profiles/Portfolios</strong>
</p></center> </p>
<br /> </center>
<ul role="list" class="link-card-grid"> <ul role="list" class="link-card-grid">
<Card <Card
source="/assets/icons/Forgejo_logo.svg" source="/assets/icons/Forgejo_logo.svg"
@ -44,9 +46,11 @@ import Card from "../components/Card.astro";
title="Photography - File Archive" title="Photography - File Archive"
/> />
</ul> </ul>
<br /><br /><br /> <br /><br />
<center <center>
><p class="instructions"> <hr>
<br>
<p class="instructions">
<strong>Individual Projects</strong> <strong>Individual Projects</strong>
</p></center </p></center
> >