From 29be38a95a0a9ddd01232e8e9e068cf893ff7acc Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Tue, 5 Oct 2021 03:41:51 -0700 Subject: [PATCH] About Page Related to Issue #36 --- components/about/Contact.vue | 9 ++++ components/about/Info.vue | 15 +++++++ components/about/Privacy.vue | 86 ++++++++++++++++++++++++++++++++++++ pages/about.vue | 4 +- 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 components/about/Contact.vue create mode 100644 components/about/Info.vue create mode 100644 components/about/Privacy.vue diff --git a/components/about/Contact.vue b/components/about/Contact.vue new file mode 100644 index 00000000..38f8ec98 --- /dev/null +++ b/components/about/Contact.vue @@ -0,0 +1,9 @@ + diff --git a/components/about/Info.vue b/components/about/Info.vue new file mode 100644 index 00000000..4b79b252 --- /dev/null +++ b/components/about/Info.vue @@ -0,0 +1,15 @@ + diff --git a/components/about/Privacy.vue b/components/about/Privacy.vue new file mode 100644 index 00000000..aa9b9877 --- /dev/null +++ b/components/about/Privacy.vue @@ -0,0 +1,86 @@ + + + + +{ + "en-GB": { + "aboutPage": { + "privacy": { + "title": "Privacy Policy", + "par1": "At Oengus, accessible from {oengus-link}, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Oengus and how we use it.", + "par2": "If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.", + "log": { + "title": "Log Files", + "par1": "Oengus follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information." + }, + "cookies": { + "title": "Cookies and Web Beacons", + "par1": "Like any other website, Oengus uses 'cookies'. These cookies are used to store information including visitors' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information." + }, + "thirdParty": { + "title": "Third Party Privacy Policies", + "par1": "Oengus's Privacy Policy does not apply to other advertisers or websites.", + "par2": "You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites." + }, + "children": { + "title": "Children's Information", + "par1": "Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.", + "par2": "Oengus does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records." + }, + "online": { + "title": "Online Privacy Policy Only", + "par1": "This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Oengus. This policy is not applicable to any information collected offline or via channels other than this website." + }, + "consent": { + "title": "Consent", + "par1": "By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions." + } + } + } + } +} + diff --git a/pages/about.vue b/pages/about.vue index e23fb9bd..ca729f60 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -1,5 +1,7 @@