Skip to content

Commit 08a8597

Browse files
committed
Update Sponsors and About Pages
1 parent 21e7a6d commit 08a8597

File tree

6 files changed

+24
-16
lines changed

6 files changed

+24
-16
lines changed

_includes/sponsors/gold.html

+7
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@
2222
title="Insurgo Technologies Libres / Open Technologies — Empower yourself!"
2323
alt="Insurgo Logo" />
2424
</a>
25+
<a class="m-3" href="https://joindeleteme.com" target="_blank" rel="noreferrer">
26+
<img
27+
src="/assets/img/png/3rd-party/sponsors/deleteme.png"
28+
height="70rem"
29+
title="DeleteMe is a hands-free subscription service that removes your personal information from data brokers and prevents it from being sold online."
30+
alt="DeleteMe Logo" />
31+
</a>
2532
</div>

_includes/sponsors/list.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<ul class="d-flex flex-wrap list-group-flush">
2+
<li class="list-group-item flex-fill">Alex</li>
23
<li class="list-group-item flex-fill">Daw-Ran Liou</li>
4+
<li class="list-group-item flex-fill">Greg Werbin</li>
35
<li class="list-group-item flex-fill">Michael DeMichillie</li>
46
<li class="list-group-item flex-fill">Nathan Myers</li>
57
<li class="list-group-item flex-fill">PablO</li>
7.78 KB
Loading

assets/img/png/team/jonah.png

-196 KB
Binary file not shown.

assets/img/png/team/lynn.png

125 KB
Loading

pages/about/about.html

+15-16
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@ <h2>Team Members</h2>
2727
</div>
2828

2929
<div class="row">
30-
{% include team.html
31-
avatar="jonah.png"
32-
name="Jonah Aragon"
33-
role="Administrator"
34-
bio="I run the website and services for PrivacyTools. My goal is to spread the word about data privacy as widely as possible."
35-
email="mailto:[email protected]"
36-
website="https://www.jonaharagon.com"
37-
keys="https://keybase.io/jonaharagon"
38-
mastodon="https://social.privacytools.io/@jonah"
39-
twitter="JonahAragon"
40-
blog="jonah"
41-
%}
42-
4330
{% include team.html
4431
avatar="burung.png"
4532
name="Burung Hantu"
@@ -70,10 +57,10 @@ <h2>Team Members</h2>
7057
keys="https://keybase.io/dngray"
7158
mastodon="https://social.privacytools.io/@dngray"
7259
%}
73-
60+
7461
{% include team.html
7562
avatar="freddy.png"
76-
name="Freddy Marsden"
63+
name="Freddy Marsden"
7764
nick="Freddy"
7865
bio="I'm an amateur writer covering privacy, security and open-source development."
7966
role="Blogging & Education"
@@ -82,8 +69,9 @@ <h2>Team Members</h2>
8269
mastodon="https://social.privacytools.io/@freddy"
8370
blog="freddy"
8471
%}
85-
72+
8673
{% include team.html
74+
avatar="lynn.png"
8775
name="Lynn Stephenson"
8876
bio="I'm a software developer doing some pentesting on the side, specializing in security, cryptography, networking, web development, and accessibility."
8977
role="Researcher"
@@ -152,6 +140,17 @@ <h2>Emeritus</h2>
152140
blog="nitrohorse"
153141
emeritus=true
154142
%}
143+
144+
{% include team.html
145+
name="Jonah Aragon"
146+
role="Former Sysadmin"
147+
website="https://jonaharagon.com"
148+
keys="https://jonaharagon.com/accounts/"
149+
mastodon="https://social.privacytools.io/@jonah"
150+
blog="jonah"
151+
twitter="JonahAragon"
152+
emeritus=true
153+
%}
155154
</div>
156155

157156
<div class="row">

0 commit comments

Comments
 (0)