From 1a56a66df3d50604516f6befcefe4f0cd878ff70 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Tue, 13 Aug 2024 20:35:06 +0100 Subject: [PATCH] Add service URLs, minor css edits --- app/assets/stylesheets/master.css | 10 +++++++--- app/views/home/index.html.erb | 31 ++++++++++++++++++++----------- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/master.css b/app/assets/stylesheets/master.css index 25f1f6a..263933f 100644 --- a/app/assets/stylesheets/master.css +++ b/app/assets/stylesheets/master.css @@ -63,7 +63,7 @@ p, ul, pre { } ul.members li { - text-indent: 0em; + text-indent: 0; } ul.members li:before { @@ -123,8 +123,8 @@ table.system-info tr td:first-child { display: grid; grid-template-columns: 1fr 250px; grid-template-rows: 1fr; - grid-column-gap: 0px; - grid-row-gap: 0px; + grid-column-gap: 0; + grid-row-gap: 0; } .page-container > div { @@ -141,3 +141,7 @@ table.system-info tr td:first-child { border: none; border-top: 2px solid gray; } + +small { + line-height: 0; +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 6765b70..c0eac3e 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -20,17 +20,17 @@

Services

- + - + - + @@ -40,21 +40,30 @@ - - - - - - - + + - + + + + + + + + + + +
git.frzn.devgit.frzn.dev Forgejo A lightweight git server (which is better than Gogs)
p.frzn.devp.frzn.dev fiche A command line pastebin (similar to termbin)
pb.frzn.devpb.frzn.dev PrivateBin A minimalist, open source online pastebin
A Bitwarden-compatible server written in Rust
whatever.frzn.devMumbleA VoIP server
snowflakeidkSnowflakeSnowflake A web proxy server
crypt.frzn.devcrypt.frzn.dev CryptPad An open-source web-based encrypted suite of realtime collaborative editors
frzn.dev:64738Mumble2A VoIP server
frzn.dev:????ZNCAn IRC bouncer
+ + 1 Only available for existing members
+ 2 Not running 24/7 +

System Info