This commit is contained in:
2026-07-27 15:36:35 -06:00
parent df0f7e6714
commit 08a5ceebe0
3 changed files with 12 additions and 13 deletions

View File

@@ -9,17 +9,16 @@
<div class="hero">
<h1>About netbsd.club</h1>
<p>
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.
netbsd.club is a collective of obscure-tech enjoyers. Obviously, we enjoy NetBSD, but we also
love Perl, C, Raku, Lisps, and much more. We support a decentralized internet, free from the
clutches of massive corporations.
</p>
<p>
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> ].
You can see netbsd.club projects [ <a href="https://git.netbsd.club/netbsd.club">here</a> ].
</p>
<p>
[ <a href="/">Go home</a> ]
[ <a href="/">Go home</a> ]
</p>
</div>
</body>
</body>
</html>

View File

@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>NetBSD Club</title>
<title>netbsd.club</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Netbsd.club is a club for NetBSD users and people interested in desert island software">
<meta name="keywords" content="netbsd perl dessert islands">
<meta name="description" content="netbsd.club is a club for NetBSD users and people interested in obscure software tools">
<meta name="keywords" content="netbsd perl desert islands raku clojure lisp netbsd.club club">
<link href="netbsdclub.css" rel="stylesheet" />
</head>
<body>
<div class="hero">
<img src="netbsd.png" alt="netbsd" />
<div class="links">
[ <a href="blog.html">blog</a> ] -
[ <a href="https://codeberg.org/netbsd-club">projects</a> ] -
[ <a href="webring.html">webring</a> ] -
[ <a href="https://git.netbsd.club/netbsd.club">projects</a> ] -
[ <a href="about.html">about</a> ] -
[ <a href="https://library.netbsd.club">library</a> ]
</div>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<title>Webring</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="netbsdclub.css" rel="stylesheet" />
</head>