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 />
|
<hr />
|
||||||
<p class="title">Name(s):</p>
|
<p class="title">Name(s):</p>
|
||||||
<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 call me <span style="color: #fe640b;">[Nelle]</span>, although
|
||||||
you can simply call me by my username <span style="color: #fe640b;">[LimePot/LimePotato]</span>.
|
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>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<p class="title">Pronoun'd:</p>
|
<p class="title">Pronoun'd:</p>
|
||||||
<p>
|
<p>
|
||||||
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a href="https://pronouns.cc/@LimePotato"
|
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a
|
||||||
>pronouns.cc page</a
|
href="https://pronouns.cc/@LimePotato">pronouns.cc page</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
@ -29,8 +32,9 @@ import Card from "../components/Card.astro";
|
||||||
<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, System Administration, Pixel Art, and whatever comes to mind really. Checkout my <a
|
Printing, Linux, System Administration, Pixel Art, and whatever comes
|
||||||
href="https://limepot.xyz/projects"><u>Projects</u></a
|
to mind really. Checkout my <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 />
|
||||||
|
@ -50,28 +54,21 @@ import Card from "../components/Card.astro";
|
||||||
href="https://ouroboros.gay/@limepot"
|
href="https://ouroboros.gay/@limepot"
|
||||||
title="Fediverse"
|
title="Fediverse"
|
||||||
/>
|
/>
|
||||||
<Card
|
|
||||||
source="/assets/icons/matrix.png"
|
|
||||||
href="https://matrix.to/#/@limepot:ouroboros.gay"
|
|
||||||
title="Matrix"
|
|
||||||
/>
|
|
||||||
<Card
|
<Card
|
||||||
source="/assets/icons/listenbrainzicon.png"
|
source="/assets/icons/listenbrainzicon.png"
|
||||||
href="https://listenbrainz.org/user/LimePotato/"
|
href="https://listenbrainz.org/user/LimePotato/"
|
||||||
title="ListenBrainz Profile"
|
title="ListenBrainz Profile"
|
||||||
/>
|
/>
|
||||||
<!--
|
<Card
|
||||||
<Card
|
source="/assets/icons/logo-youtube.svg"
|
||||||
source="/assets/icons/logo-youtube.svg"
|
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||||
href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
title="Youtube"
|
||||||
title="Youtube"
|
/>
|
||||||
/>
|
<Card
|
||||||
<Card
|
source="/assets/icons/logo-steam.svg"
|
||||||
source="/assets/icons/logo-steam.svg"
|
href="https://steamcommunity.com/id/limepot/"
|
||||||
href="https://steamcommunity.com/id/limepot/"
|
title="Steam"
|
||||||
title="Steam"
|
/>
|
||||||
/>
|
|
||||||
-->
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue