1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/** @jsxImportSource npm:hono@3/jsx */
import { handler } from "https://esm.town/v/pomdtr/ssr";
import date_me_faq from "https://esm.town/v/stevekrouse/dateme_faq_react";
import Layout from "https://esm.town/v/vawogbemi/dateme_layout";
let linkClass = "text-sky-600 hover:text-sky-500";
export default function FAQ(c) {
return c.html(
<Layout activeTab={new URL(c.req.url).pathname}>
<div class="max-w-2xl mx-auto p-10">
<h1 class="my-3 font-bold text-4xl">FAQ</h1>
<h2 class="my-3 font-bold text-xl my-3">First of all</h2>
<p>
I want to thank my mom, Kanye, and obviosuly Ice Spice.
</p>
<h2 class="my-3 font-bold text-xl my-3">What is this?</h2>
<p>
<a class={linkClass} href="https://www.val.town/v/vawogbemi/dateme">This project</a> is a fork of the{" "}
<a class={linkClass} href="dateme.directory">Date Me Docs</a> project by{" "}
<a class={linkClass} href="https://twitter.com/stevekrouse">Steve Krouse</a>. I just thought I'd add a bit of
a gen z twist to it.
</p>
<h2 class="my-3 font-bold text-xl my-3">Where is the actual FAQ?</h2>
<p>
<a class={linkClass} href="https://dateme.directory/faq">It's here :)</a>
</p>
<h2 class="my-3 font-bold text-xl my-3">Credits</h2>
<p>
<a class={linkClass} href="https://www.val.town/v/stevekrouse/dateme">
https://www.val.town/v/stevekrouse/dateme
</a>{" "}
<a class={linkClass} href="https://www.val.town/v/pomdtr/email_auth">
https://www.val.town/v/pomdtr/email_auth
</a>{" "}
<a class={linkClass} href="https://www.val.town/v/nbbaier/sqliteExplorerApp">
https://www.val.town/v/nbbaier/sqliteExplorerApp
</a>{" "}
<a
class={linkClass}
href="https://soundcloud.com/girl-on-couch/girl-on-couch-x-billented-man-in-finance-g6-trust-fund"
>
https://soundcloud.com/girl-on-couch/girl-on-couch-x-billented-man-in-finance-g6-trust-fund
</a>
</p>
<h1 class="my-3 font-bold text-2xl">Contact</h1>
<p>
Contact me by email at:{" "}
<a class={linkClass} href="mailto:stevekrouse.dateme_contact@valtown.email">
stevekrouse.dateme_contact@valtown.email
</a>
</p>
<p class="my-3">
This site was made with ❤️ by <a class={linkClass} href="https://stevekrouse.com">Steve Krouse</a> using{" "}
<a href="https://val.town" class={linkClass}>Val Town</a>{" "}
(<a class={linkClass} href="https://www.val.town/v/stevekrouse/dateme" target="_blank">view the code</a>).
Please reach out with questions, feedback, or suggestions!
</p>
<p>
This service is provided free of charge. All I ask is to be notified if you find love. Or for your firstborn,
Rumpelstiltskin style. Whichever comes first.
</p>{" "}
<p>
** Contact me at vawogbemi@gmail.com if you have any specific questions about the fork or you want to talk
about skibidi toilets :)
</p>
</div>
</Layout>,
);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 22, 2024