From 8cce1e0ba05967b2dcc0983fef1b6603afe031fa Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de>
Date: Thu, 3 Jun 2021 14:33:37 +0200
Subject: [PATCH] simple headline extension

---
 _includes/frontpage/title-content.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/_includes/frontpage/title-content.html b/_includes/frontpage/title-content.html
index f8977342f..9f86b64c4 100644
--- a/_includes/frontpage/title-content.html
+++ b/_includes/frontpage/title-content.html
@@ -1,9 +1,14 @@
 <div>
     <h1>Helmholtz IT for Science</h1>
     <p>
-        HIFIS builds and sustains an excellent IT infrastructure connecting all Helmholtz research fields and centres. 
+    <details>
+     <summary>
+        HIFIS builds and sustains an excellent IT infrastructure connecting all Helmholtz research fields and centres. </summary>
+     <div>
         This includes a secure and easy-to-use collaborative environment with efficiently accessible IT services from anywhere. 
         HIFIS further supports Research Software Engineering (RSE) with a high level of quality, visibility and sustainability. 
+     </div>
+    </details>
     </p>
 </div>
 <div class="services-box">
-- 
GitLab