Skip to content
Snippets Groups Projects
Verified Commit 633ee2b4 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Fix links to moved services objects

parent ffbf58e5
No related branches found
No related tags found
No related merge requests found
......@@ -10,15 +10,11 @@
<a href="https://aai.helmholtz.de" class="btn btn-light btn-lg text-dark">
<i class="fas fa-network-wired"></i>Helmholtz AAI
</a>
<a href="{{ '/services/consulting' | relative_url }}" class="btn btn-light btn-lg text-dark">
<a href="{{ '/services/software/consulting' | relative_url }}" class="btn btn-light btn-lg text-dark">
<i class="fas fa-chart-line"></i> Consulting
</a>
<a href="{{ '/services/training' | relative_url }}" class="btn btn-light btn-lg text-dark">
<a href="{{ '/services/software/training' | relative_url }}" class="btn btn-light btn-lg text-dark">
<i class="fas fa-university"></i> Education & Training
</a>
<a href="{{ '/services/#community' | relative_url }}" class="btn btn-light btn-lg text-dark">
<i class="fas fa-users"></i> Communities
</a>
</div>
</div>
......@@ -25,7 +25,7 @@
In Education &amp; Training we will offer courses, materials or workshops
to help you in getting started or in boosting your software
engineering practice.
<a href="{{ 'services/training' | relative_url }}"><strong>More...</strong></a>
<a href="{{ 'services/software/training' | relative_url }}"><strong>More...</strong></a>
</p>
<h4>Need something specific? Talk to us</h4>
{% include contact_us/mini.html %}
......
......@@ -11,10 +11,10 @@
.services-title-buttons {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr;
@include medium-is-tablet {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@include medium-is-phone {
......
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