This commit is contained in:
rawleyfowler
2025-03-12 16:22:25 -05:00
parent aed0ac180b
commit 16a7473730
3 changed files with 9 additions and 2 deletions

1
.htaccess Normal file
View File

@@ -0,0 +1 @@
Options -Indexes

View File

@@ -8,7 +8,7 @@
<body> <body>
<div class="hero"> <div class="hero">
<h1>About netbsd.club</h1> <h1>About netbsd.club</h1>
<p style="width: 300px"> <p>
Netbsd.club is a collective of desert island tech-junkies. Desert island meaning 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 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. 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; 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 [ <a href="https://codeberg.org/netbsd-club">here</a> ]. completely free of charge. You can see a list of our projects [ <a href="https://codeberg.org/netbsd-club">here</a> ].
</p> </p>
<p>
[ <a href="/">Go home</a> ]
</p>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -9,7 +9,7 @@ body {
color: gray; color: gray;
} }
div.links a { a {
color: #bb0000; color: #bb0000;
} }
@@ -19,4 +19,7 @@ h1, h2, h3, h4, h5 {
p { p {
color: lightgray; color: lightgray;
max-width: 300px;
margin: auto;
text-align: center;
} }