From 434e5938fa9a570ce2456aa0812b568b8a4b85aa Mon Sep 17 00:00:00 2001 From: ari melody Date: Thu, 4 Apr 2024 05:44:19 +0100 Subject: [PATCH] =?UTF-8?q?shortlinks=20mentioned=20=F0=9F=97=A3=EF=B8=8F?= =?UTF-8?q?=F0=9F=94=A5=E2=80=BC=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 14 +++++++++++--- public/links.html | 33 +++++++++++++++++++++++++++++++++ public/style/main.css | 20 ++++++++++++++++++++ 3 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 public/links.html diff --git a/public/index.html b/public/index.html index 3b0a6ec..b6b46b1 100644 --- a/public/index.html +++ b/public/index.html @@ -4,16 +4,22 @@ 🏕️ bliss.town - + +
+ +

🏕️
welcome to bliss.town!


- we're not hosting anything at this domain just yet. + we're not hosting much at this domain just yet.
check back later for updates!

@@ -21,7 +27,9 @@ diff --git a/public/links.html b/public/links.html new file mode 100644 index 0000000..bb1a437 --- /dev/null +++ b/public/links.html @@ -0,0 +1,33 @@ + + + + + + 🔗 bliss.town shortlinks + + + + +
+ +
+
+

🔗
bliss.town shortlinks

+
+

+ we run an invite-only shortlink service, link.bliss.town, powered by YOURLS. +

+
+ + + diff --git a/public/style/main.css b/public/style/main.css index ba7597c..5addacc 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -14,6 +14,22 @@ } } +header { + width: min(900px, calc(100vw - 4rem)); + margin: 0 auto; + padding: 2rem 0; + text-align: center; +} + +header nav { + font-size: .8em; +} + +header nav a:not(:first-child)::before { + content: '-'; + margin: 0 .8em 0 .5em; +} + body { position: absolute; top: 0; @@ -66,3 +82,7 @@ footer { padding: 2rem 0; text-align: center; } + +#footer-links { + font-size: .8em; +}