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

Make links appear white in blue background

parent 59f0a6b1
No related branches found
No related tags found
1 merge request!15Transfer Mission and HIFIS Structure
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -32,21 +32,29 @@
<section>
<div class="info-col">
<div class="info-box">
<h3><i class="fas fa-user-plus" aria-hidden="true"></i>&nbsp; You & HIFIS</h3>
<a href="{% link index.md %}" class="btn btn-outline-light">
<h3><i class="fas fa-user-plus" aria-hidden="true"></i>&nbsp; You & HIFIS</h3>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
</div>
<div class="info-box">
<a href="{{ 'mission/' | relative_url }}" class="btn btn-outline-secondary"><h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission</h3></a>
<a href="{% link mission/index.md %}" class="btn btn-outline-light">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission</h3>
</a>
<p>Strengthening and developing the ICT competences of the whole Helmholtz Association.</p>
</div>
<div class="info-box">
<h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS International</h3>
<a href="{% link index.md %}" class="btn btn-outline-light">
<h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS International</h3>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
</div>
<div class="info-box">
<h3><i class="fas fa-road" aria-hidden="true"></i>&nbsp; Now & tomorrow - The HIFIS Roadmap</h3>
<a href="{% link index.md %}" class="btn btn-outline-light">
<h3><i class="fas fa-road" aria-hidden="true"></i>&nbsp; Now & tomorrow - The HIFIS Roadmap</h3>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
</div>
......
......@@ -33,6 +33,15 @@
.info-box {
padding: 1rem;
}
.btn-outline-light {
border: none;
&:focus,
&:hover {
color: $color-helmholtz-dark-blue;
}
}
}
.frontpage-card {
......
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