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>