diff options
author | arf20 <aruizfernandez05@gmail.com> | 2023-12-25 23:45:33 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2023-12-25 23:45:33 +0100 |
commit | a3e0b1c110bd4f48817c89f8edcf26972d51a107 (patch) | |
tree | 35adc996f5a2dd5156b41dd996f512519e3668f3 | |
parent | 140b8755a1924e80f8c4800f3ec7a52c16b3d50b (diff) | |
download | arfnet2-web-a3e0b1c110bd4f48817c89f8edcf26972d51a107.tar.gz arfnet2-web-a3e0b1c110bd4f48817c89f8edcf26972d51a107.zip |
Edit index contact, add contact and chat pages
-rw-r--r-- | chat.html | 26 | ||||
-rw-r--r-- | contact.html | 37 | ||||
-rw-r--r-- | index.html | 7 |
3 files changed, 67 insertions, 3 deletions
diff --git a/chat.html b/chat.html new file mode 100644 index 0000000..229e1b7 --- /dev/null +++ b/chat.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> + <head> + <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">Chat</h2> + <p>Where to chat with ARFNET users, all bridged together</p> + <ul> + <li><a href="https://discord.gg/jy6AjN9ACP">Discord</a> #general</li> + <li>IRC/IRCS: irc.arf20.com #general</li> + <li>Matrix: #general:arf20.com</li> + </ul> + </main> + </body> +</html> diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..015022a --- /dev/null +++ b/contact.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html> + <head> + <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> + <ul> + <li>e-mail: arf20@arf20.com, webmaster@arf20.com, arfnet@proton.me, aruizfernandez05@gmail.com</li> + <li>Phone: +34 637 63 21 36</li> + <li><a href="https://github.com/arf20">GitHub</a></li> + <li><a href="https://www.linkedin.com/in/%C3%A1ngel-ruiz-fernandez-562470229/">LinkedIn</a></li> + <li>Discord: arf20</li> + <li>Telegram: @arf2_0</li> + <li><a href="https://reddit.com/u/arf20__">Reddit</a></li> + <li>Matrix: @arf20:arf20.com</li> + <li>Instagram: @arf20__</li> + <li><a href="https://twitter.com/AngelRF49375726">Twitter</a></li> + <li><a href="https://youtube.com/@arf20">YouTube</a></li> + <li><a href="https://twitch.tv/arf20_">Twitch</a></li> + <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> + </body> +</html> @@ -20,7 +20,7 @@ <marquee scrollamount="15">Now fully legal</marquee> <hr> ARFNET is currently facing some techical difficulties, expect some major changes.<br> - Reach me at arfnet@proton.me, arf20 at discord, or join the discord server https://discord.gg/jy6AjN9ACP for more info<br> + Reach me at arf20@arf20.com, arf20 at discord, or join the discord server https://discord.gg/jy6AjN9ACP for more info<br> I believe I owe you an <a href="/explanation.txt">explanation</a>. <br> Sorry for the inconveniences @@ -29,13 +29,14 @@ <a class="sec" href="/design.html">Design Philosophy</a> <a class="sec" href="https://www.youtube.com/watch?v=lbsce1DniQA&list=PLhWQL9gpbCPb8JNtOFo760GUD4ekXiR-9">Youtube</a> <a class="sec" href="https://github.com/ARF20NET">GitHub</a> - <a class="sec" href="/contact">Contact</a> + <a class="sec" href="/contact.html">Contact</a> <a class="sec" href="https://discord.gg/jy6AjN9ACP">Discord</a><br> <a class="fst" href="/about_me.html">About me</a><br> + <a class="fst" href="/chat.html">Chat</a><br> <a class="fst" href="/astro/">Astrophotography section</a><br> <a class="fst" href="/webring.html">Webring</a><br> <hr> - <span>Last modification 28-11-2023. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arfnet@proton.me">arfnet@proton.me</a> <a href="/arf20_public.asc">PGP</a> arf20#6509 Murcia, Spain.</span><br> + <span>Last modification 28-11-2023. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> arf20#6509 Murcia, Spain.</span><br> <a href="/LICENSE">Everything here is by default published under the GPLv3</a> <a href="/">Copyright © 2023 ARFNET</a><br> <img src="gifs/bestvw.gif"> |