abtmtr-comms/views/pages/contact.ejs
MeowcaTheoRange bbfd96c304 We should improve abtmtr.link site commissions somewhat.
Yet you participate in abtmtr.link site commissions. Curious!
I am very intelligent.
2024-10-11 00:02:45 -05:00

46 lines
No EOL
2.2 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/emailMatkap.png",
alt: "matkap staring dazed at a physical letter with the letter \"E\" on it, signifying e-mail. he says \"WOW\" at it.",
title: "Let's get this started.",
description: `Welcome to the contact page. You made it! Are you ready?
To make sure you are, so far you should know what you want, what I can do, have acknowledged my terms of service, have chosen a site type, and are sure that you want to continue with this commission request.
Got that? then go ahead and shoot me a request!`
}) %>
<h2>Use the contact form</h2>
<p>If you're nervous about starting emails like I am sometimes, try this contact form.</p>
<form action="mailto:me@abtmtr.link" method="get" target="_blank">
<p>
<label for="to">To:</label>
<input type="email" id="to" readonly value="me@abtmtr.link" placeholder="To" />
</p>
<p>
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" value="[SITE COMMISSION REQUEST] Hello! I'd like to request a site slot..." />
</p>
<p>
<label for="body">Body:</label><br />
<textarea name="body" id="body" style="width: 100%;box-sizing: border-box;resize: vertical;" rows="6">I'd like to request a [website type]...
I would like it to be about [site details]...
and it will [purpose of site]...
I'll need [possible extra features or other requirements]...
My Cash App cashtag is $[cashtag]...
Thanks!</textarea>
</p>
<input type="submit" id="submit" value="Send email" />
</form>
<h2>Email me directly</h2>
<p>Or, if you're more confident, you can send me an email by yourself.</p>
<p><a href="mailto:me@abtmtr.link" target="_blank">me@abtmtr.link</a></p>
<%- include(__dirname + "/views/components/specific/footer.ejs") %>
</main>
</body>
</html>