2023-06-21 05:00:21 -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 = "personal site" >
< meta name = "og:type" content = "website" >
< meta name = "og:image" content = "../assets/branding/obo-icon.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/obo-icon.png" >
< title > LimePot - PixelFed RSS< / title >
< link rel = "stylesheet" href = "../mybulma/css/mystyles.css" >
< style >
body{
background: repeat url("../assets/background.gif");
}
< / style >
< / 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/obo-icon.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
< / a >
2023-07-08 01:18:01 -06:00
2023-06-21 05:00:21 -06:00
< a class = "navbar-item" href = "https://limepot.xyz/projects.html" >
Projects
< / 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 > 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 >
2023-07-22 03:34:48 -06:00
< h2 class = "title" > < a href = "https://pixelfed.social/account/portfolio/LimePotato.rss" > Download the RSS file. < image src = "../assets/rss.png" width = "24" height = "24" > < / image > < / h2 >
2023-06-21 05:00:21 -06:00
< br >
< script src = "//rss.bloople.net/?url=https%3A%2F%2Fpixelfed.social%2Faccount%2Fportfolio%2FLimePotato.rss&showtitle=false&type=js" > < / script >
< / div >
< / div >
< center >
< footer class = "footer" >
< div class = "content has-text-centered" >
< br > < br >
<!-- Badges -->
< br > < br >
< a href = "https://jointhefediverse.net/" > < image src = "../assets/badges/FEDERATE-NOW.jpg" > < / a >
< a href = "https://archlinux.org" > < image src = "../assets/badges/archlinux.gif" > < / a >
< a href = "https://gnu.org" > < image src = "../assets/badges/gnu-linux.gif" > < / a >
< a href = "https://fuckoffgoogle.de/" > < image src = "../assets/badges/google_stand.gif" > < / a >
< a href = "https://privacytests.org/" > < image src = "../assets/badges/chrmevil.gif" > < / a >
< br >
2023-07-31 15:40:12 -06:00
< image src = "../assets/badges/browser.gif" >
2023-06-21 05:00:21 -06:00
< a href = "https://cybercriminal.eu/" > < image src = "../assets/badges/cbrmnl.png" > < / a >
2023-07-15 17:12:05 -06:00
2023-06-21 05:00:21 -06:00
< a href = "https://tuxcrafting.online/" > < image src = "../assets/badges/tctek.gif" > < / a >
2023-07-01 18:58:43 -06:00
< iframe src = "//incr.easrng.net/badge?key=limepot" style = "background: url(//incr.easrng.net/bg.gif)" title = "increment badge" width = "88" height = "31" frameborder = "0" > < / iframe >
2023-06-26 09:22:25 -06:00
< a href = "https://cybercriminal.eu" > < image src = "../assets/badges/cbrmnl.png" > < / a >
< br >
2023-07-31 15:34:34 -06:00
< a href = "https://limepot.xyz/" > < image src = "../assets/badges/limepotxyz-badge00.gif" > < / a >
2023-06-21 05:00:21 -06:00
<!-- Badges -->
< br > < br >
< 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 >
2023-07-21 01:55:48 -06:00
< a href = "https://git.ouroboros.group/LimePotato/limepot-xyz" >
2023-06-21 05:00:21 -06:00
< img src = "https://img.shields.io/badge/Site-Source-lightgrey.svg" width = "94.2" height = "20" >
< / a >
2023-07-03 01:38:02 -06:00
2023-06-21 05:00:21 -06:00
< br >
2023-07-03 01:38:02 -06:00
< a href = "https://up.ouroboros.group/status/obos" > < u > Experiencing downtimes?< / u > < / a >
2023-06-21 05:00:21 -06:00
< a href = "../snp.html" > < u > Security, Privacy, & Credits< / u > < / a >
< / div >
< / footer > < / center >
< / section >
< / body >
< / html >