From 23d97587638ec431dff5bc0a3a475dea4cdfe3c3 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 4 Mar 2020 16:24:16 +0000 Subject: [PATCH] Add description on signin page --- static/style.css | 4 ++++ templates/signin.tmpl | 19 +++++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 26b8d46..2a1b6bb 100644 --- a/static/style.css +++ b/static/style.css @@ -481,6 +481,10 @@ a:hover, display: inline; } +.signin-desc { + margin: 8px 0 16px 0; +} + .dark { background-color: #222222; background-image: none; diff --git a/templates/signin.tmpl b/templates/signin.tmpl index 069572b..9711c8b 100644 --- a/templates/signin.tmpl +++ b/templates/signin.tmpl @@ -1,12 +1,23 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
Signin
+
Bloat
+
+ A web client for Mastodon Network. +
- -
- + Enter the domain name of your instance to continue +
+ +
+
+

+ See + git.freesoftwareextremist.com/bloat + for more details. +

+ {{template "footer.tmpl"}} {{end}}