2023-02-16 18:07:58 -07:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2023-04-13 23:16:32 -06:00
< meta name = "og:description" content = "personal site" >
2023-03-22 04:36:21 -06:00
< meta name = "og:type" content = "website" >
2023-06-07 01:28:34 -06:00
< meta name = "og:image" content = "assets/branding/obo-icon.png" >
2023-03-22 04:36:21 -06:00
< 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-06-07 01:28:34 -06:00
< link rel = "icon" href = "assets/branding/obo-icon.png" >
2023-03-22 02:33:43 -06:00
< title > LimePot - Projects< / title >
2023-02-16 18:07:58 -07:00
< 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-02-16 18:07:58 -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" >
2023-06-18 14:41:35 -06:00
< a class = "navbar-item" href = "https://limepot.xyz/" >
2023-06-07 01:28:34 -06:00
< img src = "assets/branding/obo-icon.png" style = "border-radius: 20%" >
2023-04-23 05:03:29 -06:00
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-06-18 14:41:35 -06:00
< a class = "navbar-item" href = "https://limepot.xyz/about.html" >
2023-04-23 05:03:29 -06:00
About Me
2023-02-16 18:07:58 -07:00
< / a >
2023-06-18 14:41:35 -06:00
< a class = "navbar-item" href = "https://limepot.xyz/projects.html" >
2023-04-23 05:03:29 -06:00
Projects
2023-02-26 17:15:36 -07:00
< / a >
2023-02-16 18:07:58 -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-02-16 18:07:58 -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 > 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 -->
2023-02-16 18:07:58 -07:00
< / nav >
< section class = "section" >
< div class = "container" >
< div class = "content" >
2023-08-06 11:50:57 -06:00
<!-- <h1 class="title">
2023-07-29 14:50:35 -06:00
< marquee behavior = scroll direction = "left" scrollamount = "15" > < a href = "https://up.ouroboros.gay" > < u > My infra is undergoing maintenance, these links may die frequently< / u > < / a > < / marquee >
2023-08-06 11:50:57 -06:00
< / h1 > -->
2023-07-21 01:55:48 -06:00
<!-- GITEA -->
2023-07-22 03:34:48 -06:00
< h1 class = "title" > < image src = "assets/icons/Forgejo_logo.svg" width = "24" height = "24" > < a href = "https://git.ouroboros.group/LimePotato/" > < u > Forgejo< / u > < / a > < a href = "./rss/forgejorss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-07-21 01:55:48 -06:00
2023-06-21 05:00:21 -06:00
<!-- CODEBERG -->
< h1 class = "title" > < image src = "assets/icons/codeberg-svgrepo-com.svg" width = "24" height = "24" > < a href = "https://codeberg.org/LimePotato" > < u > Codeberg< / u > < / a > < a href = "./rss/codebergrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-07-08 01:18:01 -06:00
<!-- MODRINTH -->
< h1 class = "title" > < image src = "https://avatars.githubusercontent.com/u/67560307?s=200&v=4" width = "24" height = "24" > < a href = "https://modrinth.com/user/limepotato" > < u > Modrinth< / u > < / a > < / h1 >
2023-03-22 02:05:24 -06:00
< br > < br >
2023-06-21 05:00:21 -06:00
<!-- NULLAFATI.XYZ -->
< h1 class = "title" > < image src = "https://nullafati.xyz/assets/branding/obo-icon.png" width = "24" height = "24" > < a href = "https://nullafati.xyz" > < u > The Library< / u > < / a > < a href = "./rss/nullafatixyzrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 > < / h1 >
2023-03-12 03:29:18 -06:00
< h3 class = "subtitle" > The Library is a self-hosted Archive.< / h3 >
2023-06-20 01:39:14 -06:00
2023-06-21 05:00:21 -06:00
<!-- STELLARWORKS -->
2023-07-22 03:00:26 -06:00
< h1 class = "title" > < image src = "https://git.ouroboros.group/LimePotato/Stellarworks/raw/branch/Latest/src/main/resources/assets/stellarworks/icon.png" width = "24" height = "24" > < a href = "https://modrinth.com/mod/stellarworks" > < u > Stellarworks< / u > < / a > < a href = "./rss/stellarworksrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-03-22 02:02:10 -06:00
< h3 class = "subtitle" > A Minecraft mod, built for Quilt Loader, Reviving the ideas of my favorite classic tech and space mods.< / h3 >
2023-06-20 01:39:14 -06:00
2023-06-21 05:00:21 -06:00
<!-- ROSES MOD -->
2023-07-22 03:00:26 -06:00
< h1 class = "title" > < image src = "https://git.ouroboros.group/LimePotato/roses-mod/raw/branch/Latest/src/main/resources/assets/roses_mod/icon.png" width = "24" height = "24" > < a href = "https://modrinth.com/mod/roses-quilt" > < u > Roses< / u > < / a > < a href = "./rss/roses-modrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-03-22 02:02:10 -06:00
< h3 class = "subtitle" > A Minecraft mod, built for Quilt Loader, bringing back the Roses and Cyan Roses of old.< / h3 >
2023-06-21 01:39:45 -06:00
2023-07-06 04:04:18 -06:00
<!-- YUMMY! MOD -->
2023-07-22 03:05:28 -06:00
< h1 class = "title" > < image src = "https://git.ouroboros.group/LimePotato/Yummy/raw/branch/1.20.1/src/main/resources/assets/yummy/icon.png" width = "24" height = "24" > <!-- <a href="https://modrinth.com/mod/yummy!"> --> < a href = "https://codeberg.org/LimePotato/Yummy" > < u > Yummy!< / u > < / a > < a href = "./rss/yummyrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-07-06 04:04:18 -06:00
< h3 class = "subtitle" > Adds various food related items to Minecraft, mostly inspired off of the promised/mentioned ideas from Mojang themselves.< / h3 >
2023-08-12 05:29:16 -06:00
<!-- EVEN MORE BOUNTIFUL MOD -->
< h1 class = "title" > < image src = "https://git.ouroboros.group/repo-avatars/0db9a3f788caaefcd40020db2010c5ba004522636b5e2dabfafc4c4e1fea94ea" width = "24" height = "24" > <!-- <a href="https://modrinth.com/mod/even - more - bountiful"> --> < a href = "https://git.ouroboros.group/LimePotato/even-more-bountiful" > < u > Even More Bountiful< / u > < / a > < a href = "./rss/embrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
< h3 class = "subtitle" > A Legacy Fabric mod for 1.7.10, exploring a timeline where minecrafts development took a different direction before 1.8< / h3 >
2023-06-21 05:00:21 -06:00
<!-- QUILT TEMPLATE MOD -->
2023-07-22 03:05:28 -06:00
< h1 class = "title" > < image src = "https://git.ouroboros.group/LimePotato/quilt-template-mod/raw/branch/1.20.1/src/main/resources/assets/example_mod/icon.png" width = "24" height = "24" > < / image > < a href = "https://codeberg.org/LimePotato/limepot-quilt-template-mod" > < u > Custom Quilt Template Mod< / u > < / a > < a href = "./rss/quilt-template-modrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-06-21 01:39:45 -06:00
< h3 class = "subtitle" > A fork of the quilt template mod, with an interactive setup script, and other nice-to-haves.< / h3 >
2023-06-21 05:00:21 -06:00
2023-07-03 20:12:08 -06:00
<!-- LEGACY CODER PACK -->
< h1 class = "title" > <!-- <image src="https://codeberg.org/LimePotato/quilt - template - mod/raw/branch/1.20.1/src/main/resources/assets/example_mod/icon.png" width="24" height="24"></image> --> < a href = "https://codeberg.org/LimePotato/LCP" > < u > Legacy Coder Pack - LCP< / u > < / a > < a href = "./rss/LCPRSS.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
< h3 class = "subtitle" > In the spirit of MCP, but for older versions of alpha (initially just for a1.0.16_02)< / h3 >
2023-06-21 05:00:21 -06:00
2023-08-11 15:47:18 -06:00
<!-- GD RETRO TEMPLATE -->
< h1 class = "title" > < image src = "https://git.ouroboros.group/LimePotato/Godot-Retro-Template/raw/branch/main/Assets/Branding/Gameplay_logo.png" width = "24" height = "24" > < / image > < a href = "https://git.ouroboros.group/LimePotato/Godot-Retro-Template" > < u > Godot Retro Template< / u > < / a > < a href = "./rss/godottempproj.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
< h3 class = "subtitle" > A template godot project for retro (PSX/2, GC, N64, Dreamcast, etc.) styled games.< / h3 >
2023-06-26 09:22:25 -06:00
<!-- PIXELFED PORTFOLIO -->
2023-06-21 05:00:21 -06:00
< h1 class = "title" > < image src = "https://portfolio.pixelfed.social/img/favicon.png?v=2" width = "24" height = "24" > < a href = "https://portfolio.pixelfed.social/LimePotato" > < u > Photography< / u > < / a > < a href = "./rss/pixelfedrss.html" > < image src = "assets/rss.png" width = "15" height = "15" > < / image > < / a > < / h1 >
2023-04-01 20:30:18 -06:00
< h3 class = "subtitle" > Some of my photography, until I have it on my archive.< / h3 >
2023-02-16 18:07:58 -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 >
2023-06-09 17:02:54 -06:00
<!-- Badges -->
< 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 >
2023-06-18 14:41:35 -06:00
< a href = "https://privacytests.org/" > < image src = "assets/badges/chrmevil.gif" > < / a >
2023-06-09 17:02:54 -06:00
< br >
< image src = "assets/badges/browser.gif" >
2023-07-15 17:12:05 -06:00
2023-06-09 17:02:54 -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 >
< a href = "https://limepot.xyz/" > < image src = "assets/badges/limepotxyz-badge00.gif" > < / a >
2023-06-09 17:02:54 -06:00
<!-- Badges -->
2023-03-22 02:03:30 -06:00
< 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-07-21 01:55:48 -06:00
< a href = "https://git.ouroboros.group/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 >
2023-07-03 01:38:02 -06:00
2023-03-22 23:31:48 -06:00
< br >
2023-07-03 01:38:02 -06:00
< a href = "https://up.ouroboros.group/status/obos" > < u > Experiencing downtimes?< / u > < / a >
< a href = "https://up.ouroboros.group/status/obos" > < u > Experiencing downtimes?< / u > < / a >
2023-06-07 01:22:54 -06:00
< a href = "snp.html" > < u > Security, Privacy, & Credits< / u > < / a >
2023-03-11 21:41:10 -07:00
< / div >
2023-03-11 21:53:44 -07:00
< / footer > < / center >
2023-02-16 18:07:58 -07:00
< / section >
< / body >
2023-03-17 06:49:47 -06:00
< / html >