mirror of
https://github.com/safing/web
synced 2025-04-17 01:19:08 +00:00
Improve header definitions
to make it somewhat consistent
This commit is contained in:
parent
116e953880
commit
be57b1e36c
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ redirect_from:
|
|||
<div class="feature-one-container-right">
|
||||
<div class="feature-one-container-right-content">
|
||||
<i class="icon-shield feature-one-container-right-content-icon"></i>
|
||||
<span class="feature-one-container-right-content-title">Open Source</span>
|
||||
<h3 class="feature-one-container-right-content-title">Open Source</h3>
|
||||
<p class="feature-one-container-right-content-desc">
|
||||
Secure software can only emerge when many smart people
|
||||
review and contribute to the code base.
|
||||
|
@ -53,7 +53,7 @@ redirect_from:
|
|||
</div>
|
||||
<div class="feature-one-container-right-content">
|
||||
<i class="icon-heart feature-one-container-right-content-icon"></i>
|
||||
<span class="feature-one-container-right-content-title">Transparency</span>
|
||||
<h3 class="feature-one-container-right-content-title">Transparency</h3>
|
||||
<p class="feature-one-container-right-content-desc">
|
||||
The trust to handle your sensitive data can only grow by being open
|
||||
about our company. In every aspect.
|
||||
|
@ -61,7 +61,7 @@ redirect_from:
|
|||
</div>
|
||||
<div class="feature-one-container-right-content">
|
||||
<i class="icon-users feature-one-container-right-content-icon"></i>
|
||||
<span class="feature-one-container-right-content-title">Our Quest</span>
|
||||
<h3 class="feature-one-container-right-content-title">Our Quest</h3>
|
||||
<p class="feature-one-container-right-content-desc">
|
||||
We chase freedom so our societies can flourish. Giving control back to
|
||||
the people is way overdue.
|
||||
|
|
|
@ -80,7 +80,7 @@ layout: page
|
|||
{% for job in jobs %}
|
||||
<div class="card p-7 flex items-center">
|
||||
<div class="flex space-x-2 items-center">
|
||||
<h4 class="text-xl block">{{ job.title }}</h4>
|
||||
<h3 class="text-xl block">{{ job.title }}</h3>
|
||||
<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