Skip to content
Snippets Groups Projects

Use 5 title buttons on the frontpage

Merged Huste, Tobias requested to merge update-title-buttons into master
Files
5
@@ -6,18 +6,24 @@
<div class="services-box">
<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
</a>
<a href="https://events.hifis.net/category/4/" class="btn btn-light btn-lg text-dark">
<a href="https://events.hifis.net/category/4/" class="btn btn-light text-dark">
HIFIS Courses
</a>
<a href="{% link services/software/consulting.html %}" class="btn btn-light btn-lg text-dark">
Software Engineering Consulting
<a href="{% link services/software-overview.md %}" class="btn btn-light text-dark">
Software Services
</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)
</a>
<a href="{% link usecases.md %}" class="btn btn-light text-dark">
Use Cases
</a>
<a href="{% link spotlights.md %}" class="btn btn-light text-dark">
Software Spotlights
</a>
</div>
</div>
</div>
Loading