transfer about

This commit is contained in:
nelle 2023-08-13 17:04:44 -06:00
parent 1ab65f7df6
commit ac7ac5bc9b

48
src/pages/about.astro Normal file
View file

@ -0,0 +1,48 @@
---
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="LimePot - Home">
<main>
<div class="content">
<div class="wrapper">
</div>
<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.
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>
<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><a href="/rss/fedirss.html"> <image src="assets/rss.png" width="10" height="10"></a>
<br>
<a href="https://odysee.com/@LimePot:4"><u>Odysee</u></a><a href="/rss/odyseerss.html"> <image src="assets/rss.png" width="10" height="10"></a>
<br>
<a href="https://steamcommunity.com/id/limepot/"><u>Steam</u></a>
<br>
<!--<a href="https://limepot.xyz/redir/discord.htmll"><u>Discord Guild</u></a>-->
<br>
<a href="https://github.com/LimePotato/"><u>Github</u></a>
<!--
<br>
<a href="direct.limepot.xyz:3000">Gitea</a>
commit test message, delete when you see this
-->
<br>
<a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a><a href="/rss/codebergrss.html"> <image src="assets/rss.png" width="10" height="10"></a>
<br>
<a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a>
<br><br><br>
</div>
</main>
</Layout>