From c83c38ba91e76f4af6d4d21e803357ad0a18ac8d Mon Sep 17 00:00:00 2001 From: glendc Date: Tue, 24 Oct 2023 09:17:55 +0200 Subject: [PATCH] add some more text to site to clarify things --- static/css/style.css | 4 ++++ templates/content/link.html | 9 +++++++++ templates/content/login.html | 22 ++++++++++++++++++++++ templates/content/shared/link_nav.html | 2 +- 4 files changed, 36 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5e3291e..a76a29a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,6 +17,10 @@ button:hover, .\:hover, input[type=submit]:hover { cursor: pointer; } +.table div p { + padding: calc(var(--gap)*0.2); +} + /* Light Mode */ :root { --bg: #F1FAEE; diff --git a/templates/content/link.html b/templates/content/link.html index 9836fe2..1fe8d92 100644 --- a/templates/content/link.html +++ b/templates/content/link.html @@ -1,6 +1,15 @@ {% extends "base.html" %} {% block content %} {% include "content/shared/link_nav.html" %} +
+
+

+ Shortlinks are a way to shorten long URLs. + On this page you can create a shortlink or manage your existing ones. + Shortlinks can be used by anyone, and require no authentication. +

+
+
πŸ”— New Shortlink
diff --git a/templates/content/login.html b/templates/content/login.html index eba7c7e..19f7c9a 100644 --- a/templates/content/login.html +++ b/templates/content/login.html @@ -1,5 +1,20 @@ {% extends "base.html" %} {% block content %} +
+
+

+ bckt.xyz is a URL shortener and secret sharing service. + Shortlinks and secrets can be shared with anyone, and require no login to this platform. + However, in order to create shortlinks or secrets, you must login using a magic link below. +

+
+
+

+ Magic links are sent to your email address, and are valid for 1 hour. + Once used they log you in for up to 1 week and allow you to create shortlinks and secrets. +

+
+
βŽ†login using a magic link @@ -24,4 +39,11 @@

+
+ πŸ”’ Private Platform +

+ Only authorized email addreses can login using magic links. + This is a privelage reserved for friends of Plabayo. +

+
{% endblock %} diff --git a/templates/content/shared/link_nav.html b/templates/content/shared/link_nav.html index 66e7c62..8e68753 100644 --- a/templates/content/shared/link_nav.html +++ b/templates/content/shared/link_nav.html @@ -1,7 +1,7 @@

shortlinks by {{ email }}

- ↩ go back πŸ‘‹ Logout + ↩ go back