Skip to content
Snippets Groups Projects
Commit a92a8cdc authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch 'update-title-buttons' into 'master'

Use 5 title buttons on the frontpage

See merge request !590
parents cf737b01 34f8f21f
No related branches found
No related tags found
1 merge request!590Use 5 title buttons on the frontpage
...@@ -21,7 +21,7 @@ header: ...@@ -21,7 +21,7 @@ header:
- title: "Identity and Access Management (AAI)" - title: "Identity and Access Management (AAI)"
url: "https://aai.helmholtz.de/" url: "https://aai.helmholtz.de/"
external: True external: True
- title: "Software Engineering" - title: "Software Services"
url: "services/software-overview" url: "services/software-overview"
- title: "Software Engineering Consulting" - title: "Software Engineering Consulting"
url: "consulting" url: "consulting"
......
...@@ -6,17 +6,20 @@ ...@@ -6,17 +6,20 @@
<div class="services-box"> <div class="services-box">
<div class="services-title-buttons"> <div class="services-title-buttons">
<a href="https://helmholtz.cloud/services" class="btn btn-light btn-lg text-dark"> <a href="https://helmholtz.cloud/services" class="btn btn-light text-dark">
Cloud Services Cloud Services
</a> </a>
<a href="https://events.hifis.net/category/4/" class="btn btn-light btn-lg text-dark"> <a href="{% link services/software-overview.md %}" class="btn btn-light text-dark">
HIFIS Courses Software Services
</a> </a>
<a href="{% link services/software/consulting.html %}" class="btn btn-light btn-lg text-dark"> <a href="https://events.hifis.net/category/4/" class="btn btn-light text-dark">
Software Engineering Consulting Courses
</a> </a>
<a href="https://aai.helmholtz.de" class="btn btn-light btn-lg text-dark"> <a href="https://aai.helmholtz.de" class="btn btn-light text-dark">
Identity &amp; Access Management (AAI) User Access
</a>
<a href="{% link usecases.md %}" class="btn btn-light text-dark">
Use Cases
</a> </a>
</div> </div>
</div> </div>
......
...@@ -14,15 +14,16 @@ ...@@ -14,15 +14,16 @@
.services-title-buttons { .services-title-buttons {
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 1fr; grid-auto-rows: 1fr;
@include medium-is-desktop-plus { @include medium-is-desktop-plus {
max-width: 600px; max-width: 800px;
} }
@include medium-is-tablet { @include medium-is-tablet {
grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 1fr;
} }
@include medium-is-phone { @include medium-is-phone {
...@@ -39,9 +40,9 @@ ...@@ -39,9 +40,9 @@
} }
.btn { .btn {
margin: 0.5rem; margin: 0.25rem;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
min-height: 3.3rem; min-height: 2.5rem;
} }
} }
--- ---
title: Software Engineering title: Software Services
title_image: default title_image: default
layout: default layout: default
author: none author: none
......
--- ---
title: Helmholtz GitLab / Technology title: Software Development Infrastructure
title_image: adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg title_image: adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg
layout: services/default layout: services/default
author: none author: none
......
---
title: Research Software Directory (Preview) <i class="fas fa-external-link-alt"></i>
title_image: pexels-cottonbro-5483071.jpg
layout: services/default
author: none
excerpt: >-
A central software directory tailored to Research Software Engineers and Researchers
that want to promote or discover research software.
redirect_to: "https://helmholtz.software"
---
---
title: "Software Spotlights"
title_image: blue_curtains.jpg
layout: services/default
author: none
excerpt: >-
The Helmholtz Software Spotlights represent top success stories of Reseach Software Engineering in Helmholtz.
redirect_to: spotlights
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment