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; }