diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:38:53 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:38:53 -0600 |
| commit | dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e (patch) | |
| tree | 74c871dc070406d4ec81242147744b661fb714c3 /templates | |
| parent | 97efd2a3740412ec78a018da4fe068c141c9d1ec (diff) | |
| download | hatecomputers.club-dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e.tar.gz hatecomputers.club-dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e.zip | |
blinkies
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 42 | ||||
| -rw-r--r-- | templates/home.html | 4 |
2 files changed, 39 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 1846493..094d018 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,14 +19,24 @@ </head> <body> <div id="content" class="container"> - <div class="header"> + <div> <h1>hatecomputers.club</h1> - <a href="javascript:void(0);" id="theme-switcher"></a> + <a href="javascript:void(0);" id="theme-switcher">light mode.</a> + <span> | </span> + <a href="/">home.</a> + <span> | </span> + <a href="/">about.</a> + <span> | </span> + <a href="/">guestbook.</a> + <span> | </span> + <a href="/">webring.</a> <span> | </span> {{ if .User }} - <a href="/logout">logout, {{ .User.DisplayName }}.</a> + <a href="/dns">dns.</a> + <span> | </span> + <a href="/logout">logout, {{ .User.DisplayName }}.</a> {{ else }} - <a href="/login">login.</a> + <a href="/login">login.</a> {{ end }} </div> <hr> @@ -34,7 +44,29 @@ <div id="content"> {{ template "content" . }} </div> - <p class="blinky">hi</p> + + <hr> + + <div class="footer"> + <div> + <img width="150" height="20" src="/static/img/blinkies/hatecomputers-club.gif"> + <img width="150" height="20" src="/static/img/blinkies/loveuguys.gif"> + <img width="150" height="20" src="/static/img/blinkies/autism.gif"> + <img width="150" height="20" src="/static/img/blinkies/fuckcomputers.gif"> + <img width="150" height="20" src="/static/img/blinkies/connection.gif"> + </div> + + {{ if .User }} + <a href="https://git.hatecomputers.club/{{ .User.Username }}">git</a> + {{ else }} + <a href="https://git.hatecomputers.club">git.</a> + {{ end }} + + <span> | </span> + <a href="https://mail.hatecomputers.club">e-mail.</a> + <span> | </span> + <a href="https://auth.hatecomputers.club">sso.</a> + </div> </div> <script data-main="/static/js/script.js" src="/static/js/require.js"></script> diff --git a/templates/home.html b/templates/home.html index 1938a03..de52bef 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,3 +1,3 @@ {{ define "content" }} - -{{ end }}
\ No newline at end of file +<p class="blinky">under construction!</p> +{{ end }} |
