diff --git a/_config.yml b/_config.yml
index 457cd61..6cce567 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,13 +14,12 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Tahoe-LAFS
-email: webmaster@example.com
+#email: webmaster@example.com
description: >- # this means to ignore newlines until "baseurl:"
Web landing page for Tahoe-LAFS
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: jekyllrb
-github_username: jekyll
+github_username: tahoe-lafs
# Build settings
markdown: kramdown
diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss
index 42ff92a..e95462d 100644
--- a/src/_sass/_custom.scss
+++ b/src/_sass/_custom.scss
@@ -1,47 +1,20 @@
-/* ==========================================================================
- MASTHEAD
- ========================================================================== */
-/*.masthead {
- position: fixed;
- left: 0;
- top: 0;
- overflow: hidden;
- width: 100vw;
- height: 70px;
- background-color: #f3f3f3;
-}*/
-/*
-.page__hero--overlay {
- background: url(../images/pattern-4.gif) repeat left top;
-}
-*/
.initial-content {
- //position: relative;
- //top: 70px;
background: url(../images/pattern-1.png) repeat left top;
}
-/*
-#about {
- background: url(../images/pattern-2.gif) repeat left top;
+
+form {
+ background-color: transparent;
+ padding: 0em;
}
-@font-face {
- font-family: "homestead_regularregular";
- font-style: normal;
- font-weight: normal;
- src: url("../fonts/homestead-regular-webfont.woff") format("woff");
+td {
+ border-bottom: 10px;
}
-h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {
- font-family: 'homestead_regularregular', serif;
- color: #444035;
- //font-size: 48px;
- font-weight: 300;
- text-transform: uppercase;
- text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
+.pagination--pager.disabled {
+ background-color: #e9dcbe;
}
-.archive__item-excerpt {
- color: #a9862b;
+.pagination--pager {
+ background-color: #e9dcbe;
}
-*/
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 2a79505..b4ad6d1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -49,38 +49,43 @@ contribute_list:
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "mailing"
title: "Mailing list"
- excerpt: "Join the tahoe-dev mailing list.
"
- url: "https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev"
- btn_label: "Subscribe"
- btn_class: "btn--primary"
+ excerpt: 'Join the **tahoe-dev** mailing list.'
- image_path: /assets/images/messaging.jpg
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "messaging"
title: "Instant messaging"
- excerpt: "Join the **#tahoe-lafs** channel on [Libera](https://libera.chat/) or [Matrix](https://app.element.io/#/room/#tahoe-lafs:libera.chat).
"
- url: "https://libera.chat/"
- btn_label: "Chat"
- btn_class: "btn--primary"
+ excerpt: 'Join the **#tahoe-lafs** channel on Libera or Matrix.'
- image_path: /assets/images/meet.jpg
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "meet"
title: "Meeting"
- excerpt: "Join our Tuesday 1700 UTC weekly meetings for project governance (first Tuesday of the month) and technical (other Tuesdays) discussion."
- url: "https://meet.jit.si/AccurateFiltersManipulateBefore"
- btn_label: "Call"
- btn_class: "btn--primary"
+ excerpt: 'Join our **Tuesday 1700 UTC weekly meetings** for project governance (first Tuesday of the month) and technical (other Tuesdays) discussion.'
blog:
- title: "News"
excerpt: "Find here under a list of the latest articles on the subjects that matter for us."
about:
- - image_path: /assets/images/volunteers.jpg
- image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
- alt: "about image"
- title: "Volunteers"
+ - title: "About us"
excerpt: "Here comes something about us..."
+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: "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.
'
---