From 8cf17109ab81bbcfa4177e5b343f4b415d667671 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 6 May 2022 11:34:14 +0200 Subject: [PATCH 1/5] Improve contrast for texts on jobs page because it is inconsistent from our other pages --- jobs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jobs/index.html b/jobs/index.html index 43a88f3..dd796d8 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -23,7 +23,7 @@ layout: page
- Attractive Workplace +

Attractive Workplace

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

- Strive for a healthy work-life balance +

Strive for a healthy work-life balance

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

- Purpose-Driven Growth +

Purpose-Driven Growth

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

- Transparency & Open Source +

Transparency & Open Source

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 %}

- {{ job.title }} +

{{ job.title }}

{{ job.extraInfo }}
View More From 4388ffc92a900574a7463a4776fcbb399a328c75 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 6 May 2022 11:35:55 +0200 Subject: [PATCH 2/5] Fix typo closes #198 --- next/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next/index.html b/next/index.html index f3d3306..3b4fc9c 100644 --- a/next/index.html +++ b/next/index.html @@ -120,7 +120,7 @@ layout: page sure you have cool ideas for us too! Take a look what we already plan on doing in the longer run.

- Explore the bacllog + Explore the backlog
- \ No newline at end of file + From fbb426c7c9ad4299231e01118a5faaea57981541 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 6 May 2022 11:38:56 +0200 Subject: [PATCH 3/5] Improve wording a bit --- jobs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jobs/index.html b/jobs/index.html index dd796d8..5ba8065 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -7,8 +7,7 @@ layout: page

- Join Our Team and Help - Us with Our Mission + Join Our Team and Take Part in Our Mission

We love freedom, just like you. We are on a mission to help everyone From 116e953880da4a8f81263b17c3e320e03f9c8ee4 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 6 May 2022 11:39:03 +0200 Subject: [PATCH 4/5] Fix capitalization --- jobs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/index.html b/jobs/index.html index 5ba8065..0b963cd 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -34,7 +34,7 @@ layout: page

-

Strive for a healthy work-life balance

+

Strive for a Healthy Work-Life Balance

Development is often tied to long working hours. That is why we want to you to have enough time for recreation. Austria is a From be57b1e36c6568b47643d74671d1b77af7aced38 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 6 May 2022 11:46:30 +0200 Subject: [PATCH 5/5] Improve header definitions to make it somewhat consistent --- about/index.html | 6 +++--- jobs/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/about/index.html b/about/index.html index 4169c1f..9985956 100644 --- a/about/index.html +++ b/about/index.html @@ -45,7 +45,7 @@ redirect_from:

- Open Source +

Open Source

Secure software can only emerge when many smart people review and contribute to the code base. @@ -53,7 +53,7 @@ redirect_from:

- Transparency +

Transparency

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:

- Our Quest +

Our Quest

We chase freedom so our societies can flourish. Giving control back to the people is way overdue. diff --git a/jobs/index.html b/jobs/index.html index 0b963cd..266fd21 100644 --- a/jobs/index.html +++ b/jobs/index.html @@ -80,7 +80,7 @@ layout: page {% for job in jobs %}

-

{{ job.title }}

+

{{ job.title }}

{{ job.extraInfo }}
View More