From e77c6576b4e1c36975192b893f3d1544e2950882 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 13 Jul 2024 13:22:19 -0400 Subject: Cleanup, remove header and footer includes --- .htaccess | 9 --------- _footer.html | 7 ------- _header.html | 8 -------- everyone-should-become-an-html-expert.html | 8 +++++++- index.html | 17 +++++++++++++++-- members.html | 17 +++++++++++++++-- 6 files changed, 37 insertions(+), 29 deletions(-) delete mode 100644 .htaccess delete mode 100644 _footer.html delete mode 100644 _header.html diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 3adf7fe..0000000 --- a/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ -Options +Includes -XBitHack Full - -Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" -Header set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self';" -Header always append X-Frame-Options SAMEORIGIN -Header always set X-Content-Type-Options nosniff -Header always set Referrer-Policy "unsafe-url" -Header always set Permissions-Policy "geolocation=(self 'https://xhtml.club'), microphone=()" diff --git a/_footer.html b/_footer.html deleted file mode 100644 index 8fe7d6f..0000000 --- a/_footer.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/_header.html b/_header.html deleted file mode 100644 index 04f5d9c..0000000 --- a/_header.html +++ /dev/null @@ -1,8 +0,0 @@ -

XHTML Club

-

Xtreme HyperText Movement for Luddites

- diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html index ee30fd1..536ab83 100755 --- a/everyone-should-become-an-html-expert.html +++ b/everyone-should-become-an-html-expert.html @@ -81,6 +81,12 @@

There can only be positives to gain from jumping into HTML and eventually mastering the language. It's the core skeleton implemented across the web (no matter how complex the framework used to get there might be) and isn't going away anytime soon. Some might advocate for becoming fluent in Markdown or a similar formatted text language but I would strongly advocate for the real deal: HTML.

1. This is a common debate - but for simplicity sake I'm just calling it this.

- + \ No newline at end of file diff --git a/index.html b/index.html index cf392cd..1591989 100755 --- a/index.html +++ b/index.html @@ -9,7 +9,14 @@ - +

XHTML Club

+

Xtreme HyperText Movement for Luddites

+

Greetings, this is the official XHTML club (and blog)! This website is both a collection of HTML-focused websites and a simple blog; a lonely web designer screaming out into the abyss of the internet. Ranting and raving about the ever increasing bloat that is the "modern" web.

The Purpose of XHTML

I feel as though I get more and more extreme in my efforts to combat excessive web bloat across the internet. It started off with the creation of the 1MB Club project but has since expanded further - as you might have noticed.

@@ -23,6 +30,12 @@
  • WIP / Why you need a personal website (and how to make one)
  • 2021-04-06 / Everyone should become an HTML expert
  • - + \ No newline at end of file diff --git a/members.html b/members.html index 343e54a..a39c62b 100755 --- a/members.html +++ b/members.html @@ -9,7 +9,14 @@ - +

    XHTML Club

    +

    Xtreme HyperText Movement for Luddites

    +

    XHTML Members:

    How to submit:

      @@ -63,6 +70,12 @@
    1. barf.btxx.org
    2. secu.pages.dev
    3. - + -- cgit v1.2.3-54-g00ecf