Skip to content

Commit

Permalink
Merge pull request #100 from nyomansunima/86-feature-terms
Browse files Browse the repository at this point in the history
86 feature terms
  • Loading branch information
nyomansunima authored Jun 12, 2023
2 parents 85c1aef + d332c26 commit 3c1e7ef
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/pages/privacy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<main class="flex flex-col py-60">
<div class="container mx-auto">
<article
class="mx-auto px-5 prose prose-lg dark:prose-invert prose-headings:font-semibold prose-strong:font-semibold text-black dark:text-gray-100 prose-h1:text-6xl"
class="mx-auto px-5 prose prose-lg dark:prose-invert prose-headings:font-medium text-black dark:text-gray-100 prose-h1:text-6xl"
>
<h1 data-cursor-size="200" data-cursor-exclusion>Privacy Policy</h1>
<p><strong>Effective Date: Monday, 12 June 2023</strong></p>

<p>
This Privacy Policy outlines the information practices and procedures
followed by [Your Website Name] ("we," "us," or "our") regarding the
collection, use, and disclosure of personal information when you
followed by https://nyomansunima.com ("we," "us," or "our") regarding
the collection, use, and disclosure of personal information when you
access and use our website (the "Website"). We are committed to
protecting your privacy and ensuring the security of your personal
information. By accessing or using our Website, you consent to the
Expand Down
128 changes: 128 additions & 0 deletions apps/web/pages/terms.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
<template>
<main class="flex flex-col py-60">
<div class="container mx-auto">
<article
class="mx-auto px-5 prose prose-lg dark:prose-invert prose-headings:font-medium text-black dark:text-gray-100 prose-h1:text-6xl prose-a:font-semibold"
>
<h1 data-cursor-size="200" data-cursor-exclusion>Term of use</h1>

<p>
Welcome to Nyoman Sunima These Terms of Use govern your use of our
website, located at
<a href="https://nyomansunima.com">https://nyomansunima.com</a>.
Please read these terms carefully before accessing or using our
website.
</p>

<h2>Acceptance of Terms</h2>
<p>
By accessing or using our website, you agree to be bound by these
Terms of Use and all applicable laws and regulations. If you do not
agree to these terms, you may not access or use our website.
</p>
<h2>Intellectual Property</h2>

<p>
All content on our website, including but not limited to text,
graphics, logos, images, and software, is the property of Nyoman
Sunima and is protected by intellectual property laws. You may not
use, reproduce, distribute, or modify any content from our website
without prior written permission from us.
</p>

<h2>User Conduct</h2>

<p>
When using our website, you agree to abide by the following
guidelines:
</p>

<ul>
<li>Do not engage in any unlawful, harmful, or abusive behavior.</li>
<li>
Do not post or transmit any content that is defamatory, obscene, or
infringes upon the rights of others.
</li>
<li>
Do not attempt to gain unauthorized access to our website or
interfere with its functionality.
</li>
<li>
Do not use our website for commercial purposes without our prior
written consent.
</li>
</ul>

<h2>Third-Party Websites and Content</h2>
<p>
Our website may contain links to third-party websites or display
content from third parties. We do not endorse or control these
websites or content, and we are not responsible for any damages or
losses incurred as a result of your use of or reliance on them.
</p>

<h2>Disclaimer of Warranties</h2>
<p>
Our website is provided on an "as is" and "as available" basis,
without any warranties of any kind, whether express or implied. We do
not guarantee that our website will be error-free, secure, or
uninterrupted. Your use of our website is at your own risk.
</p>
<h2>Limitation of Liability</h2>
<p>
In no event shall
<a href="https://nyomansunima.com">https://nyomansunima.com</a> or its
affiliates be liable for any direct, indirect, incidental,
consequential, or punitive damages arising out of or in connection
with your use of our website. This includes, but is not limited to,
any damages for loss of profits, data, or other intangible losses,
even if we have been advised of the possibility of such damages.
</p>

<h2>Privacy Policy</h2>
<p>
By using our website, you agree to the terms of our Privacy Policy,
which describes how we collect, use, and disclose your personal
information. Our Privacy Policy is incorporated into these Terms of
Use by reference.
</p>

<h2>Changes to the Terms of Use</h2>
<p>
We reserve the right to modify or update these Terms of Use at any
time without prior notice. Any changes will be effective immediately
upon posting on our website. Your continued use of our website after
any modifications to these terms constitutes your acceptance of the
updated terms.
</p>

<h2>Governing Law and Jurisdiction</h2>
<p>
These Terms of Use shall be governed by and construed in accordance
with the laws of Bali, Indonesia. Any dispute arising out of or in
connection with these terms shall be subject to the exclusive
jurisdiction of the courts located in Jakarta.
</p>

<h2>Contact Us</h2>
<p>
If you have any questions or concerns regarding these Terms of Use,
please contact us at [email protected].
</p>
</article>
</div>
</main>
</template>

<script setup lang="ts">
definePageMeta({
layout: 'main',
})
useSeoMeta({
title: 'Terms of use',
description: 'Term of use Nyomansunima',
ogTitle: 'Term of use | Nyoman Sunima',
ogDescription: 'Term of use Nyomansunima',
})
</script>

1 comment on commit 3c1e7ef

@vercel
Copy link

@vercel vercel bot commented on 3c1e7ef Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.