[Git][reproducible-builds/reproducible-website][master] 3 commits: Add a bit more spacing to the sponsor cards.

Chris Lamb gitlab at salsa.debian.org
Tue Jul 9 13:52:01 UTC 2019



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


Commits:
c15a1436 by Chris Lamb at 2019-07-09T13:44:50Z
Add a bit more spacing to the sponsor cards.

- - - - -
2537ab7a by Chris Lamb at 2019-07-09T13:45:02Z
Add OTF to our sponsor list (!).

- - - - -
3e0bf9ee by Chris Lamb at 2019-07-09T13:50:51Z
who: Split out non-fiscal sponsors and mention what they provide.

- - - - -


4 changed files:

- _data/sponsors.yml
- + _data/sponsors_nonfiscal.yml
- + assets/images/who/opentechfund.png
- who.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -6,6 +6,6 @@
   url: https://handshake.org/
   logo: handshake.png
 
-- name: ProfitBricks
-  url: https://www.profitbricks.co.uk/
-  logo: profitbricks.png
+- name: Open Technology Fund
+  url: https://www.opentech.fund/
+  logo: opentechfund.png


=====================================
_data/sponsors_nonfiscal.yml
=====================================
@@ -0,0 +1,4 @@
+- name: ProfitBricks
+  url: https://www.profitbricks.co.uk/
+  logo: profitbricks.png
+  description: Hosting services


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


=====================================
who.md
=====================================
@@ -50,7 +50,7 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
 
 <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">
+    <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" src="{{ x.logo | prepend: "/assets/images/who/" | prepend: site.baseurl }}" alt="{{ x.name }}">
@@ -62,6 +62,23 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
 
 <br>
 
+#### 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 %}
+    <div class="col-xs-12 col-sm-6 mb-5">
+        <div class="card text-center">
+            <a href="{{ x.url }}" name="{{ x.name }}">
+                <img class="px-5 pt-5 pb-2" src="{{ x.logo | prepend: "/assets/images/who/" | prepend: site.baseurl }}" alt="{{ x.name }}">
+            </a>
+            <div class="card-body">
+                <small class="text-muted">({{ x.description }})</small>
+            </div>
+        </div>
+    </div>
+    {% endfor %}
+</div>
+
 
 ## Projects
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/5ff48eeb0887df5d1ec875ae998d142cad8ee982...3e0bf9ee70545583f00ec0654aab872c61195fe1

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/5ff48eeb0887df5d1ec875ae998d142cad8ee982...3e0bf9ee70545583f00ec0654aab872c61195fe1
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/ebf5e97c/attachment.html>


More information about the rb-commits mailing list