[Git][reproducible-builds/reproducible-website][master] Highlight our sponsors.

Chris Lamb gitlab at salsa.debian.org
Mon Dec 24 11:31:25 CET 2018


Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
f1a528ef by Chris Lamb at 2018-12-24T10:31:17Z
Highlight our sponsors.

- - - - -


6 changed files:

- + _data/sponsors.yml
- + assets/images/who/conservancy.png
- + assets/images/who/google-open-source.png
- + assets/images/who/handshake.png
- + assets/images/who/profitbricks.png
- who.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -0,0 +1,11 @@
+- 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: ProfitBricks
+  url: https://www.profitbricks.co.uk/
+  logo: profitbricks.png


=====================================
assets/images/who/conservancy.png
=====================================
Binary files /dev/null and b/assets/images/who/conservancy.png differ


=====================================
assets/images/who/google-open-source.png
=====================================
Binary files /dev/null and b/assets/images/who/google-open-source.png differ


=====================================
assets/images/who/handshake.png
=====================================
Binary files /dev/null and b/assets/images/who/handshake.png differ


=====================================
assets/images/who/profitbricks.png
=====================================
Binary files /dev/null and b/assets/images/who/profitbricks.png differ


=====================================
who.md
=====================================
@@ -8,19 +8,38 @@ order: 6
 # Who is involved?
 
 Various free software projects are working on providing reproducible builds to
-their users.
+their users and developers.
 
-* Chris Lamb
-* Lunar
-* h01ger
-* Vagrant Cascadian
-* Ximin Luo
+## Core team
+
+* [Chris Lamb](https://chris-lamb.co.u) (*lamby*)
+* [Holger Levsen](http://layer-acht.org/thinking/) (*h01ger*)
+* [Mattia Rizzolo](https://mapreri.org/) (*mapreri*)
+* [Vagrant Cascadian](http://cascadia.debian.net/trenza/Journal/) (*vagrantc*)
 
 [Contact us!](mailto:contact at reproducible-builds.org)
 
 ## Sponsors
 
-[![ProfitBricks]({{ "/images/logos/profitbricks.png" | prepend: site.baseurl }})](https://www.profitbricks.co.uk/)
+<div class="row bg-light p-md-4 p-sm-2 pt-5 pb-5">
+    {% for x in site.data.sponsors %}
+    <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mb-4">
+        <div class="card text-center">
+            <a href="{{ x.url }}" >
+                <img class="p-5" src="{{ x.logo | prepend: "/assets/images/who/" | prepend: site.baseurl }}" alt="{{ x.name }}">
+            </a>
+        </div>
+    </div>
+    {% endfor %}
+</div>
+
+<br>
+
+Fiscal sponsor:
+
+[![Software Freedom Conservancy]({{ "/assets/images/who/conservancy.png" | prepend: site.baseurl }})](https://sfconservancy.org/)
+
+Previous sponsors: [Core Infrastructure Initiative](https://www.coreinfrastructure.org/).
 
 ## Projects
 



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/f1a528efa07ad3980f302e779c09e8629e0abce0
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/20181224/99cddacc/attachment.html>


More information about the rb-commits mailing list