From 2003816cd4f8032f14e17e88ac44449f5057ab06 Mon Sep 17 00:00:00 2001
From: Daniel <dhaavi@users.noreply.github.com>
Date: Thu, 5 Oct 2023 14:20:40 +0200
Subject: [PATCH] Remove previous members from team page

We are super thankful for all the people who have built Portmaster with us, but it is getting clearer that people are getting the wrong idea from us showing previous members on the website. This is why we decided to remove them. Last week, the legal part of the departure of our Co-Founder David was completed, and we wanted to wait until this was done because technically he was still part of Safing until then, just not in the operational daily business.
---
 _data/team.yml       | 21 +++++----------------
 about/index.html     |  2 +-
 ownership/index.html |  2 +-
 team/index.html      |  2 ++
 4 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/_data/team.yml b/_data/team.yml
index 3065e4b..da07c0c 100644
--- a/_data/team.yml
+++ b/_data/team.yml
@@ -31,19 +31,8 @@ members:
         external_url: https://github.com/ppacher
     description: >
       With his wide experience, ranging from IT-security and pen-testing to driver development to server management, Patrick rapidly became an invaluable part of the team. With his passion for Go-lang he is primarily advancing Portmaster.
-previous:
-  - name: David
-    title: Co-Founder
-    joined: January 2017 - 2023
-  - name: Vladimir
-    title: Developer
-    joined: July 2022 - June 2023
-  - name: Tabitha
-    title: Backoffice
-    joined: January 2020 - May 2023
-  - name: Alex
-    title: Developer
-    joined: September 2019 - January 2023
-  - name: Luke
-    title: Designer
-    joined: October 2019 - October 2022
+
+# previous:
+#   - name:
+#     title:
+#     joined:
diff --git a/about/index.html b/about/index.html
index a2cde4d..db84eac 100644
--- a/about/index.html
+++ b/about/index.html
@@ -9,7 +9,7 @@ redirect_from:
 <section class="general-layout">
   <div class="showcase-one-container-reverse">
       <div class="showcase-one-left" style="max-width: 1050px;">
-        <img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
+        <img src="{{ site.img_url }}page-specific/about/safing-hand.png" alt="">
       </div>
       <div class="showcase-one-right">
           <h2 class="showcase-one-right-title" style="max-width: 400px;">
diff --git a/ownership/index.html b/ownership/index.html
index 0f05bbd..cabf71e 100644
--- a/ownership/index.html
+++ b/ownership/index.html
@@ -8,7 +8,7 @@ redirect_from:
 <section class="general-layout">
   <div class="showcase-one-container">
       <div class="showcase-one-left" style="max-width: 1050px;">
-        <img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt="">
+        <img src="{{ site.img_url }}page-specific/about/safing-hand.png" alt="">
       </div>
       <div class="showcase-one-right">
           <h1 class="showcase-one-right-title" style="max-width: 450px;">
diff --git a/team/index.html b/team/index.html
index e2bc867..9488a7e 100644
--- a/team/index.html
+++ b/team/index.html
@@ -39,6 +39,7 @@ layout: page
         </div>
       {% endfor %}
     </div>
+    {% if site.data.team.previous %}
     <div class="horizontal-line max-w-5xl mx-auto"></div>
     <div class="space-y-40">
       <div class="header-three-container">
@@ -73,5 +74,6 @@ layout: page
         </div>
       {% endfor %}
     </div>
+    {% endif %}
   </div>
 </section>