Update About and add Security and Privacy page

This commit is contained in:
nelle 2023-03-22 23:31:48 -06:00
parent e2b807d2a9
commit 371b752ef1
5 changed files with 162 additions and 6 deletions

View file

@ -119,13 +119,15 @@
<div class="wrapper">
</div>
<p>Okay so, um hi. I'm Luna-Nelle, or Luna or Nelle depending on how I'm acting.</p>
<p>Okay so, um hi. I'm Luna-Nelle.</p>
<p>I'm a Transgender Female, I will burn your house down.</p>
<p>I am extremely obsessed with privacy, FOSS, Linux (Arch BTW), The Public Domain & <a href="https://unlicense.org">The Unlicense</a>, space, and technology in general. If you'd like to get deep, I'll get deep.</p>
<br><br>
<p>I try to make this site without JavaScript, I use <strong><a href="https://bulma.io/">Bulma</a></strong> Which doesn't require JS, but full disclosure, I've used a little JS for the mobile version (specifically the menu burger opening and closing). but this site will function if you turn JS off.</p>
<br><br>
<p>at the moment I'm working on getting my socials and such put into the footer, but for now here are my links:</p>
<br>
<p>I am a 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>
<p>I 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 website to see what I'm currently working on.</p>
<br><br><br>
<p>Don't ask me about time travel.</p>
<br><br><br>
<h2>Socials</h2>
<a href="https://snowdin.town/LimePotato">Fediverse</a>
@ -165,6 +167,8 @@
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
</div>
</footer></center>
</section>

View file

@ -139,6 +139,8 @@
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
</div>
</footer>
</center>

View file

@ -141,6 +141,8 @@
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
</div>
</footer></center>
</section>

View file

@ -146,6 +146,8 @@
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<br>
<a href="snp.html">Security and Privacy</a>
</div>
</footer></center>
</section>

146
snp.html Normal file
View file

@ -0,0 +1,146 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:description" content="Transwoman - Insane - Developer - Space Lover">
<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">
<meta name="theme-color" content="#19fcf1">
<link rel = "icon" href = "assets/branding/self-portrait.png">
<title>Security and Privacy</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css">
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<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">
About Me
</a>
<a class="navbar-item" href="https://limepot.xyz/blog">
Blog
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="https://limepot.xyz/projects">
Projects
</a>
<div class="navbar-dropdown">
<hr class="navbar-divider">
<a class="navbar-item" href="https://github.com/LimePotato">
Github
</a>
<a class="navbar-item" href="https://nullafati.xyz">
The Library
</a>
<a class="navbar-item" href="http://direct.limepot.xyz:3000/limepot/Kenophobia/releases">
Kenophobia
</a>
<a class="navbar-item" href="https://modrinth.com/mod/sine-termino">
Sine Termino
</a>
<a class="navbar-item" href="https://modrinth.com/mod/roses-mod">
Roses Mod
</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://limepot.xyz/old">
Old Site
</a>
<a class="navbar-item" href="https://limepot.xyz/ALPHA">
Alpha Site
</a>
</div>
</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>
</div>
</div>
</div>
<!-- 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 -->
</nav>
<section class="section">
<div class="container">
<div class="content">
<div class="wrapper">
</div>
<p>I try to make this site without JavaScript, I use <strong><a href="https://bulma.io/">Bulma</a></strong> Which doesn't require JS, but full disclosure, I've used a little JS for the mobile version (specifically the menu burger opening and closing). but this site will function if you turn JS off.</p>
<br>
<p>I do not store information, but cloudflare, does collect some information about what pages you visted, and what country you are from.</a></p>
</div>
</div>
<center>
<footer class="footer">
<div class="content has-text-centered">
<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>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
</div>
</footer></center>
</section>
</body>
</html>