78 lines
3.0 KiB
Vue
78 lines
3.0 KiB
Vue
<script setup lang="ts">
|
|
definePageMeta({ public: true, layout: false });
|
|
</script>
|
|
|
|
<template>
|
|
<q-layout>
|
|
<q-page-container>
|
|
<q-page padding>
|
|
<h1>Website Terms and Conditions of Use</h1>
|
|
|
|
<h2>1. Terms</h2>
|
|
<p>
|
|
By accessing this Website, accessible from https://undock.ca, you are
|
|
agreeing to be bound by these Website Terms and Conditions of Use and
|
|
agree that you are responsible for the agreement with any applicable
|
|
local laws. If you disagree with any of these terms, you are
|
|
prohibited from accessing this site. The materials contained in this
|
|
Website are protected by copyright and trade mark law.
|
|
</p>
|
|
|
|
<h2>2. Use License</h2>
|
|
<p>
|
|
Permission is granted to temporarily download one copy of the
|
|
materials on undock.ca's Website for personal, non-commercial
|
|
transitory viewing only. This is the grant of a license, not a
|
|
transfer of title, and under this license you may not:
|
|
</p>
|
|
<ul>
|
|
<li>modify or copy the materials;</li>
|
|
<li>use the materials for any commercial purpose or for any public display;</li>
|
|
<li>attempt to reverse engineer any software contained on undock.ca's Website;</li>
|
|
<li>remove any copyright or other proprietary notations from the materials; or</li>
|
|
<li>transferring the materials to another person or "mirror" the materials on any other server.</li>
|
|
</ul>
|
|
|
|
<h2>3. Disclaimer</h2>
|
|
<p>
|
|
All the materials on undock.ca's Website are provided "as is". undock.ca makes no
|
|
warranties, may it be expressed or implied, therefore negates all other warranties.
|
|
</p>
|
|
|
|
<h2>4. Limitations</h2>
|
|
<p>
|
|
undock.ca or its suppliers will not be hold accountable for any damages that will
|
|
arise with the use or inability to use the materials on undock.ca's Website.
|
|
</p>
|
|
|
|
<h2>5. Revisions and Errata</h2>
|
|
<p>
|
|
The materials appearing on undock.ca's Website may include technical, typographical,
|
|
or photographic errors. undock.ca will not promise that any of the materials in this
|
|
Website are accurate, complete, or current.
|
|
</p>
|
|
|
|
<h2>6. Links</h2>
|
|
<p>
|
|
undock.ca has not reviewed all of the sites linked to its Website and is not
|
|
responsible for the contents of any such linked site.
|
|
</p>
|
|
|
|
<h2>7. Site Terms of Use Modifications</h2>
|
|
<p>
|
|
undock.ca may revise these Terms of Use for its Website at any time without prior notice.
|
|
</p>
|
|
|
|
<h2>8. Your Privacy</h2>
|
|
<p>Please read our <a href="/privacy-policy">Privacy Policy.</a></p>
|
|
|
|
<h2>9. Governing Law</h2>
|
|
<p>
|
|
Any claim related to undock.ca's Website shall be governed by the laws of ca without
|
|
regards to its conflict of law provisions.
|
|
</p>
|
|
</q-page>
|
|
</q-page-container>
|
|
</q-layout>
|
|
</template>
|