diff options
-rwxr-xr-x | 404.html | 48 | ||||
-rwxr-xr-x | about_me.html | 188 | ||||
-rwxr-xr-x | design.html | 174 | ||||
-rwxr-xr-x | webring.html | 66 |
4 files changed, 238 insertions, 238 deletions
@@ -1,24 +1,24 @@ -<!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 class="header"><a href="/">
- <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <center>
- <h1>404 Not Found xd</h1>
- </center>
- <hr>
- <center>
- sorry mate<br>
- <img width="300px" src="/furry.jpg">
- </center>
- </body>
-</html>
+<!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 class="header"><a href="/"> + <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <center> + <h1>404 Not Found xd</h1> + </center> + <hr> + <center> + sorry mate<br> + <img width="300px" src="/furry.jpg"> + </center> + </body> +</html> diff --git a/about_me.html b/about_me.html index c4817a8..0dbacaa 100755 --- a/about_me.html +++ b/about_me.html @@ -1,94 +1,94 @@ -<!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/about.css">
- <title>ARFNET</title>
- </head>
-
- <body>
- <header class="header"><a href="/">
- <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <main>
- <div class="div">
- <img width="15%" src="/images/about-me/me.jpg">
- <img width="15%" src="/images/about-me/me2.jpg">
-
- <h2>arf20</h2>
- <p>
- Hello there, I'm arf20, a 18 y/o bi femboy student from Spain
- obsessed with technology, hardware and software.
- </p>
-
- <p>
- My passions and hobbies are: Linux, systems programming,
- servers (hardware and administration), networking,
- electronics (analog, digital and radiofrequency),
- and retrocomputing. I mostly find expensive professional
- technology super fascinating.
- </p>
-
- <p>
- I really align myself with Free (as in Freedom!) and Open Source
- and Right to Repair movements, trying to use free software wherever
- I can. My favorite distro is Debian and I run it everywhere but
- my phone.
- </p>
-
- <p>
- I'm currently studying Computer Science at Universidad de Murcia since 2023,
- first year. I think this is my place tbh, nice people, great projects.
- </p>
-
- <h2>Technologies</h2>
- <p>My <a href="/cv.html">CV</a>.</p>
- <p>
- Pretty fluent in C/C++, MIPS, Z80 and x86 assembly,
- some Java too. I usually use CMake or Make as build systems.
- In terms of web, I know PHP, SQL, HTML, CSS and a
- bit of JS. Good use of Git version control.
- </p>
- <p>
- I'm knoledgeable in system administration of Web hosts using the
- linux/nginx/mariadb stack, email with postfix/dovecot and a number of others.
- I build grafana dashboards for them.
- I am familiar with Proxmox virtualization as well as linux containers,
- systemd and general linux administration but also *BSD and Solaris.
- </p>
- <p>
- About network administration, I'm ok at OPNSense/pfSense firewalling,
- segregation, VLANs, tunnels, VPNs, etc.
- </p>
- <p>
- Hardware-wise, I've come knees deep with DELL R-series server hardware
- and its management, and of course a fair bit of PC building.
- In terms of networking, Mikrotik, Cisco and DELL PowerConnect I experienced.
- </p>
-
- <h2>Misc</h2>
- <p>
- I am a native Spanish speaker, and I've been told I'm pretty
- good at English too, although oficially I currently only hold a B2 by EOI.
- </p>
- <p>
- Random things I have are, HE IPv6 Certification, CEPT Radioamateur License (EA5JGX),
- ARPA membership on SDF, and interestingly Galileo Mastermind prize at HackUPC 2024.
- </p>
- <p>
- As an annex, I know some digital and analog electronics, MCUs,
- high voltage electric handling, PCB design,
- radioelectronics, antenna building and SDRs. <br>
- But also, retrocomputing, from 1980s PC to 1990s UNIX workstations,
- and their old OSs (DOS, Solaris, IRIX...) and software.<br>
- And lastly, multimedia production, recording, editing, streaming,
- and music theory and playing.
- </p>
-
- <p>Last updated 12-05-2024</p>
- </div>
- </main>
- </body>
-</html>
+<!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/about.css"> + <title>ARFNET</title> + </head> + + <body> + <header class="header"><a href="/"> + <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <div class="div"> + <img width="15%" src="/images/about-me/me.jpg"> + <img width="15%" src="/images/about-me/me2.jpg"> + + <h2>arf20</h2> + <p> + Hello there, I'm arf20, a 18 y/o bi femboy student from Spain + obsessed with technology, hardware and software. + </p> + + <p> + My passions and hobbies are: Linux, systems programming, + servers (hardware and administration), networking, + electronics (analog, digital and radiofrequency), + and retrocomputing. I mostly find expensive professional + technology super fascinating. + </p> + + <p> + I really align myself with Free (as in Freedom!) and Open Source + and Right to Repair movements, trying to use free software wherever + I can. My favorite distro is Debian and I run it everywhere but + my phone. + </p> + + <p> + I'm currently studying Computer Science at Universidad de Murcia since 2023, + first year. I think this is my place tbh, nice people, great projects. + </p> + + <h2>Technologies</h2> + <p>My <a href="/cv.html">CV</a>.</p> + <p> + Pretty fluent in C/C++, MIPS, Z80 and x86 assembly, + some Java too. I usually use CMake or Make as build systems. + In terms of web, I know PHP, SQL, HTML, CSS and a + bit of JS. Good use of Git version control. + </p> + <p> + I'm knoledgeable in system administration of Web hosts using the + linux/nginx/mariadb stack, email with postfix/dovecot and a number of others. + I build grafana dashboards for them. + I am familiar with Proxmox virtualization as well as linux containers, + systemd and general linux administration but also *BSD and Solaris. + </p> + <p> + About network administration, I'm ok at OPNSense/pfSense firewalling, + segregation, VLANs, tunnels, VPNs, etc. + </p> + <p> + Hardware-wise, I've come knees deep with DELL R-series server hardware + and its management, and of course a fair bit of PC building. + In terms of networking, Mikrotik, Cisco and DELL PowerConnect I experienced. + </p> + + <h2>Misc</h2> + <p> + I am a native Spanish speaker, and I've been told I'm pretty + good at English too, although oficially I currently only hold a B2 by EOI. + </p> + <p> + Random things I have are, HE IPv6 Certification, CEPT Radioamateur License (EA5JGX), + ARPA membership on SDF, and interestingly Galileo Mastermind prize at HackUPC 2024. + </p> + <p> + As an annex, I know some digital and analog electronics, MCUs, + high voltage electric handling, PCB design, + radioelectronics, antenna building and SDRs. <br> + But also, retrocomputing, from 1980s PC to 1990s UNIX workstations, + and their old OSs (DOS, Solaris, IRIX...) and software.<br> + And lastly, multimedia production, recording, editing, streaming, + and music theory and playing. + </p> + + <p>Last updated 12-05-2024</p> + </div> + </main> + </body> +</html> diff --git a/design.html b/design.html index f04b584..8d3dbc7 100755 --- a/design.html +++ b/design.html @@ -1,87 +1,87 @@ -<!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 class="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>
-
- <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>
+<!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 class="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> + + <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/webring.html b/webring.html index b988280..0786201 100755 --- a/webring.html +++ b/webring.html @@ -1,33 +1,33 @@ -<!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 class="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="https://files.weonpollo.xyz/88x31.png"></a>
- <a href="https://ratakor.neocities.org"><img src="https://ratakor.neocities.org/images/button.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>
- <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a>
- </div>
- </main>
- </body>
-</html>
+<!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 class="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="https://files.weonpollo.xyz/88x31.png"></a> + <a href="https://ratakor.neocities.org"><img src="https://ratakor.neocities.org/images/button.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> + <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a> + </div> + </main> + </body> +</html> |