-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
376 lines (251 loc) · 11.4 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Splits</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,900;1,500&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> -->
<!-- Bulma -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<!-- CSS -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="" id="background-div">
<!-- navbar -->
<nav class="navbar py-4 px-2 is-transparent has-background-black-bis" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="">
<h2 class="brand-name is-size-4 has-text-weight-bold ml-2 has-text-white" id="nav-text">
Splits
</h2>
</a>
<a role="button" class="navbar-burger" id="burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu has-background-black-bis" id="nav-links">
<div class="navbar-end">
<a class="navbar-item navbar-options has-text-white-bis" href="#footer-note">
Contact
</a>
<a class="navbar-item navbar-options has-text-white-bis" href="#second-page">
Features
</a>
<a class="navbar-item navbar-options has-text-danger" href="#email-collect">
Join
</a>
</div>
</div>
</nav>
<!-- ===Intro page================================================================ -->
<section id="first-page" class="has-background-black-bis">
<div class="container">
<div class="columns is-vcentered is-justify-content-center">
<div class="column">
<div id="hero-sec">
<img class="H1-img" src="images/H1 yes.png" alt="Say hello to Splits">
<p class="subtitle is-size-4 is-size-5-mobile has-text-white">
<b>Pricing page templates</b>
for your SaaS to make
<b>Split testing</b>
easier and faster.
</p>
</div>
</div>
<div class="column parent-div-hero-img">
<div class="hero-img">
<img src="images/superheropro.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Second page boxes=================================================== -->
<section id="second-page">
<div class="page-2 has-background-white-bis">
<h1 class="page2-heading has-text-black"> <b>What's possible?</b> </h1>
<div class="container">
<div class="package is-vcentered is-justify-content-center feature-box">
<div class="card">
<div class="card-content">
<div class="box1 content">
<img class="temp-img" src="images/template-white.png" alt="Template">
<h2 class="template-head has-text-white is-size-3"><b>Templates</b></h2>
<p class="subtitle template-body has-text-white">
Creating a pricing
page is easy without any
coding. You can choose
one of the many templates
to get started quickly
and easily.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="box2 content">
<img class="split-img" src="images/split-white.png" alt="split-arrow">
<h2 class="template-head has-text-white is-size-3"><b>Split Test</b></h2>
<p class="subtitle template-body has-text-white">
Understand how users
interact with your pricing page
so you can make
changes that directly
affect conversion
rates.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======1st advantage================================================ -->
<section id="page-3" class="has-background-black-bis">
<div class="container">
<div class="columns is-vcentered is-justify-content-center">
<div class="column ">
<div class="image-parent-div ">
<img class="conv-img" src="images/convenient.png" alt="">
</div>
</div>
<div class="column">
<div class="content" id="">
<h1 id=" conv-heading " class=" has-text-white is-size-2">Convenient</h1>
<p id=" conv-para" class="is-size-4 is-size-5-mobile has-text-white">
Easy to use with a simple
interface that makes you
get started ASAP and make
changes as needed.
</p>
</div>
</div>
</div>
</div>
<!-- ======2nd advantage========================= -->
<div class="container">
<div class="columns is-vcentered is-justify-content-center">
<div class="column ">
<div class="image-parent-div">
<img class="speedy-img " src="images/speedygood.png" alt="">
</div>
</div>
<div class="column">
<div class="content" id="">
<h1 id=" conv-heading " class=" has-text-white is-size-2">Speedy</h1>
<p id=" conv-para" class="is-size-4 is-size-5-mobile has-text-white">
You don’t have to be a pro in
coding. Choose one of the
pricing pages templates and
get going right away.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Stripe box =================================================================== -->
<section class="has-background-black-bis">
<div class="stripe-box">
<div class="stripe-inner-box">
<h1 class="stripe-info is-size-1 is-size-3-mobile has-text-white">
<b>Connects to your Stripe easily</b>
</h1>
</div>
</div>
</section>
<!--Email=============================================================== -->
<section id="email-collect" class="has-background-white-bis">
<h1 class="Join-wl is-size-1 has-text-centered has-text-black"> <b>Join the Waitlist</b> </h1>
<!-- <div class="field">
<div class="email-fields ">
<div class="email-box">
<div class="input-email control ">
<input class="input is-large" type="email" placeholder="Enter your email">
</div>
<div class="control ">
<button class="button is-large is-link">Join</button>
</div>
</div>
</div>
</div> -->
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup ">
<form action="https://gmail.us8.list-manage.com/subscribe/post?u=c5c76a15e01fe484c012afd8f&id=ded6249ba2&f_id=00945fe0f0"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<!-- ----------------------------------------------------------------- -->
<div class="email-fields">
<div class="email-box">
<div class="mc-field-group input-email control">
<input type="email" name="EMAIL" placeholder="Enter your email" class="required email input is-large " id="mce-EMAIL" required>
<span id="mce-EMAIL-HELPERTEXT" class="helper_text"></span>
</div>
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_c5c76a15e01fe484c012afd8f_ded6249ba2" tabindex="-1" value="">
</div> -->
<div class="optionalParent">
<div class="clear foot control ">
<input type="submit" value="Join" name="subscribe" id="mc-embedded-subscribe" class="button is-large is-link">
</div>
</div>
<br>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</div>
</div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
fnames[3] = 'ADDRESS';
ftypes[3] = 'address';
fnames[4] = 'PHONE';
ftypes[4] = 'phone';
fnames[5] = 'BIRTHDAY';
ftypes[5] = 'birthday';
}(jQuery));
var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</section>
<!--Footer=============================================================== -->
<section id="footer-note">
<footer class="has-background-grey-lighter">
<div class="content foot-note has-text-centered">
<p>
<strong>Splits</strong> by <a href="https://twitter.com/Crashing_It">Joy Masih</a>
</p>
</div>
</footer>
</section>
<!-- =================================================================== -->
</div>
<script src="index.js"></script>
</body>
</html>