diff --git a/main.go b/main.go index e0f3e55..e92f777 100644 --- a/main.go +++ b/main.go @@ -60,8 +60,7 @@ func main() { log.Fatal(err) } }() - } - runForever := make(chan struct{}) - <-runForever + select {} + } } diff --git a/static/css/club.css b/static/css/club.css index 47f8ea0..c629cab 100644 --- a/static/css/club.css +++ b/static/css/club.css @@ -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; } diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..d1a8c7e --- /dev/null +++ b/templates/about.html @@ -0,0 +1,21 @@ +{{ define "content" }} + +

hatecomputers.club is a club for those that, well, hate computers!

+
+

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 :).

+
+

you may align with us if you believe any (or all) of the following:

+
+ + +{{ end }} diff --git a/templates/base.html b/templates/base.html index 89d6dd2..036a748 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,8 +30,6 @@ | guestbook. | - webring. - | {{ if .User }} dns. | diff --git a/templates/home.html b/templates/home.html index 76bbc6a..2d913e6 100644 --- a/templates/home.html +++ b/templates/home.html @@ -10,7 +10,8 @@
name: {{ $user.Username }}
pronouns: {{ $user.Pronouns }}
-
{{ $user.Website }}
+
location: {{ $user.Location }}
+
www: {{ $user.Website }}
{{ $user.Bio }}