|
|
|
@ -0,0 +1,30 @@
|
|
|
|
|
<script>
|
|
|
|
|
import Form from "$lib/elements/Form.svelte";
|
|
|
|
|
import Social from "$lib/elements/Social.svelte";
|
|
|
|
|
import Navbar from "$lib/header/Navbar.svelte";
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<svelte:head>
|
|
|
|
|
<meta property="og:title" content="Terms of Service || Siv Kyne" />
|
|
|
|
|
<meta property="og:description" content="By commissioning Siv Kyne, you are agreeing to all of these terms and are held responsible for any noncomformities. These terms may be updated at any time without notice." />
|
|
|
|
|
<title>Terms of Service || Siv Kyne</title>
|
|
|
|
|
</svelte:head>
|
|
|
|
|
|
|
|
|
|
<main class="flex flex-col gap-5">
|
|
|
|
|
<Navbar page="/commissions" />
|
|
|
|
|
|
|
|
|
|
<section class="container bg-gray-800 rounded-lg shadow-lg p-5 flex flex-col gap-5">
|
|
|
|
|
<h1 class="text-2xl font-bold fira-bold">Terms of Service</h1>
|
|
|
|
|
<p class="text-sm lg:text-base">
|
|
|
|
|
By commissioning Siv Kyne, you are agreeing to all of these terms and are held responsible for any noncomformities. These terms may be updated at any time without notice.
|
|
|
|
|
<br/><br/>
|
|
|
|
|
When commissioning Siv Kyne, you, the customer, are paying for the production of the product. The product’s intellectual property rights shall always belong to Siv Kyne unless explicitly stated otherwise. Rights to the product itself may be purchased from Siv Kyne at 500% of the production cost.
|
|
|
|
|
<br/><br/>
|
|
|
|
|
Payment is generally taken through PayPal or Cashapp. Siv Kyne shall also accept payment in gift cards upon request. Payment shall be made upfront, and production shall not begin until full payment is sent.
|
|
|
|
|
<br/><br/>
|
|
|
|
|
When requesting a refund, the amount of money you shall be refunded depends on how much progress was made on your product. Refunds are strictly disallowed after you have been sent the final product. Attempting to charge back shall result in a ban from receiving any future products from Siv Kyne. If Siv Kyne must stop production of your product due to an issue on her end, then you shall be refunded 100% of the cost.
|
|
|
|
|
<br/><br/>
|
|
|
|
|
Siv Kyne is strictly against creating any NSFW products. Attempting to commission an NSFW product from Siv Kyne will result in a 6 month ban from receiving any future products from her. If you paid Siv Kyne before stating that you want an NSFW product, then she is not obligated to refund you. Siv Kyne is allowed to deny commission inquiries without explanation.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
</main>
|