From 4a64c0fe445aa159b593640c17f50d364dc5f353 Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de>
Date: Fri, 28 Aug 2020 18:23:58 +0200
Subject: [PATCH] add basic picture wrapper

---
 _layouts/team.html | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

diff --git a/_layouts/team.html b/_layouts/team.html
index bd8385f3b..ae460129f 100644
--- a/_layouts/team.html
+++ b/_layouts/team.html
@@ -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>
-- 
GitLab