diff --git a/_layouts/team.html b/_layouts/team.html
index bd8385f3b1308a1650b54fe1e2ebceca870b7180..ae460129f19d04c3b7cba853e14d991be66b064d 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>