From 4d84bcd80b430facd94e9e08fb0168c137c7f538 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Tue, 26 Dec 2023 15:05:44 -0800 Subject: [PATCH] front page redesign: instructions layout tweak --- static/style.css | 12 ++++++++++-- templates/index.html | 10 ++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 956e4fe..d2349e7 100644 --- a/static/style.css +++ b/static/style.css @@ -187,14 +187,22 @@ pre .value, code .value, code.value { margin: .1em !important; } -#front .web { +.front-light .web { color: #20593c; } -#front .fediverse { +.front-light .fediverse { color: #88305b; } +.front-dark .web { + color: #87d8a6; +} + +.front-dark .fediverse { + color: #d887a6; +} + .fediverse img { height: 1em; } diff --git a/templates/index.html b/templates/index.html index 841f727..972cdb2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,21 +24,23 @@ -

-

Got a fediverse account? Follow the 🌐 web site example.com by searching for @example.com@web.brid.gy in your fediverse instance.

+

Got a fediverse account? Follow the 🌐 web site example.com by searching for @example.com@web.brid.gy in your fediverse instance.

+
+ +

Bridgy Fed connects many popular decentralized social networks. You can use it from one network to follow people on another, see their posts, and reply and like and repost like normal. All interactions work in both directions. See the docs for more info.

-
+

Bridgy Fed currently supports web sites and blogs and the fediverse via ActivityPub. More networks like Bluesky/AT Protocol and Nostr are coming soon!

-
+

Bridgy Fed is a free, non-commercial, open source service. More background here. Feedback and bug reports are welcome!