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

Moved partners html code from frontpage to `partners.html`

parent 62d53e0a
No related branches found
No related tags found
1 merge request!27Resolve "Create "partners" page"
......@@ -66,33 +66,7 @@
</div>
</section>
</div>
<div class="frontpage-jumbotron">
<section>
<h1>Partners</h1>
<div class="flex-content-wrapper">
<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>
<a href="https://www.eosc-portal.eu/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/eosc_logo.png %}" alt="EOSC Logo">
</a>
<a href="https://www.egi.eu/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/egi-logo.svg %}" alt="EGI Logo">
</a>
</div>
</section>
</div>
</main>
{% include footer.html %}
......
{% include top.html %}
<body>
{% include header.html %}
<main>
{% include title_image.html%}
<div class="frontpage-jumbotron">
<section>
<h1>Partners</h1>
<div class="flex-content-wrapper">
<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>
<a href="https://www.eosc-portal.eu/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/eosc_logo.png %}" alt="EOSC Logo">
</a>
<a href="https://www.egi.eu/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/egi-logo.svg %}" alt="EGI Logo">
</a>
</div>
</section>
</div>
<section>
<article>
{{ content }}
</article>
</section>
</main>
{% include footer.html %}
</body>
</html>
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