Skip to content

Commit e976b8a

Browse files
committed
Update to Split Sponsors and Partners
1 parent b5764d0 commit e976b8a

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ navbar:
3838
- name: Collaboration
3939
link: "#collaboration"
4040
autoscroll: true
41-
- name: Sponsors
41+
- name: Sponsors/Partners
4242
link: '#sponsors'
4343
autoscroll: true
4444
- name: Contact

_data/partners.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Institute for Research and Innovation in Software for High Energy Physics
2+
image: /images/iris-hep.png

_data/sponsors.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
image: /images/nsf.png
77
- name: Internet 2
88
image: /images/i2.png
9-
- name: Institute for Research and Innovation in Software for High Energy Physics
10-
image: /images/iris-hep.png
119
- name: DARPA
1210
image: /images/darpa.jpg

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,19 @@ <h1 class="display-5 fw-bold">Sponsors</h1>
139139
{% endfor %}
140140

141141
</div>
142+
<br/>
143+
144+
<h1 class="pt-5 display-5 fw-bold">Partners</h1>
145+
<div class="col-lg-6 mx-auto text-center">
146+
<p class="lead mb-4">We collaborate with the following organizations:</p>
147+
</div>
148+
<div class="col-lg-6 mx-auto">
149+
150+
{% for org in site.data.partners %}
151+
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
152+
{% endfor %}
153+
154+
</div>
142155
</div>
143156
</div>
144157
{% include footer.html %}

0 commit comments

Comments
 (0)