jaderune.net

Files for https://jaderune.net
Log | Files | Refs | README | LICENSE

commit e9df6ccd9d06bc85940d970a264f668688e51f96
parent 535bfcb9438cb5efb95a6eeb3ab9239f2fad082d
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Thu,  8 Apr 2021 00:45:03 -0400

Update services page and CSS

Diffstat:
Mmain.css | 2+-
Mservices.html | 15++++++++++-----
2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/main.css b/main.css @@ -126,7 +126,7 @@ a:visited { margin: 4px 2px; transition-duration: 0.2s; } -.button:hover { +.button:hover, .button:visited:hover { background-color: #107B4C; color: #FFFFFF; cursor: crosshair; diff --git a/services.html b/services.html @@ -29,6 +29,12 @@ set up with some recommended clients. </p> + <p>We also have a <a href="https://status.jaderune.net">status + page</a> provided by UptimeRobot which shows which services are + currently online. If you can't access a particular service, + check here first to see if it is offline. + </p> + <div class="flex-wrapper"> <div class="card"> <h2>Email</h2> @@ -36,8 +42,7 @@ with IMAP access and a web interface powered by Roundcube. </p> - <a href="https://www.jaderune.net/mail.html"><button - class="button">Log In!</button></a> + <a href="https://www.jaderune.net/mail.html" class="button">Log In!</a> </div> <div class="card"> <h2>XMPP</h2> @@ -45,7 +50,7 @@ society. It offers 1-on-1 and group chat capabilities as well as voice and video calling. </p> - <a href="https://www.jaderune.net/xmpp.html"><button class="button">Connect!</button></a> + <a class="button" href="https://www.jaderune.net/xmpp.html">Connect!</a> </div> <div class="card"> <h2>Mumble</h2> @@ -53,7 +58,7 @@ a convenient and hassle-free way to have high-quality voice chats online. </p> - <a href="https://www.jaderune.net/mumble.html"><button class="button">Chat!</button></a> + <a class="button" href="https://www.jaderune.net/mumble.html">Chat!</a> </div> <div class="card"> <h2>Gitea</h2> @@ -61,7 +66,7 @@ projects, we also host a Gitea server. It has a similar user experience and workflow to GitHub. </p> - <a href="https://git.jaderune.net"><button class="button">Code!</button></a> + <a class="button" href="https://git.jaderune.net">Code!</a> </div> </div> </main>