From 796a7a2545b31422dff732e4557357d3fd3296ae Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Thu, 15 Jun 2023 15:49:22 +0200 Subject: [PATCH] Add initial privacy policy/tos --- frontend/public/bellingcat-bimi.svg | 45 +++ frontend/src/App.vue | 4 + frontend/src/components/PrivacyPolicy.vue | 471 ++++++++++++++++++++++ frontend/src/components/TermsOfUse.vue | 361 +++++++++++++++++ 4 files changed, 881 insertions(+) create mode 100644 frontend/public/bellingcat-bimi.svg create mode 100644 frontend/src/components/PrivacyPolicy.vue create mode 100644 frontend/src/components/TermsOfUse.vue diff --git a/frontend/public/bellingcat-bimi.svg b/frontend/public/bellingcat-bimi.svg new file mode 100644 index 0000000..cbd34fe --- /dev/null +++ b/frontend/public/bellingcat-bimi.svg @@ -0,0 +1,45 @@ + + +Bellingcat + + + + + + + + + diff --git a/frontend/src/App.vue b/frontend/src/App.vue index f9788db..c4bb1b4 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -16,6 +16,10 @@ + + Privacy Policy + Terms of Use + diff --git a/frontend/src/components/PrivacyPolicy.vue b/frontend/src/components/PrivacyPolicy.vue new file mode 100644 index 0000000..a3b4f77 --- /dev/null +++ b/frontend/src/components/PrivacyPolicy.vue @@ -0,0 +1,471 @@ + + \ No newline at end of file diff --git a/frontend/src/components/TermsOfUse.vue b/frontend/src/components/TermsOfUse.vue new file mode 100644 index 0000000..d3533d4 --- /dev/null +++ b/frontend/src/components/TermsOfUse.vue @@ -0,0 +1,361 @@ +