mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
Add forward/back buttons to site footer
This commit is contained in:
parent
8a6affff69
commit
2ffabaa932
3 changed files with 7 additions and 11 deletions
|
|
@ -1,17 +1,15 @@
|
|||
---
|
||||
title: "Privacy Guides Activism"
|
||||
title: "About the Activism Section"
|
||||
url: https://www.privacyguides.org/en/activism/
|
||||
description: Privacy Guides' Activism section contains tools to support the community in its privacy advocacy and activism effort, both for individuals and organizations.
|
||||
hide:
|
||||
- feedback
|
||||
---
|
||||
# About the Activism Section
|
||||
|
||||
**Privacy Guides' Activism section offers a new way to empower the digital rights community.**
|
||||
|
||||
This section contains information to help you become a better defender of privacy rights, both for individuals and organizations.
|
||||
|
||||
{align=top}
|
||||
{align=top}
|
||||
|
||||
## We must fight for privacy rights collectively
|
||||
|
||||
|
|
@ -23,9 +21,5 @@ For privacy to become a valued and respected human right, **we must work togethe
|
|||
|
||||
This section will progressively grow with more tools to support the community in its privacy advocacy and activism effort. The Privacy Activist Toolbox is the first part of this new development.
|
||||
|
||||
<a href="./toolbox/privacy-activist-toolbox/"><div class="category-button" markdown>
|
||||
<style>.category-button {background-color: var(--pg-blue);}</style>
|
||||
{.category-button-icon}
|
||||
Privacy Activist Toolbox
|
||||
</div>
|
||||
</a>
|
||||
<style>.category-button {background-color: var(--pg-blue);}</style>
|
||||
[<div class="category-button" markdown>{.category-button-icon} Privacy Activist Toolbox</div>](toolbox/index.md)
|
||||
|
|
@ -13,6 +13,7 @@ markdown_extensions:
|
|||
- tools.md
|
||||
- about.md
|
||||
- about/*
|
||||
- activism/*
|
||||
targets:
|
||||
exclude:
|
||||
- about/contributors.md
|
||||
|
|
|
|||
|
|
@ -286,6 +286,7 @@ theme:
|
|||
- navigation.sections
|
||||
- navigation.path
|
||||
- navigation.indexes
|
||||
- navigation.footer
|
||||
- content.action.edit
|
||||
- content.tabs.link
|
||||
- content.tooltips
|
||||
|
|
@ -458,7 +459,7 @@ nav:
|
|||
- "alternative-networks.md"
|
||||
- "device-integrity.md"
|
||||
- !ENV [NAV_ACTIVISM, "Activism"]:
|
||||
- "activism.md"
|
||||
- "activism/index.md"
|
||||
- !ENV [NAV_ACTIVISM_TOOLBOX, "Activist Toolbox"]:
|
||||
- "activism/toolbox/index.md"
|
||||
- "Check Your Laws":
|
||||
|
|
|
|||
Loading…
Reference in a new issue