File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ - name : Institute for Research and Innovation in Software for High Energy Physics
2+ image : /images/iris-hep.png
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments