main
Midnight 3 years ago
parent e54e2c4d27
commit 35b5481384

@ -27,18 +27,4 @@
Now, I'm a professional artist by definition. My stories are in the sluggish process of becoming novels. I continue to practice the piano, though under new guidance due to my old teacher's retiring. My bike is still the place where I go to relieve my stress. We own a lot less farm animals now than before, but at least we have more cats.
</p>
</section>
<section class="container bg-gray-800 rounded-lg shadow-lg p-5 flex flex-col">
<div class="flex flex-wrap justify-center items-center gap-5">
<Social href="https://twitter.com/SivKyne" icon="🐦" text="Twitter" />
<Social href="https://discord.com/invite/5JCZTv3TtF" icon="💬" text="Discord" />
<Social href="https://www.youtube.com/channel/UC1pnonYCZv1mi3XImhX35-A" icon="📺" text="YouTube" />
<Social href="https://www.deviantart.com/sivkyne" icon="🖼️" text="DeviantArt" />
<Social href="https://steamcommunity.com/id/sivkyne" icon="🎮" text="Steam" />
<Social href="https://open.spotify.com/user/uqwz46n0jki4zdwiedca5gbp2" icon="🎵" text="Spotify" />
<Social href="https://toyhou.se/sivkyne" icon="👪" text="Toyhouse" />
<Social href="https://myanimelist.net/animelist/SivKyne" icon="🎞️" text="My Anime List" />
<Social href="/contact" icon="✉️" text="Contact" />
</div>
</section>
</main>

@ -89,6 +89,7 @@
<Social href="https://ko-fi.com/sivkyne" icon="☕" text="Ko-fi" />
<Social href="https://paypal.me/sivkyne" icon="💰" text="PayPal" />
<Social href="/contact" icon="✉️" text="Contact" />
<Social href="/commissions/tos" icon="⚖️" text="Terms of Service" />
</div>
</section>
</main>

@ -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 products 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>

@ -27,6 +27,7 @@
<Social href="https://myanimelist.net/animelist/SivKyne" icon="🎞️" text="My Anime List" />
<Social href="https://ko-fi.com/sivkyne" icon="☕" text="Ko-fi" />
<Social href="https://paypal.me/sivkyne" icon="💰" text="PayPal" />
<Social href="/commissions/tos" icon="⚖️" text="Terms of Service" />
</div>
</section>

@ -48,6 +48,7 @@
<Social href="https://myanimelist.net/animelist/SivKyne" target="_blank" icon="🎞️" text="My Anime List" />
<Social href="/about" icon="📄" text="About Me" />
<Social href="/contact" icon="✉️" text="Contact" />
<Social href="/commissions/tos" icon="⚖️" text="Terms of Service" />
</div>
</section>

Loading…
Cancel
Save