jimbo-landing-page/index.html

131 lines
5.4 KiB
HTML
Raw Normal View History

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>
<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>
<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">
<img class="button-image" src="./images/gitea.png" style="width: 4.3em; height: auto;">
<span class="button-text">Gitea</span>
<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>
<span class="button-subtext">Gaming Maybe</span>
2024-08-21 02:15:05 -04:00
</div>
</button>
</a>
<a href="https://radio.jimbosfiles.com/public/jimbops/">
<button class="custom-button radio">
<div class="color-part"></div>
<div class="button-content">
<img class="button-image" src="./images/azuracast.png" alt="Button Logo" style="width: 5em; height: auto;">
<span class="button-text">Radio</span>
<span class="button-subtext">My Music Folder</span>
</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>
<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>
<span class="button-subtext">Redditish</span>
2024-08-20 13:37:03 -04:00
</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>
<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;">
<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-08-20 13:38:49 -04:00
<footer>This website is under GPL-3.0 license, you can find the code <a href="https://git.jimbosfiles.com/Jimbo/jimweb">here.</a></footer>
2024-08-20 13:37:03 -04:00
</body>
</html>