mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Replace technoloy header with jobs
This commit is contained in:
parent
19639029c7
commit
93a98439f5
3 changed files with 9 additions and 6 deletions
|
@ -5,8 +5,8 @@
|
|||
<a class='item' href="/our-values" >
|
||||
OUR VALUES
|
||||
</a>
|
||||
<a class='item' href="/technology">
|
||||
TECHNOLOGY
|
||||
<a class='item' href="/jobs">
|
||||
JOBS <i class="safing-primary plus icon"></i>
|
||||
</a>
|
||||
<a class='item' href="/community-hub" >
|
||||
COMMUNITY
|
||||
|
@ -14,7 +14,6 @@
|
|||
<a class='item' href="/download">
|
||||
DOWNLOAD
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- START PUSHER -->
|
||||
|
@ -31,8 +30,8 @@
|
|||
<a class='item' href="/our-values">
|
||||
OUR VALUES
|
||||
</a>
|
||||
<a class='item' href="/technology">
|
||||
TECHNOLOGY
|
||||
<a class='item' href="/jobs">
|
||||
JOBS <i class="safing-primary plus icon"></i>
|
||||
</a>
|
||||
<a class='item' href="/community-hub" >
|
||||
COMMUNITY
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
i.icon.safing-primary {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.ui.safing-primary {
|
||||
background-color: $primary;
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ home: true
|
|||
<p>
|
||||
The Portmaster enables you to protect your data on your device. You are back in charge of your outgoing connections: you choose what data you share and what data stays private.
|
||||
</p>
|
||||
<a href="/technology#portmaster">
|
||||
<a href="/technology">
|
||||
<button class='ui safing-secondary button'>
|
||||
Technical Details
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue