From 4f93698b16a5f22a29f086296425c63907f7bfec Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Mar 2023 14:54:37 +0100 Subject: Overhaul services page --- assets/theme/main.scss | 20 +++++++++++++++++++- content/services/_index.md | 3 ++- content/services/fiche.md | 16 +++------------- content/services/invidious.md | 6 ++---- content/services/nitter.md | 3 +++ content/services/omgur.md | 5 +++-- content/services/searx.md | 8 -------- content/services/teddit.md | 3 +++ layouts/services/list.html | 17 +++++++++-------- 9 files changed, 44 insertions(+), 37 deletions(-) delete mode 100644 content/services/searx.md diff --git a/assets/theme/main.scss b/assets/theme/main.scss index 8b62b23..4466d41 100644 --- a/assets/theme/main.scss +++ b/assets/theme/main.scss @@ -1,7 +1,6 @@ // Variables $mainWidth: 900px; - // Colors @import url("/css/highlight-emacs.css") screen and (prefers-color-scheme: light); @import url("/css/highlight-monokai.css") screen and (prefers-color-scheme: dark); @@ -140,6 +139,25 @@ section.project { } } +section.service { + border-top: 1px solid var(--bodyForegroundColor); + padding: 0.5rem; + + h2 { + margin: 0.5rem 0rem; + + small { + margin-left: 1.5rem; + font-weight: normal; + font-size: small; + } + } + + p { + margin-top: 0; + } +} + @media(min-width: $mainWidth) { section.admonition { display: grid; diff --git a/content/services/_index.md b/content/services/_index.md index dd98e8b..f303c7a 100644 --- a/content/services/_index.md +++ b/content/services/_index.md @@ -2,7 +2,8 @@ title: Services --- -These are all the services I run for public use. +These are all the services I run for public use. I give no guarantee on the +stability of any of these services, nor the longevity of them.