update contact area
This commit is contained in:
parent
a950cfc919
commit
0b3dbb78bc
1 changed files with 20 additions and 23 deletions
|
@ -13,15 +13,18 @@ import Card from "../components/Card.astro";
|
|||
<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>.
|
||||
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="title">Pronoun'd:</p>
|
||||
<p>
|
||||
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a href="https://pronouns.cc/@LimePotato"
|
||||
>pronouns.cc page</a
|
||||
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a
|
||||
href="https://pronouns.cc/@LimePotato">pronouns.cc page</a
|
||||
>.
|
||||
</p>
|
||||
<hr />
|
||||
|
@ -29,8 +32,9 @@ import Card from "../components/Card.astro";
|
|||
<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
|
||||
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 />
|
||||
|
@ -50,28 +54,21 @@ import Card from "../components/Card.astro";
|
|||
href="https://ouroboros.gay/@limepot"
|
||||
title="Fediverse"
|
||||
/>
|
||||
<Card
|
||||
source="/assets/icons/matrix.png"
|
||||
href="https://matrix.to/#/@limepot:ouroboros.gay"
|
||||
title="Matrix"
|
||||
/>
|
||||
<Card
|
||||
source="/assets/icons/listenbrainzicon.png"
|
||||
href="https://listenbrainz.org/user/LimePotato/"
|
||||
title="ListenBrainz Profile"
|
||||
/>
|
||||
<!--
|
||||
<Card
|
||||
source="/assets/icons/logo-youtube.svg"
|
||||
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
title="Youtube"
|
||||
/>
|
||||
<Card
|
||||
source="/assets/icons/logo-steam.svg"
|
||||
href="https://steamcommunity.com/id/limepot/"
|
||||
title="Steam"
|
||||
/>
|
||||
-->
|
||||
<Card
|
||||
source="/assets/icons/logo-youtube.svg"
|
||||
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
title="Youtube"
|
||||
/>
|
||||
<Card
|
||||
source="/assets/icons/logo-steam.svg"
|
||||
href="https://steamcommunity.com/id/limepot/"
|
||||
title="Steam"
|
||||
/>
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue