Add Key icon and links in the /about/ page

This commit is contained in:
Dawid Potocki 2019-11-17 20:36:23 +13:00
parent 35f8af6137
commit 04cf1065a9
No known key found for this signature in database
GPG Key ID: 81DBB84F03192976
2 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,11 @@
<i class="fas fa-link" aria-hidden="true" title="Website"></i> <i class="fas fa-link" aria-hidden="true" title="Website"></i>
</a> </a>
{% endif %} {% 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 %} {% if include.mastodon %}
<a href="{{ include.mastodon }}" aria-label="Mastodon" class="card-link" itemprop="sameAs"> <a href="{{ include.mastodon }}" aria-label="Mastodon" class="card-link" itemprop="sameAs">
<i class="fab fa-mastodon" aria-hidden="true" title="Mastodon Profile"></i> <i class="fab fa-mastodon" aria-hidden="true" title="Mastodon Profile"></i>

View File

@ -30,6 +30,7 @@ name="Burung Hantu"
role="Founder" role="Founder"
bio="I founded PrivacyTools in 2015 to share resources and tools, allowing users to avoid international mass-surveillance programs." bio="I founded PrivacyTools in 2015 to share resources and tools, allowing users to avoid international mass-surveillance programs."
email="dude@privacytools.io" email="dude@privacytools.io"
keys="https://keybase.io/privacytools"
mastodon="https://social.privacytools.io/@BurungHantu" mastodon="https://social.privacytools.io/@BurungHantu"
twitter="privacytoolsIO" 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." 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" email="jonah@privacytools.io"
website="https://www.jonaharagon.com" website="https://www.jonaharagon.com"
keys="https://keybase.io/jonaharagon"
mastodon="https://social.privacytools.io/@jonah" mastodon="https://social.privacytools.io/@jonah"
twitter="JonahAragon" twitter="JonahAragon"
blog="jonah" blog="jonah"
@ -62,6 +64,7 @@ name="Dan Arel"
role="ThinkPrivacy Editor" role="ThinkPrivacy Editor"
bio="I'm an author, columnist, and privacy advocate whose work has appeared in Time, Huff Post, OpenSource, and more." bio="I'm an author, columnist, and privacy advocate whose work has appeared in Time, Huff Post, OpenSource, and more."
website="https://danarel.com" website="https://danarel.com"
keys="https://keybase.io/dan_arel"
twitter="danarel" twitter="danarel"
mastodon="https://mastodon.technology/@danarel" mastodon="https://mastodon.technology/@danarel"
blog="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." bio="I'm a student interested in software development. I help improve PrivacyTools and promote using free libre software."
website="https://dawidpotocki.com" website="https://dawidpotocki.com"
email="dawidpotocki@privacytools.io" email="dawidpotocki@privacytools.io"
keys="https://dawidpotocki.com/accounts/#pgp"
mastodon="https://social.privacytools.io/@dawidpotocki" mastodon="https://social.privacytools.io/@dawidpotocki"
%} %}
@ -83,6 +87,7 @@ name="dngray"
nick="Daniel Gray" nick="Daniel Gray"
bio="I research and communicate with privacy-focused service providers to refine our recommendations, like email and VPN providers." bio="I research and communicate with privacy-focused service providers to refine our recommendations, like email and VPN providers."
email="dngray@privacytools.io" email="dngray@privacytools.io"
keys="https://keybase.io/dngray"
%} %}
{% include team.html {% include team.html
@ -91,6 +96,7 @@ name="Mikaela Suomalainen"
nick="Mikaela" nick="Mikaela"
bio="I am interested in instant messengers. I review privacy tools, and participate in our forum, Matrix room, and issue tracker." 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/" website="https://mikaela.info/"
keys="https://keybase.io/mikaela/"
mastodon="https://mastodon.partipirate.org/@mikaela" mastodon="https://mastodon.partipirate.org/@mikaela"
%} %}
@ -101,6 +107,7 @@ nick="nitrohorse"
role="Developer" role="Developer"
bio="I'm a privacy advocate and software developer. I write web extensions, help research, and make updates to the site." 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/" website="https://nitrohorse.com/"
keys="https://keybase.io/513"
mastodon="https://nitro.horse/@andreas" mastodon="https://nitro.horse/@andreas"
blog="nitrohorse" blog="nitrohorse"
%} %}