Format a bit
This commit is contained in:
parent
4b57623d0c
commit
f042a80a65
2 changed files with 14 additions and 10 deletions
|
@ -8,19 +8,19 @@ import Card from "../components/Card.astro";
|
|||
<div class="content">
|
||||
<div class="wrapper"></div>
|
||||
<center>
|
||||
<p>Howdy Traveller!</p>
|
||||
<h1>Howdy Traveller!</h1>
|
||||
<hr>
|
||||
<p class="subtitle">Name(s):</p>
|
||||
<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].
|
||||
</p>
|
||||
<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>
|
||||
<hr>
|
||||
<p class="subtitle">Some Info:</p>
|
||||
<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
|
||||
|
|
|
@ -10,11 +10,13 @@ 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><br>
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
<p class="instructions">
|
||||
<strong>Profiles/Portfolios</strong>
|
||||
</p></center>
|
||||
<br />
|
||||
</p>
|
||||
</center>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
source="/assets/icons/Forgejo_logo.svg"
|
||||
|
@ -44,9 +46,11 @@ 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
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue