mirror of
https://github.com/safing/web
synced 2025-04-03 10:39:11 +00:00
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.
This commit is contained in:
parent
cc07c47039
commit
2003816cd4
4 changed files with 9 additions and 18 deletions
|
@ -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:
|
||||
|
|
|
@ -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;">
|
||||
|
|
|
@ -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;">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue