Files
site/about.html
rawleyfowler 5dd670b6a4 initial commit
2025-03-12 16:13:17 -05:00

23 lines
901 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>NetBSD!</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 style="width: 300px">
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>
</div>
</body>
</html>