home.html
4.78 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
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
<div class='home-container'>
<section class='home-hero'>
<div class='home-hero-inner'>
<div class='hero-caption'>
<h2>
<span class="fadeIn__hiw">{{ pages.homepage.heroCaptionHeadingRowOne}}
<br>{{ pages.homepage.heroCaptionHeadingRowTwo}} </span>
</h2>
<p>
<span class="fadeIn__hiw">
{{ pages.homepage.heroCaptionParagraph}} <br>
{{ pages.homepage.heroCaptionParagraphTwo}}
</span>
</p>
<button class="fadeIn__hiw btn__red" onclick="window.location.href='profilation.html'">
{{ pages.homepage.heroCaptionCta}}
</button>
</div>
<div class="hero-bg"></div>
</div>
</section>
<section class="home-slider">
<div class="offertaSliderUsp" data="inview-fading">
<h5> {{ pages.homepage.heroOfferHeading}}
<br> {{ pages.homepage.heroOfferHeadingTwo}}</h5>
<div class="offertaSliderUsp--listing">
<div class='home_fadeUp'>
<figure><img src="img/icon_1.svg" alt="" /></figure>
<h6>{{ pages.homepage.heroOfferSlideOneHeading}}</h6>
<p>{{ pages.homepage.heroOfferSlideOneParagraph}}</p>
</div>
<figure class='right-arrow home_fadeLeft'>
<img class="arrow-icon " src="img/freccia_down.svg">
</figure>
<div class='home_fadeUp'>
<figure class=" "><img src="img/icon_2.svg" alt="" /></figure>
<h6>{{ pages.homepage.heroOfferSlideTwoHeading}}</h6>
<p>{{ pages.homepage.heroOfferSlideTwoParagraph}}</p>
</div>
<figure class='right-arrow home_fadeLeft'>
<img class="arrow-icon " src="img/freccia_down.svg">
</figure>
<div class='home_fadeUp'>
<figure><img src="img/icon_3.svg" alt="" /></figure>
<h6>{{ pages.homepage.heroOfferSlideThreeHeading}}</h6>
<p>{{ pages.homepage.heroOfferSlideThreeParagraph}}</p>
</div>
</div>
</div>
</section>
<section class='home-discover'>
<div class="hero-bg">
</div>
<div class='hero-caption' data="inview-fading">
<div class='caption-inner'>
<h2>
{{ pages.homepage.heroHomeDiscoverHeading}} </h2>
<p>
{{ pages.homepage.heroHomeDiscoverParagraph}} </p>
<button class='btn__outline' onclick="window.location.href='howitworks.html'">{{ cta.btnDiscoverHiw}} </button>
</div>
</div>
</section>
<section class="animation-scroll-bike">
<div id="content-wrapper">
<section id="pin" class="scroll-magic-section">
<div id="slide">
<div class="container">
<div class="animation-bike">
<div class="animation-bike-text-wrapper">
<div class='animation-bike-text animation-bike-text-one'>
<h2>{{{ pages.homepage.anBikeRowOneHeading}}}</h2>
<p>{{ pages.homepage.anBikeRowOneParagraph}}</p>
</div>
<div class='animation-bike-text animation-bike-text-two'>
<h2>{{{ pages.homepage.anBikeRowTwoHeading}}}</h2>
<p>{{ pages.homepage.anBikeRowTwoParagraph}}</p>
</div>
</div>
<div class="animation-bike-iframe">
<figure id="animation-bike-one" class='animation'>
<iframe width="500" height="500" src="https://lottiefiles.com/i/wLQ7sM" frameborder="0" allowfullscreen></iframe>
</figure>
<figure id="animation-bike-two" class='animation'>
<iframe width="500" height="500" src="https://lottiefiles.com/i/I3uQ0U" frameborder="0" allowfullscreen></iframe>
</figure>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<section class='home-discover solutions'>
<div class='discover-container'>
<div class='hero-caption' data="inview-fading">
<div class='caption-inner'>
<h2>
{{{ pages.homepage.discoverSolutionHeading}}}
</h2>
<p>
{{ pages.homepage.discoverSolutionParagraph}}
</p>
<button class="btn__red " >
{{cta.btnStart}}
</button>
</div>
</div>
<div class='animation-wrapper'>
<div class="hero-bg"></div>
<!--<div id='animation-container'></div>-->
<div id="animation-container">
<div class="animation-container__relative">
<iframe id="idIframe" width="500" height="500" src="https://lottiefiles.com/i/krupan" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
</div>