limepot-xyz/about.html

148 lines
5.9 KiB
HTML
Raw Normal View History

2023-01-27 20:10:55 -07:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:description" content="personal site">
2023-03-22 04:36:21 -06:00
<meta name="og:type" content="website">
<meta name="og:image" content="assets/branding/self-portrait.png">
<meta name="og:site_name" content="Limepot">
<meta name="og:title" content="LimePot">
2023-03-22 04:41:13 -06:00
<meta name="theme-color" content="#19fcf1">
2023-03-10 17:56:39 -07:00
<link rel = "icon" href = "assets/branding/self-portrait.png">
2023-01-27 20:10:55 -07:00
<title>LimePot - About</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css">
2023-04-26 04:15:45 -06:00
<style>
body{
background: repeat url("assets/background.gif");
}
</style>
2023-01-27 20:10:55 -07:00
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
2023-04-23 05:03:29 -06:00
<div class="navbar-brand">
<a class="navbar-item" href="https://limepot.xyz/">
<img src="assets/branding/self-portrait.png" style="border-radius: 20%">
LimePot
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="https://limepot.xyz/about.html">
About Me
2023-01-27 20:10:55 -07:00
</a>
2023-04-23 05:03:29 -06:00
<a class="navbar-item" href="https://limepot.xyz/blog.html">
Blog
2023-01-27 20:10:55 -07:00
</a>
2023-04-23 05:03:29 -06:00
<a class="navbar-item" href="https://limepot.xyz/projects.html">
Projects
</a>
2023-01-27 20:10:55 -07:00
</div>
2023-04-23 05:03:29 -06:00
</div>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://ko-fi.com/limepot">
<img src="assets/other-branding/ko-fi-button-red.png">
</a>
</div>
2023-01-27 20:10:55 -07:00
</div>
</div>
</div>
2023-03-09 21:31:03 -07:00
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
<script>document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
});</script>
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
2023-01-27 20:10:55 -07:00
</nav>
<section class="section">
<div class="container">
<div class="content">
<div class="wrapper">
</div>
2023-03-31 15:55:37 -06:00
<p>Okay so, um hi. I'm Luna-Nelle, 21 of years.</p>
<br>
2023-04-07 19:40:51 -06:00
<p>Privacy Activist, Public Domain (<a href="https://unlicense.org">The Unlicense</a>) Believer, and FOSS Lover. Massive into all things archival.
Love long talks about theoretical physics, astronomy, and possibilities of the impossible.</p>
<br>
2023-04-07 19:40:51 -06:00
<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">Projects</a> to see what I'm currently working on.</p>
<p>Also dabble in photography.</p>
2023-04-26 04:15:45 -06:00
<br>
2023-04-07 19:40:51 -06:00
<p>Don't ask about time travel.</p>
2023-04-26 04:15:45 -06:00
<br><br>
2023-02-16 18:42:01 -07:00
<h2>Socials</h2>
2023-03-30 05:21:10 -06:00
<a href="https://krimsonlocker.xyz/@limepot">Fediverse</a><a href="https://krimsonlocker.xyz/@limepot.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a> ||| <a href="https://snowdin.town/users/LimePotato">Old Fediverse Acc</a><a href="https://snowdin.town/users/LimePotato.rss"> <image src="https://limepot.xyz/assets/icons/logo-rss.svg" width="16" height="16"></image></a>
2023-02-16 18:44:29 -07:00
<br>
2023-04-23 05:03:29 -06:00
<a href="https://pixelfed.social/i/web/profile/543566811356437135">PixelFed/Photography</a>
2023-04-12 17:31:18 -06:00
<br>
2023-02-16 18:42:01 -07:00
<a href="https://odysee.com/@LimePot:4">Odysee</a>
2023-02-16 18:44:29 -07:00
<br>
2023-03-27 02:03:16 -06:00
<a href="https://steamcommunity.com/id/limepot/">Steam</a>
2023-02-16 18:44:29 -07:00
<br>
2023-04-13 15:10:09 -06:00
<a href="https://limepot.xyz/redir/discord">Discord Guild</a> - <a href="https://rvlt.gg/YHa12C6j">Revolt Guild</a>
2023-02-16 18:42:01 -07:00
<br>
2023-03-27 02:03:16 -06:00
<a href="https://limepot.xyz/irc">IRC (still kinda being worked on)</a>
<br>
2023-02-16 18:44:29 -07:00
<a href="#">Fosscord (Soon)</a>
2023-04-26 04:15:45 -06:00
<br><br>
2023-02-16 18:42:01 -07:00
<h2>Dev Links</h2>
<a href="https://github.com/LimePotato/">Github</a>
2023-03-10 03:24:22 -07:00
<!--
<br>
<a href="direct.limepot.xyz:3000">Gitea</a>
-->
2023-02-16 18:44:29 -07:00
<br>
2023-02-16 18:42:01 -07:00
<a href="https://codeberg.org/LimePotato">Codeberg</a>
<br>
2023-02-16 18:44:29 -07:00
<a href="https://modrinth.com/user/limepotato">Modrinth</a>
2023-01-27 20:10:55 -07:00
</div>
</div>
2023-03-11 21:53:44 -07:00
<center>
2023-03-11 21:41:10 -07:00
<footer class="footer">
<div class="content has-text-centered">
2023-04-23 05:03:29 -06:00
<br><br>
<a href="https://www.fediverse.to/"><image src="assets/badges/FEDERATE-NOW.jpg"></image></a>
<br><br>
2023-03-11 21:41:10 -07:00
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
2023-03-22 02:33:43 -06:00
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
2023-04-03 13:25:01 -06:00
<a href="https://gitlab.com/LimePotato/limepot-xyz">
2023-03-22 02:33:43 -06:00
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
2023-03-11 21:41:10 -07:00
</div>
2023-03-11 21:53:44 -07:00
</footer></center>
2023-01-27 20:10:55 -07:00
</section>
</body>
</html>