Movement
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<body>
|
||||
<div class="hero">
|
||||
<h1>About netbsd.club</h1>
|
||||
<p style="width: 300px">
|
||||
<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.
|
||||
@@ -17,6 +17,9 @@
|
||||
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>
|
||||
|
||||
@@ -9,7 +9,7 @@ body {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
div.links a {
|
||||
a {
|
||||
color: #bb0000;
|
||||
}
|
||||
|
||||
@@ -19,4 +19,7 @@ h1, h2, h3, h4, h5 {
|
||||
|
||||
p {
|
||||
color: lightgray;
|
||||
max-width: 300px;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user