Add Key icon and links in the /about/ page #1498
@ -24,6 +24,11 @@
|
||||
<i class="fas fa-link" aria-hidden="true" title="Website"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if include.keys %}
|
||||
<a href="{{ include.keys }}" aria-label="Keys" class="card-link" itemprop="url">
|
||||
<i class="fas fa-key" aria-hidden="true" title="Keys"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if include.mastodon %}
|
||||
<a href="{{ include.mastodon }}" aria-label="Mastodon" class="card-link" itemprop="sameAs">
|
||||
<i class="fab fa-mastodon" aria-hidden="true" title="Mastodon Profile"></i>
|
||||
|
@ -30,6 +30,7 @@ name="Burung Hantu"
|
||||
role="Founder"
|
||||
bio="I founded PrivacyTools in 2015 to share resources and tools, allowing users to avoid international mass-surveillance programs."
|
||||
email="dude@privacytools.io"
|
||||
keys="https://keybase.io/privacytools"
|
||||
mastodon="https://social.privacytools.io/@BurungHantu"
|
||||
twitter="privacytoolsIO"
|
||||
%}
|
||||
@ -42,6 +43,7 @@ role="Administrator"
|
||||
bio="I run the website and services for PrivacyTools. My goal is to spread the word about data privacy as widely as possible."
|
||||
email="jonah@privacytools.io"
|
||||
website="https://www.jonaharagon.com"
|
||||
keys="https://keybase.io/jonaharagon"
|
||||
mastodon="https://social.privacytools.io/@jonah"
|
||||
twitter="JonahAragon"
|
||||
blog="jonah"
|
||||
@ -62,6 +64,7 @@ name="Dan Arel"
|
||||
role="ThinkPrivacy Editor"
|
||||
bio="I'm an author, columnist, and privacy advocate whose work has appeared in Time, Huff Post, OpenSource, and more."
|
||||
website="https://danarel.com"
|
||||
keys="https://keybase.io/dan_arel"
|
||||
twitter="danarel"
|
||||
mastodon="https://mastodon.technology/@danarel"
|
||||
blog="danarel"
|
||||
@ -74,6 +77,7 @@ role="Developer"
|
||||
bio="I'm a student interested in software development. I help improve PrivacyTools and promote using free libre software."
|
||||
website="https://dawidpotocki.com"
|
||||
email="dawidpotocki@privacytools.io"
|
||||
keys="https://dawidpotocki.com/accounts/#pgp"
|
||||
mastodon="https://social.privacytools.io/@dawidpotocki"
|
||||
%}
|
||||
|
||||
@ -83,6 +87,7 @@ name="dngray"
|
||||
nick="Daniel Gray"
|
||||
bio="I research and communicate with privacy-focused service providers to refine our recommendations, like email and VPN providers."
|
||||
email="dngray@privacytools.io"
|
||||
keys="https://keybase.io/dngray"
|
||||
%}
|
||||
|
||||
{% include team.html
|
||||
@ -91,6 +96,7 @@ name="Mikaela Suomalainen"
|
||||
nick="Mikaela"
|
||||
bio="I am interested in instant messengers. I review privacy tools, and participate in our forum, Matrix room, and issue tracker."
|
||||
website="https://mikaela.info/"
|
||||
keys="https://keybase.io/mikaela/"
|
||||
mastodon="https://mastodon.partipirate.org/@mikaela"
|
||||
%}
|
||||
|
||||
@ -101,6 +107,7 @@ nick="nitrohorse"
|
||||
role="Developer"
|
||||
bio="I'm a privacy advocate and software developer. I write web extensions, help research, and make updates to the site."
|
||||
website="https://nitrohorse.com/"
|
||||
keys="https://keybase.io/513"
|
||||
mastodon="https://nitro.horse/@andreas"
|
||||
blog="nitrohorse"
|
||||
%}
|
||||
|
Reference in New Issue
Block a user