Add announcements and shit

This commit is contained in:
Fijxu 2023-04-23 19:39:13 -04:00
parent b4e6113118
commit 11f5e0bb0e
9 changed files with 75 additions and 2 deletions

27
a/index.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css">
<title>ANNOUNCEMENTS</title>
</head>
<body>
<div class="content">
<h1 style="margin-bottom:0;">ANNOUNCEMENTS !!!</h1>
<p>Here you will see all the announcements of my services, downtimes, some updates and things like that.</p>
<ul>
<li>
<a>2023-04-23 @ 23:30 UTC+0 | <b>Self-hosted services will be down</b></a>
<p>Self-hosted services will PROBABLY fail to connect between 05:00-12:00 UTC+0 tomorrow (2023-04-24). This is because my ISP
is going to change the GPON router I currently have in my house. I will try to restore as soon as possible. Sorry about this :p</p>
</li>
</ul>
</body>
</html>

View File

@ -13,7 +13,7 @@
<body>
<span style="font-size: 1.2ch; margin: 0 auto;">
<a class="langglow">Other language?: <a class="langglow" href="../index.html">ES</a></a> | <a>Contact: <a
<a class="langglow">Other language?: <a class="langglow" href="../index.html">ES</a></a> | <a href="../a/">Announcements</a> | <a>Contact: <a
href="https://matrix.to/#/@fijxu:zzls.xyz">@fijxu:zzls.xyz</a> | <a
href="https://status.zzls.xyz/status/all">Services status</a> | <a href="../transparency">Transparency</a> | <a
href="../mc">Minecraft server</a>

View File

@ -13,7 +13,7 @@
<body>
<span style="font-size: 1.2ch;margin: 0 auto;">
<a class="langglow">Other language?: <a class="langglow" href="./index-en">EN</a></a> | <a>Contacto: <a
<a class="langglow">Other language?: <a class="langglow" href="./index-en">EN</a></a> | <a href="./a/">Announcements</a> | <a>Contacto: <a
href="https://matrix.to/#/@fijxu:zzls.xyz">@fijxu:zzls.xyz</a> | <a
href="https://status.zzls.xyz/status/all">Estado de los servicios</a> | <a
href="./transparency">Transparencia</a> | <a href="./mc">Server de Minecraft</a> | <a

View File

@ -37,6 +37,11 @@ h3 {
color: rgb(70, 145, 156);
}
h4 {
font-size: 1.1em;
color: rgb(183, 106, 187);
}
p {
font-size: 0.9em;
line-height: 1.5em;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

41
transparency/index.html Normal file
View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css">
<title>Transparency</title>
</head>
<body style="font-size:2ch;font-family: monospace; color: azure;">
<p>Here you will find invoices, complains, some emails about the servers that i own. Thats it's.</p>
<p>Remember that you can review my NGINX and services configurations here: <a
href="https://git.zzls.xyz/Fijxu/etc-configs">yes, here<a>
<p>Dates are on ISO format</p>
<p>
<ul>
<!-- <li>
<a>2023-08</a>
</li>
<li>
<a>2023-07</a>
</li>
<li>
<a>2023-06</a>
</li>
<li>
<a>2023-05</a>
</li> -->
<li>
<a href="./2023-04/">2023-04</a>
</li>
<li>
<a href="./2023-03/">2023-03</a>
</li>
</ul>
</p>
</body>
</html>