26 lines
953 B
HTML
26 lines
953 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="netbsdclub.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<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.
|
|
</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> ].
|
|
</p>
|
|
<p>
|
|
[ <a href="/">Go home</a> ]
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|