-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
590 lines (538 loc) · 30.6 KB
/
test.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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hero</title>
<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=Rubik:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<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=Lato:wght@400;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.2/jquery.fullPage.css">
<link rel="stylesheet" href="css/main.css" />
<style>
body,
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.fp-bg {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.fp-section.fp-table,
.fp-slide.fp-table {
overflow: hidden;
}
.fp-tableCell {
position: relative;
}
.fp-bg {
-webkit-transition: transform 1000ms ease;
-moz-transition: transform 1000ms ease;
-ms-transition: transform 1000ms ease;
-o-transition: transform 1000ms ease;
transition: transform 1000ms ease;
}
section {
text-align: center;
}
</style>
</head>
<body>
<header>
<div class="header-top clearfix">
<div class="container">
<div class="header-wrap">
<div class="l-left">
<a href="#firstSection">
<img src="images/hiro-logo.svg" alt="site logo">
</a>
</div>
<div class="l-middle">
<a href="/">
<img class="desktop-image" src="images/switcher.svg" alt=" languatge">
<img class="mobile-image" src="images/lang.png" alt=" languatge">
</a>
</div>
<div class="l-right">
<button class="btn btn-claim">
Claim your spot
</button>
</div>
<a class=" toggle-menu " href="#">
<i></i>
<i></i>
<i></i>
</a>
</div>
</div>
</div>
<div class="js-navigation">
<ul id="menu">
<li data-menuanchor="firstSection">
<a href="#firstSection" title="First Section">Info</a>
<!-- <a href="#firstSection" title="First Section">Info</a> -->
</li>
<li data-menuanchor="secondSection" class="active">
<a href="#secondSection" title="Second Section">Info</a>
</li>
<li data-menuanchor="thirdSection">
<a href="#thirdSection" title="third Section">Third Section</a>
</li>
<li data-menuanchor="fourthSection">
<a href="#fourthSection" title="Fourth Section">Features</a>
</li>
<li data-menuanchor="fifthSection">
<a href="#fifthSection" title="First Slide">Join us</a>
</li>
<li data-menuanchor="sixthSection">
<a href="#sixthSection" title="Second Slide">Second Slide</a>
</li>
<li data-menuanchor="seventhSection">
<a href="#seventhSection" title="Second Slide">Second Slide</a>
</li>
<li data-menuanchor="eightSection">
<a href="#eightSection" title="Second Slide">Contact us</a>
</li>
</ul>
</div>
<div class="madeby">
<p>Made by <a target="_blank" href="www.fatdog.agency">FATDOG</a></p>
</div>
<div class="production-by">
<p>A PawPad production</p>
</div>
<div class="social-icons">
<ul>
<li>
<a href="www.instagram.com">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="www.facebook.com">
<i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="www.twitter.com">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="www.medium.com">
<i class="fab fa-medium"></i>
</a>
</li>
</ul>
</div>
</header>
<div class="page-container">
<div id="fullpage">
<div class="section section-1" id="section1">
<!-- <div class="fp-bg" style="background-image: url(https://alvarotrigo.com/fullPage/extensions/imgs/parallax/parallax-1-1.jpg)"></div> -->
<div class="animate">
<div class="container">
<div class="content-wrap">
<h1 class="logo-wrap">
<img src="images/big-logo.svg" alt="tgest" width="100%" height="100%">
</h1>
</div>
</div>
</div>
<div class="animate animate-area">
<div class="container">
<div class="content-wrap">
<h3 class="title animate-reveal animate-first ">Be the</h3>
<div class="img-thumb animate-reveal animate-second">
<img src="images/big-logo.svg" alt="tgest" width="100%" height="100%">
</div>
<h3 class="title last animate-reveal animate-third">
your pet thinks you are.
</h3>
</div>
</div>
</div>
<div class="scroll-icon">
<a href="#secondSection/1" class="icon-up-open-big">
<label>Lean more</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
<!-- end section 1 -->
<div class="section section-2" id="section2">
<!-- <div class="fp-bg" style="background-image: url(https://alvarotrigo.com/fullPage/extensions/imgs/parallax/parallax-3.jpg)"></div> -->
<div class="no-animate">
<div class="container">
<h2 class="text animate-reveal animate-first">Whether adopted, found, bought or borrowed, you are everything to your pet. No matter what’s going on in your life, they will be loyal, loving, affectionate (sometimes) and think the world of you. Don’t they deserve the world in
return?
</h2>
</div>
</div>
<div class="scroll-icon">
<a href="#thirdSection/1" class="icon-up-open-big">
<label>What does it do?</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
<!-- end section 2 -->
<div class="section section-3" id="section3">
<!-- <div class="fp-bg" style="background-image: url(https://alvarotrigo.com/fullPage/extensions/imgs/parallax/parallax-2.jpg)"></div> -->
<div class="no-animate">
<div class="container">
<h2 class="text animate-reveal animate-first">We knew you’d get it!
<br>
<br> That’s why we created HIRO - a connected pet care platform to simplify pet care while maximising life together through engagement and community.
<br>
<br> Are you in?
</h2>
</div>
</div>
<div class="scroll-icon">
<a href="#fourthSection/1" class="icon-up-open-big">
<label>What does it do?</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
<!-- end section 3 -->
<div class="section section-4" id="section4">
<!-- <div class="fp-bg" style="background-image: url(https://alvarotrigo.com/fullPage/extensions/imgs/parallax/parallax-4.jpg)"></div> -->
<div class="container">
<h2 class="text">
Be the hiro your pet thinks you are.
</h2>
<div class="actions">
<a href="#" class="btn btn-heart">
<label>Health</label>
<span class="icon heart">
</span>
<div class="textarea">
<p>
Feature pillar description lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
</p>
</div>
</a>
<a href="#" class="btn btn-smiley">
<label>
community
</label> <span class="icon smiley">
</span>
<div class="textarea">
<p>
Feature pillar description lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
</p>
</div>
</a>
<a href="#" class="btn btn-cookie">
<label>Shopping</label>
<span class="icon cookie"> </span>
<div class="textarea">
<p>
Feature pillar description lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
</p>
</div>
</a>
</div>
<div class="scroll-icon">
<a href="#fifthSection/1" class="icon-up-open-big">
<label>How do I join?</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
</div>
<div class="section section-5" id="section5">
<div class="container">
<h2 class="text">Sound good? We hope so!
<br>
<br> Want to help us build it? We’re looking for passionate pet owners to come with us on the journey to make sure we’re building what communities need.
</h2>
<div class="scroll-icon">
<a href="#sixthSection/1" class="icon-up-open-big">
<label>What does it do?</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
</div>
<!-- end section 5 -->
<div class="section section-6" id="section6">
<div class="container">
<section class="signup-step-container">
<div class="wizard">
<div class="wizard-inner">
<ul class="nav nav-tabs" role="tablist" hidden>
<li role="presentation" class="active">
<a href="#step1" data-toggle="tab" aria-controls="step1" role="tab" aria-expanded="true">
<span class="round-tab">1 </span>
<i>Step 1</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step2" data-toggle="tab" aria-controls="step2" role="tab" aria-expanded="false">
<span class="round-tab">2</span>
<i>Step 2</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step3" data-toggle="tab" aria-controls="step3" role="tab">
<span class="round-tab">3</span>
<i>Step 3</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step4" data-toggle="tab" aria-controls="step4" role="tab">
<span class="round-tab">3</span>
<i>Step4</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step5" data-toggle="tab" aria-controls="step5" role="tab">
<span class="round-tab">3</span>
<i>Step 5</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step6" data-toggle="tab" aria-controls="step6" role="tab">
<span class="round-tab">3</span>
<i>Step 6</i>
</a>
</li>
<li role="presentation" class="disabled">
<a href="#step7" data-toggle="tab" aria-controls="step7" role="tab">
<span class="round-tab">3</span>
<i>Step 6</i>
</a>
</li>
</ul>
</div>
<form class="login-box">
<div class="tab-content" id="main_form">
<div class="tab-pane active" role="tabpanel" id="step1">
<div class="step-container">
<h2 class="text">HIRO is all about maximising playtime so, we’ll let you decide how to join us...
</h2>
<action class="actions">
<a href="#seventhSection/1" class="btn btn-play">
Play time
</a>
<button type="button" class="btn btn-answer next-step"> Question time!</button>
</action>
<div class="bore-area">
<a href="#eightSection">
Be boring and skip
</a>
</div>
<div class="scroll-icon">
<a href="#eightSection/1" class="icon-up-open-big">
<label>Contact us</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
</div>
<!-- end step 1 -->
<div class="tab-pane" role="tabpanel" id="step2">
<div class="step-container">
<h2 class="text">First up, what should we call you? *
</h2>
<div class="form-group">
<input class="form-control" type="text" name="first_name" placeholder="Type your answer here..." required>
</div>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="button" class="default-btn next-step">Continue</button></li>
</ul>
</div>
</div>
<!-- end step 2 -->
<div class="tab-pane" role="tabpanel" id="step3">
<div class="step-container">
<h2 class="text">Nice to meet you sailesh! What's your email? *
</h2>
<p class="rf-text">
We'll let you know your position on the wait list and share your referral code
</p>
<div class="form-group">
<input class="form-control" type="email" name="Email" placeholder="name@example.com" required>
</div>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="button" class="default-btn next-step">Continue</button></li>
</ul>
</div>
</div>
<!-- end step 3 -->
<div class="tab-pane" role="tabpanel" id="step4">
<div class="step-container">
<h2 class="text">Do you already have a pet(s) sailesh? *
</h2>
<div class="row">
<div class="col-lg-3">
<div class="checkbox-wrap">
<input type="radio" id="dog" name="already_have_pet" value="dog" required="">
<label for="dog"><span>A</span>Doggo</label>
</div>
</div>
<div class="col-lg-3">
<div class="checkbox-wrap">
<input type="radio" id="cat" name="already_have_pet" value="cat" required="">
<label for="cat"><span>B</span>Catto</label>
</div>
</div>
<div class="col-lg-3">
<div class="checkbox-wrap">
<input type="radio" id="other" name="already_have_pet" value="other" required="">
<label for="other"><span>C</span>Other(o)</label>
</div>
</div>
</div>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="button" class="default-btn next-step">Continue</button></li>
</ul>
</div>
</div>
<!-- end step 4 -->
<div class="tab-pane" role="tabpanel" id="step5">
<div class="step-container">
<h2 class="text">Do you have pet insurance?
</h2>
<div class="row">
<div class="col-md-12">
<div class="radio-wrap">
<input type="radio" id="insurance-yes" name="have_pet_insurance" value="yes">
<label for="insurance-yes"><span>A</span>Yes</label>
</div>
</div>
<div class="col-md-12">
<div class="radio-wrap">
<input type="radio" id="insurance-no" name="have_pet_insurance" value="no">
<label for="insurance-no"><span>B</span>Not Yet</label>
</div>
</div>
</div>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="button" class="default-btn next-step">Continue</button></li>
</ul>
</div>
</div>
<!-- end step 5 -->
<div class="tab-pane" role="tabpanel" id="step6">
<div class="step-container">
<h2 class="text">Last question! What's your favourite place to take your furry friend?
</h2>
<p class="rf-text">
We'll make sure it's included in the app!
</p>
<div class="form-group">
<input class="form-control" type="text" name="favourite_place" placeholder="favourite place..">
</div>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="button" class="default-btn next-step">Continue</button></li>
</ul>
</div>
</div>
<!-- end step 6 -->
<div class="tab-pane" role="tabpanel" id="step7">
<div class="step-container">
<h2 class="text">
Thank you, you’re awesome Chris!
<br>
<br> Be sure to check your email to see your position on the waitlist and look out for how you can win some great prizes.
</h2>
<ul class="list-inline ">
<li><button type="button" class="default-btn prev-step btn-cancel">Cancel</button></li>
<li><button type="submit" class="default-btn next-step">Submit</button></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
</form>
</div>
</section>
</div>
</div>
<!-- end section 6 -->
<div class="section section-7">
<div class="horizontal-scrolling container ">
<h2 class="text">Collect as many treats as you can to get on the leaderboard to win a spot on our beta and some launch prizes. Be sure to leave your email address so that we can contact you!
</h2>
<figure>
<img class="desktop-image" src="images/rocky-pass-desktop.png" alt="test" width="100%" height="100%">
<img class="mobile-image" src="images/rocky-pass.png" alt="test" width="294" height="342">
</figure>
<div class="madeby">
<p>Made by <a target="_blank" href="www.fatdog.agency">FATDOG</a></p>
</div>
<div class="social-icons">
<ul>
<li>
<a href="www.instagram.com">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="www.facebook.com">
<i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="www.twitter.com">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="www.medium.com">
<i class="fab fa-medium"></i>
</a>
</li>
</ul>
</div>
<div class="scroll-icon">
<a href="#firstSection/1" class="icon-up-open-big go-to-top">
<label>Go back !</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
<div class="scroll-icon">
<a href="#eightSection" class="icon-up-open-big">
<label>What does it do?</label>
<img src="images/click-arrow-new.svg" alt="click item">
</a>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.2/vendors/jquery.easings.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.2/vendors/scrolloverflow.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.3/fullpage.js"></script>
<script type="text/javascript" src="js/new-custom.js">
</script>
</body>
</html>