Skip to content

Commit bc8b51a

Browse files
committed
add Dectris in Indursty Partners
1 parent f0a85ae commit bc8b51a

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ facilities:
105105
106106

107107

108+
partners:
109+
- name: DECTRIS
110+
image: /assets/images/partners/dectris.svg
111+
url: https://www.dectris.ch/en/
112+
113+
108114
team:
109115
leaders:
110116
- name: Max Novelli
@@ -128,7 +134,7 @@ team:
128134
role: ScicatLive Leader
129135
url: https://github.com/minottic
130136
- name: Despina Adamopoulou
131-
company: EMPA Material Science and Technology
137+
company: EMPA Materials Science and Technology
132138
role: Website Leader
133139
url: https://github.com/despadam
134140
- name: Open Position

_includes/facilities.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,16 @@ <h1 class="mt-5 mb-5">Facilities</h1>
1818
{% endfor %}
1919
</div>
2020
</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>
2133
</section>

_sass/base.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,17 @@ header.masthead:before {
281281
}
282282
}
283283

284+
// ========= Industry Partners =========
285+
286+
.partner {
287+
width: 400px;
288+
min-height: 180px;
289+
290+
.partner-logo {
291+
height: 150px;
292+
}
293+
}
294+
284295
// ========= Team =========
285296

286297
.team {

assets/images/partners/dectris.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)