1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 01:19:08 +00:00

Deprecate technoloy_url

the technology page also properly redirects to /portmaster/
This commit is contained in:
davegson 2020-05-08 20:03:56 +02:00
parent 3e98901e96
commit 4e50d39a64
4 changed files with 9 additions and 4 deletions

View file

@ -30,7 +30,6 @@ portmaster_url: /portmaster/
privacy_url: /privacy/
spn_url: /spn/
team_url: /team/
technology_url: /technology/
terms_url: /terms/
whitepaper_url: /files/whitepaper/

View file

@ -12,7 +12,7 @@ With our Kickstarter around the corner - launching on the 2nd of January 2020 -
First and foremost, our first step is going to be launching the SPN in June. It is a feature packed privacy network which protects your web connections from meta-data extraction as they travel through the Internet. With the SPN your ISP and the Wi-Fi operator of your local coffee shop cannot collect and sell your browsing habits. It protects the connections of your whole computer, not only you those of the browser. It also enforces DNS over TLS. We're looking forward to completing this first step, but it's just the beginning.
_For more information, you can read [more about our tech]({{ site.technology_url }}#gate17) or [the SPN whitepaper]({{ site.whitepaper_url }})._
_For more information, you can read [more about our tech]({{ site.portmaster_url }}) or [the SPN whitepaper]({{ site.whitepaper_url }})._
## 2. Community Nodes

View file

@ -18,14 +18,14 @@ Hey there! We're looking for a Golang developer to join us at Safing, maybe that
We are not striving to create a unicorn, which we can sell for a huge profit. Rather, we strive to be a sustainable business and have a meaningful impact in today's Internet landscape. As we take our mission seriously, we are not only [open sourcing our products]({{ site.github_url }}), but are also open about [our funding, influences and business model]({{ site.about_url }}).
Safing develops [three tools]({{ site.technology_url }}), which in unison equip everyday online citizens to withstand mass surveillance. We're not solving every privacy problem out there, but we believe our approach tackles some root problems and will have a massive impact on peoples lives!
Safing develops [three tools]({{ site.portmaster_url }}), which in unison equip everyday online citizens to withstand mass surveillance. We're not solving every privacy problem out there, but we believe our approach tackles some root problems and will have a massive impact on peoples lives!
As we're beginning to hire our first employees, we are looking for people who complement our team, helping out in areas where we have our greatest bottleneck: Golang Development.
## What we're looking for
----------------
This role involves lots of hands on, low level programming. As mentioned before, Golang is not a hard requirement, experience in C or C++ will suffice for you to quickly pick up Golang. Together with Daniel, our lead developer, you will work on further progressing our main products: [Portmaster]({{ site.technology_url }}) and [Gate17]({{ site.technology_url }}#gate17). Daniel will guide you into the products, their architecture, the code and the workflow: conceptualizing, coding and testing.
This role involves lots of hands on, low level programming. As mentioned before, Golang is not a hard requirement, experience in C or C++ will suffice for you to quickly pick up Golang. Together with Daniel, our lead developer, you will work on further progressing our main products: [Portmaster]({{ site.portmaster_url }}) and [the SPN]({{ site.spn_url }}). Daniel will guide you into the products, their architecture, the code and the workflow: conceptualizing, coding and testing.
Because Portmaster and Gate17 are both deeply rooted in the realm of network security, any experience in this realm is a big bonus. You should definitely know your way around protocols (TCP, UDP, DNS, HTTP, ...) and firewalls (no brands, just how they work), as well as being intimate with how the Internet works on a network level.

6
portmaster/index.html Normal file
View file

@ -0,0 +1,6 @@
---
layout: page_markdown
container_class: 'text'
redirect_from:
- /technology/
---