refactor: everything to nuxt.js
This commit is contained in:
43
app/pages/privacy-policy.vue
Normal file
43
app/pages/privacy-policy.vue
Normal file
@@ -0,0 +1,43 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({ public: true, layout: false });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<q-layout>
|
||||
<q-page-container>
|
||||
<q-page padding>
|
||||
<h1>Privacy Policy for Undock.ca</h1>
|
||||
|
||||
<p>
|
||||
At Undock, accessible from https://undock.ca, 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 Undock and how we use it.
|
||||
</p>
|
||||
|
||||
<h2>General Data Protection Regulation (GDPR)</h2>
|
||||
<p>We are a Data Controller of your information.</p>
|
||||
|
||||
<h2>Log Files</h2>
|
||||
<p>
|
||||
Undock follows a standard procedure of using log files. These files log visitors
|
||||
when they visit websites. 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.
|
||||
</p>
|
||||
|
||||
<h2>Cookies and Web Beacons</h2>
|
||||
<p>
|
||||
Like any other website, Undock uses "cookies". These cookies are used to store
|
||||
information including visitors' preferences, and the pages on the website that
|
||||
the visitor accessed or visited.
|
||||
</p>
|
||||
|
||||
<h2>Consent</h2>
|
||||
<p>
|
||||
By using our website, you hereby consent to our Privacy Policy and agree to its
|
||||
<a href="/terms-of-service">terms</a>.
|
||||
</p>
|
||||
</q-page>
|
||||
</q-page-container>
|
||||
</q-layout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user