From 16a747373087299fc5f0c80c8f68f22574dfeb54 Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Wed, 12 Mar 2025 16:22:25 -0500 Subject: [PATCH] Movement --- .htaccess | 1 + about.html | 5 ++++- netbsdclub.css | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..5a928f6 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Options -Indexes diff --git a/about.html b/about.html index 3e96318..1b43a50 100644 --- a/about.html +++ b/about.html @@ -8,7 +8,7 @@

About netbsd.club

-

+

Netbsd.club is a collective of desert island tech-junkies. Desert island meaning technology you'd like to have on a desert island. Obviously, we enjoy NetBSD, but we also love Perl, C, Raku, Lisps, and much more. @@ -17,6 +17,9 @@ Our goal is to build useful software for and around said technologies, and provide it to end users; completely free of charge. You can see a list of our projects [ here ].

+

+ [ Go home ] +

diff --git a/netbsdclub.css b/netbsdclub.css index 3cdc59c..41d8d72 100644 --- a/netbsdclub.css +++ b/netbsdclub.css @@ -9,7 +9,7 @@ body { color: gray; } -div.links a { +a { color: #bb0000; } @@ -19,4 +19,7 @@ h1, h2, h3, h4, h5 { p { color: lightgray; + max-width: 300px; + margin: auto; + text-align: center; }