diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss
index fcb72d1..eb294bc 100644
--- a/src/_sass/_custom.scss
+++ b/src/_sass/_custom.scss
@@ -1,3 +1,7 @@
+body {
+ font-family: system-ui;
+}
+
.page__hero--overlay {
padding: 1em;
}
@@ -53,9 +57,6 @@
}
.feature__item {
- @media (max-width: 37.5em) {
- width: 100%;
- }
background-color: #eee;
margin-bottom: 1em;
border-radius: 4px;
@@ -85,6 +86,11 @@
border-radius: 20px;
}
+.feature__item .btn {
+ background-color: #0075a2;
+ color: #fff;
+}
+
.feature__item .btn:hover {
background-color: #777;
color: #fff;
@@ -112,9 +118,6 @@
}
.grid__item {
- @media (max-width: 37.5em) {
- width: 100%;
- }
background-color: #ccc;
padding: 0.5em;
border-radius: 4px;
@@ -142,13 +145,8 @@
background-color: #fff;
}
-#about .feature__wrapper .btn {
- background-color: #0075a2;
- color: #fff;
-}
-
-#about .archive__item-title {
- margin-top: 0.5em;
+#about .feature__item .archive__item-title {
+ padding-top: 0.5em;
}
.feature__item--center {
diff --git a/src/assets/images/aboutus.png b/src/assets/images/aboutus.png
deleted file mode 100644
index d339f8b..0000000
Binary files a/src/assets/images/aboutus.png and /dev/null differ
diff --git a/src/assets/images/bitcoin.png b/src/assets/images/bitcoin.png
new file mode 100644
index 0000000..a36a0da
Binary files /dev/null and b/src/assets/images/bitcoin.png differ
diff --git a/src/assets/images/paypal.png b/src/assets/images/paypal.png
new file mode 100644
index 0000000..50a8301
Binary files /dev/null and b/src/assets/images/paypal.png differ
diff --git a/src/index.html b/src/index.html
index 0974f32..f9a98bf 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,5 +1,5 @@
---
-title: "Welcome to The Least-Authority File Store"
+title: "Welcome The Least-Authority File Store"
layout: splash
author_profile: false
header:
@@ -19,26 +19,23 @@ documentation_list:
- image_path: /assets/images/overview.svg
alt: "overview"
title: "Overview"
- excerpt: >-
-
- One-page summary
-
+ excerpt: '
+ This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system
+ '
- image_path: /assets/images/manual.svg
alt: "manual"
title: "Manual"
- excerpt: >-
-
- Installation Instructions
- Tahoe-LAFS Manual
-
+ excerpt: ''
- image_path: /assets/images/wiki.svg
alt: "wiki"
title: "Wiki"
- excerpt: >-
-
- Index of docs
- Frequently Asked Questions
-
+ excerpt: ''
contribute:
- title: "Contribute"
excerpt: ""
@@ -70,15 +67,27 @@ blog:
excerpt: ""
about:
- title: "About us"
- image_path: /assets/images/aboutus.png
- alt: "aboutus"
- excerpt: >-
- Tahoe-LAFS is an open-source project supported by donations
- 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!
+ excerpt: ""
+about_list:
+ - title: "Volunteers"
+ excerpt: "Tahoe-LAFS is an open-source project supported by donations and maintained by a group of hardy volunteers...
"
url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs"
- btn_label: "Our Contributors"
+ btn_label: "Read More"
+ btn_class: "btn--primary"
+ - title: "Donation"
+ excerpt: 'You can donate to the Tahoe-LAFS project via BitCoin and PayPal.
+
+
+
+
'
+ - title: "Sponsorship"
+ excerpt: "Please contact *secorp at secorp dot net* if you would like to sponsor Tahoe-LAFS."
+ - title: "Least Authority"
+ excerpt: 'Least Authority sells service and support for LAFS as well as developing improvements for LAFS and contributing them back to the Free and Open Source project.'
+ - title: "Google"
+ excerpt: 'Google, Inc. sponsored Tahoe-LAFS through its Google Summer of Code program in 2010 and 2013.
'
+ - title: "Atlas Networks"
+ excerpt: 'Atlas Networks provides dedicated server hosting for scale and performance testing.
'
---
{% include feature_row id="documentation" type="center" %}
@@ -108,7 +117,8 @@ about:
{% endfor %}
-
+
-{% include feature_row id="about" type="left" %}
+{% include feature_row id="about" type="center" %}
+{% include feature_row id="about_list" %}