-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (185 loc) · 9.17 KB
/
index.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SmartForms Free Trial: Real-Time Form Enrichment | ReachForce</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="index.css" class="css">
</head>
<body>
<!-- Header Section -->
<!-- Just an image -->
<nav class="navbar navbar-light bg-light">
<a class="navbar-brand mx-auto" href="#">
<img src="images/reachforce-full-logo.png" width="210" alt="">
</a>
</nav>
<!-- SignUp Section -->
<section class="signup" id="particle">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>This is your super convincing header</h2>
<p>Why should you have to choose between short forms that convert and getting the high-quality lead data to properly identify,score and route leads? You don’t.</p>
<p>With SmartForms you can ask 4 fields and get 150+ high-quality account and contact fields appended in real-time.</p>
<p>
<ul>
<li>Verify contact, company and specific location</li>
<li>Create custom field values</li>
<li>Compatible with any form technology</li>
<li>Intuitive self-configuration tool</li>
</ul>
</p>
</div>
<div class="col-md-6">
<div class="form-header">
<h3>30 Day Free Trial</h3>
<p>Begin enriching your forms in as little as 15 minutes</p>
</div>
<form>
<div class="form-group">
<label for="exampleFirstName">First Name</label>
<input type="text" class="form-control" id="exampleFirstName" aria-describedby="nameHelp" placeholder="Enter your first name">
</div>
<div class="form-group">
<label for="exampleLastName">Last Name</label>
<input type="text" class="form-control" id="exampleLastName" aria-describedby="nameHelp" placeholder="Enter your last name">
</div>
<div class="form-group">
<label for="exampleCompanyName">Company Name</label>
<input type="text" class="form-control" id="exampleCompanyName" aria-describedby="nameHelp" placeholder="Enter your company name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- Logo Section -->
<section class="logos">
<div class="container-fluid">
<div class="row">
<div class="col-sm-2"><img src="images/logo-hortonworks.png" alt="logo" class="img-fluid"></div>
<div class="col-sm-2"><img src="images/logo-lenovo.png" alt="logo" class="img-fluid"></div>
<div class="col-sm-2"><img src="images/logo-marketo.png" alt="logo" class="img-fluid"></div>
<div class="col-sm-2"><img src="images/logo-payscale.png" alt="logo" class="img-fluid"></div>
<div class="col-sm-2"><img src="images/logo-serenova.png" alt="logo" class="img-fluid"></div>
<div class="col-sm-2"><img src="images/logo-hortonworks.png" alt="logo" class="img-fluid"></div>
</div>
</div>
</section>
<!-- Testimonial section -->
<section class="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">What Customers Are Saying</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<blockquote class="blockquote text-center">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">Someone famous in
<cite title="Source Title">Source Title</cite>
</footer>
</blockquote>
</div>
<div class="col-md-6">
<blockquote class="blockquote text-center">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">Someone famous in
<cite title="Source Title">Source Title</cite>
</footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Data section -->
<section class="data">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>SmartForms works behind the scenes to enrich your leads in real-time with structured firmographic and demographic
information for accounts and contacts</p>
<img src="images/lp-data-points.png" alt="Data Point Explanation" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer-widgets">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="images/reachforce-full-logo.png" alt="ReachForce Logo">
</div>
<div class="col-md-2">
<h4>What We Do</h4>
<ul>
<li><a href="#">Real-Time Data Quality Solutions</a></li>
<li><a href="#">Form Enrichment</a></li>
<li><a href="#">Automatic Data Quality Mangement</a></li>
</ul>
</div>
<div class="col-md-2">
<h4>Resources</h4>
<ul>
<li><a href="#">Resource Library</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Data Health Assessment</a></li>
<li><a href="#">Customer Login</a></li>
</ul>
</div>
<div class="col-md-2">
<h4>Legal</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Privacy Shield Notice</a></li>
<li><a href="#">Three</a></li>
<li><a href="#">Customer Agreement</a></li>
</ul>
</div>
<div class="col-md-2">
<address>
2711 W Anderson Lane Suite 200 Austin TX 78757 844-254-5405
</address>
</div>
</div>
</div>
</footer>
<!-- Credits Section -->
<section class="credits">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<p class="text-center">© ReachForce. All Rights Reserved | <a href="#">Privacy Policy</a></p>
</div>
</div>
</div>
</section>
<!-- Bootstrap JS Files -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- Particle JS -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="index.js"></script>
</body>
</html>