[Git][reproducible-builds/reproducible-website][master] sponsors: Drop Handshake from the list of current sponsors. Thank you for your past sponsorship!

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Wed May 26 13:28:55 UTC 2021



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


Commits:
28459646 by Mattia Rizzolo at 2021-05-26T15:28:37+02:00
sponsors: Drop Handshake from the list of current sponsors.  Thank you for your past sponsorship!

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

- - - - -


2 changed files:

- _data/sponsors.yml
- sponsor.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -2,9 +2,6 @@ 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
@@ -21,3 +18,7 @@ bronze:
     url: https://www.fordfoundation.org/
     logo: ford-foundation.png
 none: []
+old:
+  - name: Handshake
+    url: https://handshake.org/
+    logo: handshake.png


=====================================
sponsor.md
=====================================
@@ -76,3 +76,20 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
     </div>
     {% endfor %}
 </div>
+
+#### Former sponsors
+
+We used to sponsored by these entities
+
+<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
+    {% assign xs = site.data.sponsors['old'] | sort: 'name' %}
+    {% for x in xs %}
+    <div class="col-xs-12 col-sm-6 mb-6 mx-auto">
+        <div class="card text-center">
+            <a href="{{ x.url }}" name="{{ x.name }}">
+                <img class="px-5 py-2 project-img" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
+            </a>
+        </div>
+    </div>
+    {% endfor %}
+</div>



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/28459646cc5ff6560169b77887223052bf0989f0
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/20210526/8ee20b0e/attachment.htm>


More information about the rb-commits mailing list