2024-08-20 13:37:03 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Jimbo's Files< / title >
< link rel = "stylesheet" href = "styles.css" >
< link rel = "stylesheet" href = "footer.css" >
2024-08-20 13:51:56 -04:00
< link rel = "icon" type = "image/x-icon" href = "./favicon.ico" >
2024-08-20 13:37:03 -04:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Ubuntu" >
< meta http-equiv = "Content-Security-Policy" content = "upgrade-insecure-requests" >
< meta property = "og:title" content = "Jimbo's Files" >
< meta property = "og:description" content = "All of Jimbo's services on one landing page." >
2024-08-20 13:51:56 -04:00
< meta property = "og:image" content = "https://jimbosfiles.com/images/copyright/profile.png" >
2024-08-20 13:37:03 -04:00
< meta property = "og:url" content = "https://jimbosfiles.com" >
< / head >
< header >
< a href = "./uwu.html" class = "app-icon-link" >
< img src = "./images/copyright/profile.png" alt = "Logo" >
< / a >
< h1 > Jimbo's Silly Sites and Pages< / h1 >
< / header >
< body >
< div class = "button-container" >
< a href = "https://cloud.jimbosfiles.com" >
< button class = "custom-button cloud" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/nextcloud.webp" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Nextcloud< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > File Server< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< a href = "https://warden.jimbosfiles.com" >
< button class = "custom-button warden" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/bitwarden.png" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Vaultwarden< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > Password Manager< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< a href = "https://git.jimbosfiles.com" >
< button class = "custom-button git" >
< div class = "color-part" > < / div >
< div class = "button-content" >
2024-09-20 02:44:26 -04:00
< img class = "button-image" src = "./images/forgejo.png" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Forgejo< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > Collaborative Code< / span >
< / div >
< / button >
< / a >
2024-08-20 13:37:03 -04:00
< a href = "https://live.jimbosfiles.com/" >
< button class = "custom-button stream" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/owncast.png" alt = "Button Logo" style = "width: 5em; height: auto;" >
2024-08-21 02:15:05 -04:00
< span class = "button-text" > Streaming< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > Gaming Maybe< / span >
2024-08-21 02:15:05 -04:00
< / div >
< / button >
< / a >
2024-09-10 20:59:57 -04:00
< a href = "https://icecast.jimbosfiles.com/" >
2024-08-21 02:15:05 -04:00
< button class = "custom-button radio" >
< div class = "color-part" > < / div >
< div class = "button-content" >
2024-09-20 05:49:45 -04:00
< img class = "button-image" src = "./images/icecast.png" alt = "Button Logo" style = "width: 4.5em; height: auto;" >
2024-08-21 02:15:05 -04:00
< span class = "button-text" > Radio< / span >
2024-09-10 20:59:57 -04:00
< span class = "button-subtext" > In Production< / span >
2024-08-22 04:15:57 -04:00
< / div >
< / button >
< / a >
< a href = "https://chat.jimbosfiles.com/" >
< button class = "custom-button element" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/element.png" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Element< / span >
< span class = "button-subtext" > Discordish< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< a href = "https://social.jimbosfiles.com" >
< button class = "custom-button mastodon" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/mastodon.png" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Mastodon< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > Twitterish< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< a href = "https://lemmy.jimbosfiles.com" >
< button class = "custom-button lemmy" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/lemmy.png" alt = "Button Logo" style = "width: 6em; height: auto;" >
< span class = "button-text" > Lemmy< / span >
2024-08-22 04:15:57 -04:00
< span class = "button-subtext" > Redditish< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
2024-09-11 16:14:07 -04:00
< a href = "https://pics.jimbosfiles.com" >
< button class = "custom-button pixelfed" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/pixelfed.png" alt = "Button Logo" style = "width: 4.5em; height: auto;" >
< span class = "button-text" > Pixelfed< / span >
< span class = "button-subtext" > Instagramish< / span >
< / div >
< / button >
< / a >
2024-09-05 03:57:01 -04:00
< a href = "https://torrent.jimbosfiles.com" >
< button class = "custom-button torrent" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/transmission.png" alt = "Button Logo" style = "width: 5em; height: auto;" >
< span class = "button-text" > Torrents< / span >
< span class = "button-subtext" > ISOs and Rupert< / span >
< / div >
< / button >
< / a >
2024-08-20 14:35:04 -04:00
< a href = "https://mail.jimbosfiles.com/" >
< button class = "custom-button mail" >
< div class = "color-part" > < / div >
< div class = "button-content" >
< img class = "button-image" src = "./images/roundcube.png" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
2024-08-22 04:15:57 -04:00
< span class = "button-text" > Mail< / span >
< span class = "button-subtext" > Internal Server< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< / div >
2024-09-20 14:24:33 -04:00
< footer > This website is under the < a href = "https://www.gnu.org/licenses/gpl-3.0.en.html" > GPL-3.0< / a > , and is being hosted on < a href = "https://nixos.org/" > NixOS< / a > . Code can be found < a href = "https://git.jimbosfiles.com/Jimbo/jimbo-landing-page" > here< / a > .< / footer >
2024-08-20 13:37:03 -04:00
< / body >
< / html >