File tree Expand file tree Collapse file tree 4 files changed +44
-1
lines changed Expand file tree Collapse file tree 4 files changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ facilities:
105
105
106
106
107
107
108
+ partners :
109
+ - name : DECTRIS
110
+ image : /assets/images/partners/dectris.svg
111
+ url : https://www.dectris.ch/en/
112
+
113
+
108
114
team :
109
115
leaders :
110
116
- name : Max Novelli
@@ -128,7 +134,7 @@ team:
128
134
role : ScicatLive Leader
129
135
url : https://github.com/minottic
130
136
- name : Despina Adamopoulou
131
- company : EMPA Material Science and Technology
137
+ company : EMPA Materials Science and Technology
132
138
role : Website Leader
133
139
url : https://github.com/despadam
134
140
- name : Open Position
Original file line number Diff line number Diff line change @@ -18,4 +18,16 @@ <h1 class="mt-5 mb-5">Facilities</h1>
18
18
{% endfor %}
19
19
</ div >
20
20
</ div >
21
+ < div class ="container mb-3 ">
22
+ < h2 class ="mt-5 mb-5 "> Industry Partners</ h2 >
23
+ < div class ="row justify-content-center ">
24
+ {% for partner in site.partners %}
25
+ < div class ="partner col-lg-4 card ">
26
+ < a href ="{{ partner.url }} " target ="_blank ">
27
+ < img class ="partner-logo " src ="{{ partner.image }} " alt ="{{ partner.name }} ">
28
+ </ a >
29
+ </ div >
30
+ {% endfor %}
31
+ </ div >
32
+ </ div >
21
33
</ section >
Original file line number Diff line number Diff line change @@ -281,6 +281,17 @@ header.masthead:before {
281
281
}
282
282
}
283
283
284
+ // ========= Industry Partners =========
285
+
286
+ .partner {
287
+ width : 400px ;
288
+ min-height : 180px ;
289
+
290
+ .partner-logo {
291
+ height : 150px ;
292
+ }
293
+ }
294
+
284
295
// ========= Team =========
285
296
286
297
.team {
You can’t perform that action at this time.
0 commit comments