-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
394 lines (380 loc) · 23.3 KB
/
index.html
File metadata and controls
394 lines (380 loc) · 23.3 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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="public/style/style.css">
<title>Aveji</title>
</head>
<body>
<div class="max-w-md px-4 pt-2 pb-5 mx-auto md:max-w-3xl xl:max-w-7xl xl:max-w-[1440px] xl:px-8 xl:py-3 shadow-md">
<!-- header-->
<header class="mb-5 xl:mb-10">
<nav class="flex items-center justify-between xl:h-[108px]">
<div class="xl:flex-2">
<a href="">
<picture class="">
<source media="(min-width: 1440px)" srcset="public/img/desktop/logo.svg">
<img src="public/img/mobile/logo.svg" alt="logo">
</picture>
</a>
</div>
<div class="hidden xl:flex-1 xl:flex xl:items-start xl:justify-between">
<ul>
<li><a class="header-link" href="#">О нас</a></li>
<li><a class="header-link" href="#">Проекты</a></li>
<li><a class="header-link" href="#">Материалы</a></li>
<li><a class="header-link" href="#">Отзывы</a></li>
</ul>
<a class="header-tel" href="tel:+79999999999">+7 999 999 99 99</a>
</div>
<div class="xl:hidden cursor-pointer"><img src="public/img/mobile/burger.svg" alt="burger"></div>
</nav>
</header>
<!-- Hero-->
<section class="mb-12 xl:mb-3.5">
<div class="xl:flex xl:flex-row xl:justify-between xl:items-end">
<div class="md:max-w-2xl xl:basis-3xl">
<h1 class="font-helvetica text-h1-mobile leading-h1-mobile text-dark-custom uppercase pb-5 xl:text-h1-web xl:leading-h1-web xl:pb-10">
Эксклюзивная
и нестандартная мебель для дома
</h1>
<p class="font-roboto text-dark-custom pb-6 xl:text-xl md:w-[445px]">Мы можем произвести любую мебель
для вашего
проекта и найти
производственное решение любой задумки.</p>
</div>
<div class="xl:basis-auto">
<a class="header-order-a-projects "
href="#">Заказать проект</a>
</div>
</div>
<div class="md:flex md:flex-row md:justify-between ">
<div class="xl:order-2 xl:relative xl:bottom-[116px]">
<picture class="w-full">
<source media="(min-width: 1440px)" srcset="public/img/desktop/header.jpeg">
<source media="(min-width: 1280px)" srcset="public/img/desktop/header.jpeg">
<source media="(min-width: 768px)" srcset="public/img/mobile/header.jpeg">
<img class="w-full" src="public/img/mobile/header.jpeg" alt="header">
</picture>
</div>
<div class="hidden md:block xl:order-1 xl:self-end xl:relative xl:bottom-[116px]">
<img src="public/img/desktop/header_small.jpeg" alt="header_small">
</div>
</div>
</section>
<!-- About-->
<section class="mb-12 xl:mb-30">
<div class="xl:flex xl:flex-row">
<div class="xl:w-1/2">
<h2 class="font-helvetica pb-5 text-dark-custom xl:max-w-[562px]">
<span class=" text-h2-mobile leading-h2-mobile xl:hidden">О компании</span>
<span class="hidden xl:block xl:text-h2-web xl:leading-h2-web">Более 5 лет создаем мебель для вашего комфорта</span>
</h2>
</div>
<div class="xl:w-1/2">
<div class="mb-8 xl:max-w-[446px]">
<p class="font-roboto leading-[140%] text-dark-custom pb-4">Мы — команда профессионалов, которые
могут
произвести любую мебель для вашего проекта, а также найти
производственное решение любой задумки.</p>
<p class="font-roboto leading-[140%] text-dark-custom pb-4">Наша основная цель — реализовывать самые
смелые
задумки, и делать это качественно и аккуратно.</p>
<p class="font-roboto leading-[140%] text-dark-custom">В качестве материалов мы используем
натуральные —
стекло, дерево, бетон, камень, металл и эпоксидную
смолу.
</p>
</div>
<div class="flex flex-col">
<div class="mb-5 w-1/2">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile xl:text-h3-web xl:leading-h3-web">
1 год</h3>
<p class="font-roboto leading-[140%]">гарантии на всю продукцию</p>
</div>
<div class="mb-5 w-1/2">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile xl:text-h3-web xl:leading-h3-web">
300+</h3>
<p class="font-roboto leading-[140%]">выполненных проектов</p>
</div>
<div class="w-1/2">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile xl:text-h3-web xl:leading-h3-web">
15 дней</h3>
<p class="font-roboto leading-[140%]">срок производства</p>
</div>
</div>
</div>
</div>
</section>
<!-- Steps-->
<section class="mb-12 xl:mb-30">
<div class="xl:flex xl:flex-row">
<div class="xl:w-1/2">
<h2 class="font-helvetica text-h2-mobile pb-5 leading-h2-mobile text-dark-custom xl:block xl:text-h2-web xl:leading-h2-web">
Как мы работаем</h2>
</div>
<div class="xl:w-1/2">
<div class="mb-8">
<p class="font-roboto leading-[140%] text-dark-custom pb-4 xl:max-w-[325px]">Алгоритм работы с нами
для удобства и
понимания
проекта</p>
</div>
<div class="flex flex-col">
<div class="mb-5 border-b border-b-black xl:flex">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile pb-5 xl:flex-1">
Идея</h3>
<p class="font-roboto leading-[140%] pb-5 xl:flex-1">Клиент приходит к нам с идеей. Это может
быть
изображение/
эскиз
или другой референс. А мы думаем над тем, как это реализовать, делаем технические чертежи
и предлагаем решения по материалам.</p>
</div>
<div class="mb-5 border-b border-b-black xl:flex ">
<div class="xl:flex-1">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile pb-5 xl:max-w-[235px]">
Техническое
задание</h3>
</div>
<p class="font-roboto leading-[140%] pb-5 xl:flex-1">Клиент приходит к нам с идеей. Это может
быть
изображение/
эскиз
или другой референс. А мы думаем над тем, как это реализовать, делаем технические чертежи
и предлагаем решения по материалам.</p>
</div>
<div class="mb-5 border-b border-b-black xl:flex">
<div class="xl:flex-1">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile pb-5 xl:max-w-[235px]">
Коммерческое
предложение</h3>
</div>
<p class="font-roboto leading-[140%] pb-5 xl:flex-1">Предпочтительно используем натуральные
материалы.
Но любую
смету
можем оптимизировать, упростив материалы или конструктив. Сможем подстроиться под бюджет
клиента
и согласуем коммерческое предложение</p>
</div>
<div class="mb-5 border-b border-b-black xl:flex">
<div class="xl:flex-1">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile pb-5 xl:max-w-[235px]">
Подготовка
рабочего
проекта</h3>
</div>
<p class="font-roboto leading-[140%] pb-5 xl:flex-1">Создадим рабочую документацию и чертежи.
Это
фундамент
качественного производства. На этом этапе утверждаем с клиентом все габариты и материалы,
чертежи
и приступаем к производству.</p>
</div>
<div class="border-b border-b-black xl:flex">
<div class="xl:flex-1">
<h3 class="font-helvetica text-h3-mobile text-dark-custom leading-h3-mobile pb-5 xl:max-w-[235px]">
Производство
и монтаж</h3>
</div>
<p class="font-roboto leading-[140%] pb-5 xl:flex-1">Производство занимает от 15 рабочих
дней,
в зависимости
от сложности и объёма. Монтажом тоже занимаемся самостоятельно. Ведь мы это сделаем
быстро
и аккуратно.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Project-->
<section class="mb-12 xl:mb-30">
<h2 class="font-helvetica text-h2-mobile pb-5 leading-h2-mobile text-dark-custom xl:text-h2-web xl:leading-h2-web xl:pb-8">
Проекты</h2>
<!-- Slider -->
<div class="carousel carousel-center max-w-[359px] space-x-4 md:max-w-full xl:hidden">
<div class="carousel-item relative group">
<img src="public/img/mobile/project.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Tumbling for TV"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span class=""><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="carousel-item relative group">
<img
src="public/img/mobile/project-4.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Kitchen design"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Дизайн кухни</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="carousel-item relative group">
<img
src="public/img/mobile/project-2.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Option of the hallway"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Вариант прихожей</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="carousel-item relative group">
<img
src="public/img/mobile/project-3.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Living room"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Гостиная</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="carousel-item relative group">
<img
src="public/img/mobile/project-1.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Bedroom"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Спальня</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="carousel-item relative group">
<img
src="public/img/mobile/project-5.jpeg"
class="max-w-[252px] max-h-[328px]" alt="Command"/>
<p class="h-[44px] carousel-description">
<span class="text-white leading-[140%]">Коммод</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
</div>
<div class="hidden xl:justify-between xl:flex xl:flex-row xl:flex-wrap xl:items-center xl:gap-3">
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project.jpeg" alt="project">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project-1.jpeg" alt="project-1">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project-2.jpeg" alt="project-2">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project-3.jpeg" alt="project-3">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project-4.jpeg" alt="project-4">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
<div class="relative group">
<img class="max-w-sm 1xl:max-w-[445px] 1xl:max-h-[580px]" src="public/img/desktop/project-5.jpeg" alt="project-5">
<p class="h-[66px] carousel-description">
<span class="text-white leading-[140%]">Тумба под телевизор</span>
<span><img src="public/img/mobile/arrow.svg" alt="arrow"></span>
</p>
</div>
</div>
<!-- End Slider -->
</section>
<!-- Testimonials-->
<section class="mb-12 xl:mb:30">
<h2 class="font-helvetica text-h2-mobile pb-5 leading-h2-mobile text-dark-custom xl:text-h2-web xl:leading-h2-web xl:pb-8">
Отзывы</h2>
<div class="xl:flex xl:flex-row xl:items-center xl:space-x-6">
<div class="border border-full border-(--color-dark-custom) py-9 px-8 flex flex-col items-center mb-4 xl:w-1/3 xl:h-[327px] xl:mb-0">
<img class="pb-9" src="public/img/mobile/quotes.svg" alt="quote">
<p class="font-helvetica font-bold text-lg text-dark-custom leading-[25px] pb-5">Игорь Антонов</p>
<p class="font-roboto text-dark-custom leading-[140%] text-center">Обратилась к Aveji по рекомендации .
Команда сразу поняла, какой дизайн я хочу. Предоставили несколько
вариантов и в течение недели сделали наброски. Итог понравился, все на высшем уровне.</p>
</div>
<div class="border border-full border-(--color-dark-custom) py-9 px-8 flex flex-col items-center mb-4 xl:w-1/3 xl:h-[327px] xl:mb-0">
<img class="pb-9" src="public/img/mobile/quotes.svg" alt="quote">
<p class="font-helvetica font-bold text-lg text-dark-custom leading-[25px] pb-5">Ольга Иванова</p>
<p class="font-roboto text-dark-custom leading-[140%] text-center">После пары заказов у компании Aveji
убедилась, что за мебелью теперь только к ним. Абсолютно любые решения, в любых размерах
и форм-факторе,
то что нужно!</p>
</div>
<div class="border border-full border-(--color-dark-custom) py-9 px-8 flex flex-col items-center xl:w-1/3 xl:h-[327px]">
<img class="pb-9" src="public/img/mobile/quotes.svg" alt="quote">
<p class="font-helvetica font-bold text-lg text-dark-custom leading-[25px] pb-5">Аркадий Макаров</p>
<p class="font-roboto text-dark-custom leading-[140%] text-center">Aveji — настоящие профессионалы
своего
дела. Быстро поняли мою задумку, сделали дизайн, согласовали и изготовили мебель. А потом еще
и бесплатно все собрали на месте. Большое спасибо!</p>
</div>
</div>
</section>
<!-- form-->
<section class="mb-15 xl:mb-30">
<div class="xl:flex xl:flex-row xl:items-start xl:justify-between">
<div class="hidden xl:block xl:w-auto">
<img class="" src="public/img/desktop/form.jpeg" alt="form">
</div>
<div>
<h2 class="font-helvetica text-h2-mobile pb-5 leading-h2-mobile text-dark-custom xl:text-h2-web xl:leading-h2-web xl:pb-8">
Хотите заказать проект?</h2>
<div class="mb-8 xl:mb-18">
<p class="font-roboto leading-[140%] text-dark-custom">Оставьте заявку, и мы вам перезвоним</p>
</div>
<div class=" mb-8 xl:mb-10">
<form class="flex flex-col" action="">
<input class="form-input"
type="text" name="Name" placeholder="Имя">
<input class="form-input" type="email" name="Email" placeholder="E-mail">
<input class="mb-5 form-input" type="tel" name="Phone" placeholder="Телефон">
<button class="form-btn" type="submit">Отправить заявку</button>
</form>
</div>
<div class="flex flex-row space-x-4">
<img src="public/img/mobile/app.jpeg" alt="App">
<img src="public/img/mobile/google.jpeg" alt="Google">
</div>
</div>
</div>
</section>
<!-- footer-->
<footer class="max-w-[241px] mx-auto xl:max-w-full">
<div class="xl:flex xl:flex-row xl:items-center xl:justify-between">
<div class="flex flex-row items-center justify-between uppercase font-roboto text-lg leading-[21px] mb-6 xl:order-3 xl:mb-0 xl:space-x-6">
<p class="">Вконтакте</p>
<p class="">Телеграм</p>
</div>
<div class="flex flex-col items-center font-roboto leading-[140%] space-y-2 mb-7 xl:order-2 xl:flex-row xl:mb-0">
<p class="text-nowrap xl:mb-0">Политика конфиденциальности</p>
<span class="hidden xl:block xl:mb-0"> / </span>
<p>Оплата и доставка</p>
</div>
<div class="flex flex-col items-center font-roboto text-lg leading-[21px] space-y-1 uppercase xl:order-1">
<p>© 2023 Aveji</p>
<p>Все права защищены</p>
</div>
</div>
</footer>
</div>
</body>
</html>