From 4a5299a81a5bfb3ac868b780828fa5c21a2e5889 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 19 May 2026 00:16:04 -0500 Subject: [PATCH] refactor!: Fix all formatting in activism section --- assets/css/custom.css | 90 +++---------- content/activism/legal/dpa-directory/index.md | 47 +++---- .../index.md | 4 +- .../tip-be-mindful-of-accessibility/index.md | 92 ++++++------- .../index.md | 12 +- .../index.md | 14 +- .../tip-engage-boosts-and-contribute/index.md | 26 ++-- .../index.md | 4 +- .../index.md | 22 ++-- .../index.md | 2 +- .../tip-know-your-privacy-laws/index.md | 9 +- .../index.md | 121 ++---------------- .../toolbox/tip-lift-your-allies-up/index.md | 8 +- .../toolbox/tip-make-it-cute/index.md | 2 +- .../index.md | 33 ++--- .../toolbox/tip-protect-your-allies/index.md | 76 +++++------ .../tip-refuse-to-participate/index.md | 2 +- .../tip-report-privacy-violations/index.md | 25 ++-- .../toolbox/tip-small-actions-matter/index.md | 2 +- .../tip-start-alliances-not-wars/index.md | 11 +- .../tip-stay-true-to-your-principles/index.md | 30 ++--- .../index.md | 18 +-- .../toolbox/tip-take-time-to-rest/index.md | 10 +- .../index.md | 2 +- .../toolbox/tip-welcome-beginners/index.md | 2 +- data/icons.yaml | 5 + 26 files changed, 250 insertions(+), 419 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index a0a3f822..f5419627 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -508,54 +508,7 @@ a.footnote-ref { color: var(--md-default-fg-color--light); } -/* Toolbox Tip Button Next */ -.toolbox-tip-button-next { - float: right; - margin-top: 20px; - margin-bottom: 40px; -} - -/* Toolbox Tip Quote Box */ -.toolbox-quote { - margin-top: 15px !important; - font-family: bagnard !important; - font-size: 1em !important; - font-weight: 400 !important; - background: #9e9e9e1a !important; -} - -.toolbox-quote .admonition-title { - background-color: transparent !important; -} - -.toolbox-quote-source { - font-family: var(--md-text-font-family) !important; - text-align: right; - font-size: 0.7em !important; - font-weight: 400 !important; -} - -.toolbox-quote.quote>.admonition-title.toolbox-quote::before { - transform: rotate(180deg); -} -.toolbox-quote .admonition-title.toolbox-quote::after { - background-color: #9e9e9e; - mask-image: var(--md-admonition-icon--quote); - content: ""; - height: 1rem; - mask-position: center; - mask-repeat: no-repeat; - mask-size: contain; - position: absolute; - bottom: .75em; - width: 2rem; -} - /* DPA Directory */ -.table-wrapper { - width: min(900px, 100% -3rem); - margin-inline: auto; -} .dpadirectory-table { padding: 1rem; @@ -571,42 +524,35 @@ a.footnote-ref { /* Column Width - Region */ .dpadirectory-table th:first-child { min-width: 110px; - width: 110px; } /* Column Width - Law */ .dpadirectory-table th:nth-child(2) { min-width: 140px; - width: 140px; } /* Column Width - Abbreviation */ .dpadirectory-table th:nth-child(3) { min-width: 100px; - width: 100px; } /* Column Width - DPA */ .dpadirectory-table th:nth-child(4) { min-width: 150px; - width: 150px; } /* Column Width - Contact */ .dpadirectory-table th:nth-child(5) { min-width: 85px; - width: 85px; } /* Column Width - Complaint */ .dpadirectory-table th:nth-child(6) { min-width: 110px; - width: 110px; } .dpadirectory-table caption, th, td { - padding: 0.8rem; - font-size: 0.65rem; + padding: 1rem; text-align: left; } @@ -623,11 +569,7 @@ a.footnote-ref { } .dpadirectory-table th { - border-bottom: 3px solid var(--md-default-fg-color--light); -} - -.dpadirectory-table tr { - background: var(--md-default-bg-color--light); + border-bottom: none; } .dpadirectory-table tr:nth-of-type(2n) { @@ -635,12 +577,11 @@ a.footnote-ref { } .dpadirectory-table tr { - border: 3px solid transparent; - border-bottom: 0.5px solid var(--md-default-fg-color--light); + border: none; } .dpadirectory-table tr:hover { - border: 3px solid var(--md-default-fg-color--light); + border: none; } .dpadirectory-table td { @@ -712,31 +653,38 @@ a.footnote-ref { } /* DPA Directory Buttons */ -.dpadirectory-button { - color: #000000 !important; +.content .toolbox-button-grid .dpadirectory-button { + a { + color: #000000; + } + svg { + fill: black; + width: 6em; + height: 6em; + } } -.dpadirectory-button-africa { +.dpadirectory-button-africa a { background-color: var(--color-dpadirectory-africa); } -.dpadirectory-button-asia { +.dpadirectory-button-asia a { background-color: var(--color-dpadirectory-asia); } -.dpadirectory-button-europe { +.dpadirectory-button-europe a { background-color: var(--color-dpadirectory-europe); } -.dpadirectory-button-northamerica { +.dpadirectory-button-northamerica a { background-color: var(--color-dpadirectory-northamerica); } -.dpadirectory-button-oceania { +.dpadirectory-button-oceania a { background-color: var(--color-dpadirectory-oceania); } -.dpadirectory-button-southamerica { +.dpadirectory-button-southamerica a { background-color: var(--color-dpadirectory-southamerica); } diff --git a/content/activism/legal/dpa-directory/index.md b/content/activism/legal/dpa-directory/index.md index 60577770..ff6474ff 100644 --- a/content/activism/legal/dpa-directory/index.md +++ b/content/activism/legal/dpa-directory/index.md @@ -1,8 +1,8 @@ --- title: "Data Protection Authorities" description: The DPA Directory is a tool to help you find the principal consumer privacy law in your region, the authority mandated to enforce it, and how to report violations. -#icon: fontawesome/solid/address-card -cover: banner-activism-dpadirectory.webp +sidebar: + hide: true --- Last update: 2026-03-30 @@ -12,10 +12,9 @@ The **Data Protection Authority** (DPA) **Directory** is a tool to help you find Additionally, this table provides information about each law, authority, contact information for questions, and a link to place a complaint for violation of the law with each authority. > [!TIP] -> **More information on privacy laws and reporting violations** +> For more information on how to find a specific privacy law that might not be listed here, and what to look for when reading it, consult the Privacy Activist Toolbox tip to [Know Your Privacy Laws](../../toolbox/tip-know-your-privacy-laws/). > -> - For more information on how to find a specific privacy law that might not be listed here, and what to look for when reading it, consult the Privacy Activist Toolbox tip to [Know Your Privacy Laws](../../toolbox/tip-know-your-privacy-laws/). -> - For more information on how to proceed when reporting a privacy law violation, consult the Privacy Activist Toolbox tip to [Report Privacy Violations](../../toolbox/tip-report-privacy-violations/). +> For more information on how to proceed when reporting a privacy law violation, consult the Privacy Activist Toolbox tip to [Report Privacy Violations](../../toolbox/tip-report-privacy-violations/). ## Scope and limitations @@ -29,28 +28,32 @@ Additionally, this table provides information about each law, authority, contact - Remember that your data *could* be protected by a privacy regulation that isn't listed here. This will depend on the region, circumstances, and type of data involved. -> [!WARNING] -> **Privacy warning** -> +> [!CAUTION] > When sharing personal information with a DPA, keep in mind this information could be shared with the subject of the complaint, and/or displayed publicly. Make sure to consult your DPA's privacy notice first, or ask anonymously how your complaint data might be shared before sending any sensitive information. > > For example, the DPA for the state of Oregon in the United States specifies that: \"Any information submitted to this form is subject to Oregonโ€™s Public Records Law. You may choose not to include personally identifiable data that you do not wish to be subject to public records requests.\" ## The Directory -
+
-[Africa](#africa){ .toolbox-button .dpadirectory-button .dpadirectory-button-africa } +[{{< icon "fontawesome-solid-earth-africa" >}} Africa](#africa) +{ .dpadirectory-button .dpadirectory-button-africa } -[Asia](#asia){ .toolbox-button .dpadirectory-button .dpadirectory-button-asia } +[{{< icon "fontawesome-solid-earth-asia" >}} Asia](#asia) +{ .dpadirectory-button .dpadirectory-button-asia } -[Europe](#europe){ .toolbox-button .dpadirectory-button .dpadirectory-button-europe } +[{{< icon "fontawesome-solid-earth-europe" >}} Europe](#europe) +{ .dpadirectory-button .dpadirectory-button-europe } -[North America](#north-america){ .toolbox-button .dpadirectory-button .dpadirectory-button-northamerica } +[{{< icon "fontawesome-solid-earth-americas" >}} North America](#north-america) +{ .dpadirectory-button .dpadirectory-button-northamerica } -[Oceania](#oceania){ .toolbox-button .dpadirectory-button .dpadirectory-button-oceania } +[{{< icon "fontawesome-solid-earth-oceania" >}} Oceania](#oceania) +{ .dpadirectory-button .dpadirectory-button-oceania } -[South America](#south-america){ .toolbox-button .dpadirectory-button .dpadirectory-button-southamerica } +[{{< icon "fontawesome-solid-earth-americas" >}} South America](#south-america) +{ .dpadirectory-button .dpadirectory-button-southamerica }
@@ -207,7 +210,7 @@ Additionally, this table provides information about each law, authority, contact
- +
### Asia @@ -374,7 +377,7 @@ Additionally, this table provides information about each law, authority, contact - +
### Europe @@ -719,7 +722,7 @@ Additionally, this table provides information about each law, authority, contact Complaint Link - + North Macedonia @@ -933,7 +936,7 @@ Additionally, this table provides information about each law, authority, contact - +
### North America @@ -1310,7 +1313,7 @@ Additionally, this table provides information about each law, authority, contact - +
### Oceania @@ -1365,7 +1368,7 @@ Additionally, this table provides information about each law, authority, contact - +
### South America @@ -1462,7 +1465,7 @@ Additionally, this table provides information about each law, authority, contact - +
## Additional resources 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 40dd9f4e..e646c475 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 @@ -13,7 +13,7 @@ Here's how you can **integrate kindness in your work**, while being relentless w Whenever you talk with individuals in your privacy work, make sure to **stay kind and calm** when communicating with them. -Perhaps you are posting on social media, replying to posts or emails, answering questions after a talk, or writing advices on the best privacy tools to use. No matter the context, when communicating with individuals, ==kindness is your greatest asset== to persuade and bring more people to the movement. +Perhaps you are posting on social media, replying to posts or emails, answering questions after a talk, or writing advices on the best privacy tools to use. No matter the context, when communicating with individuals, kindness is your greatest asset to persuade and bring more people to the movement. Sadly, it's not rare to see replies to beginners' posts by more advanced peers online that are humiliating and berating their uninformed or misinformed questions. People don't learn and don't change their mind by being yelled at. Aggression isn't an effective way to communicate. @@ -35,7 +35,7 @@ Whether you are trying to report a privacy-abusive corporate practice, push back Respect and politeness are vital here as well. Violence or threat to representatives of these institutions would only be detrimental to your goals. However, patience shouldn't be extended to privacy-abusive organizations that aren't demonstrating any realistic intentions to improve. -==To bring significant changes to institutions and corporations, your message must be loud and clear.== +To bring significant changes to institutions and corporations, your message must be loud and clear. You should try to bring as many people and allied organizations to your cause, and be as loud as possible in the media. Your campaign must be powerful enough to grab media's attention, and to send a firm message that the people want change and will not back down. 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 f5f996cc..6e7ac385 100644 --- a/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md +++ b/content/activism/toolbox/tip-be-mindful-of-accessibility/index.md @@ -23,15 +23,15 @@ Ethically, it's also just the right thing to do, and should be the norm everywhe Anytime you are using images, audio, or any other sensorial elements in your advocacy work, you should always make sure to follow best practices to ensure your content will be accessible to people with visual, auditory, or other sensorial impairments. -- [x] If you use images in your websites or social media posts, make sure to always add proper [alt text](https://abilitynet.org.uk/resources/digital-accessibility/five-golden-rules-compliant-alt-text) to describe the information the image represents. Keep in mind visitors that might be using a [screen reader](https://en.wikipedia.org/wiki/Screen_reader). +- If you use images in your websites or social media posts, make sure to always add proper [alt text](https://abilitynet.org.uk/resources/digital-accessibility/five-golden-rules-compliant-alt-text) to describe the information the image represents. Keep in mind visitors that might be using a [screen reader](https://en.wikipedia.org/wiki/Screen_reader). -- [x] When designing websites, posters, flyers, or zines, keep in mind [visual accessibility](https://webdesign.tutsplus.com/accessibility-basics-designing-for-visual-impairment--cms-27634a) for people with blindness, low vision, color blindness, and other visual impairments. +- When designing websites, posters, flyers, or zines, keep in mind [visual accessibility](https://webdesign.tutsplus.com/accessibility-basics-designing-for-visual-impairment--cms-27634a) for people with blindness, low vision, color blindness, and other visual impairments. -- [x] Be careful to refrain from using designs and videos with [flashing lights](https://developer.mozilla.org/en-US/docs/Web/Accessibility/Guides/Seizure_disorders), or display proper warning if you do. Flashing or flickering light effects, and even certain high-contrast static images, can trigger seizures in people with photosensitive epilepsy. +- Be careful to refrain from using designs and videos with [flashing lights](https://developer.mozilla.org/en-US/docs/Web/Accessibility/Guides/Seizure_disorders), or display proper warning if you do. Flashing or flickering light effects, and even certain high-contrast static images, can trigger seizures in people with photosensitive epilepsy. -- [x] If you use [audio material](https://www.w3.org/WAI/people-use-web/abilities-barriers/auditory/) in your advocacy, try to include captions or transcripts in your content for people with auditory impairments. If you organize a larger event with speakers, try to see if you could hire a sign language interpreter. +- If you use [audio material](https://www.w3.org/WAI/people-use-web/abilities-barriers/auditory/) in your advocacy, try to include captions or transcripts in your content for people with auditory impairments. If you organize a larger event with speakers, try to see if you could hire a sign language interpreter. -- [x] Whenever you develop content or organize events, always be mindful of people with sensory impairments or [sensory sensitivities](https://accessforallllc.com/sensory-and-cognitive-accessibility/). +- Whenever you develop content or organize events, always be mindful of people with sensory impairments or [sensory sensitivities](https://accessforallllc.com/sensory-and-cognitive-accessibility/). ### Website accessibility @@ -39,11 +39,11 @@ If you develop a website in your privacy work, make sure to follow the internati This is very important to ensure readers using assistive devices will be able to access your content, and that people with visual impairments will not struggle to access your content. -- [x] Get familiar with the World Wide Web Consortium (W3C) [international Web standards](https://www.w3.org/WAI/standards-guidelines/). These standards have been reviewed for accessibility support by the Accessible Platform Architectures ([APA](https://www.w3.org/WAI/about/groups/apawg/)) Working Group. +- Get familiar with the World Wide Web Consortium (W3C) [international Web standards](https://www.w3.org/WAI/standards-guidelines/). These standards have been reviewed for accessibility support by the Accessible Platform Architectures ([APA](https://www.w3.org/WAI/about/groups/apawg/)) Working Group. -- [x] Use a [web accessibility evaluation tool](https://www.w3.org/WAI/test-evaluate/tools/list/) to verify that your web content meets accessibility guidelines, or otherwise make sure to follow the [Web Content Accessibility Guidelines](https://www.pivotalaccessibility.com/2024/11/how-to-perform-a-web-accessibility-audit-step-by-step-guide/) (WCAG). +- Use a [web accessibility evaluation tool](https://www.w3.org/WAI/test-evaluate/tools/list/) to verify that your web content meets accessibility guidelines, or otherwise make sure to follow the [Web Content Accessibility Guidelines](https://www.pivotalaccessibility.com/2024/11/how-to-perform-a-web-accessibility-audit-step-by-step-guide/) (WCAG). -- [x] If your organization can afford it, hire a [web accessibility consultant](https://accessibilityinnovations.com/blogs/web-accessibility-consultant/). +- If your organization can afford it, hire a [web accessibility consultant](https://accessibilityinnovations.com/blogs/web-accessibility-consultant/). ### Global accessibility @@ -51,105 +51,105 @@ Whether you write a post, an article, or a whole website in English, keep in min People from all around the world will be able to read or watch your English content, many who don't speak English as their first language. Don't assume that your audience is only coming from your own country or region. This is a good thing, by the way! ==The battle for privacy rights must be global now.== -- [x] Be careful not to use too many references that are unique to your own country or region. If you do, make sure to explain what it is for people from other regions. +- Be careful not to use too many references that are unique to your own country or region. If you do, make sure to explain what it is for people from other regions. -- [x] When talking about issues related to politics, make sure to specify what governmental entities are, and explain any special rights your country has (don't just name them). That way, outsiders will be able to understand and support your cause as well, even if perhaps they aren't directly impacted by this issue at the moment. +- When talking about issues related to politics, make sure to specify what governmental entities are, and explain any special rights your country has (don't just name them). That way, outsiders will be able to understand and support your cause as well, even if perhaps they aren't directly impacted by this issue at the moment. -- [x] Don't assume everyone knows all the popular internet acronyms such as DIY (Do It Yourself) or IIRC (If I Recall Correctly). These acronyms are very challenging for non-native English speakers. When using acronyms in your content, always explain the full expression in parentheses at least once, or better yet, simply use whole words instead. +- Don't assume everyone knows all the popular internet acronyms such as DIY (Do It Yourself) or IIRC (If I Recall Correctly). These acronyms are very challenging for non-native English speakers. When using acronyms in your content, always explain the full expression in parentheses at least once, or better yet, simply use whole words instead. -- [x] When inviting people to an event, consider that people from other time zones might be reading your invitation. If your event is online, always specify the [time zone](https://www.timeanddate.com/time/map/) for the announced time. If your event is in person, always specify the whole location with the country and region ([do *not* just name the city](https://www.roughmaps.com/destinations/20-places-around-the-world-that-share-the-same-name/22)). +- When inviting people to an event, consider that people from other time zones might be reading your invitation. If your event is online, always specify the [time zone](https://www.timeanddate.com/time/map/) for the announced time. If your event is in person, always specify the whole location with the country and region ([do *not* just name the city](https://www.roughmaps.com/destinations/20-places-around-the-world-that-share-the-same-name/22)). ### Physical accessibility When organizing events and meetups in person, it's essential to keep in mind physical accessibility for people with mobility challenges of all kind. This includes accessibility around the venue, but also on the journey to the venue. -- [x] Ensure the venue you select is [accessible for people using wheelchairs](https://sites.augsburg.edu/events/policies/accessible-events/accessible-event-planning-guide/). Check that there is access to an elevator if it's on an upper floor, that there are access ramps and automatic doors if required, and that doorways and hallways are wide enough to accommodate a wheelchair. +- Ensure the venue you select is [accessible for people using wheelchairs](https://sites.augsburg.edu/events/policies/accessible-events/accessible-event-planning-guide/). Check that there is access to an elevator if it's on an upper floor, that there are access ramps and automatic doors if required, and that doorways and hallways are wide enough to accommodate a wheelchair. -- [x] Make certain that there will be enough comfortable seating for your guests, and that seating and eating areas will be accessible to guests using wheelchairs or other mobility aids. +- Make certain that there will be enough comfortable seating for your guests, and that seating and eating areas will be accessible to guests using wheelchairs or other mobility aids. -- [x] Check that there are wheelchair-accessible bathrooms nearby. +- Check that there are wheelchair-accessible bathrooms nearby. -- [x] Evaluate the accessibility of the transit options available to reach the venue you select, including specialized transits for people who are using wheelchairs, or other types of mobility aids. Publish a map of the transit accesses around your venue. +- Evaluate the accessibility of the transit options available to reach the venue you select, including specialized transits for people who are using wheelchairs, or other types of mobility aids. Publish a map of the transit accesses around your venue. -- [x] Research if your venue has access to parking and accessible parking spots. Publish this information with your invitation. +- Research if your venue has access to parking and accessible parking spots. Publish this information with your invitation. -- [x] Verify the venue you select is accessible to people with visual or auditory impairments. For example, check if elevators are marked with Braille or raised letters, and make sure that hosts are informed on how to communicate with guests who are deaf or hard of hearing. +- Verify the venue you select is accessible to people with visual or auditory impairments. For example, check if elevators are marked with Braille or raised letters, and make sure that hosts are informed on how to communicate with guests who are deaf or hard of hearing. ### Health accessibility In-person accessibility isn't just about mobility. Accessibility is also important to consider for a variety of health conditions, including people who are vulnerable to infectious diseases, or require other accommodations related to their health. -- [x] Designate a trained person responsible for accessibility, and share their contact information in advance. That way, people will be able to contact this person if they have any questions before or during the event. +- Designate a trained person responsible for accessibility, and share their contact information in advance. That way, people will be able to contact this person if they have any questions before or during the event. -- [x] Encourage your participants to wear a mask, and try to select a venue with adequate ventilation to minimize the risks for people who are [vulnerable to respiratory infections](https://health.clevelandclinic.org/superspreader-events). If food is served, try to select a venue with an area allowing to consume food outside. +- Encourage your participants to wear a mask, and try to select a venue with adequate ventilation to minimize the risks for people who are [vulnerable to respiratory infections](https://health.clevelandclinic.org/superspreader-events). If food is served, try to select a venue with an area allowing to consume food outside. -- [x] Make sure to bring a few boxes of [protective face masks](https://health.clevelandclinic.org/do-masks-work) to your event that guests can use for free. That way, people who might be at risk in dense crowd can decide to wear a mask once they arrived, or if they forgot to bring their own. +- Make sure to bring a few boxes of [protective face masks](https://health.clevelandclinic.org/do-masks-work) to your event that guests can use for free. That way, people who might be at risk in dense crowd can decide to wear a mask once they arrived, or if they forgot to bring their own. -- [x] Try to prepare an area in your venue, or near your venue, where people can rest comfortably in a [quiet space](https://eventwell.org/ensuring-inclusive-events-the-importance-of-supervising-quiet-spaces-for-neurodivergent-attendees-and-vulnerable-adults/), if they feel tired or overstimulated during the event. +- Try to prepare an area in your venue, or near your venue, where people can rest comfortably in a [quiet space](https://eventwell.org/ensuring-inclusive-events-the-importance-of-supervising-quiet-spaces-for-neurodivergent-attendees-and-vulnerable-adults/), if they feel tired or overstimulated during the event. -- [x] Promote a [scent-free](https://www.chrc-ccdp.gc.ca/resources/publications/environmental-sensitivities-and-scent-free-policies) environment to make your event welcoming to people who have scent allergies, environmental sensibilities, or other health conditions that can be affected by scents. +- Promote a [scent-free](https://www.chrc-ccdp.gc.ca/resources/publications/environmental-sensitivities-and-scent-free-policies) environment to make your event welcoming to people who have scent allergies, environmental sensibilities, or other health conditions that can be affected by scents. -- [x] Provide training for hosts and event volunteers to make sure they are aware of available accommodations, and can give helpful information upon request. +- Provide training for hosts and event volunteers to make sure they are aware of available accommodations, and can give helpful information upon request. ### Dietary accessibility If your event provides meals, snacks, or drinks, make sure to prepare well in-advance to consider the potential dietary restrictions of your guests. -- [x] List clearly what types of food and drinks with be served (or available) at the event. +- List clearly what types of food and drinks with be served (or available) at the event. -- [x] Provide contact information for people to reach out in advance if they have special dietary requirements or requests that have not already been addressed. +- Provide contact information for people to reach out in advance if they have special dietary requirements or requests that have not already been addressed. -- [x] Try to provide food and beverages that will cover a variety of dietary needs, such as vegan, nut-free, gluten-free, lactose-free, alcohol-free, or low-sugar options. +- Try to provide food and beverages that will cover a variety of dietary needs, such as vegan, nut-free, gluten-free, lactose-free, alcohol-free, or low-sugar options. -- [x] If you host a large event, consider keeping a few [epinephrine autoinjectors](https://greatergood.com/blogs/news/epinephrine-public-areas) available on site in your emergency kit, in case anyone experiences a dangerous allergic reaction. +- If you host a large event, consider keeping a few [epinephrine autoinjectors](https://greatergood.com/blogs/news/epinephrine-public-areas) available on site in your emergency kit, in case anyone experiences a dangerous allergic reaction. -- [x] Make sure guests will have access to free and clean water, especially if your event is scheduled during a heat wave. +- Make sure guests will have access to free and clean water, especially if your event is scheduled during a heat wave. -- [x] Ensure there is a quiet and private room available for anyone who might be breastfeeding. +- Ensure there is a quiet and private room available for anyone who might be breastfeeding. -- [x] Provide all this information in advance with your invitation, so that guests can evaluate properly if the event is accessible to them. +- Provide all this information in advance with your invitation, so that guests can evaluate properly if the event is accessible to them. ### Safety accessibility Safety is also an important aspect of accessibility. Everyone has a unique threat model, and, for a variety of reasons, some people might be at an elevated risk to their physical safety when going to and participating in an event in person. -- [x] Implement a [Code of Conduct](https://oshwa.org/resources/how-to-write-a-code-of-conduct/) for your event or community. Ensure there are clear channels to report bad behaviors, and that your Code of Conduct is enforced properly. +- Implement a [Code of Conduct](https://oshwa.org/resources/how-to-write-a-code-of-conduct/) for your event or community. Ensure there are clear channels to report bad behaviors, and that your Code of Conduct is enforced properly. -- [x] Verify that access to the bathrooms is safe and well lit at your venue. +- Verify that access to the bathrooms is safe and well lit at your venue. -- [x] Make sure the venue you select is safe to access by transits or cars, and that the nearest parking lot or bus stop is well lit if the event ends late at night. +- Make sure the venue you select is safe to access by transits or cars, and that the nearest parking lot or bus stop is well lit if the event ends late at night. -- [x] If your venue is located in an area that might be more dangerous at night, consider setting up an [accompaniment service](https://www.concordia.ca/campus-life/security/services/safe-walk.html) with a set of volunteers offering to walk guests safely back to their bus stop, for example. Make this information known in advance. +- If your venue is located in an area that might be more dangerous at night, consider setting up an [accompaniment service](https://www.concordia.ca/campus-life/security/services/safe-walk.html) with a set of volunteers offering to walk guests safely back to their bus stop, for example. Make this information known in advance. -- [x] Implement a clear [Photo Policy](https://events.ccc.de/congress/2025/infos/privacy.html#photo-policy) for your event, and forbid all nonconsensual photos. You can also provide "No Photos" or "Photos OK" stickers, buttons, or lanyards for guests upon arrival. That way, guests can explicitly opt out of being photographed at your event if they prefer not to. If your event hired an official photographer, make sure they are careful to never take photos that include people wearing these badges. Ideally, limit event photos to a minimum, and only take photos of people after asking for their explicit consent first. +- Implement a clear [Photo Policy](https://events.ccc.de/congress/2025/infos/privacy.html#photo-policy) for your event, and forbid all nonconsensual photos. You can also provide "No Photos" or "Photos OK" stickers, buttons, or lanyards for guests upon arrival. That way, guests can explicitly opt out of being photographed at your event if they prefer not to. If your event hired an official photographer, make sure they are careful to never take photos that include people wearing these badges. Ideally, limit event photos to a minimum, and only take photos of people after asking for their explicit consent first. ### Financial accessibility Another aspect of accessibility that is often overlooked is financial accessibility. Sadly, many people are unable to access certain events due to financial limitations, even if it would be very helpful to them to network and meet privacy advocacy peers. When you organize an event, be mindful of providing options to increase financial accessibility. -- [x] Try to keep your events free or partly free whenever possible, while remaining vigilant about accepting money from [financial sponsors](https://www.privacyguides.org/articles/2025/09/03/red-and-green-privacy-flags/#donations-event-sponsorships-and-other-revenues) that could be in contradiction with your privacy values. +- Try to keep your events free or partly free whenever possible, while remaining vigilant about accepting money from [financial sponsors](https://www.privacyguides.org/articles/2025/09/03/red-and-green-privacy-flags/#donations-event-sponsorships-and-other-revenues) that could be in contradiction with your privacy values. -- [x] Reserve a quantity of free tickets for people with more severe limitations. +- Reserve a quantity of free tickets for people with more severe limitations. -- [x] Offer discounts for students or unemployed peers. +- Offer discounts for students or unemployed peers. -- [x] Create opportunities for part-time volunteering, where people can offer to help a little, then participate in the rest of the event for free. +- Create opportunities for part-time volunteering, where people can offer to help a little, then participate in the rest of the event for free. -- [x] Provide contact information for people who would like to request free or cheaper access, or discuss their unique situation with you. +- Provide contact information for people who would like to request free or cheaper access, or discuss their unique situation with you. ### Beginners accessibility [Welcoming beginners](../tip-welcome-beginners/) is crucial in all the work we do. To keep your content and events accessible to beginners, it's important to be mindful of the language you use, the ways you present content, and the places where you promote your events. -- [x] Always explain acronyms with whole words before only using the letters only. +- Always explain acronyms with whole words before only using the letters only. -- [x] Be careful when using jargon, try to be explicit and use simple words and analogies. +- Be careful when using jargon, try to be explicit and use simple words and analogies. -- [x] Beware of gatekeeping. Try to stay aware of newcomers that might be quiet or isolated from the group. [Be inclusive](../tip-keep-your-posts-and-community-inclusive/) and invite them to participate. +- Beware of gatekeeping. Try to stay aware of newcomers that might be quiet or isolated from the group. [Be inclusive](../tip-keep-your-posts-and-community-inclusive/) and invite them to participate. -- [x] Specify that your event welcomes beginners. +- Specify that your event welcomes beginners. -- [x] Be mindful of advertising your event in places where potential newcomers might see it. Be careful about not inviting people only from places reaching out to people who are already part of the privacy community. +- Be mindful of advertising your event in places where potential newcomers might see it. Be careful about not inviting people only from places reaching out to people who are already part of the privacy community. ## More resources 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 036313d4..d7f3d255 100644 --- a/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md +++ b/content/activism/toolbox/tip-consider-everyones-unique-situation/index.md @@ -33,8 +33,7 @@ To establish a threat model, ask the following questions: Ask, rinse, and repeat for each type of information. The answers to these questions will be unique for each person or organization. This is their unique threat model. -
-Example scenario: Threat of stalking +{{< details title="Example scenario: Threat of stalking" closed="true" >}} **Needs:** Alice is a young celebrity sharing a lot of information about herself on social media. As part of her work, she has to be able to share photos of herself, her legal name, some of her travel information, and details about her personal life. @@ -44,10 +43,9 @@ Ask, rinse, and repeat for each type of information. The answers to these questi **Information to protect and solutions:** Everywhere that Alice is required to share her home address must be protected. She should use a PO box every time her personal address isn't absolutely necessary. She should make sure to only share her address with trusted people that are informed about this danger. And she should inspect all of her photos and metadata carefully, to make sure her location is never precisely [revealed](https://www.privacyguides.org/articles/2025/03/25/privacy-means-safety/#victims-of-stalkers). -
+{{< /details >}} -
-Example scenario: Surveillance Capitalism +{{< details title="Example scenario: Surveillance Capitalism" closed="true" >}} **Needs:** Bob feels uncomfortable with companies using his information without his consent. He doesn't trust what they might do with this information later, or whom they might sell it to. He is especially worried about how companies and governments might use facial recognition with him. @@ -57,9 +55,9 @@ Ask, rinse, and repeat for each type of information. The answers to these questi **Information to protect and solutions:** To prevent this, Bob should not post any photos of his face online. He should make sure to only choose profile pictures that don't show his face for social media, and inspect any other photos posted to make sure his face doesn't show up on reflective surfaces. He should also inform his friends and family that he doesn't want photos of himself to be posted online, and he should protect his phone camera roll and cloud storage from getting [scanned](https://www.forbes.com/sites/zakdoffman/2026/01/15/google-upgrade-starts-scanning-all-your-photos-be-very-careful/) by remotely controlled AI. Bob should also opt out of any online platforms demanding a facial scan or photo ID in order to [verify his age](https://www.privacyguides.org/videos/2025/08/15/age-verification-is-a-privacy-nightmare/) or identity. -
+{{< /details >}} -## Respect people's choices when it comes to their own privacy, even if they are different from yours +## Respect people's choices when it comes to their own privacy When advising others on data privacy, it's easy to get carried away and forget that other people might have different threat models from our own. 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 9f550f01..9678c268 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 @@ -23,19 +23,19 @@ If we only think of *individual* solutions when a corporation exploits our data, Here are a few questions you can ask yourself whenever a new privacy issue arises in the news, to help expand your perspective beyond individual solutions: -- [ ] What are potential mitigation solutions, and who will realistically be able to use them? +- What are potential mitigation solutions, and who will realistically be able to use them? -- [ ] What will happen to the people who don't have the resources (in time, in money, in knowledge) to protect themselves individually? +- What will happen to the people who don't have the resources (in time, in money, in knowledge) to protect themselves individually? -- [ ] Will this issue impact some communities more than others? Who will this affect the most negatively? +- Will this issue impact some communities more than others? Who will this affect the most negatively? -- [ ] What will be the impact for the people who *cannot* protect themselves individually? +- What will be the impact for the people who *cannot* protect themselves individually? -- [ ] What will be the impact for the people who *can* protect themselves individually? +- What will be the impact for the people who *can* protect themselves individually? -- [ ] Are there other solutions that could be adopted to fight this issue for *everyone* at once, without relying on *individual* harm mitigations. +- Are there other solutions that could be adopted to fight this issue for *everyone* at once, without relying on *individual* harm mitigations. -- [ ] How can we fight against this issue in a way that will benefit *everyone* impacted, including the people who aren't even aware of the issue? +- How can we fight against this issue in a way that will benefit *everyone* impacted, including the people who aren't even aware of the issue? ## More resources 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 88fdd512..9f7ef711 100644 --- a/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md +++ b/content/activism/toolbox/tip-engage-boosts-and-contribute/index.md @@ -15,12 +15,8 @@ Here's what you can do to become a privacy activist: Being a privacy activist means actively taking part in the movement to protect and improve fundamental privacy rights for everyone. -
-

We want to help redefine 'activist' to a term that can include anyone who wants to work collectively to create social change. You don't have to be an expert, and you don't have to spend every waking minute trying to do 'activism'. You just have to be a person who wants to create change with other people.

- -

Source: [*Activist Handbook*](https://activisthandbook.org/theory/what-is-activism#our-response-take-the-%E2%80%98expert%E2%80%99-out-of-%E2%80%98activism%E2%80%99)

- -
+> We want to help redefine 'activist' to a term that can include anyone who wants to work collectively to create social change. You don't have to be an expert, and you don't have to spend every waking minute trying to do 'activism'. You just have to be a person who wants to create change with other people. +> โ€” Source: [*Activist Handbook*](https://activisthandbook.org/theory/what-is-activism#our-response-take-the-%E2%80%98expert%E2%80%99-out-of-%E2%80%98activism%E2%80%99) There are many ways to actively engage in the privacy rights movement. @@ -32,15 +28,15 @@ Perhaps you like to write, to draw, to record videos, or to build applications? Ask yourself these questions: -- [ ] What do I enjoy doing that could also be useful to the cause? +- What do I enjoy doing that could also be useful to the cause? -- [ ] What are my interests? What do I want to learn more about? +- What are my interests? What do I want to learn more about? -- [ ] Which skills and social networks do I already have? +- Which skills and social networks do I already have? -- [ ] How much time do I have to contribute each week? +- How much time do I have to contribute each week? -- [ ] Who around me shares my privacy values and could be an ally? +- Who around me shares my privacy values and could be an ally? ## Things you can do to engage, boost, and contribute @@ -78,12 +74,8 @@ Here are some ideas of what you can do to become a privacy activist in your comm -
-

People who do activism reclaim their own agency in deciding what kind of world they want to live in.

- -

Source: [*Activist Handbook*](https://activisthandbook.org/theory/what-is-activism#personal-is-political)

- -
+> People who do activism reclaim their own agency in deciding what kind of world they want to live in. +> โ€” Source: [*Activist Handbook*](https://activisthandbook.org/theory/what-is-activism#personal-is-political) ## More resources 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 b1ace627..86c70539 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 @@ -17,7 +17,7 @@ Moving away from large commercial platforms can be a complex process, but it's a Not only this allows us to stop feeding a surveillance machine that grows ever hungry for data every month, but it gives us an opportunity to build much more resilient communities, and support platforms that aren't devouring peoples' privacy. -Many are reluctant to quit commercial social media, despite the many issues that have only become worse in the past few years. It's not always easy to leave a place that feels like home and rebuild elsewhere. However, ==when the house is on fire, it's time to leave.== +Many are reluctant to quit commercial social media, despite the many issues that have only become worse in the past few years. It's not always easy to leave a place that feels like home and rebuild elsewhere. However, when the house is on fire, it's time to leave. The more we produce content, and the more we engage with our community on these privacy-invasive platforms, the more we contribute to sustain these predatory corporations making money and thriving at the expense of our followers' data. @@ -49,7 +49,7 @@ Perhaps you are already convinced to leave exploitive social media platforms for One such network is the [**Fediverse**](https://en.wikipedia.org/wiki/Fediverse), a decentralized collection of interconnected applications and servers that can communicate with each other. -The Fediverse was built from a desire for social connection, not from greed for profits. ==This is a fundamental difference that leads to substantial benefits.== Most servers that are part of the Fediverse network are hosted by volunteers who simply want to support their communities. +The Fediverse was built from a desire for social connection, not from greed for profits. This is a fundamental difference that leads to substantial benefits. Most servers that are part of the Fediverse network are hosted by volunteers who simply want to support their communities. There are many applications that can connect to the Fediverse, the most famous probably being the microblogging platform [Mastodon](https://joinmastodon.org/). But you could also choose to join an app more similar to Instagram with [Pixelfed](https://pixelfed.org/), or more similar to YouTube with [PeerTube](https://joinpeertube.org/). They all connect together! 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 9f2c54f6..a5e139b8 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 @@ -69,27 +69,27 @@ We must work together to develop and promote a culture of consent around data co Here are a few practices to improve our culture surrounding data privacy that you can adopt yourself, and help promote in your advocacy work: -- [x] Never publish photos or information about children online. +- Never publish photos or information about children online. -- [x] Don't post pictures of others online without their explicit consent. +- Don't post pictures of others online without their explicit consent. -- [x] If posting photos that include others cannot be avoided, blur the faces of non-consenting people before publication. +- If posting photos that include others cannot be avoided, blur the faces of non-consenting people before publication. -- [x] Blur any visible vehicle license plates before publishing photos. +- Blur any visible vehicle license plates before publishing photos. -- [x] Avoid taking screenshots of other people's posts without their consent (as this prevents them from exercising their right to delete). +- Avoid taking screenshots of other people's posts without their consent (as this prevents them from exercising their right to delete). -- [x] Never share the location or contact information of someone without their explicit consent. +- Never share the location or contact information of someone without their explicit consent. -- [x] Block external applications from accessing the contact information of others (e.g. don't allow the Facebook app to access your contacts). +- Block external applications from accessing the contact information of others (e.g. don't allow the Facebook app to access your contacts). -- [x] Be mindful of how one's computer or phone stores and records other people's information. Never use an application that scans content with potential information about others, such as AI note-takers, AI assistants, or applications like Microsoft's Recall. +- Be mindful of how one's computer or phone stores and records other people's information. Never use an application that scans content with potential information about others, such as AI note-takers, AI assistants, or applications like Microsoft's Recall. -- [x] Never share the files of others with a third-party person or application without their prior permission. +- Never share the files of others with a third-party person or application without their prior permission. -- [x] Unplug smart devices equipped with a microphone or camera at home before any guests enter. If this isn't possible for some reason, then inform your guests about these devices *before* they enter your home, and *before* the device collects any information about them. +- Unplug smart devices equipped with a microphone or camera at home before any guests enter. If this isn't possible for some reason, then inform your guests about these devices *before* they enter your home, and *before* the device collects any information about them. -- [x] Never use devices like Meta's Ray-Ban glasses, i.e. devices equipped with a microphone and/or camera that might record others without their consent. +- Never use devices like Meta's Ray-Ban glasses, i.e. devices equipped with a microphone and/or camera that might record others without their consent. ## More resources 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 b9026711..78d64f7a 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 @@ -19,7 +19,7 @@ When people with different lived experiences and identities join our group, it e When people from different localities join our group, this helps us to regionalize our content and communication to make it accessible to people all around the world, and expand our network. And when people with different mentalities join our group, it helps us to reach out to people with different ways of thinking more easily. -==The more diverse is a team, the more resources it has to understand and support a diverse population of people== interested (or potentially interested) in privacy rights. +The more diverse is a team, the more resources it has to understand and support a diverse population of people interested (or potentially interested) in privacy rights. Inclusivity allows diversity to thrive, and diversity will make it easier for your group to be inclusive. 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 6c031916..9dcd0cca 100644 --- a/content/activism/toolbox/tip-know-your-privacy-laws/index.md +++ b/content/activism/toolbox/tip-know-your-privacy-laws/index.md @@ -21,11 +21,7 @@ Organizations that meet the data subject's local privacy law criteria are legall 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? - -
+{{< details title="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*. @@ -33,8 +29,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. -
-
+{{< /details >}} ## Finding your local regulations 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 eb43bd91..617efd72 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 @@ -17,7 +17,7 @@ There are many styles and scales of leadership. It could mean starting small by Regardless of the scale, it's important to become a *good* leader to lift your community up, which will benefit the whole movement. -Becoming a positive leader in your community doesn't mean running everything, and it doesn't mean being the only one taking decisions while telling others what to do either. First and foremost, ==it means supporting and inspiring people== to become the best privacy advocates they can be. +Becoming a positive leader in your community doesn't mean running everything, and it doesn't mean being the only one taking decisions while telling others what to do either. First and foremost, it means supporting and inspiring people to become the best privacy advocates they can be. ## Supporting others @@ -25,12 +25,8 @@ Being a good leader is primarily being a good listener. A good leader will be at A good leader maximizes the activism strength and energy of each member. This allows the community to thrive, and multiplies the positive impact of everyone's effort. -
-

Good leaders are the key to community organizing. They do not tell other people what to do, but help others to take charge. They do not grab center stage, but nudge others into the limelight.

- -

Source: [The Citizen's Handbook](https://citizenshandbook.org/1_08_lead.html)

- -
+> Good leaders are the key to community organizing. They do not tell other people what to do, but help others to take charge. They do not grab center stage, but nudge others into the limelight. +> โ€” Source: [The Citizen's Handbook](https://citizenshandbook.org/1_08_lead.html) ## Keys to positive leadership @@ -40,27 +36,27 @@ A good conductor ensures that each part is played in harmony with each other, to Here are a few tips that can help you become a positive leader in your community: -- [x] **Learn to delegate work** and split-up tasks. Do not try to do it all by yourself. Delegating and trusting others to do the work will also help prevent activism burnout. +- **Learn to delegate work** and split-up tasks. Do not try to do it all by yourself. Delegating and trusting others to do the work will also help prevent activism burnout. -- [x] **Trust the members of your group** according to their unique skill sets, and reach out to them when their [unique expertise](../tip-value-allies-with-complementary-expertise/) or experience is relevant to another part of the project. +- **Trust the members of your group** according to their unique skill sets, and reach out to them when their [unique expertise](../tip-value-allies-with-complementary-expertise/) or experience is relevant to another part of the project. -- [x] **Show appreciation** both in private and in public, and [give credit](../tip-give-credit-where-credit-is-due/) where credit is due. This is incredibly important to retain the dedicated members of your group, and to attract new advocates. +- **Show appreciation** both in private and in public, and [give credit](../tip-give-credit-where-credit-is-due/) where credit is due. This is incredibly important to retain the dedicated members of your group, and to attract new advocates. -- [x] **Inspire and support** your group members to reach their full potential, and to become the best privacy advocates they can be. Make sure their needs are met, and that they feel safe coming to you for requests. +- **Inspire and support** your group members to reach their full potential, and to become the best privacy advocates they can be. Make sure their needs are met, and that they feel safe coming to you for requests. -- [x] **Build a team that is inclusive and diverse.** A [diverse team](../tip-keep-your-posts-and-community-inclusive/) will help your group gain a broader perspective, and be able to do more by having access to a diversity of experiences, skills, and networks. It will also help your message reach more people. +- **Build a team that is inclusive and diverse.** A [diverse team](../tip-keep-your-posts-and-community-inclusive/) will help your group gain a broader perspective, and be able to do more by having access to a diversity of experiences, skills, and networks. It will also help your message reach more people. -- [x] **Lead by example** adopting principles of [integrity](../tip-stay-true-to-your-principles/), transparency, and work-life balance. Valorize and exemplify these behaviors within your group. +- **Lead by example** adopting principles of [integrity](../tip-stay-true-to-your-principles/), transparency, and work-life balance. Valorize and exemplify these behaviors within your group. -- [x] **Plan and organize projects transparently.** Make sure the members of your group are aware of the direction you have in mind, and that they support it. Avoiding surprises internally will make your members feel safer, and will help with retention and satisfaction. +- **Plan and organize projects transparently.** Make sure the members of your group are aware of the direction you have in mind, and that they support it. Avoiding surprises internally will make your members feel safer, and will help with retention and satisfaction. -- [x] **Regularly ask** the members of your group which tasks they prefer to do, and in which direction they want to go. Your group members should enjoy what they are doing, otherwise they will not stick around. Review this regularly, as situations can change and evolve. +- **Regularly ask** the members of your group which tasks they prefer to do, and in which direction they want to go. Your group members should enjoy what they are doing, otherwise they will not stick around. Review this regularly, as situations can change and evolve. -- [x] **Make sure your group members have all the rest and resources they need.** This is essential if you want a motivated team, with members that will invest the best of themselves in your group projects. +- **Make sure your group members have all the rest and resources they need.** This is essential if you want a motivated team, with members that will invest the best of themselves in your group projects. -- [x] **Organize leisure opportunities** for your group to discuss together about things other than work, and bound as a team. This will help improve communication, increase morale, and build better relationships within your group, as well as nurture a sense of belonging. Don't make this mandatory, however. Respect everyone's personal availabilities and boundaries. +- **Organize leisure opportunities** for your group to discuss together about things other than work, and bound as a team. This will help improve communication, increase morale, and build better relationships within your group, as well as nurture a sense of belonging. Don't make this mandatory, however. Respect everyone's personal availabilities and boundaries. -- [x] **Be (temporarily) replaceable.** If all the work your group does depends on your presence, all your projects will stop when you need to rest. This is a recipe for disaster, because you need to be able to [take time off](../tip-take-time-to-rest/) as much as any other members of your group. Have a backup plan ready, and communicate it with your group in advance. That way, if you fall sick, have to travel, or need time to take care of your family for a while, you will be able to take the time you need. Until you come back, you will be able to rest fully without stress, knowing your projects will keep running well despite your absence. +- **Be (temporarily) replaceable.** If all the work your group does depends on your presence, all your projects will stop when you need to rest. This is a recipe for disaster, because you need to be able to [take time off](../tip-take-time-to-rest/) as much as any other members of your group. Have a backup plan ready, and communicate it with your group in advance. That way, if you fall sick, have to travel, or need time to take care of your family for a while, you will be able to take the time you need. Until you come back, you will be able to rest fully without stress, knowing your projects will keep running well despite your absence. ## Bigger projects to organize @@ -104,93 +100,6 @@ suffix: " "; -## Tools that can help you to assemble and organize - -Here are a few privacy-focused tools and services that can help you to organize your groups and actions: - -
- -
- -![CryptPad logo](../../../tools/software/document-collaboration/cryptpad.svg){ align=right } - -**CryptPad** is a free open-source collaborative office suite that uses end-to-end encryption. - -:page_with_curl: Use it as an alternative to Google Docs! - -[More info](../../../tools/software/document-collaboration/index.md#cryptpad) -[Homepage](https://cryptpad.fr/) -[Review](https://www.privacyguides.org/articles/2025/02/07/cryptpad-review/) -{ .pg:buttons } - -
- -
- -![Mastodon logo](../../../tools/software/social-networks/mastodon.svg){ align=right } - -**Mastodon** is a free and open-source microblogging social network. - -:speech_balloon: Use it as an [alternative](../tip-improve-your-social-media-and-build-resilient-communities/) to commercial social media such as *X*, *Facebook*, *Instagram*, *Threads*, *TikTok*, or *Bluesky*. - -[More info](../../../tools/software/social-networks/index.md#mastodon) -[Homepage](https://joinmastodon.org/) -[Review](https://www.privacyguides.org/articles/2025/07/15/mastodon-privacy-and-security/) -{ .pg:buttons } - -
- -
- -![Element logo](../../../tools/software/social-networks/element.svg){ align=right } - -**Element** is a free open-source client for the [Matrix](https://matrix.org/) open standard for chat-room group communication. - -:loudspeaker: Use it as a privacy-preserving alternative to *Slack* or *Discord*. - -[More info](../../../tools/software/social-networks/index.md#element) -[Homepage](https://element.io/) -{ .pg:buttons } - -
- -
- -![PeerTube logo](../../../tools/software/social-networks/peertube.svg){ align=right } - -**PeerTube** is a free open-source video platform developed by the French nonprofit [Framasoft](https://framasoft.org/en/). - -:video_camera: Use it to share videos with your community free from *YouTube*'s control. - -[Homepage](../../../tools/software/social-networks/index.md#peertube) -{ .pg:buttons } - -
- -
- - - -
-More Alternatives  ๐Ÿ“— - -- **Maps & Navigation:** [Organic Maps](../../../tools/software/maps/index.md#organic-maps) or [OsmAnd](../../../tools/software/maps/index.md#osmand) -- **Calendar Sync:** [Tuta](../../../tools/services/calendar/index.md#tuta) or [Proton](../../../tools/services/calendar/index.md#proton-calendar) -- **Cloud Storage:** [Proton Drive](../../../tools/services/cloud/index.md#proton-drive), [Tresorit](../../../tools/services/cloud/index.md#tresorit), or [Peergos](../../../tools/services/cloud/index.md#peergos) -- **File Sharing:** [OnionShare](../../../tools/software/file-sharing/index.md#onionshare), [Send](../../../tools/software/file-sharing/index.md#send), or [Syncthing](../../../tools/software/file-sharing/index.md#syncthing-p2p) - -More tools for community organization could include [LAUTI](https://lauti.org/) for community calendars, and [Mobilizon](https://mobilizon.org/) for events and groups. For more on better alternatives to use, you can check this [tip on why and how to migrate away from Big Tech](../tip-migrate-outside-the-surveillance-ecosystem/) for your privacy advocacy work. - -
- ## More resources ### Leadership @@ -214,5 +123,3 @@ More tools for community organization could include [LAUTI](https://lauti.org/) - [Develop your activist strategy: Writing a strategy for your movement (*Activist Handbook*)](https://activisthandbook.org/strategy/develop) - [Campaign accelerator training (*Mobilisation Lab*)](https://mobilisationlab.org/training-coaching/campaign-accelerator-training/) - - 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 c8fc00d2..9c9f86a7 100644 --- a/content/activism/toolbox/tip-lift-your-allies-up/index.md +++ b/content/activism/toolbox/tip-lift-your-allies-up/index.md @@ -17,17 +17,17 @@ It's easy to get lost in our own niche advocacy, and lose track of what others i Nevertheless, if we want to [**build a movement**](../tip-start-alliances-not-wars/) (and to succeed, we must) we need all the help we can get, from every person and organization sharing our values. -- [x] Whenever you see an organization with a campaign compatible with your mission, lift them up! +- Whenever you see an organization with a campaign compatible with your mission, lift them up! -- [x] Even if you are an organization yourself, lift others up too! +- Even if you are an organization yourself, lift others up too! -- [x] Even if you are also working on a similar project, lift them up with you! +- Even if you are also working on a similar project, lift them up with you! It doesn't matter if you are working on something comparable yourself, or if perhaps you would word their work slightly differently. As long as the message is aligned with your mission and values, spread the words of your allies loud and far! By lifting each other up, we will broaden the reach of the message we share, and ultimately this serves our goals and our community too. -In privacy advocacy, we truly need to adopt the mindset: ==The more, the merrier.== +In privacy advocacy, we truly need to adopt the mindset: The more, the merrier. ## Concrete ways to support and lift your allies up diff --git a/content/activism/toolbox/tip-make-it-cute/index.md b/content/activism/toolbox/tip-make-it-cute/index.md index 117d7274..96885fa9 100644 --- a/content/activism/toolbox/tip-make-it-cute/index.md +++ b/content/activism/toolbox/tip-make-it-cute/index.md @@ -13,7 +13,7 @@ Here's why you should make your design appealing and accessible to everyone: Quality design for User Interface (UI) and User Experience (UX) is fundamental to product adoption. Unfortunately, this is regularly neglected by developers working on privacy-focused projects. Often, this is due to lack of resources, but sometimes it's simply an oversight. -The problem is that if your application or website isn't appealing visually, is awkward to use, difficult to understand, or use jargon inaccessible to newcomers, ==people who aren't already in your community are much less likely to adopt your product==, regardless of the privacy benefits it offers. Trying to tell people a billion times they should switch to using your app will be no help at all if it's unpleasant to use on a daily basis. +The problem is that if your application or website isn't appealing visually, is awkward to use, difficult to understand, or use jargon inaccessible to newcomers, people who aren't already in your community are much less likely to adopt your product, regardless of the privacy benefits it offers. Trying to tell people a billion times they should switch to using your app will be no help at all if it's unpleasant to use on a daily basis. When your app is ugly, fewer people want to use it, and fewer people benefit from its protections. Minimizing the importance of visual appeal and ease-of-use will only impact your goals negatively. 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 bc0b1cba..7a691db3 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 @@ -39,18 +39,14 @@ While using the most popular mainstream tools and platforms for our work might s Because a better world *is* actually possible, right now. It might not be as easy and as convenient, but it's certainly possible to thrive outside the Big Tech surveillance apparatus, especially for privacy activists and digital rights organizations. - As the saying goes: ==If not us, then who? If not now, then when?== + As the saying goes: If not us, then who? If not now, then when? ## How to migrate away from privacy-harmful tools and choose better alternatives -
-

What is the best tool?

- -For each proposed alternative, you should always first consider your own [threat model](../../../wiki/basics/threat-modeling/index.md). One tool might be ideal for one person or organization, but another tool might be better for another. Make sure to understand well your threat model in order to choose the tools that are the best for your unique situation. - -
+> [!IMPORTANT] +> For each proposed alternative, you should always first consider your own [threat model](../../../wiki/basics/threat-modeling/index.md). One tool might be ideal for one person or organization, but another tool might be better for another. Make sure to understand well your threat model in order to choose the tools that are the best for your unique situation. There are two good news about this: @@ -65,6 +61,9 @@ Here's a list of alternative solutions you can start adopting to improve data pr