-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
66 lines (64 loc) · 2.34 KB
/
contact.html
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
---
layout: default
title: Contact us - CleanSpeak
description: Contact us today about your profanity filtering and moderation needs. Someone from our team will respond as quickly as possible.
---
<div class="sectionthankyou">
<div class="center w-container">
<div class="w-row center bigger-padded-section">
<div class="w-row">
<div class="w-col w-col-12 u-small-padded-section">
<h2>Contact us</h2>
<p>
Fill out the form below to contact CleanSpeak for a free trial or with any questions you might have.
</p>
</div>
</div>
<div class="w-row">
<div class="w-col w-col-7">
<div class="gray-box">
<form action="https://formspree.io/mvqywbjx" method="POST">
<div class="w-row">
<div class="w-col w-col-6">
<div class="form-row">
<label>First name:</label>
<input type="text" name="firstName" style="width: 95%">
</div>
</div>
<div class="w-col w-col-6 w-clearfix">
<div class="form-row">
<label>Last name:</label>
<input type="text" name="lastName">
</div>
</div>
</div>
<div class="form-row">
<label>Email:</label>
<input type="text" name="_replyto">
</div>
<div class="form-row">
<label>Company:</label>
<input type="text" name="company">
</div>
<div class="form-row">
<label>Phone number:</label>
<input type="text" name="phoneNumber">
</div>
<div class="form-row">
<label>Message (optional):</label>
<textarea name="message"></textarea>
</div>
<div class="divider centered adjust-margin-top-25px"></div>
<button type="submit" class="w-button blue-button">Submit</button>
</form>
</div>
</div>
<div class="w-col w-col-5">
<div style="margin-top: 65px;">
<img class="contact-sales-image" width="306" src="../images/contact-sales3.png">
</div>
</div>
</div>
</div>
</div>
</div>