-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
508 lines (488 loc) · 25.7 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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600,400' rel='stylesheet' type='text/css'>
<!--=====================================================-->
<link rel="stylesheet" href="styles.css">
<!-- <script src="http://localhost:35729/livereload.js"></script> -->
<!--=====================================================-->
</head>
<body>
<div class="wrapper">
<header role="banner" class="header">
<div class="logo">
<a href="#one"><img alt="statr" src="images/logo.png"></a>
</div>
<nav class="main-nav">
<a class="main-nav__item" href="#three"><span>Benefits</span></a>
<a class="main-nav__item contact" href="#seven"><span>Contact Us</span></a>
<a class="main-nav__item" href="#login"><span>Login</span></a>
<a class="main-nav__item main-nav__item__special" href=""><span>Get Started</span></a>
</nav>
<div class="mob-menu" ></div>
</header>
<div class="pagination">
<ul>
<li data-cpage = "Home"><a href="#one" class="pagination__link"></a></li>
<li data-cpage = "How it Works?"><a href="#two" class="pagination__link"></a></li>
<li data-cpage = "User Flow Map"><a href="#three" class="pagination__link"></a></li>
<li data-cpage = "Heat Map"><a href="#four" class="pagination__link"></a></li>
<li data-cpage = "Conversion Funnel"><a href="#five" class="pagination__link"></a></li>
<li data-cpage = "Custom Events"><a href="#six" class="pagination__link"></a></li>
<li data-cpage = "Get STATR"><a href="#seven" class="pagination__link"></a></li>
</ul>
</div>
<div class="all-slides">
<!-- =================slide-one================= -->
<div id="one" class="slide-one slide-height">
<div class="texture"></div>
<div class="slide-big top">
<div class="text">
<img class="text-art" src="images/art.png">
<span class="text-two">Software Enhancing</span>
<span class="text-tree">by measuring Usage experience</span>
<span class="text-four">available on Every platform</span>
<span class="text-five"><img src="images/platforms-icons.png" alt=""/></span>
</div>
<a href="#two" class="scrol-icon">
<span class="scrol-icon__text">Scroll down</span>
<img src="images/scrol-icon.png">
</a>
</div>
</div>
<!-- =================slide-two================= -->
<div id="two" class="slide-two slide-height">
<div class="text">
<span class="black__text">How Does It Work?</span>
<span class="black__text__secondary">Let's see</span>
</div>
<div class="animated_blocks">
<section class="gears">
<div class="gearbox_wrapper">
<div class="gearbox reveal">
<div class="gear_small"></div>
<div class="gear_middle"></div>
<div class="gear_big"></div>
</div>
</div>
<div class="feature-title">
<span data-item="1">Integrate</span>
</div>
</section>
<section class="linecharts">
<div class="linechart_wrapper">
<div class="linechart">
<div class="bar bar-1"></div>
<div class="bar bar-2"></div>
<div class="bar bar-3"></div>
<div class="dot dot-1"></div>
<div class="dot dot-2"></div>
<div class="dot dot-3"></div>
<div class="dot dot-4"></div>
<div class="magnifier"></div>
</div>
</div>
<div class="feature-title">
<span data-item="2">Analyze</span>
</div>
</section>
<section class="iphones">
<div class="iphone_wrapper">
<div class="iphone">
<div class="screen"></div>
<div class="star star-1"></div>
<div class="star star-2"></div>
<div class="star star-3"></div>
<div class="star star-4"></div>
<div class="star star-5"></div>
<div class="medal"></div>
</div>
</div>
<div class="feature-title">
<span data-item="3">Enhance</span>
</div>
</section>
</div>
</div>
<!-- =================slide-three================= -->
<div id="three" class="slide-three slide-height">
<div class="texture"></div>
<div class="slide-small">
<span class="foto__text">Do you really know common user flow of your application?</span>
<div class="slide-small-box red">
<div class="triangle"></div>
<span class="slide-small__text">User Flow Map</span>
<span class="slide-small__text">Usage map will help you to understand real user flow from <br> window to window, so you can optimise user expirience</span>
<a class="slide-small__link nopointer" href="" ><span>Learn more</span></a>
<span class="separator">or</span>
<a class="slide-small__link" href="" ><span>Try it</span></a>
</div>
</div>
</div>
<!-- =================slide-four================= -->
<div id="four" class="slide-four slide-height">
<div class="texture"></div>
<div class="slide-small">
<span class="foto__text">Do you know which area is most clicked or touched in your software?</span>
<div class="slide-small-box yellow">
<div class="triangle"></div>
<span class="slide-small__text">Heat Map</span>
<span class="slide-small__text">With Heat Map you can see a hot areas and reorganize your <br> buttons, triggers or other controls and make them visible for your users</span>
<a class="slide-small__link" href="" ><span>Try it</span></a>
</div>
</div>
</div>
<!-- =================slide-five================= -->
<div id="five" class="slide-five slide-height">
<div class="texture"></div>
<div class="slide-small">
<span class="foto__text">Do you know how many free users purchase your paid plan?</span>
<div class="slide-small-box blue">
<div class="triangle"></div>
<span class="slide-small__text">Conversion Funnel</span>
<span class="slide-small__text">Unique Analytic before the conversion. <br> Show you real data of positive and negative conversions</span>
<a class="slide-small__link" href="" ><span>Try it</span></a>
</div>
</div>
</div>
<!-- =================slide-six================= -->
<div id="six" class="slide-new slide-height">
<div class="texture"></div>
<div class="slide-small">
<span class="foto__text">You want get analytics for specific events?</span>
<div class="slide-small-box blue-blue">
<div class="triangle"></div>
<span class="slide-small__text">Custom Events</span>
<span class="slide-small__text">
Analyze errors, crashes and logs and improve your code
Track real usage of yours features and bring more value to users
</span>
<a class="slide-small__link nopointer" href="" ><span>Learn more</span></a>
<span class="separator">or</span>
<a class="slide-small__link" href="" ><span>Try it</span></a>
</div>
</div>
</div>
<!-- =================slide-seven================= -->
<div id="seven" class="slide-six slide-height">
<div class="subslide__take_action">
<div class="subslide__inner">
<span class="slide-long__text">Well, lets statr enhance your product </span>
<a class="slide-long__link" href="" ><span>Create Free Account</span></a>
<a class="slide-long__link pricing" href="" ><span>See pricing</span></a>
<a class="slide-long__link question" href="" ><span>I have question</span></a>
</div>
</div>
<div class="subslide__table">
<div class="subslide__inner">
<table style="/*display: none;*/" class="table table__desktop">
<tr class="table__header">
<td class="table__cell-one">
Choose your plan and start in seconds
</td>
<td>Free</td>
<td>Basic</td>
<td class="table__cell-middle">Standard</td>
<td>Premium</td>
<td>Enterprice</td>
</tr>
<tr class="table__row">
<td class="table__cell-one">
<span class="add-hint" data-hint="Put Your Hint in the attribute">Number of Projects</span>
</td>
<td>1</td>
<td>3</td>
<td class="table__cell-middle">5</td>
<td>5</td>
<td>On request</td>
</tr>
<tr class="table__row">
<td class="table__cell-one">
<span class="add-hint" data-hint="Put Your Hint in the attribute">User Accounts</span>
</td>
<td>1</td>
<td>3</td>
<td class="table__cell-middle">5</td>
<td>5</td>
<td>On request</td>
</tr>
<tr class="table__row">
<td class="table__cell-one">
<span class="add-hint" data-hint="Put Your Hint in the attribute">Time of Data Storage</span>
</td>
<td>3 months</td>
<td>6 months</td>
<td class="table__cell-middle">12 months</td>
<td>12 months</td>
<td>On request</td>
</tr>
<tr class="table__row">
<td class="table__cell-one">
<span class="add-hint" data-hint="Put Your Hint in the attribute">Number of Events</span>
</td>
<td>100 000</td>
<td>1 000 000</td>
<td class="table__cell-middle">3 000 000</td>
<td>3 000 000</td>
<td>On request</td>
</tr>
<tr class="table__row special__plan">
<td class="table__cell-one">
<span class="add-hint" data-hint="Put Your Hint in the attribute">Monthly Plan</span>
</td>
<td>Free</td>
<td><i>$ 39</i></td>
<td class="table__cell-middle"><i>$ 99</i></td>
<td><i>$ 299</i></td>
<td>Customizable Pricing</td>
</tr>
<tr class="table__row special__plan">
<td class="table__cell-one">
<span class="add-hint" data-hint="Best value! Renews in 1 year">Annual Plan</span>
</td>
<td>Free</td>
<td>
<i>$ 399</i>
<cite>Save <b>$69</b> Reg. $468</cite>
</td>
<td class="table__cell-middle">
<i>$ 999</i>
<cite>Save <b>$189</b> Reg. $1188</cite>
</td>
<td>
<i>$ 2999</i>
<cite>Save <b>$589</b> Reg. $3588</cite>
</td>
<td>Customizable Pricing</td>
</tr>
<tr class="table__footer">
<td class="table__cell-one"></td>
<td colspan="4"><a href="#" class="table__footer-link">Get Started</a></td>
<td><a href="#" class="table__footer-link table__footer-link--green">Contact Us</a></td>
</tr>
</table>
<div class="table__mobile__wrap">
<!--Free Plan-->
<table class="table__mobile">
<thead>
<tr>
<th colspan="2">Free</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Projects</td>
<td>1</td>
</tr>
<tr>
<td>User Accounts</td>
<td>1</td>
</tr><tr>
<td>Time of Data Storage</td>
<td>3 months</td>
</tr><tr>
<td>Number of Events</td>
<td>100 000</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<a href="#" class="table__footer-link">Get Started</a>
</td>
</tr>
</tfoot>
</table>
<!--Enterprice Plan-->
<table class="table__mobile">
<thead>
<tr>
<th colspan="2">Enterprice</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Projects</td>
<td>3</td>
</tr>
<tr>
<td>User Accounts</td>
<td>3</td>
</tr><tr>
<td>Time of Data Storage</td>
<td>6 months</td>
</tr><tr>
<td>Number of Events</td>
<td>1 000 000</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<a href="#" class="table__footer-link">Get Started</a>
</td>
</tr>
</tfoot>
</table>
<!--Standard-->
<table class="table__mobile">
<thead>
<tr>
<th colspan="2">Standard</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Projects</td>
<td>5</td>
</tr>
<tr>
<td>User Accounts</td>
<td>5</td>
</tr><tr>
<td>Time of Data Storage</td>
<td>12 months</td>
</tr><tr>
<td>Number of Events</td>
<td>1 000 000</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<a href="#" class="table__footer-link">Get Started</a>
</td>
</tr>
</tfoot>
</table>
<!--Premium-->
<table class="table__mobile">
<thead>
<tr>
<th colspan="2">Premium</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Projects</td>
<td>10</td>
</tr>
<tr>
<td>User Accounts</td>
<td>10</td>
</tr><tr>
<td>Time of Data Storage</td>
<td>24 months</td>
</tr><tr>
<td>Number of Events</td>
<td>100 000</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<a href="#" class="table__footer-link">Get Started</a>
</td>
</tr>
</tfoot>
</table>
<!--Enterprice-->
<table class="table__mobile">
<thead>
<tr>
<th colspan="2">Enterprice</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of Projects</td>
<td>On request</td>
</tr>
<tr>
<td>User Accounts</td>
<td>On request</td>
</tr><tr>
<td>Time of Data Storage</td>
<td>On request</td>
</tr><tr>
<td>Number of Events</td>
<td>On request</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<a href="#" class="table__footer-link table__footer-link--green">Contact Us</a>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<div class="subslide__form">
<form class="slide-long__form">
<span class="slide-long__text loginn">Feel free to ask us about anything</span>
<input type="text" class="slide-long__input" placeholder="Name">
<input type="text" class="slide-long__input" placeholder="Email">
<input type="text" class="slide-long__input" placeholder="Text here">
<button type="submit" class="slide-long__btn">Send</button>
</form>
</div>
<!--<div class="slide-long">-->
<!-- ===============contact form============ -->
<!-- ==================table================ -->
<!--</div>-->
<!-- ===========fotter============= -->
<footer role="contentinfo" class="footer">
<span class="footer__text">©2013 STATR, Inc. All rights reserved</span>
<div class="footer__text-icons">
<span class="footer__text--connect">Connect with us</span>
<div class="footer__icons" >
<a href="" class="footer__social-icon"><img alt="facebook" src="images/facebook.png"></a>
<a href="" class="footer__social-icon"><img alt="twitter" src="images/twitter.png"></a>
<a href="" class="footer__social-icon"><img alt="linkedin" src="images/linkedin.png"></a>
<a href="" class="footer__social-icon"><img alt="google-plus" src="images/google-plus.png"></a>
<a href="" class="footer__social-icon"><img alt="youtube" src="images/youtube.png"></a>
</div>
</div>
</footer>
</div>
</div>
</div>
<!-- ============sign in================ -->
<div id="login" class="login-wrap" >
<div class="login__background"></div>
<div class="login">
<form class="login__form">
<span class="login__text">Sign In</span>
<input type="text" class="login__input" placeholder="Email">
<input type="text" class="login__input" placeholder="Password">
<a href="" class="login__forgot">Forgot?</a>
<label class="login__checkbox" for="checkbox1">
<input type="checkbox" id="checkbox1">
<span> Remember me</span></label>
<button type="submit" class="login__sign-in">Sign In</button>
<span class="login__not-member">Not a member? <a href="">Create your free account now!</a></span>
</form>
<div class="login__social-block">
<span class="login__social-text">Or, Sign In Using...</span>
<a href="#" class="login__social-link facebook">Facebook</a>
<a href="" class="login__social-link google">Google</a>
<a href="" class="login__social-link linkedin">Linkedin</a>
</div>
<div class=" login__close"></div>
</div>
</div>
<!-- =================================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<!-- <script src="jquery-1.10.2.min.js"></script> -->
<script src="swipe.js"></script>
<script src="js.js"></script>
</body>
</html>