abtmtr-comms/views/pages/tos.ejs

42 lines
No EOL
3.5 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include(__dirname + "/views/components/specific/head.ejs") %>
</head>
<body>
<main>
<%- include(__dirname + "/views/components/specific/header.ejs") %>
<%- include(__dirname + "/views/components/cakeView.ejs", {
image: "/assets/imgs/nsfwMatkap.png",
alt: "matkap, staring up at a black bar that says \"NSFW\" on it. he says \"OH NO\"...",
title: "let's set some boundaries.",
description: `i've gotta make sure you're picking up what i'm putting down. this is what you will agree to acknowledge when you contact me regarding site commissions.
...all of it is incredibly important. please read this page.`
}) %>
<%- include(__dirname + "/views/components/listView.ejs", {
image: "/assets/imgs/pricing/type_all.png",
alt: "matkap smiling at the viewer, with a browser on the other side. sparkles are around both.",
title: "terms of service",
description: [
["i won't do NSFW. if you request NSFW from me, i will block your email address and your entire domain if applicable. don't do it. don't try me. <b>I AM A MINOR!!!!</b>"],
["after i am done making your site, you can license it however you want and credit me if you want to.\n<b>if the site contains any copyrighted content not owned or licensed by the party who will own the site, however, the site's license will be limited to All Rights Reserved.</b>"],
["during the site's creation, the site is <b>under my ownership</b>. if the commission is cancelled, however, you can request that the site, finished or unfinished, have its ownership transfered to you."],
["i'd prefer you to send me some design reference, but if you don't have one, i can try my best to cook one up for you."],
["i have the right to <b>deny or stop working on your commission at any time</b>. if your commission is cancelled after payment, <b>expect a refund</b> within (at maximum) a few days."],
["you also have the right to deny or cancel a commission at any point until styling and layout is finished. expect a refund at a reduced amount depending on when the cancellation was made."],
["changes in styling and minor changes to the site's layout can be done at any point. major changes to site layout or scripts should be clarified before the site is finished."],
["when you contact me, i'd like to know your payment details in advance so i can verify that money is being sent the right way (and for refunds). i'll let you know mine in further correspondence for security-adjacent verification purposes."],
["if there's a deadline, <b>please let me know</b>. my minimum notice time is <b>2 weeks or longer</b> depending on the site type. anything shorter will <b>cause your commission to be declined</b>."],
["if i am uncomfortable doing certain things with your site, i will let you know.", "to keep it brief, i am uncomfortable with piracy, advertising, unimportant cookies, tracking, and dishonest phrasing."],
["i will try to provide updates on progress as i work on your site. if you don't want updates, or want updates and confirmation to be sent to a different email, please let me know beforehand."]
]
}) %>
<section class="satisfiedBox">
<h2>did'ya get all that?</h2>
<p>then you're cleared to check out <a href="/pricing/">my prices</a>.</p>
</section>
<%- include(__dirname + "/views/components/specific/footer.ejs") %>
</main>
</body>
</html>