[Git][reproducible-builds/reproducible-website][master] 3 commits: Split the sponsor list and donation instructions into their own pages

Mattia Rizzolo gitlab at salsa.debian.org
Sat Apr 17 11:05:22 UTC 2021



Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-website


Commits:
c08ae3a9 by Mattia Rizzolo at 2021-04-17T13:03:08+02:00
Split the sponsor list and donation instructions into their own pages

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
c3139c35 by Mattia Rizzolo at 2021-04-17T13:03:11+02:00
sponsors: use an uniform height for all cards

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
0573ffc7 by Mattia Rizzolo at 2021-04-17T13:03:13+02:00
advertise the platinum sponsors in the homepage

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


16 changed files:

- _data/sponsors.yml
- assets/images/who/ardc.svg → assets/images/sponsors/ardc.svg
- assets/images/who/cip.svg → assets/images/sponsors/cip.svg
- assets/images/who/codethink.svg → assets/images/sponsors/codethink.svg
- assets/images/who/conservancy.png → assets/images/sponsors/conservancy.png
- + assets/images/sponsors/ford-foundation.png
- assets/images/who/google-open-source.png → assets/images/sponsors/google-open-source.png
- assets/images/who/handshake.png → assets/images/sponsors/handshake.png
- assets/images/who/oneandone-ionos.png → assets/images/sponsors/oneandone-ionos.png
- assets/images/who/opentechfund.png → assets/images/sponsors/opentechfund.png
- assets/styles/custom.scss
- contribute/index.md
- + donate.md
- index.md
- sponsor.md
- who.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -1,19 +1,23 @@
-- name: Amateur Radio Digital Communications
-  url: https://www.ampr.org/
-  logo: ardc.svg
-
-- name: Civil Infrastructure Plattform
-  url: https://www.cip-project.org/
-  logo: cip.svg
-
-- name: Google Open Source Office
-  url: https://opensource.google.com/
-  logo: google-open-source.png
-
-- name: Handshake
-  url: https://handshake.org/
-  logo: handshake.png
-
-- name: Open Technology Fund
-  url: https://www.opentech.fund/
-  logo: opentechfund.png
+platinum:
+  - name: Google Open Source Office
+    url: https://opensource.google.com/
+    logo: google-open-source.png
+  - name: Handshake
+    url: https://handshake.org/
+    logo: handshake.png
+gold: []
+silver:
+  - name: Amateur Radio Digital Communications
+    url: https://www.ampr.org/
+    logo: ardc.svg
+  - name: Open Technology Fund
+    url: https://www.opentech.fund/
+    logo: opentechfund.png
+bronze:
+  - name: Civil Infrastructure Plattform
+    url: https://www.cip-project.org/
+    logo: cip.svg
+  - name: Ford Foundation
+    url: https://www.fordfoundation.org/
+    logo: ford-foundation.png
+none: []


=====================================
assets/images/who/ardc.svg → assets/images/sponsors/ardc.svg
=====================================


=====================================
assets/images/who/cip.svg → assets/images/sponsors/cip.svg
=====================================


=====================================
assets/images/who/codethink.svg → assets/images/sponsors/codethink.svg
=====================================


=====================================
assets/images/who/conservancy.png → assets/images/sponsors/conservancy.png
=====================================


=====================================
assets/images/sponsors/ford-foundation.png
=====================================
Binary files /dev/null and b/assets/images/sponsors/ford-foundation.png differ


=====================================
assets/images/who/google-open-source.png → assets/images/sponsors/google-open-source.png
=====================================


=====================================
assets/images/who/handshake.png → assets/images/sponsors/handshake.png
=====================================


=====================================
assets/images/who/oneandone-ionos.png → assets/images/sponsors/oneandone-ionos.png
=====================================


=====================================
assets/images/who/opentechfund.png → assets/images/sponsors/opentechfund.png
=====================================


=====================================
assets/styles/custom.scss
=====================================
@@ -42,6 +42,9 @@ main {
     &.project-img {
       max-height: 165px;
     }
+    &.sponsor-img-platinum {
+      max-height: 250px;
+    }
   }
 
   .blog-post-content {


=====================================
contribute/index.md
=====================================
@@ -306,4 +306,4 @@ script for more generic, Debian use cases
 
 Another way to help is to financially support our project. We welcome any
 kind of donation, of any size. Please see our
-[donation page]({{ "/sponsor/" | relative_url }}) for more information.
+[donation page]({{ "/donate/" | relative_url }}) for more information.


=====================================
donate.md
=====================================
@@ -0,0 +1,160 @@
+---
+layout: default
+title: Help the Reproducible Builds effort!
+permalink: /donate/
+redirect_from:
+ - /funding/
+---
+
+# Help the Reproducible Builds effort!
+
+The not-for-profit Reproducible Builds effort needs your help to continue its work towards ensuring the security of computer systems of all shapes and sizes around the world. We use any and all donated funds to ensure focused and intense work on ensuring this mission.
+{: .lead .pb-3}
+
+[![Software Freedom Conservancy]({{ "/assets/images/sponsor/conservancy.png#left" | relative_url }})](https://sfconservancy.org/)
+
+The Reproducible Builds project is a member of the [Software Freedom Conservancy](https://sfconservancy.org/), a [501(c)3](https://en.wikipedia.org/wiki/501(c)(3)_organization) non-profit organisation.
+Conservancy has allowed us to pool organisational resources with other projects, such as Selenium, Inkscape, Samba, and Wine, in order to reduce the management overhead associated with creating our own, dedicated legal entity.
+
+See [who is currently supporting]({{ "sponsors" | relative_url }}) the Reproducible Builds project.
+{: .lead}
+
+### About the project
+
+Whilst anyone may inspect the source code of free and open source software for
+malicious flaws, most software is distributed pre-compiled to end users.
+
+The motivation behind the Reproducible Builds project is to permit verification
+that no flaws have been introduced during the compilation process—either
+maliciously or accidentally—by promising identical results are always generated
+from a given source, thus allowing multiple third-parties to come to a
+consensus on whether a system is compromised.
+
+Your continued support will be key in solving this important problem which
+affects systems of all sizes, from embedded microcontrollers to the largest
+government and corporate systems.
+
+#### Past work
+
+* 94% of packages in [Debian](https://debian.org/) are reproducible
+  in our tests, and [Debian Policy](https://www.debian.org/doc/debian-policy/)
+  now recommends that builds are reproducible. Support for our build metadata
+  format (`.buildinfo`) has been merged into the official toolchain.
+
+* Large amount of cross-distribution collaboration —
+  [Tails](https://tails.boum.org/) and [Coreboot](https://www.coreboot.org/)
+  now offer reproducible ISO images based heavily on our work, and
+  [NetBSD](https://www.netbsd.org/) offer a reproducible base system to
+  complement considerable progress from [F-Droid](https://f-droid.org/en/),
+  [openSUSE](https://www.opensuse.org/) and
+  [ArchLinux](https://www.archlinux.org/). In addition, we are also providing
+  continuous reproducible builds testing for eight Linux distributions.
+
+* Core patches written and submitted for GCC, R and Go, Rust introduced
+  "file maps" in support of reproducibility after our feedback.
+
+* A number of highly lauded presentations (LCA, Embedded Linux onference,
+  LibrePlanet, Scale15x, CCC, OSSE, LinuxCon China, Open Compliance Summit,
+  etc.) as well highly-productive meetups in "real life".
+
+* Countless features in [diffoscope](https://diffoscope.org/)
+  and other tools; 1000s of lines changed with extensive use outside of a
+  reproducibility context.
+
+* Mentoring in [Outreachy](https://www.outreachy.org/) and
+  [GSoC](https://summerofcode.withgoogle.com/) to ease inclusion of new
+  contributors especially ones from under-represented groups in technology.
+
+* Almost 3 years of regular weekly newsletters as well as IRC-based
+  meetings. Friendly communications have ensured that newcomers from all
+  backgrounds feel involved and welcome.
+
+#### Future work
+
+The Reproducible Builds team has demonstrated that it is, in principle,
+possible to build a Linux distribution in a reproducible manner and have solved
+many of the issues in doing so.
+
+However, the next release of Debian ("bullseye") is currently not yet 100%
+reproducible and funding to support on-going maintenance of critical
+infrastructure will be absolutely essential to reach this goal.
+
+This not only includes the administration of over 50 build nodes across
+multiple architectures, it requires continuous and patient work with package
+maintainers and upstreams to merge reproducibility-related patches. It also
+includes extending the scope of [our testing
+framework](https://tests.reproducible-builds.org/) to even more projects, as
+well as improving the existing tests and reports.
+
+In addition, there are currently no tools that let a user know whether packages
+that they are installing are reproducible or not, required to "close the loop"
+and allow end-users to finally truly validate the software they are running on
+their machines.
+
+Furthermore, maintaining momentum — both in terms of public perception and in
+private — around the various related projects such as *diffoscope*, etc. will
+be key in ensuring a reproducible "buster" becomes a reality.
+
+### Benefits of sponsorship
+
+* You (or your company) are contributing to a renowned and respected free/open source project.
+* Community consciousness of your company (and its promotion of Reproducible Builds) will be increased in the minds of the wider ecosystem.
+* For corporate donations that equal or are more than the Bronze level, your logo will be placed on our site for one year.
+* People find out about Reproducible Builds first from our website; having a link from our website therefore will associate you and/or your company as a supporter of the well-known and respected Reproducible Builds project.
+* Contributions are tax-deductible to the extent permitted by law.
+
+**Please see our list of [current sponsors]({{ "sponsors" | relative_url }}).**
+
+### 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/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 165 pixels tall. Platinum-level sponsors may be up to 600 pixels wide and 250 pixels tall.
+
+### Levels
+
+Below are the names and amounts associated with levels of sponsorship (all values in USD and per year):
+
+* Platinum: $300,000
+* Gold: $125,000
+* Silver: $75,000
+* Bronze: $10,000
+
+## Non-monetary Donations
+
+The Reproducible Builds project will naturally consider non-monetary donations to the project such as hardware or hosting where we will set a sponsorship level appropriately. (Please note that non-monetary donations may not be tax-deductible; to confirm, you should seek the advice of a qualified tax professional. In general, we suggest cash donations, as that process is much simpler.)
+
+## Contact
+
+Please contact us ([info at reproducible-builds.org](mailto:info at reproducible-builds.org)) for more information. Thank you for your consideration and we thank you in advance for your support.
+
+## Paypal
+
+The easiest way to individually donate to the project is through [PayPal](https://www.paypal.com). You can use this button to donate to us:
+
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+  <input type="hidden" name="cmd" value="_s-xclick">
+  <input type="hidden" name="hosted_button_id" value="9QA63APRU4TNE">
+  <input type="image" src="{{ "/assets/images/sponsor/paypal_donate.gif" | relative_url }}" border="0" name="submit" alt="Donate to Reproducible Builds via PayPal">
+</form>
+
+## Other methods
+
+We can accept check donations drawn in USD from banks in the USA. Donations
+from banks outside of the US or not in USD should be handled by wire transfer.
+Please make your check payable to "Software Freedom Conservancy, Inc." and to
+place "Directed donation: Reproducible Builds" in the memo field. Checks
+should then be mailed to:
+
+    Software Freedom Conservancy, Inc.
+    137 Montague ST STE 380
+    BROOKLYN, NY 11201
+    USA
+
+Conservancy also accepts <a href="https://sfconservancy.org/donate/">other
+methods to receive donations</a>, including US cheques and wire transfers.
+If you are interested please get in touch with us!
+
+![]({{ "/assets/images/sponsor/team.jpg" | relative_url }})


=====================================
index.md
=====================================
@@ -105,6 +105,27 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
 
 ([See all]({{ "/news/" | relative_url }}).)
 
+
+{% assign sponsors = site.data.sponsors.platinum | sort: 'name' %}
+{% if sponsors.size != 0 %}
+## Sponsors
+
+We are proud to be [sponsored by]({{ "/sponsors/" | relative_url }}):
+
+<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
+    {% for x in sponsors %}
+    <div class="col-xs-12 col-sm-6 mb-6">
+        <div class="card text-center h-100">
+            <a href="{{ x.url }}" name="{{ x.name }}">
+                <img class="p-5 project-img sponsor-img-platinum" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
+            </a>
+        </div>
+    </div>
+    {% endfor %}
+</div>
+{% else %}
+{% endif %}
+
 <br>
 
 {% include nav_buttons.html %}


=====================================
sponsor.md
=====================================
@@ -1,157 +1,77 @@
 ---
 layout: default
-title: Help the Reproducible Builds effort!
-permalink: /sponsor/
+title: Our sponsors
+permalink: /sponsors/
 redirect_from:
- - /funding/
- - /donate/
+ - /sponsor/
 ---
 
-# Help the Reproducible Builds effort!
+# Reproducible Builds' Sponsors
 
 The not-for-profit Reproducible Builds effort needs your help to continue its work towards ensuring the security of computer systems of all shapes and sizes around the world. We use any and all donated funds to ensure focused and intense work on ensuring this mission.
 {: .lead .pb-3}
 
 [![Software Freedom Conservancy]({{ "/assets/images/sponsor/conservancy.png#left" | relative_url }})](https://sfconservancy.org/)
 
-The Reproducible Builds project is a member of the [Software Freedom Conservancy](https://sfconservancy.org/), a 501(c)3 non-profit organisation. Conservancy has allowed us to pool organisational resources with other projects such as Selenium, Inkscape, Samba and Wine in order to reduce the management overhead associated with creating our own, dedicated legal entity.
-
-### About the project
-
-Whilst anyone may inspect the source code of free and open source software for
-malicious flaws, most software is distributed pre-compiled to end users.
-
-The motivation behind the Reproducible Builds project is to permit verification
-that no flaws have been introduced during the compilation process—either
-maliciously or accidentally—by promising identical results are always generated
-from a given source, thus allowing multiple third-parties to come to a
-consensus on whether a system is compromised.
-
-Your continued support will be key in solving this important problem which
-affects systems of all sizes, from embedded microcontrollers to the largest
-government and corporate systems.
-
-#### Past work
-
-* 94% of packages in [Debian](https://debian.org/) are reproducible
-  in our tests, and [Debian Policy](https://www.debian.org/doc/debian-policy/)
-  now recommends that builds are reproducible. Support for our build metadata
-  format (`.buildinfo`) has been merged into the official toolchain.
-
-* Large amount of cross-distribution collaboration —
-  [Tails](https://tails.boum.org/) and [Coreboot](https://www.coreboot.org/)
-  now offer reproducible ISO images based heavily on our work, and
-  [NetBSD](https://www.netbsd.org/) offer a reproducible base system to
-  complement considerable progress from [F-Droid](https://f-droid.org/en/),
-  [openSUSE](https://www.opensuse.org/) and
-  [ArchLinux](https://www.archlinux.org/). In addition, we are also providing
-  continuous reproducible builds testing for eight Linux distributions.
-
-* Core patches written and submitted for GCC, R and Go, Rust introduced
-  "file maps" in support of reproducibility after our feedback.
-
-* A number of highly lauded presentations (LCA, Embedded Linux onference,
-  LibrePlanet, Scale15x, CCC, OSSE, LinuxCon China, Open Compliance Summit,
-  etc.) as well highly-productive meetups in "real life".
-
-* Countless features in [diffoscope](https://diffoscope.org/)
-  and other tools; 1000s of lines changed with extensive use outside of a
-  reproducibility context.
-
-* Mentoring in [Outreachy](https://www.outreachy.org/) and
-  [GSoC](https://summerofcode.withgoogle.com/) to ease inclusion of new
-  contributors especially ones from under-represented groups in technology.
-
-* Almost 3 years of regular weekly newsletters as well as IRC-based
-  meetings. Friendly communications have ensured that newcomers from all
-  backgrounds feel involved and welcome.
-
-#### Future work
-
-The Reproducible Builds team has demonstrated that it is, in principle,
-possible to build a Linux distribution in a reproducible manner and have solved
-many of the issues in doing so.
-
-However, the next release of Debian ("bullseye") is currently not yet 100%
-reproducible and funding to support on-going maintenance of critical
-infrastructure will be absolutely essential to reach this goal.
-
-This not only includes the administration of over 50 build nodes across
-multiple architectures, it requires continuous and patient work with package
-maintainers and upstreams to merge reproducibility-related patches. It also
-includes extending the scope of [our testing
-framework](https://tests.reproducible-builds.org/) to even more projects, as
-well as improving the existing tests and reports.
-
-In addition, there are currently no tools that let a user know whether packages
-that they are installing are reproducible or not, required to "close the loop"
-and allow end-users to finally truly validate the software they are running on
-their machines.
-
-Furthermore, maintaining momentum — both in terms of public perception and in
-private — around the various related projects such as *diffoscope*, etc. will
-be key in ensuring a reproducible "buster" becomes a reality.
-
-### Benefits of sponsorship
-
-* You (or your company) are contributing to a renowned and respected free/open source project.
-* Community consciousness of your company (and its promotion of Reproducible Builds) will be increased in the minds of the wider ecosystem.
-* For corporate donations that equal or are more than the Bronze level, your logo will be placed on our site for one year.
-* People find out about Reproducible Builds first from our website; having a link from our website therefore will associate you and/or your company as a supporter of the well-known and respected Reproducible Builds project.
-* Contributions are tax-deductible to the extent permitted by law.
-
-**Please see our list of [current sponsors]({{ "/who/" | relative_url }}).**
-
-### 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/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
-
-Below are the names and amounts associated with levels of sponsorship (all values in USD and per year):
-
-* Platinum: $300,000
-* Gold: $125,000
-* Silver: $75,000
-* Bronze: $10,000
-
-## Non-monetary Donations
-
-The Reproducible Builds project will naturally consider non-monetary donations to the project such as hardware or hosting where we will set a sponsorship level appropriately. (Please note that non-monetary donations may not be tax-deductible; to confirm, you should seek the advice of a qualified tax professional. In general, we suggest cash donations, as that process is much simpler.)
-
-## Contact
-
-Please contact us ([info at reproducible-builds.org](mailto:info at reproducible-builds.org)) for more information. Thank you for your consideration and we thank you in advance for your support.
-
-## Paypal
-
-The easiest way to individually donate to the project is through [PayPal](https://www.paypal.com). You can use this button to donate to us:
-
-<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
-  <input type="hidden" name="cmd" value="_s-xclick">
-  <input type="hidden" name="hosted_button_id" value="9QA63APRU4TNE">
-  <input type="image" src="{{ "/assets/images/sponsor/paypal_donate.gif" | relative_url }}" border="0" name="submit" alt="Donate to Reproducible Builds via PayPal">
-</form>
-
-## Other methods
-
-We can accept check donations drawn in USD from banks in the USA. Donations
-from banks outside of the US or not in USD should be handled by wire transfer.
-Please make your check payable to "Software Freedom Conservancy, Inc." and to
-place "Directed donation: Reproducible Builds" in the memo field. Checks
-should then be mailed to:
-
-    Software Freedom Conservancy, Inc.
-    137 Montague ST STE 380
-    BROOKLYN, NY 11201
-    USA
-
-Conservancy also accepts <a href="https://sfconservancy.org/donate/">other
-methods to receive donations</a>, including US cheques and wire transfers.
-If you are interested please get in touch with us!
-
-![]({{ "/assets/images/sponsor/team.jpg" | relative_url }})
+The Reproducible Builds project is a member of the [Software Freedom Conservancy](https://sfconservancy.org/), a [501(c)3](https://en.wikipedia.org/wiki/501(c)(3)_organization) non-profit organisation.
+Conservancy has allowed us to pool organisational resources with other projects, such as Selenium, Inkscape, Samba, and Wine, in order to reduce the management overhead associated with creating our own, dedicated legal entity.
+
+
+If you are interested in the work of the Reproducible Builds project, please consider [becoming a sponsor]({{ "/donate/" | relative_url }}).
+{: .lead}
+
+
+#### Fiscal sponsors
+
+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.
+
+{% assign levels = "platinum,gold,silver,bronze" | split: ',' %}
+{% for level in levels %}
+#### {{ level | capitalize }}
+{% assign sponsors = site.data.sponsors[level] | sort: 'name' %}
+{% if sponsors.size != 0 %}
+<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
+    {% for x in sponsors %}
+    <div class="col-xs-12 col-sm-6 mb-6">
+        <div class="card text-center h-100">
+            <a href="{{ x.url }}" name="{{ x.name }}">
+                <img class="p-5 project-img{% if level == "platinum" %} sponsor-img-platinum{% endif %}" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
+            </a>
+        </div>
+    </div>
+    {% endfor %}
+</div>
+{% else %}
+<i>No sponsors at this level.</i>
+{% endif %}
+{% endfor %}
+
+<br>
+
+{% if site.data.sponsors.none.size != 0 %}
+#### Others
+<ul>
+{% assign sponsors = site.data.sponsors.none | sort: 'name' %}
+{% for x in sponsors %}
+<li><a href="{{x.url}}" name="{{ x.name }}">{{x.name}}</a></li>
+{% endfor %}
+</ul>
+{% endif %}
+
+#### Non-fiscal sponsors
+
+<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
+    {% assign xs = site.data.sponsors_nonfiscal | sort: 'name' %}
+    {% for x in xs %}
+    <div class="col-xs-12 col-sm-6 mb-6">
+        <div class="card text-center h-100">
+            <a href="{{ x.url }}" name="{{ x.name }}">
+                <img class="px-5 pt-5 pb-2 project-img" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
+            </a>
+            <div class="card-body">
+                <small class="text-muted">({{ x.description }})</small>
+            </div>
+        </div>
+    </div>
+    {% endfor %}
+</div>


=====================================
who.md
=====================================
@@ -43,49 +43,9 @@ The preferred way to contact the team is to post to [our public mailing list, `r
 
 ## Sponsors
 
-If you are interested in the work of the Reproducible Builds project, please consider [becoming a sponsor]({{ "/sponsor/" | relative_url }}).
+See [who is currently supporting]({{ "/sponsors" | relative_url }}) the Reproducible Builds project, and if you are interested in our work please consider [becoming a sponsor]({{ "/donate/" | relative_url }}).
 {: .lead}
 
-[![Software Freedom Conservancy]({{ "/assets/images/who/conservancy.png#right" | relative_url }})](https://sfconservancy.org/)
-
-The Reproducible Builds project is a member of the [Software Freedom Conservancy](https://sfconservancy.org/), a [501(c)3](https://en.wikipedia.org/wiki/501(c)(3)_organization) non-profit organisation. Conservancy has allowed us to pool organisational resources with other projects, such as Selenium, Inkscape, Samba, and Wine, in order to reduce the management overhead associated with creating our own, dedicated legal entity.
-
-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">
-    {% 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 }}">
-                <img class="p-5 project-img" src="{{ x.logo | prepend: "/assets/images/who/" | relative_url }}" alt="{{ x.name }}">
-            </a>
-        </div>
-    </div>
-    {% endfor %}
-</div>
-
-<br>
-
-#### Non-fiscal sponsors
-
-<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
-    {% assign xs = site.data.sponsors_nonfiscal | sort: 'name' %}
-    {% for x in xs %}
-    <div class="col-xs-12 col-sm-4 mb-5">
-        <div class="card text-center">
-            <a href="{{ x.url }}" name="{{ x.name }}">
-                <img class="px-5 pt-5 pb-2 project-img" src="{{ x.logo | prepend: "/assets/images/who/" | relative_url }}" alt="{{ x.name }}">
-            </a>
-            <div class="card-body">
-                <small class="text-muted">({{ x.description }})</small>
-            </div>
-        </div>
-    </div>
-    {% endfor %}
-</div>
-
-
 ## Affiliated projects
 
 <div class="projects row bg-light p-md-5 p-sm-3 pt-5 pb-5">



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/d6bd292e3ed17215a53c578ef221b90ee8864965...0573ffc70f1e913358a53738beeac280ad00e156

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/d6bd292e3ed17215a53c578ef221b90ee8864965...0573ffc70f1e913358a53738beeac280ad00e156
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/20210417/d2adab77/attachment.htm>


More information about the rb-commits mailing list