-
Uwe Jandt (DESY, HIFIS) authoredUwe Jandt (DESY, HIFIS) authored
team.html 1.03 KiB
{%- comment -%}
This page uses _data/hifis_team.yml to generate its content.
It does on purpose NOT include the content of the markdown page.
{%- endcomment -%}
{%- include top.html -%}
<body>
{%- include header.html -%}
<main>
{%- include title_image.html-%}
{%- assign team_members_core = site.data.hifis_team
| where: "associate", false -%}
<section>
<article>
<div>
<h1>Contact us!</h1>
Write the HIFIS team: <code class="language-plaintext highlighter-rouge"><a href="mailto:support@hifis.net">support@hifis.net</a></code>
<h1>Team</h1>
<div class="team_list">
{%- for person in team_members_core -%}
{%- include team_card.html person=person -%}
{%- endfor -%}
</div>
</div>
</article>
</section>
</main>
{%- include footer.html -%}
</body>
</html>