Improvements

This commit is contained in:
architect 2025-02-16 02:56:02 +01:00
parent 9fddd7382c
commit 0532bc7b9b
8 changed files with 16 additions and 17 deletions

View file

@ -6,6 +6,7 @@ body {
font-family: Arial, sans-serif
}
a {color: #05d5ff}
@media (prefers-color-scheme: light) {
body {
@ -15,6 +16,5 @@ body {
.logo {
filter: invert(1)
}
}
a {color: #05d5ff}
a {color: #0066cc}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

BIN
assets/img/avatars/nyx.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
assets/img/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -12,8 +12,7 @@
<body>
<header>
<img src="/assets/img/logo.png" alt="Frost logo" width="108px" height="124px" class="logo">
<h1>Frost</h1>
<img src="/assets/img/logo.webp" alt="Frost logo" width="349px" height="36px" class="logo">
<p>IPTV made simple. TV channels and radio stations from all around the world, for free.</p>
</header>
@ -38,7 +37,7 @@
<a href="https://discord.gg/m3u" target="_blank">Stream Collecting Server</a>
<a href="https://reddit.com/r/iptvglory/" target="_blank">IPTVGlory</a>
<a href="https://discord.gg/xaA7AaSa4U" target="_blank">Mystique</a>
<a href="https://fmhy.net" target="_blank">fmhy</a>
<a href="https://fmhy.net/" target="_blank">fmhy</a>
</nav>
@ -53,19 +52,19 @@
<h3 id="members">Members</h3>
<div>
<a href="https://voxel.fsky.io"><img src="https://gravatar.com/avatar/f03eb3e606a36af2f6dcfc73c9f1a8f0" loading="lazy" alt="Voxel" width="64" height="64"></a>
<a href="https://forge.fsky.io/LazaHaze"><img src="https://mov.im/picture?type=avatar&id=l" loading="lazy" alt="LazaHaze" width="64" height="64"></a>
<a href="https://github.com/Mavijavi12"><img src="https://mov.im/picture?type=avatar&id=m" loading="lazy" alt="LazaHaze" width="64" height="64"></a>
<a href="https://prigoana.com"><img src="https://git.nadeko.net/avatars/782d79b9cae7b68d734c6762d743391e3fe73a5b5c044a08b1b59b56da41ac57" loading="lazy" alt="Eduard Prigoana" width="64" height="64"></a>
<a href="https://nadeko.net"><img src="https://git.nadeko.net/avatars/40d5e488ee28f1381758a912adbdd65415fa8f246028dfdd45a731a2e7bc6002" loading="lazy" alt="Fijxu" width="64" height="64"></a>
<a href="https://forge.fsky.io/zappr"><img src="https://forge.fsky.io/avatars/6b1ec2e607aa5ca4e8f99c12b0fe279c8a82be2621bf2333ebb5c6983b8d6589" loading="lazy" alt="zappr" width="64" height="64"></a>
<a href="https://git.everypizza.im/n"><img src="https://git.everypizza.im/avatars/9d2f9b8ae8c9f1f381e2c1005dd9845a5578c6fa9566c65c5c173bd9ea90b140" loading="lazy" alt="Nyx" width="64" height="64"></a>
<a href="https://voxel.fsky.io/"><img src="https://gravatar.com/avatar/f03eb3e606a36af2f6dcfc73c9f1a8f0" loading="lazy" alt="Voxel" title="Voxel" width="64" height="64"></a>
<a href="https://forge.fsky.io/LazaHaze"><img src="/assets/img/avatars/LazaHaze.webp" loading="lazy" alt="LazaHaze" title="LazaHaze" width="64" height="64"></a>
<a href="https://github.com/Mavijavi12"><img src="/assets/img/avatars/MavijaviFrost.webp" loading="lazy" alt="Mavijavi12" title="Mavijavi12" width="64" height="64"></a>
<a href="https://prigoana.com/"><img src="/assets/img/avatars/Eduard.webp" loading="lazy" alt="Eduard Prigoana" title="Eduard Prigoana" width="64" height="64"></a>
<a href="https://nadeko.net/"><img src="https://git.nadeko.net/avatars/40d5e488ee28f1381758a912adbdd65415fa8f246028dfdd45a731a2e7bc6002" loading="lazy" alt="Fijxu" title="Fijxu" width="64" height="64"></a>
<a href="https://forge.fsky.io/zappr"><img src="/assets/img/avatars/zappr.webp" loading="lazy" alt="zappr" title="zappr" width="64" height="64"></a>
<a href="https://nyx.fsky.io/"><img src="/assets/img/avatars/nyx.webp" loading="lazy" alt="Nyx" title="Nyx" width="64" height="64"></a>
</div>
<h3 id="hall-of-fame">Hall of Fame</h3>
<nav>
<p><a href="https://fsky.io">FSKY</a> - Subdomain, helps with the site.</p>
<p><a href="https://bnkd.xyz">BNKdesigns</a> - Made the old site.</p>
<p><a href="https://fsky.io/">FSKY</a> - Subdomain, helps with the site.</p>
<p><a href="https://bnkd.xyz/">BNKdesigns</a> - Made the old site.</p>
<p><a href="https://github.com/shavedbroom">Shavedbroom</a> - Helped with stream testing.</p>
</nav>