diff options
-rw-r--r-- | contact.html | 2 | ||||
-rw-r--r-- | donate.html | 29 | ||||
-rw-r--r-- | index.html | 16 | ||||
-rw-r--r-- | services.html | 58 |
4 files changed, 97 insertions, 8 deletions
diff --git a/contact.html b/contact.html index cb245ba..d945634 100644 --- a/contact.html +++ b/contact.html @@ -17,7 +17,7 @@ <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>e-mail: arf20@arf20.com, webmaster@arf20.com, dmca@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> diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..f576e87 --- /dev/null +++ b/donate.html @@ -0,0 +1,29 @@ +<!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">Donate</h2> + <p>Help the ARFNET cause by donating in several ways, to keep maintaining the systems offering your service</p> + <ul> + <li><a href="https://paypal.me/arf20">Paypal</a></li> + <li>Bizum: +34 637 63 21 36</li> + <li>PO Box: <pre> +Camino Hondo, Buzón 104 +30813, Lorca, Murcia, Spain. + </pre></li> + </ul> + </main> + </body> +</html> @@ -19,22 +19,24 @@ </header> <marquee scrollamount="15">Now fully legal</marquee> <hr> - ARFNET is currently facing some techical difficulties, expect some major changes.<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 + Due to differences with ARFNET's ISP, ARFNET is suffering major changes, feel free to contact for more info.<br> + But here is a brief <a href="/explanation.txt">explanation</a>.<br> + Sorry for the inconveniences + <hr> <a class="fst" href="/about.html">About ARFNET</a> <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.html">Contact</a> - <a class="sec" href="https://discord.gg/jy6AjN9ACP">Discord</a><br> + <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="/chat.html">Chat</a><br> + <a class="fst" href="/services.html">Services</a><br> + <a class="sec" 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:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br> <a href="/LICENSE">Everything here is by default published under the GPLv3</a> diff --git a/services.html b/services.html new file mode 100644 index 0000000..a9b0301 --- /dev/null +++ b/services.html @@ -0,0 +1,58 @@ +<!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">Services</h2> + <p>Offered by ARFNET</p> + <ul> + <li>Public Services: free for all<ul> + <li>Web<ul> + <li>Whatever this site is</li> + <li>Media Library*</li> + <li>Memes*</li> + <li>Stream distribution RTMP-HLS*</li> + <li>WebMail*</li> + <li>Jellyfin*</li> + <li>Riot (Matrix)*</li> + </ul></li> + <li>FTP/FTPS*</li> + <li>SCP*</li> + <li>rsync*</li> + <li>iperf3*</li> + <li>Tor node*</li> + <li>NTP*</li> + <li>RTMP*</li> + </ul></li> + <li>Premium Services: charges may apply which may vary widely after negotiation. <a href="/contact.html">Contact</a> to apply.<ul> + <li>VPS</li> + <li>VPN</li> + <li>Proxy*</li> + <li>Web, Game, Bot, stuff Hosting</li> + <li>Storage</li> + <li>arfCloud</li> + <li>e-Mail @arf20.com</li> + <li>Matrix</li> + <li>XMPP</li> + <li>Anything (?)</li> + </ul></li> + <li>Private Services: Staff only.<ul> + <li>NFS, SMB, DLNA</li> + </ul></li> + </ul> + + *Coming Soon-ish maybe + </main> + </body> +</html> |