[Git][reproducible-builds/reproducible-website][master] 2 commits: Correct "docs" typo.
Chris Lamb
gitlab at salsa.debian.org
Tue Jul 9 14:24:55 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
1207ef82 by Chris Lamb at 2019-07-09T14:23:32Z
Correct "docs" typo.
- - - - -
eaa83b79 by Chris Lamb at 2019-07-09T14:24:30Z
Let's just go with alphabetical ordering.
- - - - -
2 changed files:
- sponsor.md
- who.md
Changes:
=====================================
sponsor.md
=====================================
@@ -102,9 +102,9 @@ be key in ensuring a reproducible "buster" becomes a reality.
### Logos
* Placement on the front page of `https://reproducible-builds.org` will be for donations that equal or are more than the *Platinum* level.
-* For donations that are equal to the *Gold* level, your logo will be placed on each page of the documentation hosted at `https://reproducible-builds.org/who/`.
-* Logo placement is time-based, per category: the first to donate is at the top, with subsequent sponsors' logos placed in the order they donated. Position will be maintained as long as sponsorship is continued each year.
-* Logos on the front page will only be there for a year, starting from when your logo is put up on the page.
+* For donations that are equal to the *Gold* level, your logo will be placed on each page of the documentation hosted at `https://reproducible-builds.org/docs/`.
+* Logo placement is alphabetically ordered within each category. Position will be maintained as long as sponsorship is continued each year.
+* Logos on the front page will only be there for a year starting from when your logo is put up on the page.
* Logos may be up to 468 pixels wide and 80 pixels tall. Platinum-level sponsors may be up to 600 pixels wide and 250 pixels tall.
### Levels
=====================================
who.md
=====================================
@@ -49,7 +49,8 @@ The Reproducible Builds project is a member of the [Software Freedom Conservancy
The majority of sponsorship funds go directly towards supporting the Reproducible Builds project, such as development and server expenses. A small portion of the funds are set aside for the Conservancy to continue their work in supporting Reproducible Builds and other open source initiatives.
<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
- {% for x in site.data.sponsors %}
+ {% assign xs = site.data.sponsors | sort: 'name' %}
+ {% for x in xs %}
<div class="col-xs-12 col-sm-6 mb-5">
<div class="card text-center">
<a href="{{ x.url }}" name="{{ x.name }}">
@@ -65,7 +66,8 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
#### Non-fiscal sponsors
<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
- {% for x in site.data.sponsors_nonfiscal %}
+ {% assign xs = site.data.sponsors_nonfiscal | sort: 'name' %}
+ {% for x in xs %}
<div class="col-xs-12 col-sm-6 mb-5">
<div class="card text-center">
<a href="{{ x.url }}" name="{{ x.name }}">
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/b283da4343df92181b6e49ab48e23252e9b2734c...eaa83b793dd5e87802d12b25d329102fe438087f
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/b283da4343df92181b6e49ab48e23252e9b2734c...eaa83b793dd5e87802d12b25d329102fe438087f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190709/37c71841/attachment.html>
More information about the rb-commits
mailing list