zn-xck.xyz

This commit is contained in:
joygnu 2024-09-16 16:26:27 +02:00
parent b48c5754e6
commit 2806be5e60

View file

@ -5,32 +5,34 @@
<meta name="viewport" content="width=device-width">
<title>Joy's Website シ</title>
<style>
body {font-family: 'Roboto', sans-serif; background-color: #282828; color: #D5C4A1; font-size: 26.4px; text-align: center; margin: 0; padding: 0;}
.button {text-decoration: none; color: #D5C4A1; padding: 21.6px 33.6px; background-color: #458588; border-radius: 12px; font-size: 1.68em; display: inline-block; box-shadow: 4.8px 4.8px 9.6px #3C3836, -4.8px -4.8px 9.6px #3C3836; transition: background-color 0.3s, box-shadow 0.3s;}
.button:hover {background-color: #357a7c; box-shadow: 7.2px 7.2px 14.4px #3C3836, -7.2px -7.2px 14.4px #3C3836;}
.footer-icons img {width: 57.6px; height: 57.6px;}
body {font-family: 'Roboto', sans-serif; background-color: #282828; color: #D5C4A1; font-size: 24px; text-align: center; margin: 0; padding: 0;}
.button {text-decoration: none; color: #D5C4A1; padding: 20px 30px; background-color: #458588; border-radius: 10px; font-size: 1.5em; display: inline-block; box-shadow: 4px 4px 8px #3C3836, -4px -4px 8px #3C3836; transition: background-color 0.3s, box-shadow 0.3s;}
.button:hover {background-color: #357a7c; box-shadow: 6px 6px 13px #3C3836, -6px -6px 13px #3C3836;}
.footer-icons img {width: 52px; height: 52px;}
@media (max-width: 600px) {
.button {font-size: 1.44em; padding: 16.8px 24px;}
h2 {font-size: 2.4em;}
p {font-size: 1.32em; margin: 0 auto 36px auto;}
.footer-icons img {width: 48px; height: 48px;}
.button {font-size: 1.3em; padding: 15px 22px;}
h2 {font-size: 2.2em;}
p {font-size: 1.2em; margin: 0 auto 32px auto;}
.footer-icons img {width: 44px; height: 44px;}
}
</style>
</head>
<body>
<div style="max-width: 1200px; margin: 24px auto; padding: 24px; border-radius: 21.6px;">
<img src="linux.webp" alt="Linux Logo" style="display: block; margin: 0 auto; max-width: 480px;">
<section style="margin: 48px 0;">
<h2 style="color: #458588; font-size: 2.4em;">About Me</h2>
<p style="font-size: 1.20em; max-width: 960px; margin: 0 auto;">Hi, I'm Joy. I'm interested in GNU/Linux, especially NixOS. I also enjoy self-hosting.</p>
<div style="max-width: 1200px; margin: 20px auto; padding: 20px; border-radius: 20px;">
<a href="https://xn--xck.xyz" target="_blank">
<img src="linux.webp" alt="Linux Logo" style="display: block; margin: 0 auto; max-width: 530px;">
</a>
<section style="margin: 45px 0;">
<h2 style="color: #458588; font-size: 2.2em;">About Me</h2>
<p style="font-size: 1.1em; max-width: 960px; margin: 0 auto;">Hi, I'm Joy. I'm interested in GNU/Linux, especially NixOS. I also enjoy self-hosting.</p>
</section>
<ul style="list-style: none; margin: 76.8px 0; padding: 0;">
<li style="margin-bottom: 36px;"><a href="https://4get.joygnu.org" class="button">4get</a></li>
<li style="margin-bottom: 36px;"><a href="https://git.joygnu.org/" class="button">Git Sever</a></li>
<li style="margin-bottom: 36px;"><a href="https://yt.joygnu.org/" class="button">Invidious</a></li>
<li style="margin-bottom: 36px;"><a href="https://wallpapers.joygnu.org/" class="button">Wallpapers</a></li>
<ul style="list-style: none; margin: 70px 0; padding: 0;">
<li style="margin-bottom: 32px;"><a href="https://4get.joygnu.org" class="button">4get</a></li>
<li style="margin-bottom: 32px;"><a href="https://git.joygnu.org/" class="button">Git Sever</a></li>
<li style="margin-bottom: 32px;"><a href="https://yt.joygnu.org/" class="button">Invidious</a></li>
<li style="margin-bottom: 32px;"><a href="https://wallpapers.joygnu.org/" class="button">Wallpapers</a></li>
</ul>
<div class="footer-icons" style="display: flex; justify-content: center; gap: 21.6px; position: fixed; bottom: 21.6px; right: 21.6px;">
<div class="footer-icons" style="display: flex; justify-content: center; gap: 20px; position: fixed; bottom: 20px; right: 20px;">
<a href="https://git.joygnu.org/joy/www.joygnu.org" aria-label="Git Repository" target="_blank" rel="noopener noreferrer"><img src="icons/git-alt.svg" alt="Git"></a>
<a href="mailto:contact@joygnu.org" aria-label="Email"><img src="icons/envelope.svg" alt="Email"></a>
</div>