diff --git a/web/src/pages/about.astro b/web/src/pages/about.astro new file mode 100644 index 0000000..d1528e5 --- /dev/null +++ b/web/src/pages/about.astro @@ -0,0 +1,98 @@ +--- + +import Layout from '@layouts/Layout.astro'; +import Main from '@components/scafold/MainCard.astro'; + +--- + + +
+

Objective

+

+ Large data-hungry corporations dominate the digital world but with little, + or no respect for your privacy. + We believe that privacy is a fundamental human right and that it should be protected. +

+ Migrating to open-source applications and those with a strong emphasis on + privacy & security will help safegaurd you from corporations, + governments, and hackers who log, store or sell your sensetive personal data. +

+ Awesome Privacy is a directory of alternative software which respects your privacy. +

+ +

+
+ +

Contributing

+

+ 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. + It's thanks to contributors like you that this project is possible 💜 +

+ 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. +

+ 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. +

+
+ +

Credits

+

+ 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. +

+
+ +

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. +

+
+ +

License

+

+ 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. +

+ +
+
+ +