diff --git a/astro.config.mjs b/astro.config.mjs index f8b8e685..c0d3a049 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -54,6 +54,8 @@ export default defineConfig({ { label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' }, { label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' }, { label: 'Privacy Academy 👩‍🏫', link: '/projects/privacy-academy' }, + { label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' }, + { label: 'Women in Privacy', link: '/projects/women-in-privacy' }, ], }, { diff --git a/src/content/docs/about-us/manifesto.md b/src/content/docs/about-us/manifesto.md index 1fb65bd5..e9192019 100644 --- a/src/content/docs/about-us/manifesto.md +++ b/src/content/docs/about-us/manifesto.md @@ -6,7 +6,7 @@ title: Manifesto With unified efforts, we carve out a path toward a more equitable, decentralized and freedom-respecting digital commons. -![manifesto web](https://github.com/web3privacy/docs/assets/101947219/be3e7555-533d-4add-83cf-72065d1da05a) +![manifesto docs](../assets/manifesto-docs.jpg) @@ -48,4 +48,4 @@ We produce and curate knowledge to empower individuals restoring their agency in _We envision a world where privacy is a conscious, actively chosen lifestyle, accessible to everyone, everywhere._ -![Bringing 100M users to privacy market](./assets/Bringing-100M-to-privacy-market.png) +![Bringing 100M users to privacy market](../assets/Bringing-100M-to-privacy-market.png) diff --git a/src/content/docs/assets/manifesto-docs.jpg b/src/content/docs/assets/manifesto-docs.jpg new file mode 100644 index 00000000..f1b15739 Binary files /dev/null and b/src/content/docs/assets/manifesto-docs.jpg differ diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 458e530f..1c18b63f 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -63,10 +63,10 @@ A summary of what we have already accomplished can be found on the [History](/ab - + - + @@ -90,16 +90,16 @@ We use various [Communication tools](/ecosystem/communication). For our work we The initiative is managed by a [Core Team](/governance/core-team) of four people who take care of operations. We are also in the process of creating Association as legal entity for our activities. - + - + ## We are very open 💛 -All our activities are public and fully [open-source](/contributors/git). Feel free to [contribute](/contributors/index)! +All our activities are public and fully [open-source](/contributors/git). Feel free to [contribute](/contributors/)! diff --git a/src/content/docs/projects/women in privacy.md b/src/content/docs/projects/women-in-privacy.md similarity index 100% rename from src/content/docs/projects/women in privacy.md rename to src/content/docs/projects/women-in-privacy.md