mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Improve contrast for texts on jobs page
because it is inconsistent from our other pages
This commit is contained in:
parent
2c20de799e
commit
8cf17109ab
1 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ layout: page
|
|||
<div class="feature-two-container-bottom">
|
||||
<div class="feature-two-container-bottom-content">
|
||||
<i class="icon-users feature-two-container-bottom-content-icon"></i>
|
||||
<span class="feature-two-container-bottom-content-title">Attractive Workplace</span>
|
||||
<h3 class="feature-two-container-bottom-content-title">Attractive Workplace</h3>
|
||||
<p class="feature-two-container-bottom-content-desc">
|
||||
You’ll have a fully paid setup with the latest technology and
|
||||
ergonomic office furniture. We are currently in a beautiful
|
||||
|
@ -35,7 +35,7 @@ layout: page
|
|||
</div>
|
||||
<div class="feature-two-container-bottom-content">
|
||||
<i class="icon-scales feature-two-container-bottom-content-icon"></i>
|
||||
<span class="feature-two-container-bottom-content-title">Strive for a healthy work-life balance</span>
|
||||
<h3 class="feature-two-container-bottom-content-title">Strive for a healthy work-life balance</h3>
|
||||
<p class="feature-two-container-bottom-content-desc">
|
||||
Development is often tied to long working hours. That is why we
|
||||
want to you to have enough time for recreation. Austria is a
|
||||
|
@ -46,7 +46,7 @@ layout: page
|
|||
</div>
|
||||
<div class="feature-two-container-bottom-content">
|
||||
<i class="icon-chart feature-two-container-bottom-content-icon"></i>
|
||||
<span class="feature-two-container-bottom-content-title">Purpose-Driven Growth</span>
|
||||
<h3 class="feature-two-container-bottom-content-title">Purpose-Driven Growth</h3>
|
||||
<p class="feature-two-container-bottom-content-desc">
|
||||
Safing’s drive comes out of conviction and commitment to the
|
||||
cause of privacy, not for generating profit. We strive for
|
||||
|
@ -58,7 +58,7 @@ layout: page
|
|||
</div>
|
||||
<div class="feature-two-container-bottom-content">
|
||||
<i class="icon-heart feature-two-container-bottom-content-icon"></i>
|
||||
<span class="feature-two-container-bottom-content-title">Transparency & Open Source</span>
|
||||
<h3 class="feature-two-container-bottom-content-title">Transparency & Open Source</h3>
|
||||
<p class="feature-two-container-bottom-content-desc">
|
||||
Handling sensitive data requires a lot of trust. Help us
|
||||
building this trust by contributing to our code base. Open
|
||||
|
@ -81,7 +81,7 @@ layout: page
|
|||
{% for job in jobs %}
|
||||
<div class="card p-7 flex items-center">
|
||||
<div class="flex space-x-2 items-center">
|
||||
<span class="text-xl block">{{ job.title }}</span>
|
||||
<h4 class="text-xl block">{{ job.title }}</h4>
|
||||
<span class="text-sm text-safing-gray-300 block">{{ job.extraInfo }}</span>
|
||||
</div>
|
||||
<a class="btn-secondary ml-auto" href="{{ job.url }}">View More</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue