blob: 5e706bc1ed138806f610af3f8ca70f1e673eb435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="color-scheme" content="dark light" />
<title>XHTML Club - Extreme HyperText Movement for Luddites</title>
<link rel="shortcut icon" href="/favicon.png"/>
</head>
<body>
<h1>XHTML Club</h1>
<h2 style="font-weight:normal;"><b>X</b>treme <b>H</b>yper<b>T</b>ext <b>M</b>ovement for <b>L</b>uddites</h2>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="./members.html">Members</a></li>
</ul>
</div>
<p>Greetings, this is the official <b title="Extreme HyperText Movement for Luddites">XHTML</b> club (and blog)! This website is both a collection of HTML-focused websites and a simple blog; a <a href="https://btxx.org">lonely web designer</a> screaming out into the abyss of the internet. Ranting and raving about the ever increasing bloat that is the "modern" web.</p>
<h2>The Purpose of XHTML</h2>
<p>I feel as though I get more and more extreme in my efforts to combat <em>excessive web bloat</em> across the internet. It started off with the creation of the <a href="https://1mb.club">1MB Club project</a> but has since expanded further - as you might have noticed.</p>
<p>This isn't due to a hatred towards CSS and JavaScript, but instead a hatred towards how horrible they are being used on the web today. What was once used for flourish or improving a user's experience is now used to directly attack and harm that user. I do not wish to be a part of that growing problem.</p>
<h2>The Goal of XHTML</h2>
<p>Simply put: <em>there isn't one</em>. I don't expect to change any minds on the subject of web bloat - especially "designers" since they tend to dig their heels in the hardest. It would be pretty incredible if tomorrow the world woke up and every website only used pure, semantic HTML and nothing else...but I'm a realist. Things will probably need to get much worse before they get better.</p>
<h2>Slightly Hypocritical</h2>
<p>I understand how strange this website/project might seem - considering my entire career is based upon being a web <em>designer</em>. Personally, I believe that heavily relying on styles and scripts for web page content was and continues to be a huge mistake. Maybe that puts me out of a job in the future. Maybe that creates <em>new</em> jobs based on this methodology down the line. Who can truly say? All I know is that people need to stick to their principles and I can't pretend that dumping a bunch of web shit on regular users is justified just so designers can get paid. There has to be <strong>a better way</strong>.</p>
<h2>Articles</h2>
<ul>
<li>2021-04-06 / <a href="everyone-should-become-an-html-expert.html">Everyone should become an HTML expert</a></li>
</ul>
<div id="footer">
<h3>Support XHTML</h3>
<p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/pizza">donating</a>.</p>
<h3>Colophon</h3>
<p>This website is hand-coded with <a href="http://validator.w3.org/check?uri=referer">valid XHTML</a> and hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p>
</div>
</body>
</html>
|