-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from nyomansunima/86-feature-terms
86 feature terms
- Loading branch information
Showing
2 changed files
with
131 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
3c1e7ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
personal-site-studio – ./apps/studio
studio.nyomansunima.vercel.app
personal-site-studio-nyomansunima.vercel.app
personal-site-studio-git-main-nyomansunima.vercel.app
studio.nyomansunima.com