diff options
-rw-r--r-- | contact.html | 19 | ||||
-rw-r--r-- | index.html | 7 | ||||
-rw-r--r-- | style.css | 4 |
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> @@ -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> @@ -1,7 +1,3 @@ -.title { - font-size: 36px; -} - header *{ display: inline-block; vertical-align: middle; |