diff options
Diffstat (limited to 'design.html')
| -rwxr-xr-x | design.html | 88 | 
1 files changed, 88 insertions, 0 deletions
diff --git a/design.html b/design.html new file mode 100755 index 0000000..a769f25 --- /dev/null +++ b/design.html @@ -0,0 +1,88 @@ +<!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">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>
  | 
