Add donation, sponsors and avoid some buttons for contributions
Jekyll / jekyll (pull_request) Successful in 24s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 23:37:38 +02:00
parent 19c7996472
commit 4a750c112a
5 changed files with 35 additions and 57 deletions

View File

@ -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

View File

@ -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;
}
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -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.<br/><br/><br/><br/>"
url: "https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev"
btn_label: "Subscribe"
btn_class: "btn--primary"
excerpt: 'Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the **tahoe-dev** mailing list</a>.'
- 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).<br/><br/><br/>"
url: "https://libera.chat/"
btn_label: "Chat"
btn_class: "btn--primary"
excerpt: 'Join the **#tahoe-lafs** channel on <a href="https://libera.chat/" target="_blank">Libera</a> or <a href="https://app.element.io/#/room/#tahoe-lafs:libera.chat">Matrix</a>.'
- 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 <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank">**Tuesday 1700 UTC weekly meetings**</a> 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...<br/>"
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.<br/><br/>
<a href="/trac/tahoe-lafs/wiki/BitCoinPage" target="_blank">
<img src="/assets/images/bitcoin.png"></a>
<a href="https://www.paypal.com/donate?cmd=_s-xclick&hosted_button_id=XQM2LB4UC8V2J" target="_blank">
<img src="/assets/images/paypal_blue.png"></a>'
- title: "Sponsorship"
excerpt: "Please contact *secorp at secorp dot net* if you would like to sponsor Tahoe-LAFS."
- title: "Least Authority"
excerpt: '<a href="https://leastauthority.com/community-matters/open-source-development/" target="_blank">Least Authority</a> 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 <a href="https://www.google-melange.com/archive/gsoc/2010/orgs/tahoe_lafs" target="_blank">Google Summer of Code</a> program in 2010 and 2013.<br/>'
- title: "Atlas Networks"
excerpt: '<a href="https://atlasnet.com/" target="_blank">Atlas Networks</a> provides dedicated server hosting for scale and performance testing.<br/>'
---
<div id="documentation">
{% include feature_row id="documentation" type="center" %}
@ -108,5 +113,6 @@ about:
{% endfor %}
</div>
<div id="about">
{% include feature_row id="about" type="right" %}
{% include feature_row id="about" type="center" %}
{% include feature_row id="about_list" %}
</div>