commit 5dd670b6a4f9a174310ecc71eb788e8afb8e89aa Author: rawleyfowler Date: Wed Mar 12 16:13:17 2025 -0500 initial commit diff --git a/about.html b/about.html new file mode 100644 index 0000000..00156b6 --- /dev/null +++ b/about.html @@ -0,0 +1,22 @@ + + + + NetBSD! + + + + +
+

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. +

+

+ 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 ]. +

+
+ + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..9b29609 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b7d129b --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + NetBSD! + + + + +
+ netbsd + +
+ + diff --git a/netbsd.png b/netbsd.png new file mode 100644 index 0000000..07f979e Binary files /dev/null and b/netbsd.png differ diff --git a/netbsdclub.css b/netbsdclub.css new file mode 100644 index 0000000..3cdc59c --- /dev/null +++ b/netbsdclub.css @@ -0,0 +1,22 @@ +body { + width: 100vw; + height: 100vh; + background-color: black; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + color: gray; +} + +div.links a { + color: #bb0000; +} + +h1, h2, h3, h4, h5 { + color: #bb0000; +} + +p { + color: lightgray; +}