generated from BahodiRajabov/sass-bem-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
432 lines (417 loc) · 18.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<!-- header section -->
<header class="header">
<!-- header top -->
<div class="header__top">
<div class="container">
<ul class="header__top-list">
<li class="header__top-item">
<a class="header__top-link" href="#">Find a doctor</a>
</li>
<li class="header__top-item">
<a class="header__top-link" href="#">Apps</a>
</li>
<li class="header__top-item">
<a class="header__top-link" href="/login.html">Login</a>
</li>
<li class="header__top-item header__top-item--cart">
<a class="header__top-link " href="#">
<img class="header__top-cart-img" src="./img/shopping-cart-solid.svg" alt="Shooping cart img" width="24"
height="24">
<span class="header__top-cart-badge">1</span>
</a>
</li>
</ul>
</div>
</div>
<!-- header bottom -->
<div class="header__bottom">
<div class="container header__bottom-container">
<a class="header__logo logo" href="/">
<img class="logo__img" src="./img/logo.png" alt="ama logo" width="150" height="50">
</a>
<button class="header__toggler" type="button" aria-label="toggle menu button">
</button>
<div class="header__bottom-main">
<nav class="nav header__nav">
<ul class="nav__list">
<li class="nav__item">
<a class="nav__link" href="./download.html">Download</a>
</li>
<li class="nav__item">
<a class="nav__link" href="./branches.html">Branches and production </a>
</li>
<li class="nav__item">
<a class="nav__link" href="./aftermarket.html">aftermarket</a>
<ul class="nav__sub-list">
<li class="nav__sub-item">
<a href="./garden.html" class="nav__sub-link">AGRi</a>
</li>
<li class="nav__sub-item">
<a href="./garden.html" class="nav__sub-link">Garden</a>
</li>
<li class="nav__sub-item">
<a href="./garden.html" class="nav__sub-link">Grapicks</a>
</li>
</ul>
</li>
<li class="nav__item">
<a class="nav__link" href="#">About us</a>
</li>
</ul>
</nav>
<div class="header__bottom-right">
<form class="header__bottom-form" action="#" method="get">
<input class="header__bottom-form-input" type="search" name="search" placeholder="search"
aria-label="search" required>
<button class="header__bottom-right-search" type="button" aria-label="Search">
<img class="header__bottom-right-search-img" src="./img/search.svg" alt="search icon" width="20"
height="20">
</button>
</form>
<div class="language">
<button class="language__btn language__btn--active" type="button">
<img class="language__img" src="./img/ru-flag.svg" alt="ru flag" width="20" height="20">
</button>
<button class="language__btn" type="button">
<img class="language__img" src="./img/en-flag.svg" alt="en flag" width="20" height="20">
</button>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- main contant -->
<main class="main">
<!-- intro section -->
<section class="intro">
<img class="intro__img" src="./img/home.jpg" alt="Bg img">
</section>
<!-- our products section -->
<section class="products">
<div class="container">
<h2 class="visually-hidden">Our products</h2>
<ul class="products__list">
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=1" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=2" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=1" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=2" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=3" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=4" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=5" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
<li class="products__item">
<a href="#" class="products__item-link">
<img class="products__item-img" src="https://picsum.photos/280/365?random=6" alt="Img" width="280"
height="365">
<div class="products__item-info">
<p class="products__item-desc">
Lorem ipsum dolor sit amet consectetur.
</p>
</div>
</a>
</li>
</ul>
</div>
</section>
<section class="solutions">
<div class="container">
<div class="solutions__info">
<h2 class="solutions__title">The strength of a group that manufactures solutions
</h2>
<p class="solutions__desc">AMA group designs and manufactures components and equipment
for outfitting and maintaining Off-Highway Vehicles,
agricultural and gardening machines.</p>
</div>
</div>
</section>
<section class="cta">
<div class="container cta__container">
<div class="cta__info">
<h2 class="cta__title">OEM – ORIGINAL EQUIPMENT MANUFACTURER</h2>
<p class="cta__desc">Discover the wide range of solutions offered by AMA
</p>
<a href="#" class="cta__link">discover</a>
</div>
<p class="cta__text">
Solutions able to improve the quality standards, the development of technological innovation and the expansion
of the range of offer, all through group synergy.
</p>
</div>
</section>
<section class="founder">
<div class="container">
<div class="founder__inner">
<img class="founder__img" src="./img/friend.jpg" alt="friend img" width="260" height="320">
<div class="founder__info">
<blockquote class="founder__words">
One of the keys to AMA’s success is to keep on <span class="founder__words-mark">growing</span> and
<span class="founder__words-mark">evolving</span>,
considering each milestone reached a
step towards the future, with many opportunities some of them not written already
</blockquote>
<p class="founder__name">Luciano Malavolti</p>
<p class="founder__job">AMA President</p>
</div>
</div>
</div>
</section>
<section class="partners">
<div class="container">
<h2 class="partners__title">AMA <span class="partners__title-mark">PLANTS</span>
IN THE <span class="partners__title-mark">WORLD</span></h2>
<ul class="partners__list">
<li class="partners__item">
<a href="#" class="partners__link">
<img class="partners__item-img" src="./img/partnor.png" alt="partners img" width="150" height="70">
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img class="partners__item-img" src="./img/partnor.png" alt="partners img" width="150" height="70">
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img class="partners__item-img" src="./img/partnor.png" alt="partners img" width="150" height="70">
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img class="partners__item-img" src="./img/partnor.png" alt="partners img" width="150" height="70">
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img class="partners__item-img" src="./img/partnor.png" alt="partners img" width="150" height="70">
</a>
</li>
</ul>
</div>
</section>
<section class="news">
<div class="container">
<h2 class="news__title">
<span class="news__title-mark">NEWS</span> & <span class="news__title-mark">EVENTS</span>
</h2>
<ul class="news__list">
<li class="news__item">
<a href="./info.html" class="news__link">
<div class="news__link-img-wrapper">
<img class="news__item-img" src="https://picsum.photos/380/280?random=1" alt="Img" width="380"
height="280">
</div>
<div class="news__item-info">
<p class="news__item-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, praesentium nihil. Ex.
</p>
</div>
</a>
</li>
<li class="news__item">
<a href="./info.html" class="news__link">
<div class="news__link-img-wrapper">
<img class="news__item-img" src="https://picsum.photos/380/280?random=1" alt="Img" width="380"
height="280">
</div>
<div class="news__item-info">
<p class="news__item-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, praesentium nihil. Ex.
</p>
</div>
</a>
</li>
<li class="news__item">
<a href="./info.html" class="news__link">
<div class="news__link-img-wrapper">
<img class="news__item-img" src="https://picsum.photos/380/280?random=1" alt="Img" width="380"
height="280">
</div>
<div class="news__item-info">
<p class="news__item-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, praesentium nihil. Ex.
</p>
</div>
</a>
</li>
<li class="news__item">
<a href="./info.html" class="news__link">
<div class="news__link-img-wrapper">
<img class="news__item-img" src="https://picsum.photos/380/280?random=1" alt="Img" width="380"
height="280">
</div>
<div class="news__item-info">
<p class="news__item-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, praesentium nihil. Ex.
</p>
</div>
</a>
</li>
<li class="news__item">
<a href="./info.html" class="news__link">
<div class="news__link-img-wrapper">
<img class="news__item-img" src="https://picsum.photos/380/280?random=1" alt="Img" width="380"
height="280">
</div>
<div class="news__item-info">
<p class="news__item-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, praesentium nihil. Ex.
</p>
</div>
</a>
</li>
</ul>
</div>
</section>
</main>
<!-- footer section -->
<footer class="footer">
<div class="footer__top">
<div class="container footer__top-container">
<a class="footer__logo logo" href="/">
<img class="logo__img" src="./img/logo.png" alt="ama logo" width="150" height="50">
</a>
<address class="footer__address">via Puccini, 28
42018 San Martino in Rio
Reggio Emilia
</address>
<ul class="footer__tel-list">
<li class="footer__tel-item">
<a href="tel:+998903727207" class="footer__tel-link">Tel. 0522-6369
</a>
</li>
<li class="footer__tel-item">
<a href="tel:+998903727207" class="footer__tel-link">Tel. 0522-6369
</a>
</li>
<li class="footer__tel-item">
<a href="tel:+998903727207" class="footer__tel-link">Tel. 0522-6369
</a>
</li>
<li class="footer__tel-item">
<a href="tel:+998903727207" class="footer__tel-link">Tel. 0522-6369
</a>
</li>
</ul>
<ul class="footer__socials-list">
<li class="footer__socials-item ">
<a class="footer__socials-link" target="_blank" href="#">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="path"
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z"
fill="#fff"></path>
</svg>
</a>
</li>
<li class="footer__socials-item ">
<a class="footer__socials-link" target="_blank" href="#">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="path"
d="M12 0C5.373 0 0 5.372 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 01.083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.631-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12z"
fill="#fff"></path>
</svg>
</a>
</li>
<li class="footer__socials-item ">
<a class="footer__socials-link" target="_blank" href="#">
<svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="path"
d="M24 2.557a9.83 9.83 0 01-2.828.775A4.932 4.932 0 0023.337.608a9.864 9.864 0 01-3.127 1.195A4.916 4.916 0 0016.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 1.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 17.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 2.557z"
fill="#fff"></path>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="footer__bottom">
<div class="container">
<p class="footer__bottom-copy">© 2018 AMA Accessori Macchine Agricole - P. IVA 00639260355 - Cap. Soc.
16.000.000 euro iv - REA: n. 145889
</p>
</div>
</div>
</footer>
<script src="./main.js"></script>
</body>
</html>