%- include(__dirname + "/views/components/specific/head.ejs") %>
<%- include(__dirname + "/views/components/specific/header.ejs") %>
<%- include(__dirname + "/views/components/cakeView.ejs", {
image: "/assets/imgs/whatMatkap.png",
alt: "matkap with a double-chin looking wall-eyed over the viewer, mouth open and drooling.",
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. I AM A MINOR!!!!"],
["After I am done making your site, you can license it however you want and credit me if you want to.\nIf 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."],
["During the site's creation, the site is under my ownership. 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 deny or stop working on your commission at any time. If your commission is cancelled after payment, expect a refund 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 made 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, please let me know. My minimum notice time is 2 weeks or longer depending on the site type. Anything shorter will not be accepted."],
["If I am uncomfortable doing certain things with your site, I will let you know.", "To keep it brief, I am uncomfortable with piracy, unimportant cookies, and tracking."],
["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."]
]
}) %>
<%- include(__dirname + "/views/components/listView.ejs", {
title: "What you'll need",
description: [
["Some idea of what you'll want your site to look like.",
`What colors? what font? What will the pages be? What will they look like? What content will they have? Do you want anything to be interactive? Any galleries?
This is a storm of questions, sure, but they're only here to get you thinking.`
],
["Some idea of what you'll want your site to do.",
`At the moment, I'm looking to work on commission sites specifically. I might be able to do other types of sites if requested, but anything personal is out of my scope.`],
["The ability to send and recieve emails.",
`I don't have any social media other than FurAffinity. No Twitter, No Instagram, nothing. Regarding commission requests, I'll only accept email.`],
["The ability to send and recieve Cash App requests.",
`Stripe screwed me, PayPal exposes PII, and Ko-fi requires one of both. Cash App is sketch, sure, but it's one of the only ways I can get money into my bank account.`],
["Patience.",
`Making a website takes a long time, and while (I think) I may be faster at it than most, I'll still need some time.`]
]
}) %>
did'ya get all that?
then you're cleared to check out my prices.
<%- include(__dirname + "/views/components/specific/footer.ejs") %>