Skip to content

Commit 56f39f9

Browse files
committed
Delete Institutional Partners now that the steering council is dissolved.
Also added AWS and Bloomberg to direct financial sponsors since they contribute to community building.
1 parent eb945c8 commit 56f39f9

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

about.html

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@
324324
# All sponsor and partner SVGs should be 300x60 pixels
325325
# And entries ordered according to A-Z,1-9
326326
sponsors:
327+
- url: https://aws.amazon.com/
328+
src: aws.svg
329+
alt: Amazon Web Services - Home Page
330+
- url: https://www.bloomberg.com/
331+
src: bloomberg-color.svg
332+
alt: Bloomberg - Home Page
327333
- url: https://opendreamkit.org/
328334
src: EC-H2020.svg
329335
alt: Horizon 2020 European Union funding for Research and Innovation logo - OpenDreamkit funded project - Home Page
@@ -565,27 +571,6 @@ <h2 class="text-center">{{ page.sponsor_box.headline }}</h2>
565571
</ul>
566572
</div>
567573

568-
<!-- PARTNERS BOX -->
569-
<div class="about-box section-white content content--wide">
570-
<h2 class="text-center">{{ page.partner_box.headline }}</h2>
571-
<p class="content content--copy text-center">
572-
{{ page.partner_box.description }}
573-
</p>
574-
<ul class="logogrid">
575-
{% for obj in page.partners %}
576-
<li>
577-
<a href="{{ obj.url }}">
578-
<img src="/assets/logos/{{ obj.src }}"
579-
width=300
580-
height=90
581-
loading="lazy"
582-
alt="{{ obj.alt }}" />
583-
</a>
584-
</li>
585-
{% endfor %}
586-
</ul>
587-
</div>
588-
589574
<!-- DONATE BOX -->
590575
<div class="about-box section-grey content content--wide">
591576
<h2 class="text-center">{{ page.donate_box.headline }}</h2>

0 commit comments

Comments
 (0)