Update metadata

This commit is contained in:
Jimbo 2025-01-02 00:57:46 -05:00
parent 6c4adcc46a
commit e96e718cbc
2 changed files with 8 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View file

@ -3,16 +3,16 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jimbo's Files</title>
<title>NixFox Landing</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="footer.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<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.">
<meta property="og:image" content="https://jimbosfiles.com/images/copyright/profile.png">
<meta property="og:url" content="https://jimbosfiles.com">
<meta property="og:title" content="NixFox">
<meta property="og:description" content="The NixFox family of pages and services.">
<meta property="og:image" content="https://nixfox.ca/images/copyright/profile.png">
<meta property="og:url" content="https://nixfox.ca">
</head>
<header>
@ -48,7 +48,7 @@
<button class="custom-button git">
<div class="color-part"></div>
<div class="button-content">
<img class="button-image" src="./images/forgejo.png" style="width: 4.3em; height: auto;">
<img class="button-image" src="./images/forgejo.png" alt="Button Logo" style="width: 4.3em; height: auto;">
<span class="button-text">Forgejo</span>
<span class="button-subtext">Collaborative Code</span>
</div>
@ -74,7 +74,7 @@
</div>
</button>
</a>
<a href="https://chat.jimbosfiles.com/">
<a href="https://chat.nixfox.ca/">
<button class="custom-button element">
<div class="color-part"></div>
<div class="button-content">
@ -94,16 +94,6 @@
</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>
</div>
</button>
</a>
<a href="https://tor.nixfox.ca">
<button class="custom-button torrent">
<div class="color-part"></div>
@ -125,6 +115,6 @@
</button>
</a>
</div>
<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>
<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.nixfox.ca/Jimbo/landing-page">here</a>.</footer>
</body>
</html>