From 5f470744c4cd2de4fa5c7bcd91b7147f764e0e28 Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de> Date: Thu, 6 Aug 2020 16:11:00 +0200 Subject: [PATCH] Link to publication --- _layouts/frontpage.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index e7c52bf2a..e9bd5a71e 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -45,18 +45,21 @@ <div class="frontpage-mission-jumbotron"> <section> <div class="info-col"> + <div class="info-box"> - <a href="{% link you-and-hifis/index.md %}" class="btn btn-outline-primary"> - <h3><i class="fas fa-user-plus" aria-hidden="true"></i> You & HIFIS</h3> + <a href="{% link mission/index.html %}" class="btn btn-outline-primary"> + <h3><i class="fas fa-atom" aria-hidden="true"></i> HIFIS Mission</h3> </a> - <p>Our purpose is to support you - as scientist, Helmholtz employee or research project.</p> + <p>Strengthening and developing the ICT competences of the whole Helmholtz Association, support you - as scientist, Helmholtz employee or research project.</p> </div> + <div class="info-box"> - <a href="{% link mission/index.html %}" class="btn btn-outline-primary"> - <h3><i class="fas fa-atom" aria-hidden="true"></i> HIFIS Mission</h3> + <a href="{% link mission/publications.md %}" class="btn btn-outline-primary"> + <h3><i class="fas fa-atom" aria-hidden="true"></i> Publications and Documentation</h3> </a> - <p>Strengthening and developing the ICT competences of the whole Helmholtz Association.</p> + <p>See here for publications and documentations about HIFIS.</p> </div> + <div class="info-box"> <a href="{% link partners.md %}" class="btn btn-outline-primary"> <h3><i class="fas fa-globe-europe" aria-hidden="true"></i> HIFIS Partners</h3> @@ -64,6 +67,7 @@ <p>Take a look at our partners, within the Helmholtz Association and throughout the World. </p> </div> + <div class="info-box"> <a href="{% link roadmap/index.md %}" class="btn btn-outline-primary"> <h3><i class="fas fa-road" aria-hidden="true"></i> Now & tomorrow - The HIFIS @@ -71,9 +75,9 @@ </h3> </a> <p>Get the latest updates of the HIFIS roadmap, summarizing our goals for the months - andyears to - come.</p> + and years to come.</p> </div> + </div> </section> </div> -- GitLab