About page cleaner
This commit is contained in:
parent
a1c8ee4399
commit
86cf35b95f
1 changed files with 15 additions and 11 deletions
|
@ -7,26 +7,30 @@ import Card from "../components/Card.astro";
|
||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="wrapper"></div>
|
<div class="wrapper"></div>
|
||||||
|
<center>
|
||||||
<p>Howdy Traveller!</p>
|
<p>Howdy Traveller!</p>
|
||||||
<br />
|
<hr>
|
||||||
<!-- \
|
<p class="subtitle">Name(s):</p>
|
||||||
<p>Privacy Activist, Public Domain (<a href="https://unlicense.ouroboros.group"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
<p>
|
||||||
Love long talks about theoretical physics, astronomy, and possibilities of the impossible.</p>
|
You can call me Nelle, although some call me [Luna, Lilith, ???].
|
||||||
<br>
|
Or you can simply call me by my username [LimePot/LimePotato].
|
||||||
-->
|
</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>
|
<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
|
||||||
Printing, Linux, and Game Design. Checkout my <a
|
Printing, Linux, and whatever comes to mind really. Checkout my <a
|
||||||
href="https://limepot.xyz/projects"><u>Projects</u></a
|
href="https://limepot.xyz/projects"><u>Projects</u></a
|
||||||
> to see what I'm currently working on.
|
> to see what I'm currently working on.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<!-- <small>Don't ask about time travel. 🏳️⚧️✊🏾</small>-->
|
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<center
|
<p class="instructions">
|
||||||
><p class="instructions">
|
|
||||||
<strong>Where to find/contact me:</strong>
|
<strong>Where to find/contact me:</strong>
|
||||||
</p></center
|
</p></center
|
||||||
><br />
|
><br />
|
||||||
|
|
Loading…
Reference in a new issue