Skip to content

Commit fcf0fcd

Browse files
fix: update ngt logo
1 parent bc96219 commit fcf0fcd

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

_data/partners.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
- name: Institute for Accelerated AI Algorithms for Data-Driven Discovery
44
image: /images/A3D3.png
55
- name: Next Generation Triggers
6-
image: /images/ngt_logo.svg
6+
image: /images/ngt_logo.png
7+
max_width: 220px
8+
max_height: 120px

images/ngt_logo.png

358 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h1 class="pb-4 display-5 fw-bold">Sponsors and Partners</h1>
240240
<div class="col-lg-6 mx-auto">
241241

242242
{% for org in site.data.partners %}
243-
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
243+
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: {{ org.max_height | default: '120px' }}; max-width: {{ org.max_width | default: '120px' }};" alt="{{ org.name }}"/>
244244
{% endfor %}
245245

246246
</div>

0 commit comments

Comments
 (0)