update about page
This commit is contained in:
parent
c3ea08048f
commit
ff037c1eca
2 changed files with 21 additions and 19 deletions
|
@ -12,30 +12,33 @@ import Card from '../components/Card.astro';
|
|||
|
||||
<p>Howdy Traveller!</p>
|
||||
<br>
|
||||
<p>Privacy Activist, Public Domain (<a href="https://unlicense.org"><u>The Unlicense</u></a>) Believer, and FOSS Lover. Massive into all things archival.
|
||||
<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.
|
||||
Love long talks about theoretical physics, astronomy, and possibilities of the impossible.</p>
|
||||
<br>
|
||||
<p>do a lot of tinkering with various things, hardware and software. Currently messing around with web-development, Minecraft mods, 3D Printing, Linux, and Game Design. Checkout my <a href="https://limepot.xyz/projects.html"><u>Projects</u></a> to see what I'm currently working on.</p>
|
||||
<p>Also dabble in photography.</p>
|
||||
<br>
|
||||
<p>Don't ask about time travel.</p>
|
||||
<small>Don't ask about time travel.</small>
|
||||
<br><br>
|
||||
<h2>Where to find/contact:</h2>
|
||||
<br>
|
||||
<a href = "mailto: bm01@limepot.xyz"><u>Email</u></a>
|
||||
<br>
|
||||
<a href="https://ouroboros.gay/@limepot"><u>Fediverse</u></a>
|
||||
<br>
|
||||
<a href="https://odysee.com/@LimePot:4"><u>Odysee</u></a>
|
||||
<br>
|
||||
<a href="https://steamcommunity.com/id/limepot/"><u>Steam</u></a>
|
||||
<br>
|
||||
<a href="https://git.ouroboros.group/LimePotato/"><u>ForgeJo</u></a>
|
||||
<br>
|
||||
<a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a>
|
||||
<br>
|
||||
<a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a>
|
||||
<br>
|
||||
<center><p class="instructions"><strong>Where to find/contact me:</strong></p></center><br>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="mailto: bm01@limepot.xyz"
|
||||
title="Email"
|
||||
/>
|
||||
<Card
|
||||
href="https://ouroboros.gay/@limepot"
|
||||
title="Fediverse"
|
||||
/>
|
||||
<Card
|
||||
href="https://odysee.com/@LimePot:4"
|
||||
title="Odysee"
|
||||
/>
|
||||
<Card
|
||||
href="https://steamcommunity.com/id/limepot/"
|
||||
title="Steam"
|
||||
/>
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
|
@ -5,7 +5,6 @@ import Card from '../components/Card.astro';
|
|||
|
||||
<Layout title="LimePot - Projects ">
|
||||
<main>
|
||||
|
||||
<div class="content">
|
||||
<center><p class="instructions"><strong>Profiles/Portfolios</strong></p></center><br>
|
||||
<ul role="list" class="link-card-grid">
|
||||
|
|
Loading…
Reference in a new issue