From 2cdef2a035422a9601b0a767e6e73bbca5bed3b0 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Wed, 7 May 2025 10:48:44 +0200 Subject: [PATCH 1/3] Fix the description Co-authored-by: jeffjacobsonhimself@gmail.com Signed-off-by: Benoit Donneaux --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index b663bdb..bdea843 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ --- -title: "Welcome The Least-Authority File Store" +title: "Welcome to The Least-Authority File Store" layout: splash author_profile: false header: From e66a0ba0e45fa591447d5ac7dc1293cf50457e76 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Wed, 7 May 2025 10:50:39 +0200 Subject: [PATCH 2/3] Add blue button in the about section Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 14 +++++++------- src/index.html | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index 109799d..fcb72d1 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -85,11 +85,6 @@ border-radius: 20px; } -.feature__item .btn { - background-color: #0075a2; - color: #fff; -} - .feature__item .btn:hover { background-color: #777; color: #fff; @@ -147,8 +142,13 @@ background-color: #fff; } -#about .feature__item .archive__item-title { - padding-top: 0.5em; +#about .feature__wrapper .btn { + background-color: #0075a2; + color: #fff; +} + +#about .archive__item-title { + margin-top: 0.5em; } .feature__item--center { diff --git a/src/index.html b/src/index.html index bdea843..aec4d58 100644 --- a/src/index.html +++ b/src/index.html @@ -74,6 +74,8 @@ about: and maintained by a group of hardy volunteers. We are grateful for their energy, expertise, and support. Check out some of the main contributors to this project! + url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs" + btn_label: "Our Contributors" ---
{% include feature_row id="documentation" type="center" %} @@ -103,7 +105,7 @@ about: {% endfor %}
-

+


{% include feature_row id="about" type="left" %}
From 0db12543e5f82e8b9ce100f361013501bb12764e Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Wed, 7 May 2025 10:54:48 +0200 Subject: [PATCH 3/3] Centered and smaller text for the documentation section Signed-off-by: Benoit Donneaux --- src/index.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/index.html b/src/index.html index aec4d58..0974f32 100644 --- a/src/index.html +++ b/src/index.html @@ -19,23 +19,26 @@ documentation_list: - image_path: /assets/images/overview.svg alt: "overview" title: "Overview" - excerpt: ' - This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system - ' + excerpt: >- +
+ One-page summary +
- image_path: /assets/images/manual.svg alt: "manual" title: "Manual" - excerpt: '' + excerpt: >- +
+

Installation Instructions

+

Tahoe-LAFS Manual

+
- image_path: /assets/images/wiki.svg alt: "wiki" title: "Wiki" - excerpt: '' + excerpt: >- +
+

Index of docs

+

Frequently Asked Questions

+
contribute: - title: "Contribute" excerpt: ""