File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change 324
324
# All sponsor and partner SVGs should be 300x60 pixels
325
325
# And entries ordered according to A-Z,1-9
326
326
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
327
333
- url: https://opendreamkit.org/
328
334
src: EC-H2020.svg
329
335
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>
565
571
</ ul >
566
572
</ div >
567
573
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
-
589
574
<!-- DONATE BOX -->
590
575
< div class ="about-box section-grey content content--wide ">
591
576
< h2 class ="text-center "> {{ page.donate_box.headline }}</ h2 >
You can’t perform that action at this time.
0 commit comments