-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (411 loc) · 25.5 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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="bg">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<!--=============== SWIPER CSS ===============-->
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title> Halloween-Candy.Website</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<img src="assets/img/logo.png" alt="" class="nav__logo-img">
193010038
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Начало</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">Повече информация</a>
</li>
<li class="nav__item">
<a href="#trick" class="nav__link">Бонбони</a>
</li>
<li class="nav__item">
<a href="#new" class="nav__link">Ново!</a>
</li>
Ново!
<a href="#" class="button button--ghost">Поддръжка</a>
</ul>
<div class="nav__close" id="nav-close">
<i class='bx bx-x'></i>
</div>
<img src="assets/img/nav-img.png" alt="" class="nav__img">
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-grid-alt'></i>
</div>
</nav>
</header>
<main class="main">
<!--==================== HOME ====================-->
<section class="home container" id="home">
<div class="swiper home-swiper">
<div class="swiper-wrapper">
<!-- HOME SLIDER 1 -->
<section class="swiper-slide">
<div class="home__content grid">
<div class="home__group">
<img src="assets/img/home1-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">Живата</h4>
<span class="home__details-subtitle"> Тиква</span>
</div>
</div>
<div class="home__data">
<h3 class="home__subtitle">#1 Най-страшният ДУХ</h3>
<h1 class="home__title">УОО <br> ПАКОСТ ИЛИ <br> ЛАКОМСТВО!!</h1>
<p class="home__description">Здравейте, Аз съм Хост, но можеш да ми казваш "Бу". В момента се опитвам да се науча на нещо ново.
</p>
<div class="home__buttons">
<a href="#" class="button">Резервирай Сега</a>
<a href="#" class="button--link button--flex">Виж Записите <i class='bx bx-right-arrow-alt button__icon'></i></a>
</div>
</div>
</div>
</section>
<!-- HOME SLIDER 2 -->
<section class="swiper-slide">
<div class="home__content grid">
<div class="home__group">
<img src="assets/img/home2-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">Ади & брат му</h4>
<span class="home__details-subtitle">Не могат да се опишат с думи! </span>
</div>
</div>
<div class="home__data">
<h3 class="home__subtitle">#2 Най-доброто дуо</h3>
<h1 class="home__title">ДОНЕСИ <br> МИ ПАМУКА <br> CANDY</h1>
<p class="home__description">Ади краде памучени сладки от своя брат и ги изяжда наведнъж, това гладно чудовище.</p>
<div class="home__buttons">
<a href="#" class="button">Запази СЕГА </a>
<a href="#" class="button--link button--flex"> Виж записите <i class='bx bx-right-arrow-alt button__icon'></i></a>
</div>
</div>
</div>
</section>
<!-- HOME SLIDER 3 -->
<section class="swiper-slide">
<div class="home__content grid">
<div class="home__group">
<img src="assets/img/home3-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">Капитан Сем</h4>
<span class="home__details-subtitle">Дух Ветеран Spooky </span>
</div>
</div>
<div class="home__data">
<h3 class="home__subtitle">#3 Най-страшен дух </h3>
<h1 class="home__title">RESPAWN <br> THE SPOOKY <br> СКЕЛЕТ</h1>
<p class="home__description">Докато търсихме сладки кутрета, Капитан сем се завърно от трагична смърт заедно със своите сертифицирани Хогуардс умения, той обещава да е герой за всички духоподобни.</p>
<div class="home__buttons">
<a href="#" class="button">Запази СЕГА</a>
<a href="#" class="button--link button--flex"> Виж записите <i class='bx bx-right-arrow-alt button__icon'></i></a>
</div>
</div>
</div>
</section>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!--==================== CATEGORY ====================-->
<section class="section category">
<h2 class="section__title">Любимо уплашване <br> Категория</h2>
<div class="category__container container grid">
<div class="category__data">
<img src="assets/img/category1-img.png" alt="" class="category__img">
<h3 class="category__title">Ghosts</h3>
<p class="category__description">Избери си най-страшния дух</p>
</div>
<div class="category__data">
<img src="assets/img/category2-img.png" alt="" class="category__img">
<h3 class="category__title">Тикваs</h3>
<p class="category__description">Виж най-страшната от всички</p>
</div>
<div class="category__data">
<img src="assets/img/category3-img.png" alt="" class="category__img">
<h3 class="category__title">Witch Hat</h3>
<p class="category__description">Избери най-стилната, шапка, която съществува</p>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="section about" id="about">
<div class="about__container container grid">
<div class="about__data">
<h2 class="section__title about__title">Прочети повече за Halloween <br> Night</h2>
<p class="about__description">Нощта на всички святи духове, или но всички мъртви, се празнува на 31-ви Октомври и е интернационален празник, идващ още от древността. </p>
<a href="#" class="button">Виж още</a>
</div>
<img src="assets/img/about-img.png" alt="" class="about__img">
</div>
</section>
<!--==================== TRICK OR TREAT ====================-->
<section class="section trick" id="trick">
<h2 class="section__title"><br> ПАКОСТ ИЛИ <br> ЛАКОМСТВО !!</h2>
<div class="trick__container container grid">
<div class="trick__content">
<img src="assets/img/trick-treat1-img.png" alt="" class="trick__img">
<h3 class="trick__title">Toffee</h3>
<span class="trick__subtitle">Candy</span>
<span class="trick__price">11.99 лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
<div class="trick__content">
<img src="assets/img/trick-treat2-img.png" alt="" class="trick__img">
<h3 class="trick__title">Кокал</h3>
<span class="trick__subtitle">Accessory</span>
<span class="trick__price">8.99 лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
<div class="trick__content">
<img src="assets/img/trick-treat3-img.png" alt="" class="trick__img">
<h3 class="trick__title">Scarecrow</h3>
<span class="trick__subtitle">Accessory</span>
<span class="trick__price">15.99лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
<div class="trick__content">
<img src="assets/img/trick-treat4-img.png" alt="" class="trick__img">
<h3 class="trick__title">Candy Cane</h3>
<span class="trick__subtitle">Candy</span>
<span class="trick__price">7.99лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
<div class="trick__content">
<img src="assets/img/trick-treat5-img.png" alt="" class="trick__img">
<h3 class="trick__title">Тиква</h3>
<span class="trick__subtitle">Candy</span>
<span class="trick__price">19.99 лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
<div class="trick__content">
<img src="assets/img/trick-treat6-img.png" alt="" class="trick__img">
<h3 class="trick__title">Духче</h3>
<span class="trick__subtitle">Accessory</span>
<span class="trick__price">17.99лв.</span>
<button class="button trick__button">
<i class='bx bx-cart-alt trick__icon'></i>
</button>
</div>
</div>
</section>
<!--==================== DISCOUNT ====================-->
<section class="section discount">
<div class="discount__container container grid">
<div class="discount__data">
<h2 class="discount__title">50% Намаление <br> На нашите нови продукти</h2>
<a href="#" class="button">виж</a>
</div>
<img src="assets/img/discount-img.png" alt="" class="discount__img">
</div>
</section>
<!--==================== NEW ARRIVALS ====================-->
<section class="section new" id="new">
<h2 class="section__title">НОВО!</h2>
<div class="new__container container">
<div class="swiper new-swiper">
<div class="swiper-wrapper">
<div class="new__content swiper-slide">
<div class="new__tag">Ново</div>
<img src="assets/img/new1-img.png" alt="" class="new__img">
<h3 class="new__title">Haunted House</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">14.99лв.</span>
<span class="new__discount">29.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
<div class="new__content swiper-slide">
<div class="new__tag">Ново</div>
<img src="assets/img/new2-img.png" alt="" class="new__img">
<h3 class="new__title">Halloween Candle</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">11.99лв.</span>
<span class="new__discount">21.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
<div class="new__content swiper-slide">
<div class="new__tag">Ново</div>
<img src="assets/img/new3-img.png" alt="" class="new__img">
<h3 class="new__title">Вещерска Шапка</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">4.99лв.</span>
<span class="new__discount">9.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
<div class="new__content swiper-slide">
<div class="new__tag">НОВО</div>
<img src="assets/img/new4-img.png" alt="" class="new__img">
<h3 class="new__title">Rip</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">24.99лв.</span>
<span class="new__discount">44.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
<div class="new__content swiper-slide">
<div class="new__tag">НОВО</div>
<img src="assets/img/new5-img.png" alt="" class="new__img">
<h3 class="new__title">Ужасяваща кристална топка</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">5.99лв.</span>
<span class="new__discount">12.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
<div class="new__content swiper-slide">
<div class="new__tag">Ново</div>
<img src="assets/img/new6-img.png" alt="" class="new__img">
<h3 class="new__title">Witch Broom</h3>
<span class="new__subtitle">Accessory</span>
<div class="new__prices">
<span class="new__price">7.99лв.</span>
<span class="new__discount">14.99лв.</span>
</div>
<button class="button new__button">
<i class='bx bx-cart-alt new__icon'></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!--==================== OUR NEWSLETTER ====================-->
<section class="section newsletter">
<div class="newsletter__container container">
<h2 class="section__title">Новини</h2>
<p class="newsletter__description">
Промоции на нови продукти и разпродажба. Директно в твоята пощенска кутия </p>
<form action="" class="newsletter__form">
<input type="text" placeholder="Enter your email" class="newsletter__input">
<button class="button">
Абонирай се
</button>
</form>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content">
<a href="#" class="footer__logo">
<img src="assets/img/logo.png" alt="" class="footer__logo-img">
Halloween
</a>
<p class="footer__description">Наслади се на най-страшната нощ в живота си.</p>
<div class="footer__social">
<a href="https://www.facebook.com/" target="_blank" class="footer__social-link">
<i class='bx bxl-facebook'></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="footer__social-link">
<i class='bx bxl-instagram-alt' ></i>
</a>
<a href="https://twitter.com/" target="_blank" class="footer__social-link">
<i class='bx bxl-twitter' ></i>
</a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">За нас</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">За нас</a>
</li>
<li>
<a href="#" class="footer__link">Какво предлагаме?</a>
</li>
<li>
<a href="#" class="footer__link">Новини</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Услуги</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Цени</a>
</li>
<li>
<a href="#" class="footer__link">Намаления</a>
</li>
<li>
<a href="#" class="footer__link">Доставка</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Нашата компания</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Блог</a>
</li>
<li>
<a href="#" class="footer__link">За Нас</a>
</li>
<li>
<a href="#" class="footer__link">Нашата Мисия</a>
</li>
</ul>
</div>
</div>
<span class="footer__copy">© . 193010038 </span>
<img src="assets/img/footer1-img.png" alt="" class="footer__img-one">
<img src="assets/img/footer2-img.png" alt="" class="footer__img-two">
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class='bx bx-up-arrow-alt scrollup__icon'></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== SWIPER JS ===============-->
<script src="assets/js/swiper-bundle.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>