aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-01-23 19:11:55 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-01-23 19:11:55 +0100
commita481ea5b935fd8bd08b55e0e357ced86d0085fc4 (patch)
treefcc0f65ed08c0344c4e6869dcc834c493c1d3842
parent73a94d3c2e2e4de4b6485a1a331c54c6d57c8f5c (diff)
downloadarfnet2-web-a481ea5b935fd8bd08b55e0e357ced86d0085fc4.tar.gz
arfnet2-web-a481ea5b935fd8bd08b55e0e357ced86d0085fc4.zip
Spaces, add and reorder services
-rw-r--r--contact.html19
-rw-r--r--index.html7
-rw-r--r--style.css4
3 files changed, 16 insertions, 14 deletions
diff --git a/contact.html b/contact.html
index 475ebcf..8a59333 100644
--- a/contact.html
+++ b/contact.html
@@ -1,21 +1,20 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="UTF-8">
+ <meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="/about.css">
<title>ARFNET</title>
</head>
<body>
- <header><a href="/">
- <img src="arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <main>
- <h2 class="center">Contact</h2>
- <p>Where to contact ARFNET's head system administrator</p>
+ <header><a href="/">
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <h2 class="center">Contact</h2>
+ <p>Where to contact ARFNET's head system administrator</p>
<ul>
<li>e-mail: arf20@arf20.com, webmaster@arf20.com, dmca@arf20.com, arfnet@proton.me, aruizfernandez05@gmail.com
<a href="/arf20_public.asc">PGP</a></li>
@@ -34,6 +33,6 @@
<li><a href="https://steamcommunity.com/id/aruizfernandez05/">Steam</a></li>
<li><a href="https://open.spotify.com/user/oesav7h5jn96nen58jfxlybli?si=5e9c65f733814b48">Spotify</a></li>
</ul>
- </main>
+ </main>
</body>
</html>
diff --git a/index.html b/index.html
index 9de185c..3add148 100644
--- a/index.html
+++ b/index.html
@@ -34,8 +34,15 @@
<a class="sec" href="https://discord.gg/jy6AjN9ACP">Discord</a>
<a class="sec" href="/donate.html">Donate</a><br>
<a class="fst" href="/about_me.html">About me</a><br>
+ <a class="fst" href="https://blog.arf20.com">Blog</a><br>
<a class="fst" href="/services.html">Services</a><br>
<a class="sec" href="/chat.html">Chat</a><br>
+ <a class="sec" href="https://webmail.arf20.com">Webmail</a><br>
+ <a class="sec" href="https://nextcloud.arf20.com">Nextcloud</a><br>
+ <a class="sec" href="https://jellyfin.arf20.com">Jellyfin</a><br>
+ <a class="sec" href="https://cgit.arf20.com">Cgit</a><br>
+ <a class="sec" href="https://forum.arf20.com">Forum</a><br>
+ <a class="sec" href="https://grafana.arf20.com">Grafana</a><br>
<a class="fst" href="/astro/">Astrophotography section</a><br>
<a class="fst" href="/webring.html">Webring</a><br>
diff --git a/style.css b/style.css
index f6cb481..1840a3c 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,3 @@
-.title {
- font-size: 36px;
-}
-
header *{
display: inline-block;
vertical-align: middle;