diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-02-20 19:11:04 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-02-20 19:11:04 +0100 |
commit | 7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3 (patch) | |
tree | 2783224e4fc67af5852b5b4fd2ae6b740dc01c09 | |
parent | c7f4ddea1a9a7828dd1dc9b0602efb70eb54d99b (diff) | |
download | arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.tar.gz arfnet2-web-7e23dc83d1c8b29b575ebda3d9572aa8d2063bc3.zip |
Add memes to index, cosmetic fixes
-rwxr-xr-x | 404.html | 3 | ||||
-rwxr-xr-x | astro/general.html | 19 | ||||
-rwxr-xr-x | astro/index.html | 13 | ||||
-rwxr-xr-x | astro/moon.html | 3 | ||||
-rw-r--r-- | chat.html | 19 | ||||
-rw-r--r-- | cv.html | 10 | ||||
-rwxr-xr-x | design.html | 147 | ||||
-rw-r--r-- | donate.html | 19 | ||||
-rw-r--r-- | index.html | 45 | ||||
-rw-r--r-- | services.html | 21 | ||||
-rwxr-xr-x | webring.html | 43 |
11 files changed, 167 insertions, 175 deletions
@@ -9,8 +9,7 @@ <body>
<header><a href="/">
- <img src="/arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<center>
diff --git a/astro/general.html b/astro/general.html index 5708c80..c0c1f6d 100755 --- a/astro/general.html +++ b/astro/general.html @@ -13,25 +13,24 @@ <body>
<header><a href="/">
- <img src="/arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<h2>Astrophotography section</h2>
<h3>Wide field category</h3>
<a class="sec" href="/astro/">Back</a>
- <img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
- <a href="">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
+ <a href="">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky1.gif"><span>The summer triangle
- <a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
+ <a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky2.gif"><span>NEOWISE comet in the sky</span>
<img class="astrophoto" src="/images/astro/m42.gif"><span>M42</span>
- <img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
+ <img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
<img class="astrophoto" src="/images/astro/sky3.gif"><span>More milky way I guess, now with 77D
- <a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
+ <a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
<img class="astrophoto" src="/images/astro/sky4.gif"><span>Milky way, 20 shot stack
- <a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
- <img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
- <a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
+ <a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
+ <a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
</body>
</html>
diff --git a/astro/index.html b/astro/index.html index 5843e19..1e06844 100755 --- a/astro/index.html +++ b/astro/index.html @@ -7,12 +7,11 @@ <body>
<header><a href="/">
- <img src="/arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <h2>Astrophotography section</h2>
- <a class="fst" href="/astro/general.html">General</a><br>
- <a class="fst" href="/astro/moon.html">Moon</a><br>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <h2>Astrophotography section</h2>
+ <a class="fst" href="/astro/general.html">General</a><br>
+ <a class="fst" href="/astro/moon.html">Moon</a><br>
</body>
</html>
diff --git a/astro/moon.html b/astro/moon.html index 5ba9bc6..c1d3492 100755 --- a/astro/moon.html +++ b/astro/moon.html @@ -13,8 +13,7 @@ <body>
<header><a href="/">
- <img src="/arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<h2>Astrophotography section</h2>
@@ -1,27 +1,26 @@ <!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">Chat</h2> - <p>Where to chat with ARFNET users, all bridged together</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">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> <li>XMPP: general@xmppconf.arf20.com</li> </ul> - </main> + </main> </body> </html> @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta charset="UTF-8"> + <meta charset="UTF-8"> <style> .home { font-size: 200%; @@ -49,10 +49,10 @@ <body> <header> - <img src="http://arf20.com/arfnet_logo.png" width="64"> - <span class="title"><strong>ARFNET</strong></span> - </header> - <hr> + <img src="http://arf20.com/arfnet_logo.png" width="64"> + <span class="title"><strong>ARFNET</strong></span> + </header> + <hr> <main> <div class="row"> <div class="columnl"> diff --git a/design.html b/design.html index a769f25..c03e21a 100755 --- a/design.html +++ b/design.html @@ -1,88 +1,87 @@ <!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">arf20.com design philosophy</h2>
- <div class="div">
- <p>
- ARFNET is devoted to the love and tribute to the past internet, privacy, and free and open source software. For that reason, this site must follow these rules:
- </p>
- <ul>
- <li>Technical rules
- <ul>
- <li>Be usable in Internet Explorer 1 and Netscape</li>
- <li>HTTP allowed, and obsolete HTTPS protocols like SSLv2, SSLv3, TLSv1, and TLSv1.1 (+ modern protocols)</li>
- <li>JS is strictly forbidden unless necessary for modern concepts like streaming</li>
- <li>only necessary HTML5</li>
- <li>PHP as backend language</li>
- <li>No cookies whatsoever, except the PHP session in arfCloud, which is obviously not shared with any party.</li>
- </ul>
- </li>
- <li>Design rules
- <ul>
- <li>Leave default HTML font</li>
- <li>Famous tiled background</li>
- <li>Standard header for all pages</li>
- <li>Desktop resolutions in mind, no mobile friendliness</li>
- <li>Anything broken for MacOS or iOS (Safari), left as is. Apple does not deserve ARFNET.</li>
- <li>Generally just take the minimum effort, the absolute easiest approach, because I don't have fucking time for anything.</li>
- </ul>
- </li>
- <li>Licensing rules
- <ul>
- <li>Everything must be under GPLv3+ license</li>
- <li>Hence, the source of everything must be made publicly available, and so it is under the ARFNET github organization</li>
- </ul>
- </li>
- </ul>
+ <header><a href="/">
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <h2 class="center">arf20.com design philosophy</h2>
+ <div class="div">
+ <p>
+ ARFNET is devoted to the love and tribute to the past internet, privacy, and free and open source software. For that reason, this site must follow these rules:
+ </p>
+ <ul>
+ <li>Technical rules
+ <ul>
+ <li>Be usable in Internet Explorer 1 and Netscape</li>
+ <li>HTTP allowed, and obsolete HTTPS protocols like SSLv2, SSLv3, TLSv1, and TLSv1.1 (+ modern protocols)</li>
+ <li>JS is strictly forbidden unless necessary for modern concepts like streaming</li>
+ <li>only necessary HTML5</li>
+ <li>PHP as backend language</li>
+ <li>No cookies whatsoever, except the PHP session in arfCloud, which is obviously not shared with any party.</li>
+ </ul>
+ </li>
+ <li>Design rules
+ <ul>
+ <li>Leave default HTML font</li>
+ <li>Famous tiled background</li>
+ <li>Standard header for all pages</li>
+ <li>Desktop resolutions in mind, no mobile friendliness</li>
+ <li>Anything broken for MacOS or iOS (Safari), left as is. Apple does not deserve ARFNET.</li>
+ <li>Generally just take the minimum effort, the absolute easiest approach, because I don't have fucking time for anything.</li>
+ </ul>
+ </li>
+ <li>Licensing rules
+ <ul>
+ <li>Everything must be under GPLv3+ license</li>
+ <li>Hence, the source of everything must be made publicly available, and so it is under the ARFNET github organization</li>
+ </ul>
+ </li>
+ </ul>
- <br><center><audio controls autoplay src="/audio/theme.mp3"></audio><br></center><br>
+ <br><center><audio controls autoplay src="/audio/theme.mp3"></audio><br></center><br>
- <img src="gifs/800x600.gif">
- <img src="gifs/best_viewed_with_eyes.gif">
- <img src="gifs/bestvw.gif">
- <img src="gifs/antichrome.gif">
- <img src="gifs/antinft.gif">
- <img src="gifs/iebad.gif">
- <img src="gifs/iedie.gif">
- <img src="gifs/valid-bad.gif">
- <img src="gifs/google_stand.gif">
- <img src="gifs/microsoft_stop.gif">
- <img src="gifs/win10no.gif">
- <img src="gifs/keep.gif">
- <img src="gifs/jobsritchie.gif">
- <img src="gifs/msie.gif">
- <img src="gifs/netscape5.gif">
- <img src="gifs/gnu-linux.gif">
- <img src="gifs/xenia.gif">
- <img src="gifs/latex.gif">
- <img src="gifs/vim.gif">
- <img src="gifs/php_powered.gif">
- <img src="gifs/powered-by-debian.gif">
- <img src="gifs/powered-by-nginx.gif">
- <img src="gifs/powered-by-opnsense.png">
- <img src="gifs/proxmox.gif">
- <img src="gifs/powered-cpp.gif">
- <img src="gifs/gplv3.gif">
- <img src="gifs/gay.gif">
- <img src="gifs/bu12.gif">
- <img src="gifs/transnow2.gif">
- <img src="gifs/piracy.gif">
- <img src="gifs/tor.gif">
- </div>
- </main>
+ <img src="gifs/800x600.gif">
+ <img src="gifs/best_viewed_with_eyes.gif">
+ <img src="gifs/bestvw.gif">
+ <img src="gifs/antichrome.gif">
+ <img src="gifs/antinft.gif">
+ <img src="gifs/iebad.gif">
+ <img src="gifs/iedie.gif">
+ <img src="gifs/valid-bad.gif">
+ <img src="gifs/google_stand.gif">
+ <img src="gifs/microsoft_stop.gif">
+ <img src="gifs/win10no.gif">
+ <img src="gifs/keep.gif">
+ <img src="gifs/jobsritchie.gif">
+ <img src="gifs/msie.gif">
+ <img src="gifs/netscape5.gif">
+ <img src="gifs/gnu-linux.gif">
+ <img src="gifs/xenia.gif">
+ <img src="gifs/latex.gif">
+ <img src="gifs/vim.gif">
+ <img src="gifs/php_powered.gif">
+ <img src="gifs/powered-by-debian.gif">
+ <img src="gifs/powered-by-nginx.gif">
+ <img src="gifs/powered-by-opnsense.png">
+ <img src="gifs/proxmox.gif">
+ <img src="gifs/powered-cpp.gif">
+ <img src="gifs/gplv3.gif">
+ <img src="gifs/gay.gif">
+ <img src="gifs/bu12.gif">
+ <img src="gifs/transnow2.gif">
+ <img src="gifs/piracy.gif">
+ <img src="gifs/tor.gif">
+ </div>
+ </main>
</body>
</html>
diff --git a/donate.html b/donate.html index 4d6e500..e10c3a5 100644 --- a/donate.html +++ b/donate.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">Donate</h2> - <p>Help the ARFNET cause by donating in several ways, to keep maintaining the systems offering your service</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">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> @@ -392,6 +391,6 @@ Camino Hondo, Buzón 104 <tr><td>Yero</td><td>Me metió toda la fibra</td></tr> <tr><td>IES Ramon Arcas</td><td>Similar case to Telemag</td></tr> </table> - </main> + </main> </body> </html> @@ -3,25 +3,25 @@ <head> <title>ARFNET</title> <meta charset="UTF-8" /> - <meta content="ARFNET" property="og:site_name" /> - <meta content="website" property="og:type" /> - <meta content="https://arf20.com/" property="og:url" /> - <meta content="ARFNET" property="og:title" /> - <meta content="The arf network, the only updated site backwards compatible with the original Web." property="og:description" /> - <meta content="http://arf20.com/arfnet_logo.png" property="og:image" /> + <meta content="ARFNET" property="og:site_name" /> + <meta content="website" property="og:type" /> + <meta content="https://arf20.com/" property="og:url" /> + <meta content="ARFNET" property="og:title" /> + <meta content="The arf network, the only updated site backwards compatible with the original Web." property="og:description" /> + <meta content="http://arf20.com/arfnet_logo.png" property="og:image" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> <header> - <img src="arfnet_logo.png" width="64"> - <span class="title"><strong>ARFNET</strong></span> - </header> + <img src="arfnet_logo.png" width="64"> + <span class="title"><strong>ARFNET</strong></span> + </header> <marquee scrollamount="15">Now fully legal</marquee> <hr> 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> - And here is a <a href="https://web.archive.org/web/20230603081448/https://arf20.com/">snapshot</a> of the site before the schism. + And here is a <a href="https://web.archive.org/web/20230603081448/https://arf20.com/">snapshot</a> of the site before the schism. Sorry for the inconveniences <hr> @@ -36,6 +36,7 @@ <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="https://memes.arf20.com/">Memes</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> @@ -48,17 +49,17 @@ <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> - <a href="/">Copyright © 2023 ARFNET</a><br> - <img src="gifs/bestvw.gif"> - <img src="gifs/vim.gif"> - <img src="gifs/powered-by-nginx.gif"> - <img src="gifs/powered-by-debian.gif"> - <img src="gifs/powered-by-opnsense.png"> - <img src="gifs/powered-by-proxmox.png"> - <img src="gifs/piracy.gif"> - <img src="gifs/gay.gif"> - <img src="gifs/gplv3.gif"> + <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> + <a href="/">Copyright © 2023 ARFNET</a><br> + <img src="gifs/bestvw.gif"> + <img src="gifs/vim.gif"> + <img src="gifs/powered-by-nginx.gif"> + <img src="gifs/powered-by-debian.gif"> + <img src="gifs/powered-by-opnsense.png"> + <img src="gifs/powered-by-proxmox.png"> + <img src="gifs/piracy.gif"> + <img src="gifs/gay.gif"> + <img src="gifs/gplv3.gif"> </body> </html> diff --git a/services.html b/services.html index 3800cc9..5b5420c 100644 --- a/services.html +++ b/services.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">Services</h2> - <p>Offered by ARFNET</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">Services</h2> + <p>Offered by ARFNET</p> <ul> <li>Public Services: free for all<ul> <li>Web<ul> @@ -45,7 +44,7 @@ <li>VPN</li> <li>Proxy*</li> <li>Web, Game, Bot, stuff Hosting</li> - <li>Subdomains .arf20.com with ARFNET NS</li> + <li>Subdomains .arf20.com with ARFNET NS</li> <li>Storage</li> <li>arfCloud</li> <li><a href="https://nextcloud.arf20.com">Nextcloud</a></li> @@ -63,6 +62,6 @@ </ul> *Coming Soon-ish maybe - </main> + </main> </body> </html> diff --git a/webring.html b/webring.html index 149dcf6..15bb28c 100755 --- a/webring.html +++ b/webring.html @@ -1,33 +1,32 @@ <!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">Webring</h2>
- <div class="div">
- <p>Make me a PR on github or contact me through mail or discord to be here</p>
- <p>Use this button if you want to add ARFNET to your site: <img src="/88x31.gif"></p>
- <br><br><br><br><br><br>
- <a href="https://yero.dev"><img src="https://yero.dev/88x31.png"></a>
- <a href="https://weonpollo.xyz"><img src="http://weonpollo.xyz/webring.png"></a>
- <a href="https://ratakor.com"><img src="https://ratakor.com/images/based/ratakor.gif"></a>
- <a href="https://articexploit.xyz:8443"><img src="https://articexploit.xyz:8443/assets/buttons/arcade.png"></a>
- <a href="https://www.informaticapau.com/"><img src="https://www.informaticapau.com/webrings/web_badge"></a>
- <a href="https://jensen-net.mooo.com/"><img src="https://jensen-net.mooo.com/media/88_31.png"></a>
- <a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a>
- <a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a>
- </div>
- </main>
+ <header><a href="/">
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <h2 class="center">Webring</h2>
+ <div class="div">
+ <p>Make me a PR on github or contact me through mail or discord to be here</p>
+ <p>Use this button if you want to add ARFNET to your site: <img src="/88x31.gif"></p>
+ <br><br><br><br><br><br>
+ <a href="https://yero.dev"><img src="https://yero.dev/88x31.png"></a>
+ <a href="https://weonpollo.xyz"><img src="http://weonpollo.xyz/webring.png"></a>
+ <a href="https://ratakor.com"><img src="https://ratakor.com/images/based/ratakor.gif"></a>
+ <a href="https://articexploit.xyz:8443"><img src="https://articexploit.xyz:8443/assets/buttons/arcade.png"></a>
+ <a href="https://www.informaticapau.com/"><img src="https://www.informaticapau.com/webrings/web_badge"></a>
+ <a href="https://jensen-net.mooo.com/"><img src="https://jensen-net.mooo.com/media/88_31.png"></a>
+ <a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a>
+ <a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a>
+ </div>
+ </main>
</body>
</html>
|