[Git][reproducible-builds/reproducible-website][master] Move ARDC to gold sponsor level

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Sun Dec 12 15:52:24 UTC 2021



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


Commits:
3b4e0c39 by Mattia Rizzolo at 2021-12-12T16:52:13+01:00
Move ARDC to gold sponsor level

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

- - - - -


2 changed files:

- _data/sponsors.yml
- _includes/navbar_side.html


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -2,11 +2,11 @@ platinum:
   - name: Google Open Source Security Team
     url: https://security.googleblog.com/
     logo: google-open-source.png
-gold: []
-silver:
+gold:
   - name: Amateur Radio Digital Communications
     url: https://www.ampr.org/
     logo: ardc.svg
+silver:
   - name: Open Technology Fund
     url: https://www.opentech.fund/
     logo: opentechfund.png


=====================================
_includes/navbar_side.html
=====================================
@@ -13,8 +13,10 @@
   </ul>
   </div>
 {% assign levels = "platinum,gold" | split: ',' %}
+{% assign sponsors = ""|split: "" %}
 {% for level in levels %}
-{% assign sponsors = site.data.sponsors[level] | sort: 'name' %}
+{% assign sponsors = sponsors | concat: site.data.sponsors[level] %}
+{% endfor %}
 {% if sponsors.size != 0 %}
 <div class="row">
 <div class="fixed-bottom">
@@ -30,5 +32,4 @@
 </div>
 </div>
 {% endif %}
-{% endfor %}
 </div>



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3b4e0c395da7aa4e3dba0684aa1a8a2bb05af0dc

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3b4e0c395da7aa4e3dba0684aa1a8a2bb05af0dc
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/20211212/fa5613ee/attachment.htm>


More information about the rb-commits mailing list