Skip to content
Snippets Groups Projects
Commit 4a64c0fe authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

add basic picture wrapper

parent e422fd8f
No related branches found
No related tags found
2 merge requests!64Smaller partner logos,!62Add logos for 11 HIFIS centres in team
......@@ -19,7 +19,9 @@ It does on purpose NOT include the content of the markdown page.
<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>
Write the HIFIS team:
<code class="language-plaintext highlighter-rouge">
<a href="mailto:support@hifis.net">support@hifis.net</a></code>
<h1>Team</h1>
......@@ -29,6 +31,46 @@ It does on purpose NOT include the content of the markdown page.
{%- endfor -%}
</div>
</div>
<div class="frontpage-jumbotron">
<section>
<h1>11 partnering centres for Helmholtz</h1>
<div class="flex-content-wrapper">
<a href="https://www.helmholtz.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.png %}"
alt="Helmholtz Logo">
</a>
<a href="https://www.helmholtz-hida.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/HiDA_Logo_RGB.svg %}" alt="HIDA Logo">
</a>
<a href="https://www.helmholtz.ai/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/csm_logo_helmholtz_ai_cf39d4dbfc.png %}"
alt="Helmholtz AI Logo">
</a>
<a href="https://helmholtz-metadaten.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/HMC_Logo_updated_pfade-e1576839804647.png %}"
alt="HMC Logo">
</a>
<a href="https://www.helmholtz-imaging.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/hip-logo.png %}" alt="HIP Logo">
</a>
</div>
</section>
</div>
</article>
</section>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment