diff --git a/assets/css/custom.css b/assets/css/custom.css index 52daafa9..a0a3f822 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -324,24 +324,28 @@ a.footnote-ref { grid-gap: 1em 5em; } -.toolbox-button-grid .toolbox-button { +.content .toolbox-button-grid p { + margin-top: auto; + color: white; + a { display: flex; flex-direction: column; text-align: center; align-items: center; - font-size: 0.8rem; + font-size: 1.1em; font-weight: bold; line-height: 1; height: 11em; width: 11em; color: white; - padding: 5px; - border: 2px solid var(--hx-color-primary-500); + padding: 1em; border-radius: 12px; cursor: pointer; + text-decoration: none; + } } -.md-typeset .toolbox-button-grid .toolbox-button:hover, .md-typeset .toolbox-button-grid .toolbox-button:focus { +.toolbox-button-grid a:hover, .toolbox-button-grid a:focus { position: relative; transform: scale(1.08); /* box-shadow: 5px 10px 10px 5px rgba(0,0,0,0.3); */ @@ -355,9 +359,12 @@ a.footnote-ref { overflow: visible; } -.toolbox-button-grid .toolbox-button-icon svg { +.toolbox-button-grid .hextra-icon svg { width: 5em; + height: 5em; overflow: visible; + margin-bottom: 1.4em; + fill: white; } /* Toolbox Button Colors*/ @@ -366,39 +373,39 @@ a.footnote-ref { color: #2d2d2d !important; } -.toolbox-bg-legal { +.toolbox-bg-legal a { background-color: var(--color-toolbox-legal); } -.toolbox-bg-tools { +.toolbox-bg-tools a { background-color: var(--color-toolbox-tools); } -.toolbox-bg-perspective { +.toolbox-bg-perspective a { background-color: var(--color-toolbox-perspective); } -.toolbox-bg-community { +.toolbox-bg-community a { background-color: var(--color-toolbox-community); } -.toolbox-bg-alliances { +.toolbox-bg-alliances a { background-color: var(--color-toolbox-alliances); } -.toolbox-bg-accessibility { +.toolbox-bg-accessibility a { background-color: var(--color-toolbox-accessibility); } -.toolbox-bg-integrity { +.toolbox-bg-integrity a { background-color: var(--color-toolbox-integrity); } -.toolbox-bg-persistence { +.toolbox-bg-persistence a { background-color: var(--color-toolbox-persistence); } -.toolbox-bg-action { +.toolbox-bg-action a { background-color: var(--color-toolbox-action); } @@ -417,9 +424,23 @@ a.footnote-ref { } .toolbox-tip-card-list { + h2 { + margin-bottom: 1em; + } a, a:hover { text-decoration: none; - color: + } +} + +.light .toolbox-tip-card-list { + h3, a { + color: black; + } +} + +.dark .toolbox-tip-card-list { + h3, a { + color: white; } } diff --git a/content/activism/toolbox/_index.md b/content/activism/toolbox/_index.md index 025261ae..b13481aa 100644 --- a/content/activism/toolbox/_index.md +++ b/content/activism/toolbox/_index.md @@ -13,34 +13,43 @@ By clicking on any of the tips listed on this page, you can access more informat ## Toolbox Compartments -
+
-[Check
Your Laws](#check-your-laws){ .toolbox-button .toolbox-bg-legal } +[{{< icon "fontawesome-solid-scale-balanced" >}} Check
Your Laws](#check-your-laws) +{ .toolbox-bg-legal } -[Choose
Your Tools](#choose-your-tools){ .toolbox-button .toolbox-bg-tools } +[{{< icon "fontawesome-solid-toolbox" >}} Choose
Your Tools](#choose-your-tools) +{ .toolbox-bg-tools } -[Expand Your
Perspective](#expand-your-perspective){ .toolbox-button .toolbox-bg-perspective } +[{{< icon "fontawesome-solid-users-rays" >}} Expand Your
Perspective](#expand-your-perspective) +{ .toolbox-bg-perspective } -[Support The
Community](#support-the-community){ .toolbox-button .toolbox-bg-community } +[{{< icon "fontawesome-solid-hands-holding-circle" >}} Support The
Community](#support-the-community) +{ .toolbox-bg-community } -[Build
Alliances](#build-alliances){ .toolbox-button .toolbox-bg-alliances } +[{{< icon "fontawesome-solid-handshake-angle" >}} Build
Alliances](#build-alliances) +{ .toolbox-bg-alliances } -[Make It
Accessible](#make-it-accessible){ .toolbox-button .toolbox-bg-accessibility } +[{{< icon "fontawesome-solid-heart-circle-check" >}} Make It
Accessible](#make-it-accessible) +{ .toolbox-bg-accessibility } -[Uphold
Integrity](#uphold-integrity){ .toolbox-button .toolbox-bg-integrity } +[{{< icon "fontawesome-solid-star" >}} Uphold
Integrity](#uphold-integrity) +{ .toolbox-bg-integrity } -[Stay
Persistent](#stay-persistent){ .toolbox-button .toolbox-bg-persistence } +[{{< icon "fontawesome-solid-heart" >}} Stay
Persistent](#stay-persistent) +{ .toolbox-bg-persistence } -[Take
Action!](#take-action){ .toolbox-button .toolbox-bg-action } +[{{< icon "fontawesome-solid-hand-fist" >}} Take
Action!](#take-action) +{ .toolbox-bg-action }
--- -## Check Your Laws -
+## Check Your Laws + - -
+ + ## Choose Your Tools @@ -121,8 +130,8 @@ Learn More {{< icon "arrow-circle-right" >}}
- -
+ + ## Expand Your Perspective @@ -171,8 +180,8 @@ Learn More {{< icon "arrow-circle-right" >}}
- -
+ + ## Support The Community @@ -221,8 +230,8 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + ## Build Alliances @@ -271,8 +280,8 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + ## Make It Accessible @@ -336,8 +345,8 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + ## Uphold Integrity @@ -386,8 +395,8 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + ## Stay Persistent @@ -421,8 +430,8 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + ## Take Action! @@ -456,7 +465,7 @@ Learn More {{< icon "arrow-circle-right" >}} - -
+ + diff --git a/content/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/index.md b/content/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/index.md index 1ca537f2..40dd9f4e 100644 --- a/content/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/index.md +++ b/content/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/index.md @@ -3,6 +3,7 @@ title: Be Kind to People, But Be Relentless With Institutions description: Kindness and patience are essential qualities for privacy advocates. To grow our movement, we must meet people from a place of camaraderie. icon: fontawesome/solid/hands-holding-circle cover: banner-toolbox-tip-kind.webp +weight: 11 --- Kindness and patience are essential qualities for privacy advocates. To grow our movement, we must meet people from a place of camaraderie. People don't change their mind by being berated. However, this isn't true for institutions. diff --git a/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md b/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md index a964728a..f5f996cc 100644 --- a/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md +++ b/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md @@ -3,6 +3,7 @@ title: Be Mindful of Accessibility description: Accessibility should always be a priority in our work. To make our privacy communities welcoming to all, we must integrate it in our practice from the start. icon: fontawesome/solid/heart-circle-check cover: banner-toolbox-tip-accessibility.webp +weight: 17 --- **Accessibility** is indispensable to [inclusivity](../tip-keep-your-posts-and-community-inclusive/), and should always be a priority in our work. To make our privacy communities welcoming to all, accessibility cannot be an afterthought. We must integrate it in our practice from the start. This means making sure the languages, visuals, tools, and venues we use are accessible to as many people as possible. diff --git a/content/activism/toolbox/tip-beware-of-privacy-snake-oil/index.md b/content/activism/toolbox/tip-beware-of-privacy-snake-oil/index.md index 4edbe7aa..6668662f 100644 --- a/content/activism/toolbox/tip-beware-of-privacy-snake-oil/index.md +++ b/content/activism/toolbox/tip-beware-of-privacy-snake-oil/index.md @@ -3,6 +3,7 @@ title: Beware of Privacy Snake Oil description: In your privacy advocacy, it's important to recommend tools that reliably protect your and other people's privacy. Learn how to evaluate privacy claims. icon: fontawesome/solid/skull-crossbones cover: banner-toolbox-tip-snakeoil.webp +weight: 3 --- In your privacy advocacy, it's essential to use and recommend tools that *reliably* protect privacy. For this, you need to **investigate and remain highly skeptical** of any dangerous or unproven marketing claims. diff --git a/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md b/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md index 2296b4c3..036313d4 100644 --- a/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md +++ b/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md @@ -3,6 +3,7 @@ title: Consider Everyone's Unique Situation description: To give actionable privacy advices, it's essential to consider everyone's situation. Learn more on how you can evaluate each person's unique threat model. icon: fontawesome/solid/users-between-lines cover: banner-toolbox-tip-everyone.webp +weight: 8 --- Everyone has different needs, and everyone faces different dangers when their personal data gets exposed. diff --git a/content/activism/toolbox/tip-dont-stop-at-individual-solutions/index.md b/content/activism/toolbox/tip-dont-stop-at-individual-solutions/index.md index 584c8146..9f550f01 100644 --- a/content/activism/toolbox/tip-dont-stop-at-individual-solutions/index.md +++ b/content/activism/toolbox/tip-dont-stop-at-individual-solutions/index.md @@ -3,6 +3,7 @@ title: Don't Stop at Individual Solutions, Consider The Collective Impact description: When we think about privacy, we often focus on technical individual solutions. But it's also crucial to consider the collective impact of privacy issues. icon: fontawesome/solid/users-rays cover: banner-toolbox-tip-expand.webp +weight: 6 --- When we think about our privacy, we often focus on the technical tools we can use to protect it. While this is an important *component*, it's crucial not to lose sight of how regulations and invasive practices impact us collectively. diff --git a/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md b/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md index 58a63734..88fdd512 100644 --- a/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md +++ b/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md @@ -3,6 +3,7 @@ title: Engage, Boost, and Contribute description: Once you have the knowledge, motivation, and energy to fight for privacy rights, it's time to act! Learn more on what you can do to be a privacy activist. icon: fontawesome/solid/bullhorn cover: banner-toolbox-tip-engage.webp +weight: 24 --- Once you have the knowledge, motivation, and energy, **it's time to act**! Perhaps you've read all the tips here, or have read through our [Knowledge Base](../../../wiki/basics/why-privacy-matters/index.md) already! But you don't need to know that much about privacy to start contributing. diff --git a/content/activism/toolbox/tip-give-credit-where-credit-is-due/index.md b/content/activism/toolbox/tip-give-credit-where-credit-is-due/index.md index 617ef358..622227e1 100644 --- a/content/activism/toolbox/tip-give-credit-where-credit-is-due/index.md +++ b/content/activism/toolbox/tip-give-credit-where-credit-is-due/index.md @@ -3,6 +3,7 @@ title: Give Credit Where Credit Is Due description: To succeed with our movement to defend privacy rights, we must support each other. One good way to do this is to give credit where credit is due. icon: fontawesome/solid/thumbs-up cover: banner-toolbox-tip-credit.webp +weight: 14 --- To succeed in our battle, we must **support each other**. One good way to accomplish this is to never forget to give credit where credit is due. When another advocate or organization says something you agree with, boost them up, spread their reach, and thank them publicly. diff --git a/content/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/index.md b/content/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/index.md index 0380aaee..b1ace627 100644 --- a/content/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/index.md +++ b/content/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/index.md @@ -3,6 +3,7 @@ title: Improve Your Social Media and Build Resilient Communities description: Commercial social media platforms represent one of the biggest source of data exploitation. Learn how you can build better and more resilient social networks. icon: fontawesome/solid/seedling cover: banner-toolbox-tip-plant.webp +weight: 5 --- Commercial social media platforms represent one of the biggest source of data exploitation. Facebook, Instagram, Threads, TikTok, and X all exploit their users' data to generate billions in profit every year. By staying active on these platforms, we continue to feed the beast and indirectly support this invasion of privacy rights. diff --git a/content/activism/toolbox/tip-keep-in-mind-the-whole-landscape/index.md b/content/activism/toolbox/tip-keep-in-mind-the-whole-landscape/index.md index c7083f1c..9f2c54f6 100644 --- a/content/activism/toolbox/tip-keep-in-mind-the-whole-landscape/index.md +++ b/content/activism/toolbox/tip-keep-in-mind-the-whole-landscape/index.md @@ -3,6 +3,7 @@ title: Keep in Mind The Whole Landscape description: Privacy isn't just about the tools, or just about the laws, or just about the practices either. It's about all of it. Learn how to consider the whole landscape. icon: fontawesome/solid/globe cover: banner-toolbox-tip-landscape.webp +weight: 7 --- Privacy isn't just about the tools, the laws, or the practices of any individual or organization. It's about *all* of that. To move our society in a place where everyone benefits from privacy by default, we must consider technologies, laws, and culture holistically. diff --git a/content/activism/toolbox/tip-keep-your-posts-and-community-inclusive/index.md b/content/activism/toolbox/tip-keep-your-posts-and-community-inclusive/index.md index eba4772e..b9026711 100644 --- a/content/activism/toolbox/tip-keep-your-posts-and-community-inclusive/index.md +++ b/content/activism/toolbox/tip-keep-your-posts-and-community-inclusive/index.md @@ -3,6 +3,7 @@ title: Keep Your Posts and Community Inclusive description: Inclusivity is essential to grow our privacy movement. If we want privacy rights to succeed, we must build communities where everyone feels safe and welcomed. icon: fontawesome/solid/heart-circle-plus cover: banner-toolbox-tip-inclusivity.webp +weight: 16 --- **Inclusivity** is not only the right thing to do, it's also essential to grow our movement. If we want privacy rights to succeed, it's imperative that we build communities where *everyone* feels safe and welcomed, regardless of who they are or where they come from. diff --git a/content/activism/toolbox/tip-know-your-privacy-laws/index.md b/content/activism/toolbox/tip-know-your-privacy-laws/index.md index eaddf25b..6c031916 100644 --- a/content/activism/toolbox/tip-know-your-privacy-laws/index.md +++ b/content/activism/toolbox/tip-know-your-privacy-laws/index.md @@ -3,6 +3,7 @@ title: Know Your Privacy Laws description: Being well-informed about the data protection regulations in your own jurisdiction can be a significant asset in your battles for better privacy rights. icon: fontawesome/solid/balance-scale cover: banner-toolbox-tip-laws.webp +weight: 1 --- Being well-informed about the **data protection regulations** in your own jurisdiction can be a significant asset for your personal and collective battles to improve privacy, for yourself and for others. @@ -14,8 +15,17 @@ Here's what to look for when searching information about your local privacy laws For most privacy regulations, legal protections will be applicable to **data subjects** who are citizens or reside in a specific region or country. -
-

What is a data subject?

+Contrary to what many believe, it's generally *your* local regulations that protect you, regardless of where the organization collecting your personal data is located (in addition, organizations are also subjected to their own local regulations). + +Organizations that meet the data subject's local privacy law criteria are legally bound to comply with the laws of each region or country where their data subjects are residing (i.e. where they are conducting business). + +There are a lot of nuances and regional variations to this, but in general you should focus on *where* the data subject is residing. + +
+ +What is a data subject? + +
Different laws might use different terms for this. Sometimes, a regulation might simply refer to a *person*, an *individual*, a *consumer*, a *patient*, or a *customer*. @@ -24,12 +34,7 @@ Other times, the equivalent expression used will be a *data subject*. A data subject is simply anyone from whom personal information is collected by an organization. **Data subject** will be used as an umbrella term on this page.
- -Contrary to what many believe, it's generally *your* local regulations that protect you, regardless of where the organization collecting your personal data is located (in addition, organizations are also subjected to their own local regulations). - -Organizations that meet the data subject's local privacy law criteria are legally bound to comply with the laws of each region or country where their data subjects are residing (i.e. where they are conducting business). - -There are a lot of nuances and regional variations to this, but in general you should focus on *where* the data subject is residing. +
## Finding your local regulations @@ -41,20 +46,16 @@ If your region isn't listed in our DPA Directory, or if you are looking for anot Always make sure to find a result that is from an official government source. -
-

Beware of AI-generated information!

- -Be careful to research this *without* using an automated chatbot or AI-generated information. These tools can have a high error rate, and the information displayed might not be reliable. Be sure to find the official government documentation in order to get the proper *legal* information. - -
+> [!TIP] +> Be careful to research this *without* using an automated chatbot or AI-generated information. These tools can have a high error rate, and the information displayed might not be reliable. Be sure to find the official government documentation in order to get the proper *legal* information. While researching about your privacy protections, keep in mind that: -- [x] You might benefit from multiple privacy laws at once. For example, many regions have separate regulations specifically designed to protect health data, children's data, or employees' data. +- You might benefit from multiple privacy laws at once. For example, many regions have separate regulations specifically designed to protect health data, children's data, or employees' data. -- [x] You might benefit from protections by different government levels at once, such as federal, provincial, state level, etc. Look for them all! +- You might benefit from protections by different government levels at once, such as federal, provincial, state level, etc. Look for them all! -- [ ] Your region might unfortunately not be protected by any significant privacy regulations at this time. If this is the case for you: It's time to contact your local representatives and advocate for a local privacy law! +- Your region might unfortunately **not** be protected by any significant privacy regulations at this time. If this is the case for you: It's time to contact your local representatives and advocate for a local privacy law! ## What to look for in a privacy law diff --git a/content/activism/toolbox/tip-level-up-assemble-and-organize/index.md b/content/activism/toolbox/tip-level-up-assemble-and-organize/index.md index fc0910e5..eb43bd91 100644 --- a/content/activism/toolbox/tip-level-up-assemble-and-organize/index.md +++ b/content/activism/toolbox/tip-level-up-assemble-and-organize/index.md @@ -3,6 +3,7 @@ title: Level Up! Assemble and Organize description: If you've been a privacy advocate for a while, maybe it's time to level up and grow as a leader in your community. Good leaders can benefit the whole movement. icon: fontawesome/solid/fist-raised cover: banner-toolbox-tip-organize.webp +weight: 25 --- If you've been a privacy advocate for a while, maybe it's time to level up and **grow as a leader** in your community. diff --git a/content/activism/toolbox/tip-lift-your-allies-up/index.md b/content/activism/toolbox/tip-lift-your-allies-up/index.md index 5088a9d9..c8fc00d2 100644 --- a/content/activism/toolbox/tip-lift-your-allies-up/index.md +++ b/content/activism/toolbox/tip-lift-your-allies-up/index.md @@ -3,6 +3,7 @@ title: Lift Your Allies Up description: The battle for privacy rights is difficult, and its defenders are scattered. This is why it's essential to support and uplift each other, every time we can. icon: fontawesome/solid/hand-holding-hand cover: banner-toolbox-tip-lift.webp +weight: 9 --- At times, it might feel like the privacy community is niche and isolated. diff --git a/content/activism/toolbox/tip-make-it-cute/index.md b/content/activism/toolbox/tip-make-it-cute/index.md index 3e2f017e..117d7274 100644 --- a/content/activism/toolbox/tip-make-it-cute/index.md +++ b/content/activism/toolbox/tip-make-it-cute/index.md @@ -3,6 +3,7 @@ title: Make It Cute description: If you are developing a privacy-focused application or website, it's important that you do not neglect the design aspect of it. Make it cute! icon: fontawesome/solid/cat cover: banner-toolbox-tip-cute.webp +weight: 18 --- If you are developing a privacy-focused application or website, it's important that you **do not neglect the design** aspect of it. This is a common mistake that can have a significant negative impact on adoption by a general audience. Make it cute! diff --git a/content/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/index.md b/content/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/index.md index 692e930d..bc0b1cba 100644 --- a/content/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/index.md +++ b/content/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/index.md @@ -3,6 +3,7 @@ title: Migrate Outside The Surveillance Ecosystem description: As privacy activists, it's important to lead by example and support the tools and organizations with good privacy practices, by moving away from Big Tech. icon: fontawesome/solid/arrow-right-from-bracket cover: banner-toolbox-tip-migrate.webp +weight: 4 --- As privacy activists, it's not only important to support the tools and organizations with good privacy practices, but also to lead by example when it comes to **moving away from the surveillance ecosystem**. We cannot afford to compromise our principles simply for [convenience](https://www.privacyguides.org/articles/2025/06/07/selling-surveillance-as-convenience/). diff --git a/content/activism/toolbox/tip-protect-your-allies/index.md b/content/activism/toolbox/tip-protect-your-allies/index.md index c9020d5d..c822dea7 100644 --- a/content/activism/toolbox/tip-protect-your-allies/index.md +++ b/content/activism/toolbox/tip-protect-your-allies/index.md @@ -3,6 +3,7 @@ title: Protect Your Allies description: Through your privacy work, it's crucial to protect the data of your allies in all that you do, whether it's individual action or leading an organization. icon: fontawesome/solid/shield-heart cover: banner-toolbox-tip-protect.webp +weight: 21 --- Through your privacy advocacy work, be careful to never collect or share the data of others without their prior explicit consent. It's crucial to **protect your allies' data** in all that you do, whether it's individual action, organizing an event, or leading an organization. diff --git a/content/activism/toolbox/tip-refuse-to-participate/index.md b/content/activism/toolbox/tip-refuse-to-participate/index.md index bbc3d69a..b5ae665f 100644 --- a/content/activism/toolbox/tip-refuse-to-participate/index.md +++ b/content/activism/toolbox/tip-refuse-to-participate/index.md @@ -3,6 +3,7 @@ title: Refuse to Participate description: As privacy activists, we must be a voice for resistance and take a stand against abusive practices, by refusing to comply with privacy-intrusive requests. icon: fontawesome/solid/xmark-circle cover: banner-toolbox-tip-refuse.webp +weight: 19 --- As privacy advocates and activists, it's important to **be a voice for resistance** and take a stand against abusive practices. One substantial way to do this is to refuse to participate in privacy-intrusive requests, or use invasive software. diff --git a/content/activism/toolbox/tip-report-privacy-violations/index.md b/content/activism/toolbox/tip-report-privacy-violations/index.md index ce8d2c4f..febe8683 100644 --- a/content/activism/toolbox/tip-report-privacy-violations/index.md +++ b/content/activism/toolbox/tip-report-privacy-violations/index.md @@ -3,6 +3,7 @@ title: Report Privacy Violations description: Submitting an official complaint for violation of your privacy rights is often simple, and can have a significant positive impact for your community. icon: fontawesome/solid/gavel cover: banner-toolbox-tip-report.webp +weight: 2 --- Once you are [informed on your local privacy laws](../tip-know-your-privacy-laws/), it's important to get familiar with the process to **report violations of the law**. Submitting an official complaint is often simple, and can have a significant impact both for yourself and for your community. diff --git a/content/activism/toolbox/tip-small-actions-matter/index.md b/content/activism/toolbox/tip-small-actions-matter/index.md index f8fd75f6..c9d77715 100644 --- a/content/activism/toolbox/tip-small-actions-matter/index.md +++ b/content/activism/toolbox/tip-small-actions-matter/index.md @@ -3,6 +3,7 @@ title: Small Actions Matter description: There is so much to do to improve privacy rights. So much, that it's sometimes easy to feel discouraged. But everything helps, and even small action matters. icon: fontawesome/solid/puzzle-piece cover: banner-toolbox-tip-small.webp +weight: 22 --- There is so much to do in the movement for better privacy rights. So much, that it's sometimes easy to feel discouraged when facing the scale of what's left to accomplish. But **everything helps**. Every small improvement counts, and every small victory should be celebrated. diff --git a/content/activism/toolbox/tip-start-alliances-not-wars/index.md b/content/activism/toolbox/tip-start-alliances-not-wars/index.md index de76c146..f7a689c0 100644 --- a/content/activism/toolbox/tip-start-alliances-not-wars/index.md +++ b/content/activism/toolbox/tip-start-alliances-not-wars/index.md @@ -3,6 +3,7 @@ title: Start Alliances, Not Wars description: People in the privacy community can have different views that can create conflicts at times. For our community to thrive, we must start alliances, not wars. icon: fontawesome/solid/handshake-angle cover: banner-toolbox-tip-alliances.webp +weight: 12 --- The privacy community consists of a patchwork of individuals, activists, organizations, and businesses that sometimes hold quite different views. These divergences can create conflict and friction at times. diff --git a/content/activism/toolbox/tip-stay-true-to-your-principles/index.md b/content/activism/toolbox/tip-stay-true-to-your-principles/index.md index 7910fd3a..47302df1 100644 --- a/content/activism/toolbox/tip-stay-true-to-your-principles/index.md +++ b/content/activism/toolbox/tip-stay-true-to-your-principles/index.md @@ -3,6 +3,7 @@ title: Stay True to Your Principles description: If you manage a digital rights group, it's important to make sure you aren't subjecting your contributors to the privacy-invasive tech you're fighting against. icon: fontawesome/solid/star cover: banner-toolbox-tip-principles.webp +weight: 20 --- If you manage a digital rights group, meetup, chat room, event, or organization even, make sure you aren't subjecting your members and contributors to the very privacy-invasive tech you're fighting against. Sadly, it's not rare to see organizations and communities that aren't following their own privacy advice for internal practices. diff --git a/content/activism/toolbox/tip-support-your-privacy-comrades/index.md b/content/activism/toolbox/tip-support-your-privacy-comrades/index.md index 245befb4..a6bf5579 100644 --- a/content/activism/toolbox/tip-support-your-privacy-comrades/index.md +++ b/content/activism/toolbox/tip-support-your-privacy-comrades/index.md @@ -3,6 +3,7 @@ title: Support Your Privacy Comrades description: Fighting for privacy rights is a collective endeavor. This battle can be difficult and isolating at time. That's why it's critical to care for each other. icon: fontawesome/solid/hand-holding-heart cover: banner-toolbox-tip-support.webp +weight: 10 --- Fighting for better privacy rights, privacy tools, and privacy practices is a collective endeavor. You cannot do it alone. Anyone around you contributing is fighting the same battle by your side. This battle *can* be difficult and isolating at times. That's why it's critical to care for each other. diff --git a/content/activism/toolbox/tip-take-time-to-rest/index.md b/content/activism/toolbox/tip-take-time-to-rest/index.md index c1a8bdc1..6e4d6cb0 100644 --- a/content/activism/toolbox/tip-take-time-to-rest/index.md +++ b/content/activism/toolbox/tip-take-time-to-rest/index.md @@ -3,6 +3,7 @@ title: Take Time to Rest, But Come Back to Fight With Us description: The battle for privacy will be a long one. This isn't a sprint, it's a marathon. If you want to be a good advocate, you must learn to rest when you need it. icon: fontawesome/solid/battery-quarter cover: banner-toolbox-tip-rest.webp +weight: 23 --- The battle for privacy rights will be a long one. This isn't a sprint, it's a marathon. diff --git a/content/activism/toolbox/tip-value-allies-with-complementary-expertise/index.md b/content/activism/toolbox/tip-value-allies-with-complementary-expertise/index.md index 758f2b7e..ee9c382d 100644 --- a/content/activism/toolbox/tip-value-allies-with-complementary-expertise/index.md +++ b/content/activism/toolbox/tip-value-allies-with-complementary-expertise/index.md @@ -3,6 +3,7 @@ title: Value Allies with Complementary Expertise description: In privacy like everywhere else, diversity is a strength. If you want your community to have a broad set of skills, you need to value a diversity of expertises. icon: fontawesome/solid/circle-half-stroke cover: banner-toolbox-tip-complement.webp +weight: 13 --- In privacy, like in other areas of life, **diversity is an incredible strength**. If you want your community to have a broad understanding of threat models, and be able to address issues on multiple levels, you need to value a diversity of expertises. diff --git a/content/activism/toolbox/tip-welcome-beginners/index.md b/content/activism/toolbox/tip-welcome-beginners/index.md index a1053dd1..3df3615b 100644 --- a/content/activism/toolbox/tip-welcome-beginners/index.md +++ b/content/activism/toolbox/tip-welcome-beginners/index.md @@ -3,6 +3,7 @@ title: Welcome Beginners description: For our privacy rights movement to grow, we must bring more people in. To accomplish this, it's fundamental to make our communities welcoming to newcomers. icon: fontawesome/solid/user-plus cover: banner-toolbox-tip-beginners.webp +weight: 15 --- For our privacy rights movement to grow, we must **bring more people in**. To accomplish this, it's fundamental to discuss privacy in ways that are accessible to newcomers who aren't familiar with the basic concepts yet. diff --git a/data/icons.yaml b/data/icons.yaml new file mode 100644 index 00000000..4fa980e1 --- /dev/null +++ b/data/icons.yaml @@ -0,0 +1,9 @@ +fontawesome-solid-scale-balanced: +fontawesome-solid-toolbox: +fontawesome-solid-users-rays: +fontawesome-solid-hands-holding-circle: +fontawesome-solid-handshake-angle: +fontawesome-solid-heart-circle-check: +fontawesome-solid-star: +fontawesome-solid-heart: +fontawesome-solid-hand-fist: