From 3630eb7d66de3996456df2394acaf41ff7647c43 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Mon, 11 Nov 2019 12:05:56 +0100 Subject: [PATCH] Fill out front page with real content --- _config.yml | 1 + _includes/new/about-short.html | 7 +++---- _includes/new/cast.html | 6 ++---- _includes/new/features.html | 32 +++++++++++++------------------- _includes/new/header.html | 21 ++++----------------- _includes/new/map.html | 9 +++++---- _includes/new/overview.html | 26 ++++++++++---------------- _sass/new/header.scss | 4 ++-- 8 files changed, 40 insertions(+), 66 deletions(-) diff --git a/_config.yml b/_config.yml index d135c67..5d852aa 100644 --- a/_config.yml +++ b/_config.yml @@ -72,6 +72,7 @@ defaults: # desc: Follow us Twitter # Description to display as link title, etc github_url: https://github.com/Safing +reddit_url: https://reddit.com/r/safing communities: - reddit: diff --git a/_includes/new/about-short.html b/_includes/new/about-short.html index e4a6bb0..5ee54de 100644 --- a/_includes/new/about-short.html +++ b/_includes/new/about-short.html @@ -1,10 +1,9 @@
-

For us, privacy isn't just a feature

+

You be the judge

- it's the foundation we build our products on. We make - sacrifices on all other fronts to protect your privacy and - push the limits of technology to do so. + Review and inspect everything we do and say: every page, every podcast, every line of code, every strategy decision.
+ If you do like us, please consider helping us by contributing in our community.

diff --git a/_includes/new/cast.html b/_includes/new/cast.html index 94c5c95..b05599e 100644 --- a/_includes/new/cast.html +++ b/_includes/new/cast.html @@ -31,11 +31,9 @@
-

Stay up to dat with whats been going on

+

Stay up to date

- it's the foundation we build our products on. We make - sacrifices on all other fronts to protect your privacy and - push the limits of technology to do so. + Listen into our podcast where we give insight into our company. Ranging from the current development progress to our latest challenges, and our thought processes behind making important decisions.

diff --git a/_includes/new/features.html b/_includes/new/features.html index e5e038d..a37199e 100644 --- a/_includes/new/features.html +++ b/_includes/new/features.html @@ -3,33 +3,27 @@
- True Privacy + Privacy first

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections -

-
-
-
- -
- True Privacy -

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections + We believe privacy is the foundation to a free & open society. We can only grow if we have a safe place to nourish our best selves.

- True Privacy + Community

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections + Do we walk our talk? You be the judge! If you like what you see, consider helping us by contributing in our community. +

+
+
+
+ +
+ Open Source +

+ Transparency is a key value for us, therefore we release our code open source. If you're a techie, we challenge you to have a look ;)

diff --git a/_includes/new/header.html b/_includes/new/header.html index a5c0030..7d19087 100644 --- a/_includes/new/header.html +++ b/_includes/new/header.html @@ -12,27 +12,14 @@
- Take back controll + Take back control

Privacy Network

- Stay private while surfing the Web with Gate17. Now - you are in charge of where your traffic is going: you can - handle connections separately, choosing where each - shall leave the network. + Stay private while surfing the Web. Stop ISPs, Wi-Fi Operator and VPNs from collecting all your personal [meta] data. Secure your whole computer, not only your web-browser.

-
- - or sign up for beta + + or subscribe to our newsletter
diff --git a/_includes/new/map.html b/_includes/new/map.html index e80ff6f..06be20d 100644 --- a/_includes/new/map.html +++ b/_includes/new/map.html @@ -4,11 +4,12 @@
-

The next evolution of the internet

+

Outpacing Big Corp

- it's the foundation we build our products on. We make - sacrifices on all other fronts to protect your privacy and - push the limits of technology to do so. + With the Safing Privacy Network, all your outgoing connections are onion encrypted locally. They are then routed through our multi-hop network (blue) to prevent all current middlemen from logging and exploiting your private activities. +

+

+ Each route is calculated individually to minimize exposure to the untrusted web (black). Also, DNS over TLS is enforced for your whole computer. Find out more...

diff --git a/_includes/new/overview.html b/_includes/new/overview.html index f829c3e..f963931 100644 --- a/_includes/new/overview.html +++ b/_includes/new/overview.html @@ -1,11 +1,9 @@
-

Explore user behavior on an individual level of detail

+

Transparency enforces Accountability

- it's the foundation we build our products on. We make - sacrifices on all other fronts to protect your privacy and - push the limits of technology to do so. + Being transparent means you and others can examine us; it gives insight whether we really walk our talk. It's the reason we believe in open source. But we don't want to stop there:

@@ -13,22 +11,20 @@
- True Privacy + Team

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections + We're human, just like you. Not like him 😉 +
+ Meet the team behind this venture!

- True Privacy + Ownership

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections + Many have fallen because they were not really in charge of their company. So, who is in charge of Safing?

@@ -37,11 +33,9 @@
- True Privacy + Ethical Funding

- Stay private while surfing the Web with - you are in charge of where your traffic - handle connections + We believe that we must also be open about all our financial influences & partnerships to truly become a privacy first company. Have a look!

diff --git a/_sass/new/header.scss b/_sass/new/header.scss index 899ad45..07bad29 100644 --- a/_sass/new/header.scss +++ b/_sass/new/header.scss @@ -154,7 +154,7 @@ header .h-r div{ header .h-r div button{ color: white; - background-color: #05ce78; + background-color: #FF5700; display: flex; border: 0; padding: 10px 25px; @@ -166,7 +166,7 @@ header .h-r div button{ header .h-r div button:hover{ transform: scale(1.1); - box-shadow: 2px 2px 30px #05ce77af; + box-shadow: 2px 2px 30px #FF5700; } header .h-r div button img{