www.joygnu.org/index.html
2024-08-15 22:57:25 +02:00

37 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Joygnu's Website シ</title>
</head>
<body style="font-family: 'Roboto', sans-serif; background-color: #282828; color: #fff; font-size: 22px; text-align: center;">
<div style="max-width: 1000px; margin: 20px auto; padding: 20px; border-radius: 18px;">
<img src="linux.webp" alt="Linux Logo" style="display: block; margin: 0 auto; max-width: 400px;">
<h1 style="color: #458588; font-size: 2.6em;">JOYGNU</h1>
<ul style="list-style: none; margin: 24px 0; padding: 0;">
<li style="margin-bottom: 20px;">
<a href="https://codeberg.org/joygnu" style="text-decoration: none; color: #fff; padding: 18px 28px; background-color: #458588; border-radius: 10px; font-size: 1.4em; display: inline-block;">Codeberg</a>
</li>
<li style="margin-bottom: 20px;">
<a href="http://4get.joygnu.org" style="text-decoration: none; color: #fff; padding: 18px 28px; background-color: #458588; border-radius: 10px; font-size: 1.4em; display: inline-block;">4get</a>
</li>
<li style="margin-bottom: 20px;">
<a href="https://wallpapers.joygnu.org/" style="text-decoration: none; color: #fff; padding: 18px 28px; background-color: #458588; border-radius: 10px; font-size: 1.4em; display: inline-block;">Wallpapers</a>
</li>
<li style="margin-bottom: 20px;">
<a href="https://ping.joygnu.org/" style="text-decoration: none; color: #fff; padding: 18px 28px; background-color: #458588; border-radius: 10px; font-size: 1.4em; display: inline-block;">Ping</a>
</li>
</ul>
<div style="display: flex; justify-content: center; gap: 18px; position: fixed; bottom: 18px; right: 18px;">
<a href="https://git.joygnu.org/explore" aria-label="Git Repository" target="_blank" rel="noopener noreferrer">
<img src="icons/git-alt.svg" alt="Git" style="width: 48px; height: 48px; filter: invert(100%) brightness(200%);">
</a>
<a href="mailto:contact@joygnu.org" aria-label="Email">
<img src="icons/envelope.svg" alt="Email" style="width: 48px; height: 48px; filter: invert(100%) brightness(200%);">
</a>
</div>
</div>
</body>
</html>