[Git][reproducible-builds/reproducible-website][master] 2 commits: Fix up the spacing when sponsor images wrap onto the next line.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Jan 10 14:41:23 UTC 2022



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


Commits:
ebc1c536 by Chris Lamb at 2022-01-10T14:40:56+00:00
Fix up the spacing when sponsor images wrap onto the next line.

- - - - -
1990af05 by Chris Lamb at 2022-01-10T14:41:10+00:00
Add Siemens logo.

- - - - -


3 changed files:

- _data/sponsors.yml
- + assets/images/sponsors/siemens.png
- sponsor.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -17,6 +17,9 @@ bronze:
   - name: Ford Foundation
     url: https://www.fordfoundation.org/
     logo: ford-foundation.png
+  - name: Siemens AG
+    url: http://www.siemens.com/
+    logo: siemens.png
 none: []
 old:
   - name: Handshake


=====================================
assets/images/sponsors/siemens.png
=====================================
Binary files /dev/null and b/assets/images/sponsors/siemens.png differ


=====================================
sponsor.md
=====================================
@@ -33,7 +33,7 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
 {% 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 mx-auto">
+    <div class="col-xs-12 col-sm-6 mb-6 pb-3 mx-auto">
         <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 }}">



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/8bd881548495418524e191259f797b80dd0638f8...1990af050154efc7feecf98bd73972db9a0a65ec

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/8bd881548495418524e191259f797b80dd0638f8...1990af050154efc7feecf98bd73972db9a0a65ec
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/20220110/7b870c12/attachment.htm>


More information about the rb-commits mailing list