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,13 +9,12 @@
<div class="hero"> <div class="hero">
<h1>About netbsd.club</h1> <h1>About netbsd.club</h1>
<p> <p>
Netbsd.club is a collective of desert island tech-junkies. Desert island meaning netbsd.club is a collective of obscure-tech enjoyers. 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. We support a decentralized internet, free from the
love Perl, C, Raku, Lisps, and much more. clutches of massive corporations.
</p> </p>
<p> <p>
Our goal is to build useful software for and around said technologies, and provide it to end users; You can see netbsd.club projects [ <a href="https://git.netbsd.club/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> <p>
[ <a href="/">Go home</a> ] [ <a href="/">Go home</a> ]

View File

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

View File

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