Add donation, sponsors and avoid some buttons for contributions (#8)
Jekyll / jekyll (push) Successful in 24s
Details
Jekyll / jekyll (push) Successful in 24s
Details
Also cleaning some config and commented CSS tuning. Reviewed-on: #8 Co-authored-by: Benoit Donneaux <benoit@leastauthority.com> Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
19c7996472
commit
c28ba1ed17
|
@ -14,13 +14,12 @@
|
||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: Tahoe-LAFS
|
title: Tahoe-LAFS
|
||||||
email: webmaster@example.com
|
#email: webmaster@example.com
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
Web landing page for Tahoe-LAFS
|
Web landing page for Tahoe-LAFS
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: jekyllrb
|
github_username: tahoe-lafs
|
||||||
github_username: jekyll
|
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
@ -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 {
|
.initial-content {
|
||||||
//position: relative;
|
|
||||||
//top: 70px;
|
|
||||||
background: url(../images/pattern-1.png) repeat left top;
|
background: url(../images/pattern-1.png) repeat left top;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
#about {
|
form {
|
||||||
background: url(../images/pattern-2.gif) repeat left top;
|
background-color: transparent;
|
||||||
|
padding: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
td {
|
||||||
font-family: "homestead_regularregular";
|
border-bottom: 10px;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
src: url("../fonts/homestead-regular-webfont.woff") format("woff");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {
|
.pagination--pager.disabled {
|
||||||
font-family: 'homestead_regularregular', serif;
|
background-color: #e9dcbe;
|
||||||
color: #444035;
|
|
||||||
//font-size: 48px;
|
|
||||||
font-weight: 300;
|
|
||||||
text-transform: uppercase;
|
|
||||||
text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive__item-excerpt {
|
.pagination--pager {
|
||||||
color: #a9862b;
|
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 |
|
@ -49,38 +49,43 @@ contribute_list:
|
||||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||||
alt: "mailing"
|
alt: "mailing"
|
||||||
title: "Mailing list"
|
title: "Mailing list"
|
||||||
excerpt: "Join the tahoe-dev mailing list.<br/><br/><br/><br/>"
|
excerpt: 'Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the **tahoe-dev** mailing list</a>.'
|
||||||
url: "https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev"
|
|
||||||
btn_label: "Subscribe"
|
|
||||||
btn_class: "btn--primary"
|
|
||||||
- image_path: /assets/images/messaging.jpg
|
- image_path: /assets/images/messaging.jpg
|
||||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||||
alt: "messaging"
|
alt: "messaging"
|
||||||
title: "Instant 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/>"
|
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>.'
|
||||||
url: "https://libera.chat/"
|
|
||||||
btn_label: "Chat"
|
|
||||||
btn_class: "btn--primary"
|
|
||||||
- image_path: /assets/images/meet.jpg
|
- image_path: /assets/images/meet.jpg
|
||||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||||
alt: "meet"
|
alt: "meet"
|
||||||
title: "Meeting"
|
title: "Meeting"
|
||||||
excerpt: "Join our Tuesday 1700 UTC weekly meetings for project governance (first Tuesday of the month) and technical (other Tuesdays) discussion."
|
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.'
|
||||||
url: "https://meet.jit.si/AccurateFiltersManipulateBefore"
|
|
||||||
btn_label: "Call"
|
|
||||||
btn_class: "btn--primary"
|
|
||||||
blog:
|
blog:
|
||||||
- title: "News"
|
- title: "News"
|
||||||
excerpt: "Find here under a list of the latest articles on the subjects that matter for us."
|
excerpt: "Find here under a list of the latest articles on the subjects that matter for us."
|
||||||
about:
|
about:
|
||||||
- image_path: /assets/images/volunteers.jpg
|
- title: "About us"
|
||||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
|
||||||
alt: "about image"
|
|
||||||
title: "Volunteers"
|
|
||||||
excerpt: "Here comes something 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"
|
url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs"
|
||||||
btn_label: "Read More"
|
btn_label: "Read More"
|
||||||
btn_class: "btn--primary"
|
btn_class: "btn--primary"
|
||||||
|
- title: "Donation"
|
||||||
|
excerpt: 'You can donate to the Tahoe-LAFS project via BitCoin and PayPal.<br/><br/>
|
||||||
|
<a href="https://tahoe-lafs.org/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.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">
|
<div id="documentation">
|
||||||
{% include feature_row id="documentation" type="center" %}
|
{% include feature_row id="documentation" type="center" %}
|
||||||
|
@ -108,5 +113,6 @@ about:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
{% include feature_row id="about" type="right" %}
|
{% include feature_row id="about" type="center" %}
|
||||||
|
{% include feature_row id="about_list" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue