diff --git a/.github/workflows/build-blog.yml b/.github/workflows/build-blog.yml index b830227b2..5281c152c 100644 --- a/.github/workflows/build-blog.yml +++ b/.github/workflows/build-blog.yml @@ -92,6 +92,7 @@ jobs: echo "MAIN_SITE_KNOWLEDGE_BASE_URL=https://www.privacyguides.org/en/basics/why-privacy-matters/" echo "ARTICLES_SITE_BASE_URL=https://www.privacyguides.org/posts/tag/articles/" echo "VIDEOS_SITE_BASE_URL=https://www.privacyguides.org/videos/" + echo "NEWS_SITE_BASE_URL=https://www.privacyguides.org/news/" } >> "$GITHUB_ENV" - name: Build Website (Privileged) diff --git a/.github/workflows/build-zimfile.yml b/.github/workflows/build-zimfile.yml index cf9c97fec..ce8920e07 100644 --- a/.github/workflows/build-zimfile.yml +++ b/.github/workflows/build-zimfile.yml @@ -15,6 +15,7 @@ permissions: env: VIDEOS_SITE_BASE_URL: https://www.privacyguides.org/videos/ + NEWS_SITE_BASE_URL: https://www.privacyguides.org/news/ HOMEPAGE_CTA_ABOUT_LINK: about.html HOMEPAGE_CTA_DONATE_LINK: about/donate.html BUILD_OFFLINE: true @@ -174,6 +175,7 @@ jobs: env: LANGUAGE_SWITCHER: false ARTICLES_SITE_BASE_URL: https://www.privacyguides.org/posts/tag/articles/ + NEWS_SITE_BASE_URL: https://www.privacyguides.org/news/ steps: - name: Add GitHub Token to Environment diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f555d94c0..9111a97c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,6 +64,7 @@ jobs: echo "MAIN_SITE_KNOWLEDGE_BASE_URL=https://www.privacyguides.org/en/basics/why-privacy-matters/" echo "ARTICLES_SITE_BASE_URL=https://www.privacyguides.org/posts/tag/articles/" echo "VIDEOS_SITE_BASE_URL=https://www.privacyguides.org/videos/" + echo "NEWS_SITE_BASE_URL=https://www.privacyguides.org/news/" } >> "$GITHUB_ENV" - name: Set Metadata for Privileged Builds diff --git a/docs/about.md b/docs/about.md index e7395b344..3ce9b3686 100644 --- a/docs/about.md +++ b/docs/about.md @@ -84,7 +84,7 @@ The project executive committee consists of five volunteers charged with managem --- - :material-text-account: Founder, Director + :material-text-account: Founder, Program Director [:material-account: Profile](https://discuss.privacyguides.net/u/jonah) @@ -128,7 +128,7 @@ Our staff are paid to contribute to supplemental content at Privacy Guides, like --- - :material-text-account: Journalist + :material-text-account: Staff Writer [:material-account: Profile](https://discuss.privacyguides.net/u/em) @@ -140,7 +140,7 @@ Our staff are paid to contribute to supplemental content at Privacy Guides, like --- - :material-text-account: Content Producer + :material-text-account: Digital Content Producer [:material-account: Profile](https://discuss.privacyguides.net/u/Jordan) @@ -160,6 +160,18 @@ Our staff are paid to contribute to supplemental content at Privacy Guides, like [:material-mastodon:](https://mastodon.social/@kevpham "@kevpham@mastodon.social"){rel=me} [:material-email:](mailto:kevin@privacyguides.org "Email") +- :video_camera:{ .lg .middle } **Nate Bartram** + + --- + + :material-text-account: Digital Content Producer + + [:material-account: Profile](https://discuss.privacyguides.net/u/nateb) + + [:material-github:](https://github.com/tnonate "GitHub") + [:material-mastodon:](https://mastodon.thenewoil.org/@nateb "@nateb@mastodon.thenewoil.org"){rel=me} + [:material-email:](mailto:nate@privacyguides.org "Email") + ## :material-check-decagram: Social Media @@ -184,6 +196,8 @@ However, Privacy Guides *does* have social media accounts on a wide variety of p - [:simple-youtube: YouTube](https://youtube.com/@privacyguides) - [:simple-tiktok: TikTok](https://www.tiktok.com/@privacyguides) - [:simple-facebook: Facebook](https://www.facebook.com/PrivacyGuides.org) +- [:simple-instagram: Instagram](https://www.instagram.com/privacy.guides/) +- [:simple-threads: Threads](https://www.threads.net/@privacy.guides) @@ -209,7 +223,13 @@ In 2022, we completed the transition of our main website framework from Jekyll t We additionally launched our new discussion forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) as a community platform to share ideas and ask questions about our mission. This augments our existing community on Matrix, and replaced our previous GitHub Discussions platform, decreasing our reliance on proprietary discussion platforms. -In 2023, we launched international translations of our website in [French](https://www.privacyguides.org/fr), [Hebrew](https://www.privacyguides.org/he), [Dutch](https://www.privacyguides.org/nl), and more languages, made possible by our excellent translation team on [Crowdin](https://crowdin.com/project/privacyguides). We plan to continue carrying forward our mission of outreach and education, and finding ways to more clearly highlight the dangers of a lack of privacy awareness in the modern digital age, and the prevalence and harms of security breaches across the technology industry. +In 2023, we launched international translations of our website in [French](https://www.privacyguides.org/fr), [Hebrew](https://www.privacyguides.org/he), [Dutch](https://www.privacyguides.org/nl), and more languages, made possible by our excellent translation team on [Crowdin](https://crowdin.com/project/privacyguides). + +In 2024, we successfully fundraised to hire several full-time staff members, Em, Jordan, and Kevin; to help with content creation, community management, and video production. This has allowed us to expand our reach and provide more frequent updates to our audience. + +In 2025, we launched our [newsroom](https://www.privacyguides.org/news), providing timely articles on the latest developments in privacy and security. We also hired Nate as a Digital Content Producer to bring more consistency to our educational video content. + +We plan to continue carrying forward our mission of outreach and education, and finding ways to more clearly highlight the dangers of a lack of privacy awareness in the modern digital age, and the prevalence and harms of security breaches across the technology industry. ## :material-license: Site License diff --git a/includes/strings.en.env b/includes/strings.en.env index cf415a7b3..50ee25c49 100644 --- a/includes/strings.en.env +++ b/includes/strings.en.env @@ -36,6 +36,7 @@ NAV_FORUM_LINK="https://discuss.privacyguides.net/" NAV_HOME="Home" NAV_INTERNET_BROWSING="Internet Browsing" NAV_KNOWLEDGE_BASE="Knowledge Base" +NAV_NEWS="News" NAV_ONLINE_SERVICES="Online Services" NAV_OPERATING_SYSTEMS="Operating Systems" NAV_PROVIDERS="Providers" diff --git a/mkdocs.blog.yml b/mkdocs.blog.yml index c864e9f7a..1a5835bf1 100644 --- a/mkdocs.blog.yml +++ b/mkdocs.blog.yml @@ -226,6 +226,7 @@ nav: - editorial.md - tags.md - !ENV [NAV_VIDEOS, "Videos"]: !ENV [VIDEOS_SITE_BASE_URL, "/videos/"] + - !ENV [NAV_NEWS, "News"]: !ENV [NEWS_SITE_BASE_URL, "/news/"] - !ENV [NAV_FORUM, "Forum"]: "https://discuss.privacyguides.net/" - !ENV [NAV_WIKI, "Wiki"]: !ENV [ diff --git a/mkdocs.yml b/mkdocs.yml index 5dc9cfe09..5ded95998 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -460,6 +460,7 @@ nav: - "device-integrity.md" - !ENV [NAV_BLOG, "Articles"]: !ENV [ARTICLES_SITE_BASE_URL, "/articles/"] - !ENV [NAV_VIDEOS, "Videos"]: !ENV [VIDEOS_SITE_BASE_URL, "/videos/"] + - !ENV [NAV_NEWS, "News"]: !ENV [NEWS_SITE_BASE_URL, "/news/"] - !ENV [NAV_FORUM, "Forum"]: !ENV [NAV_FORUM_LINK, "https://discuss.privacyguides.net/"] - !ENV [NAV_WIKI, "Wiki"]: