-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
50 lines (48 loc) · 2.84 KB
/
Copy pathcontact.html
File metadata and controls
50 lines (48 loc) · 2.84 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact — DeedScout</title>
<meta name="description" content="Contact DeedScout for pricing, partnerships, investor inquiries, and data questions." />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/deedscout.css" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-W5hLWZYnOYQ6KHHQAhUDL.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init({ outboundLinks: true, taggedEvents: true });
</script>
</head>
<body class="ds-body">
<main class="ds-main" style="padding-top:48px;max-width:640px;">
<div class="ds-section-head">
<p class="ds-section-label">Contact</p>
<h1>Get in touch</h1>
<p>For legal, privacy, data, pricing, partnership, or investor inquiries — use the form below.</p>
</div>
<form class="ds-form ds-form-light" name="contact" method="POST" data-netlify="true" netlify-honeypot="bot-field" style="background:var(--paper-2);border:1px solid var(--rule);padding:28px;box-shadow:var(--shadow);">
<input type="hidden" name="form-name" value="contact" />
<p hidden><label>Don't fill: <input name="bot-field" /></label></p>
<label style="color:var(--muted);">Name<input type="text" name="name" required /></label>
<label style="color:var(--muted);">Email<input type="email" name="email" required /></label>
<label style="color:var(--muted);">Topic
<select name="topic" required>
<option value="">Select…</option>
<option>General question</option>
<option>Pro / billing</option>
<option>Higher volume / multiple seats</option>
<option>Investor / partnership inquiry</option>
<option>Legal or privacy</option>
<option>Data correction</option>
</select>
</label>
<label style="color:var(--muted);">Message<textarea name="message" rows="5" required style="width:100%;padding:12px 14px;border:1px solid var(--rule);font-family:inherit;font-size:14px;background:var(--paper-2);color:var(--text);"></textarea></label>
<button type="submit" class="ds-btn ds-btn-primary" style="width:100%;">Send message</button>
</form>
<p style="margin-top:24px;font-size:14px;color:var(--ds-muted);">For legal, privacy, or data-related questions, contact the DeedScout team through this form. We respond within 2–3 business days.</p>
</main>
<script src="/assets/deedscout.js"></script>
</body>
</html>