From 91419e433fd4ef277c17e50435378c55e109216c Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Sun, 17 Nov 2019 08:26:15 +0000 Subject: [PATCH] Add Key icon and links in the /about/ page (#1498) --- _includes/team.html | 57 ++++++++++++++++++++++++------------------- assets/css/style.scss | 16 ++++++++++++ pages/about.html | 7 ++++++ 3 files changed, 55 insertions(+), 25 deletions(-) diff --git a/_includes/team.html b/_includes/team.html index 0dd68f68..a48d34a9 100644 --- a/_includes/team.html +++ b/_includes/team.html @@ -14,31 +14,38 @@
{{ include.role | default: "Contributor" }}

{{ include.bio | default: "Hmm, this user hasn't written a bio quite yet :(" }}

- {% if include.email %} - - - - {% endif %} - {% if include.website %} - - {% endif %} - {% if include.mastodon %} - - - - {% endif %} - {% if include.twitter %} - - - - {% endif %} - {% if include.blog %} - - - - {% endif %} +
+ {% if include.email %} + + + + {% endif %} + {% if include.website %} + + {% endif %} + {% if include.keys %} + + + + {% endif %} + {% if include.mastodon %} + + + + {% endif %} + {% if include.twitter %} + + + + {% endif %} + {% if include.blog %} + + + + {% endif %} +
diff --git a/assets/css/style.scss b/assets/css/style.scss index a83d9cf2..8ec6e563 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -220,6 +220,22 @@ footer { } + +/* + * Bootstrap 4.2+ features + */ + +.text-decoration-none { + text-decoration: none !important; +} + +.mx-n2 { + margin-left: -0.5rem; + margin-right: -0.5rem; +} + + + /* * Navbar */ diff --git a/pages/about.html b/pages/about.html index eeb7d2a2..ec6b0d21 100644 --- a/pages/about.html +++ b/pages/about.html @@ -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" %}