Skip to content

Commit 3bbfa97

Browse files
committed
docs: Add contact information (#2856)
Signed-off-by: blacklight447 <[email protected]> Signed-off-by: fria <[email protected]>
1 parent 22c77cc commit 3bbfa97

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

docs/about.md

+20
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@ In addition to our core team, [many other people](about/contributors.md) have ma
2929

3030
[Job Openings :material-arrow-right-drop-circle:](about/jobs.md)
3131

32+
## Contact Us
33+
34+
[:simple-discourse: Join the Privacy Guides forum](https://discuss.privacyguides.net/){ .md-button .md-button--primary }
35+
36+
The best way to get individual help is from our community on Discourse. If you notice an issue with our website, please open a discussion in the [Site Development](https://discuss.privacyguides.net/c/site-development/7) category on our forum. If you have a question about anything we cover, please ask it in the [Questions](https://discuss.privacyguides.net/c/privacy/questions/8) category on our forum.
37+
38+
![Signal contact QR code](assets/img/layout/signal-contact-qr.png){ align=right }
39+
40+
Have a tip for us, or need to share some sensitive information? The best way to get in touch with us securely is via `@privacyguides.01` on Signal. This group account is monitored by [Jonah](https://discuss.privacyguides.net/u/jonah), [Niek](https://discuss.privacyguides.net/u/niek-de-wilde), [Em](https://discuss.privacyguides.net/u/ematprivacyguides), and [Jordan](https://discuss.privacyguides.net/u/jordan).
41+
42+
[:simple-signal: Chat on Signal](https://signal.me/#eu/zg9xcrIv5w-EtXt2FmTJgfWv01LmyTed8rpr7RDv35Mizq8ISZ9NJLmYtzsxI0Z4){ .md-button }
43+
44+
You may also email the entire team at <[email protected]>. This is a shared inbox that could be read by any [team member](https://discuss.privacyguides.net/u?group=team&order=solutions&period=all), so please consider what sensitive information you share via email accordingly.
45+
46+
We will do our best to respond to all queries within 3 business days, but please understand we are unable to provide individualized advice to everyone who asks. If you have a question about privacy, you will receive a much more detailed and timely response from the Privacy Guides community by [asking on our forum](https://discuss.privacyguides.net/c/privacy/questions/8).
47+
48+
You can also use OpenPGP to contact us via email, if you feel comfortable with your client's security settings. You can discover the PGP keys of our team members using WKD if your client supports it. If it doesn't, or you don't know what that means, you can also find the public key for any Privacy Guides email account by searching on [keys.openpgp.org](https://keys.openpgp.org/). We do not have PGP for the shared team inbox, only individual mailboxes which can be found in our team directory below.
49+
50+
If you need an alternative secure channel, please request one via any contact method including social media, and we will work with you to establish one. Please do not share any sensitive information with us before we have established an appropriately secure discussion channel.
51+
3252
## Executive Committee
3353
<!-- markdownlint-disable MD030 -->
3454

212 KB
Loading

theme/blog-post.html

+12
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,18 @@
245245
{% block content %}
246246
{% include "partials/content.html" %}
247247
{% endblock %}
248+
<div>
249+
<hr>
250+
<p><strong><a href="https://discuss.privacyguides.net/c/announcements/articles/10">
251+
<span class="twemoji">
252+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.103 0C18.666 0 24 5.485 24 11.997c0 6.51-5.33 11.99-11.9 11.99L0 24V11.79C0 5.28 5.532 0 12.103 0m.116 4.563a7.4 7.4 0 0 0-6.337 3.57 7.25 7.25 0 0 0-.148 7.22L4.4 19.61l4.794-1.074a7.42 7.42 0 0 0 8.136-1.39 7.26 7.26 0 0 0 1.737-7.997 7.375 7.375 0 0 0-6.84-4.585z"></path></svg>
253+
</span> Join our forum
254+
</a>
255+
to comment on this article.</strong></p>
256+
<p><em>Thank you for reading, and please consider sharing this post with your friends.
257+
Privacy Guides is an independent, nonprofit media outlet. We don't have ads or sponsors, so if you liked this work your <a href="https://donate.magicgrants.org/privacyguides">donation</a> would be greatly appreciated.
258+
Have a question, comment, or tip for us? You can securely <a href="https://www.privacyguides.org/en/about/#contact-us">contact us</a> at <code>@privacyguides.01</code> on Signal.</em></p>
259+
</div>
248260
</article>
249261
</div>
250262
{% endblock %}

theme/partials/content.html

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ <h1>{{ page.title | d(config.site_name, true)}}</h1>
5252

5353
{% set translation_notice = config.extra.privacy_guides.translation_notice %}
5454
{% if config.theme.language == "en" %}
55-
<hr>
56-
<h2 class="md-feedback__title">Share this website and spread privacy knowledge</h2>
57-
<p><input class="admonition quote social-share-text" id="share" type="text" value="Privacy Guides: https://www.privacyguides.org - Cybersecurity resources and privacy-focused tools to protect yourself online" onclick="select()" readonly=""></p>
58-
<p><em>Copy this text to easily share Privacy Guides with your friends and family on any social network!</em></p>
5955
{% elif translation_notice %}
6056
<div class="admonition info">
6157
<p>{{ translation_notice.notice }} <strong><a href="https://crowdin.com/project/privacyguides">{{ translation_notice.cta }}</a></strong></p>

0 commit comments

Comments
 (0)