about page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Elizabeth Hunt 2024-04-24 12:46:34 -07:00
parent 67933574b0
commit 7d88896461
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
5 changed files with 27 additions and 8 deletions

View File

@ -60,8 +60,7 @@ func main() {
log.Fatal(err)
}
}()
}
runForever := make(chan struct{})
<-runForever
select {}
}
}

View File

@ -17,7 +17,7 @@
align-items: center;
justify-content: space-around;
gap: 10px;
max-width: 600px;
max-width: 500px;
min-width: 300px;
line-break: anywhere;
}
@ -44,5 +44,5 @@
}
.about {
flex: 2;
flex: 3;
}

21
templates/about.html Normal file
View File

@ -0,0 +1,21 @@
{{ define "content" }}
<p>hatecomputers.club is a club for those that, well, <i>hate computers!</i></p>
<br>
<p>we maintain a little homelab mesh for our own little computing community! as a member you'll have access to split-zone dns for our intranet as well as ownership to "*.USER.hatecomputers.club." for which you can do almost anything. we host, and plan to host, all kinds of stuff for each other :).</p>
<br>
<p>you may align with us if you believe any (or all) of the following:</p>
<br>
<ul>
<li>computers and the internet in the hands of capitalism have caused potentially irreversible effects on our society and the wellbeing of humans.</li>
<li>computers and the data associated to, or describing of, a human or their activities should be protected with utmost security.</li>
<li>computers and the integration of automation in most human jobs should be implemented with heavy distrust of the systems developed and account for the well-being of any affected persons. especially when pertaining to "generative technologies".</li>
<li>the security and maintenance responsiblities of computers and operation thereof, when having direct implications on an individual's livelihood, or the public good, (banking, work, payments, etc.), should fall on the groups building such systems and not on the individual users of such systems.</li>
<li>in addition, the acts of tampering, modification, and "hacking" a computer, as long as said actions are served in good intentions and the benefit of the public's best interests and not private capital, should not be punishable and instead praised or rewarded in relation to the scope of the information, methodology, impact, and results obtained.</li>
<li>computers and systems should not have been corporatized and should have been, and continue to be, completely open to the user and researchers to develop upon.</li>
<li>the acts of tampering, modification, and "hacking" a computer, as long as said actions are served in the public's best interests and not private capital, should not be punishable and instead praised or rewarded.</li>
<li>computers, software, and technological advancements need to serve public interests first and foremost, and not private capital.</li>
<li>among others...</li>
</ul>
{{ end }}

View File

@ -30,8 +30,6 @@
<span> | </span>
<a href="/guestbook">guestbook.</a>
<span> | </span>
<a href="/webring">webring.</a>
<span> | </span>
{{ if .User }}
<a href="/dns">dns.</a>
<span> | </span>

View File

@ -10,7 +10,8 @@
<div class="about">
<div>name: {{ $user.Username }}</div>
<div>pronouns: {{ $user.Pronouns }}</div>
<div><a href="{{ $user.Website }}">{{ $user.Website }}</a></div>
<div>location: {{ $user.Location }}</div>
<div>www: <a href="{{ $user.Website }}">{{ $user.Website }}</a></div>
<div class="club-bio">{{ $user.Bio }}</div>
</div>
</div>