Objective
@@ -28,39 +128,106 @@ import Main from '@components/scafold/MainCard.astro';
Awesome Privacy (including all data and code) is fully open source,
maintained by a core group of volenteers, with a lot of help from the community.
- We welcome suggestions, additions, edits and removals to the list.
+ We welcome suggestions, additions, edits and removals to the list.
It's thanks to contributors like you that this project is possible 💜
- To get started, head over to our GitHub repository.
+ To get started, head over to our GitHub repository.
From here, you'll be able to edit awesome-privacy.yml
- where all data is stored, and then submit your changes as a pull request.
+ where all data is stored, and then submit your changes as a pull request.
- You can find further details on the repo.
- Be sure to check the contributing guidelines before submitting a PR or issue,
- and ensure you're following our Code of Conduct.
+ If you're new to open source, you can find some resources to get you started
+ at git-in.to, but feel free to reach out if you need any help 😊
Credits
+ Sponsors
+ Huge thanks to the following sponsors, for their ongoing support 💖
+
+
+ Contributors
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
- eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
- sunt in culpa qui officia deserunt mollit anim id est laborum.
+ This project exists thanks to all the people who've helped build and maintain it.
+ Special thanks to the below, top-100 contributors 🌟
+
+ {contributorsResource().then((sponsors) => {
+ return sponsors.map((sponsor: any) => (
+
+
+ {sponsor.login}
+
+ ));
+ })}
+
+
Author
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
- eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
- sunt in culpa qui officia deserunt mollit anim id est laborum.
-
+
+
+ This project was originally started by
+ me, Alicia Sykes
+ (with a lot of help from the community)
+
+
+
+ I build apps which aim to help people escape big tech, secure their data,
+ and protect their privacy.
+
+
+
+
+
+
+
+ {
+ socials.map((social) => (
+
+
+
+ ))
+ }
+
+
+
+ I have a particular interest in self-hosting, Linux, security and OSINT.
+ So if this type of stuff interests you, check out these other projects:
+
+
+
+
+ If you'd like to support the ongoing work on Awesome Privacy,
+ and other similar projects,
+ consider sponsoring me on GitHub 💖
+
+
+
+
License
@@ -74,6 +241,7 @@ import Main from '@components/scafold/MainCard.astro';