-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
39 lines (33 loc) · 1.08 KB
/
contact.html
File metadata and controls
39 lines (33 loc) · 1.08 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
---
layout: default
title: Demo | CloudSync
---
<div class="contact-header">
<h2>Request Demo</h2>
</div>
<div class="container contact-wraper">
<div class="row">
<div class="col-md-5 col-md-offset-3">
<p class="well">
Use the form below to get in touch with {{title}} team and we will get back to you in few hours.
</p>
<form method="post" id="contact">
<div class="form-group">
<input type="text" name='email' class="form-control" placeholder="Work email" required=true>
</div>
<div class="form-group">
<input type="text" name="mobile" class="form-control" placeholder="Mobile">
</div>
<div class="form-group">
<input type="text" name="company" class="form-control" placeholder="Your company">
</div>
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Your name">
</div>
<input type="submit" class="btn btn-lg btn-block bg-green" />
</form>
<div class="response">
</div>
</div>
</div>
</div>