-
Notifications
You must be signed in to change notification settings - Fork 0
/
corekachal.html
232 lines (227 loc) · 8.49 KB
/
corekachal.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
<!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">
<link rel="stylesheet" href="style.css">
<title>Coreka Challenge</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link
rel="stylesheet"
href="https://unpkg.com/swiper@8/swiper-bundle.min.css"
/>
</head>
<body>
<div class="background">
<header>
<ul class="nav__links">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact</a></li>
</ul>
<nav class="Lumosmid">
<a href="#">Lumos</a>
</nav>
<ul class="nav__links">
<li><a href="#">Search</a></li>
<li><a href="#">|</a></li>
<li><a href="#">Log in</a></li>
<li><a href="#"><img src="assets/cart.png" class="navimg"></a></li>
<li><a href="#"><img src="assets/usflag.png" class="navimg"></a></li>
</ul>
</header>
<hr>
<div class="wrapper">
<div>
<img src="assets/Matrix_Charcoal Black_Rear Quarter.png" class="blackimg">
<div class="textwrapper">
<div class="headertext">
<h1>
Change how <br>
you ride
</h1>
</div>
<div class="subtext subtext1">
<h2>
Avoid accidents <br> <br>
<p1>
Traditional helmets only protect <br>
you in case an accident happens. <br>
With its bright lights and smart <br>
features, Lumos helps you avoid <br>
the accident in the first place. <br>
</p1>
</h2>
</div>
<div class="subtext subtext2">
<h2>
Ride safely at night <br> <br>
<p1>
Studies show that regardless of <br>
the season, bicyclist deaths occur <br>
most often between 6 p.m. and <br>
9 p.m - when it’s dark outside. <br>
</p1>
</h2>
</div>
<div class="subtext subtext3">
<h2>
50% <br> <br>
<p1>
Wearing a helmet can reduce <br>
your risk of a head injury by more <br>
than 50% (1). <br>
</p1>
</h2>
</div>
<div class="subtext subtext4">
<h2>
Don’t forget your lights <br> <br>
<p1>
No more worrying about <br>
forgetting your lights when they’re <br>
integrated to your helmet (2). <br>
</p1>
</h2>
</div>
<div class="subtext subtext5">
<p1>
(1) Virginia Polytechnic Institute and State University. (2) Cycling laws may be different in your area.
</p1>
</div>
</div>
</div>
</div>
<div class="bottomwrap">
<h2 class="title">
Urban or commuter?
<div class="subtitle">
Safety is not a one-size fits all story. Check out our collection of <br>
helmets and choose the one that fits your needs the best.
</div>
</h2>
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<img src="assets/1.png">
<p1>Lumos Kickstart</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="swiper-slide">
<img src="assets/2.png">
<p1>Lumos Kickstart</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="swiper-slide">
<img src="assets/3.png">
<p1>Lumos Kickstart</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="swiper-slide">
<img src="assets/4.png">
<p1>Lumos Kickstart</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
...
</div>
<!-- If we need scrollbar -->
<div class="swiper-scrollbar"></div>
</div>
<!-- <div class="owl-carousel owl-theme">
<div class="item item1">
<img src="assets/1.png">
<p1>Lumos Kickstart</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="item item2">
<img src="assets/2.png">
<p1>Lumos Street</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="item item3">
<img src="assets/3.png">
<p1>Lumos Ultra</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
<div class="item item4">
<img src="assets/4.png">
<p1>Lumos Matrix</p1>
<div class="flexitem">
<p2>from $999,95</p2>
</div>
</div>
</div> -->
</div>
<div class="button">
<div>
<a class="cta" href="#">Shop Helmets</a>
</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/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script type="text/javascript">
$('.owl-carousel').owlCarousel({
loop:true,
margin:200,
nav:false,
autoHeight:true,
stagePadding: 100,
items:3,
dots: false,
responsive:{
0:{
items:2
},
600:{
items:3
},
1000:{
items:3
}
}
})
const swiper = new Swiper('.swiper', {
// Optional parameters
direction: 'horizontal',
loop: false,
slidesPerView: 3,
spaceBetween: 0,
freeMode: true,
// If we need pagination
pagination: {
el: '.swiper-pagination',
},
// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// And if we need scrollbar
scrollbar: {
el: '.swiper-scrollbar',
},
});
</script>
</body>
</html>