-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
372 lines (368 loc) · 14.1 KB
/
index.html
File metadata and controls
372 lines (368 loc) · 14.1 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
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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Velo</title>
<link rel="stylesheet" href="css/style.css">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
<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:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<link rel="shortcun icon" href="img/favicon.ico">
</head>
<body>
<div class="wrapper">
<main class="page">
<div class="main-screen">
<div class="main-screen__bg ibg">
<img src="img/bg1.jpg" alt="background with bike">
</div>
</div>
<header class="header">
<div class="header__row">
<nav class="header__menu menu">
<div class="menu__icon icon-menu">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu__body">
<ul class="menu__list">
<li><a href="*" class="menu__link">about us</a></li>
<li><a href="*" class="menu__link">work</a></li>
<li><a href="*" class="menu__link">shop</a></li>
<li><a href="*" class="menu__link">contact</a></li>
</ul>
</div>
</nav>
<div class="header__logo"><img src="img/logo.png" alt="logo"></div>
</div>
</header>
<div class="content">
<section class="generation">
<div class="container">
<div class="generation__block block">
<div class="block__icon">
<img src="img/icon.png" alt="icon" class="icon">
</div>
<h1 class="block__title">A NEW GENERATION OF VINTAGE BIKE</h1>
<div class="block__text">Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged.
</div>
</div>
</div>
</section>
<section class="brands">
<div class="brands__row">
<div class="brands__column brands__column__b">
<a href="" class="brends__item item">
<span class="item__logo">
<img src="img/icon/04.png" alt="icon of bike">
</span>
<span class="item__image ibg">
<img src="img/brands/01.jpg" alt="bike">
</span>
</a>
</div>
<div class="brands__column">
<div class="brands__content block">
<div class="block__icon"><img src="img/icon/03.png" alt="icon fish"></div>
<h2 class="block__title">vintage Oliva</h2>
<div class="block__text block__text__j">Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type and scrambled it
to make a type specimen book. It has survived not only five centuries, but also the
leap into electronic typesetting, remaining essentially unchanged.
</div>
</div>
<div class="brands__image ibg">
<img src="img/brands/02.jpg" alt="bike">
</div>
</div>
</div>
</section>
<section class="brands brands__rev">
<div class="brands__row">
<div class="brands__column brands__column__b">
<a href="" class="brends__item item">
<span class="item__logo">
<img src="img/icon/06.png" alt="icon vintage">
</span>
<span class="item__image ibg">
<img src="img/brands/04.jpg" alt="bike">
</span>
</a>
</div>
<div class="brands__column">
<div class="brands__content block">
<div class="block__icon"><img src="img/icon/05.png" alt="icon wheel"></div>
<h2 class="block__title">retrò Bike - M. Hulot</h2>
<div class="block__text block__text__j">Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type and scrambled it
to make a type specimen book. It has survived.
</div>
</div>
<div class="brands__image ibg">
<img src="img/brands/03.jpg" alt="bike">
</div>
</div>
</div>
</section>
<section class="brands brands__last">
<div class="brands__row">
<div class="brands__column">
<a href="" class="brends__item item">
<span class="item__logo">
<img src="img/icon/07.png" alt="logo of company">
</span>
<span class="item__image ibg">
<img src="img/brands/05.jpg" alt="bike">
</span>
</a>
</div>
<div class="brands__column">
<div class="brands__content block">
<div class="block__icon">
<img src="img/icon/08.png" alt="logo">
</div>
<h2 class="block__title">vintage Oliva</h2>
<div class="block__text block__text__j">Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type and scrambled it
to make a type specimen book. It has survived not only five centuries, but also the
leap into electronic typesetting, remaining essentially unchanged.
</div>
</div>
<div class="brands__image ibg">
<img src="img/brands/06.jpg" alt="bike">
</div>
</div>
<div class="brands__column">
<span" class="brends__item item">
<span class="item__image ibg">
<img src="img/brands/07.jpg" alt="bike">
</span>
</span>
</div>
</div>
</section>
<class class="slider">
<div class="container">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide slider__item">
<div class="slider__icon">
<img src="img/icon/09.png" alt="logo twitter">
</div>
<h3 class="slider__title">AOD New York @aod<span>/35 min</span></h3>
<div class="slider__text">Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis! Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis!</div>
</div>
<div class="swiper-slide slider__item">
<div class="slider__icon">
<img src="img/icon/09.png" alt="logo twitter">
</div>
<h3 class="slider__title">AOD New York @aod<span>/25 min</span></h3>
<div class="slider__text">Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis! Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis!Lorem, ipsum dolor sit amet consectetur adipisicing elit. Blanditiis!
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Blanditiis!Lorem,
ipsum dolor sit amet consectetur adipisicing elit. Blanditiis! Lorem, ipsum
dolor sit amet consectetur adipisicing elit. Blanditiis!</div>
</div>
<div class="swiper-slide slider__item">
<div class="slider__icon">
<img src="img/icon/09.png" alt="logo twitter">
</div>
<h3 class="slider__title">AOD New York @aod<span>/15 min</span></h3>
<div class="slider__text">Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis! Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis!Lorem, ipsum dolor sit amet consectetur adipisicing elit. Blanditiis!
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Blanditiis!Lorem,
ipsum dolor sit amet consectetur adipisicing elit. Blanditiis! Lorem, ipsum
dolor sit amet consectetur adipisicing elit. Blanditiis!Lorem, ipsum dolor sit
amet consectetur adipisicing elit. Blanditiis! Lorem, ipsum dolor sit amet
consectetur adipisicing elit. Blanditiis!</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</class>
<div class="shop">
<div class="shop__body">
<div class="shop__column shop__column__b">
<div class="shop__block block-shop">
<div class="block__shop__row">
<div class="block__shop__column">
<a href="" class="block__shop__item block__shop__item__l item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike1.jpg" alt="seat bike">
</span>
</a>
</div>
<div class="block__shop__column">
<a href="" class="block__shop__item block__shop__item__l item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike2.jpg" alt="staff">
</span>
</a>
</div>
</div>
<a href="" class="block__shop__item item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike3.jpg" alt="other">
</span>
</a>
</div>
</div>
<div class="shop__column">
<a href="" class="block__shop__item block__shop__item__b item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike4.jpg" alt="bike">
</span>
</a>
</div>
<div class="shop__column">
<a href="" class="block__shop__item block__shop__item__b item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike5.jpg" alt="bike">
</span>
</a>
</div>
<div class="shop__column shop__column__b">
<div class="shop__block block-shop">
<a href="" class="block__shop__item item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike6.jpg" alt="bike">
</span>
</a>
<div class="block__shop__row">
<div class="block__shop__column">
<a href="" class="block__shop__item block__shop__item__l item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike7.jpg" alt="bike">
</span>
</a>
</div>
<div class="block__shop__column">
<a href="" class="block__shop__item block__shop__item__l item">
<span class="item__logo">
<img src="img/icon/bike.png" alt="logo bike">
<span>Shop now</span>
</span>
<span class="item__image ibg">
<img src="img/brands/bike8.jpg" alt="bike">
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="shop__footer">
<div class="container">
<a href="*" class="shop__btn">DISCOVER THE SHOP</a>
</div>
</div>
</div>
<div class="subscribe">
<div class="container">
<div class="subscribe__body">
<div class="subscribe__logo">
<img src="img/logo.png" alt="logo">
</div>
<h2 class="subscribe__lable">
Stay on the saddle!
</h2>
<form action="#" class="subscribe__form">
<div class="subscribe__input">
<input autocomplete="off" type="text" name="form[]" data-value="enter youe email..."
class="input">
</div>
<div class="subscribe__button">
<button type="submit" class="subscribe__btn">GO</button>
</div>
</form>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="footer__row">
<div class="footer__column">
<div class="footer__address">
<p>AOD Avignon</p>
<p>18 rue de la Bourse</p>
<p>84000</p>
</div>
</div>
<div class="footer__column">
<div class="footer_social social">
<a href="" class="social__link">
<img src="img/icon/10.png" alt="logo twitter">
</a>
<a href="" class="social__link">
<img src="img/icon/11.png" alt="logo facebook">
</a>
<a href="" class="social__link">
<img src="img/icon/12.png" alt="logo printres">
</a>
</div>
</div>
<div class="footer__column">
<a href="" class="footer__dev dev">
<span class="dev__text">Made in Chine</span>
<span class="dev__icon">
<img src="img/icon/13.png" alt="">
</span>
</a>
</div>
</div>
</div>
</footer>
</main>
</div>
<script src="js/script.js"></script>
<script src="js/slider.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</body>
</html>