diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index e7c52bf2a1ba3db9c17d8cde31b4f596c81b5c9b..e9bd5a71ee526531b8bca890b69abf48bfc0c947 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>