2023-03-22 23:31:48 -06:00
<!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" >
2023-04-26 04:15:45 -06:00
< style >
body{
background: repeat url("assets/background.gif");
}
< / style >
2023-03-22 23:31:48 -06:00
< / head >
< body >
< nav class = "navbar" role = "navigation" aria-label = "main navigation" >
2023-04-23 05:03:29 -06:00
< div class = "navbar-brand" >
2023-05-22 02:14:14 -06:00
< a class = "navbar-item" href = "https://www.limepot.xyz/" >
2023-04-23 05:03:29 -06:00
< 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" >
2023-05-22 02:14:14 -06:00
< a class = "navbar-item" href = "https://www.limepot.xyz/about.html" >
2023-04-23 05:03:29 -06:00
About Me
2023-03-22 23:31:48 -06:00
< / a >
2023-05-22 02:14:14 -06:00
< a class = "navbar-item" href = "https://www.limepot.xyz/blog.html" >
2023-04-23 05:03:29 -06:00
Blog
2023-03-22 23:31:48 -06:00
< / a >
2023-05-22 02:14:14 -06:00
< a class = "navbar-item" href = "https://www.limepot.xyz/projects.html" >
2023-04-23 05:03:29 -06:00
Projects
2023-03-22 23:31:48 -06:00
< / a >
< / div >
< / div >
2023-04-23 05:03:29 -06:00
< / 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-03-22 23:31:48 -06:00
< / div >
< / div >
< / div >
<!-- This JS is required for mobile users to navigate the site, working on a mobile alternative -->
< script > d o c u m e n t . a d d E v e n t L i s t e n e r ( ' D O M C o n t e n t L o a d e d ' , ( ) = > {
// 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 >
2023-05-22 02:14:14 -06:00
< p > I do not store information, but cloudflare, does collect some information about what pages you visted, and what country you are from, the website is self-hosted on a raspbery pi, and I am working on moving the domain registrar from cloudflare, just need a little money first.< / a > < / p >
2023-03-22 23:31:48 -06:00
< / div >
< / div >
< center >
< footer class = "footer" >
< div class = "content has-text-centered" >
2023-04-23 05:03:29 -06:00
< br > < br >
2023-04-27 11:10:42 -06:00
< a href = "https://jointhefediverse.net/" > < image src = "assets/badges/FEDERATE-NOW.jpg" > < / image > < / a >
2023-04-23 05:03:29 -06:00
< br > < br >
2023-03-22 23:31:48 -06: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 >
< 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 >