-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
355 lines (355 loc) · 16.4 KB
/
index.php
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
<?php include_once('./backend/generate_token.php');?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Halloween Landing Page</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel='stylesheet' href='https://assets.codepen.io/7773162/swiper-bundle.min.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css'>
<link rel="stylesheet" href="../../assets/css/echo.css" />
</head>
<body>
<!-- HEADER -->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo"> Spooky </a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Graveyard</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">Track Record</a>
</li>
<li class="nav__item">
<a href="#trick" class="nav__link">Services</a>
</li>
<li class="nav__item">
<a href="#new" class="nav__link">Know More</a>
</li>
<a href="#" class="button button--ghost">Support</a>
</ul>
<div class="nav__close" id="nav-close">
<i class='bx bx-x'></i>
</div>
<img src="https://assets.codepen.io/7773162/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="https://assets.codepen.io/7773162/home3-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">Captain Sem</h4>
<span class="home__details-subtitle">Veteran Spooky Ghost</span>
</div>
</div>
<div class="home__data">
<h3 class="home__subtitle">#1 Top Scariest Ghost</h3>
<h1 class="home__title">RESPAWN <br> THE SPOOKY <br> SKULL </h1>
<p class="home__description">In search for cute little puppy, Captain Sem has come back from his tragic death. With his hogwarts certified power he promise to be a hero for all of <strong>ghostkind. </strong></p>
<div class="home__buttons">
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%281%29_3.svg" alt="" />
</a>
<a href="#" class="button--link button--flex">Track Record <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="https://assets.codepen.io/7773162/home2-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">Adino & Grahami</h4>
<span class="home__details-subtitle">No words can describe them</span>
</div>
</div>
<div class="home__data">
<h3 class="home__subtitle">#2 top Best duo</h3>
<h1 class="home__title">BRING BACK <br> MY COTTON <br> CANDY </h1>
<p class="home__description">Adino steals cotton candy from his brother and eats them all in one bite, a hungry beast. Grahami can no longer contain his anger towards Adino. </p>
<div class="home__buttons">
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%281%29_3.svg" alt="" />
</a>
<a href="#" class="button--link button--flex">Track Record <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="https://assets.codepen.io/7773162/home1-img.png" alt="" class="home__img">
<div class="home__indicator"></div>
<div class="home__details-img">
<h4 class="home__details-title">The Labu “Reiza”</h4>
<span class="home__details-subtitle">The Living Pumpkin</span>
</div>
</div>
<div class="home__data">
<h3 class="pumpkin__subtitle">#3 Top Scariest Ghost 2020</h3>
<h1 class="home__title">UOOOO <br> TRICK OR <br> TREAT!! </h1>
<p class="home__description">Hi I’m Reiza, people call me “The Labu” currently I’m trying to learn something new, building my own bike with parts only made from Malaysia. </p>
<div class="home__buttons">
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%282%29_2.svg" alt="" />
</a>
<a href="#" class="button--link button--flex">Track Record <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">Favorite Scare <br> Category </h2>
<div class="category__container container grid">
<div class="category__data">
<img src="https://assets.codepen.io/7773162/category1-img.png" alt="" class="category__img">
<h3 class="category__title">Ghosts</h3>
<p class="category__description">Choose the ghosts, the scariest there are.</p>
</div>
<div class="category__data">
<img src="https://assets.codepen.io/7773162/category2-img.png" alt="" class="category__img">
<h3 class="category__title">Pumpkins</h3>
<p class="category__description">You look at the scariest pumpkins there is.</p>
</div>
<div class="category__data">
<img src="https://assets.codepen.io/7773162/category3-img.png" alt="" class="category__img">
<h3 class="category__title">Witch Hat</h3>
<p class="category__description">Pick the most stylish witch hats out there.</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">About Halloween <br> Night </h2>
<p class="about__description">Night of all the saints, or all the dead, is celebrated on October 31 and it is a very fun international celebration, this celebration comes from ancient origins, and is already celebrated by everyone. </p>
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%281%29_3.svg" alt="" />
</a>
</div>
<img src="https://assets.codepen.io/7773162/about-img.png" alt="" class="about__img">
</div>
</section>
<!-- TRICK OR TREAT -->
<section class="section trick" id="trick">
<h2 class="section__title">Trick Or Treat</h2>
<div class="trick__container container grid">
<div class="trick__content">
<img src="https://assets.codepen.io/7773162/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="https://assets.codepen.io/7773162/trick-treat2-img.png" alt="" class="trick__img">
<h3 class="trick__title">Bone</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="https://assets.codepen.io/7773162/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="https://assets.codepen.io/7773162/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="https://assets.codepen.io/7773162/trick-treat5-img.png" alt="" class="trick__img">
<h3 class="trick__title">Pumpkin</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="https://assets.codepen.io/7773162/trick-treat6-img.png" alt="" class="trick__img">
<h3 class="trick__title">Ghost</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% Discount <br> On New Products </h2>
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%281%29_3.svg" alt="" />
</a>
</div>
<img src="https://assets.codepen.io/7773162/discount-img.png" alt="" class="discount__img">
</div>
</section>
<!-- NEW ARRIVALS -->
<section class="section new" id="new">
<h2 class="section__title">New Arrivals</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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/new3-img.png" alt="" class="new__img">
<h3 class="new__title">Witch Hat</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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/new5-img.png" alt="" class="new__img">
<h3 class="new__title">Terrifying Crystal Ball</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">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%286%29_1.svg" alt="" />
</div>
<img src="https://assets.codepen.io/7773162/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">Our Newsletter</h2>
<p class="newsletter__description"> Promotion new products and sales. Directly to your inbox </p>
<form action="" class="newsletter__form">
<input type="text" placeholder="Enter your email" class="newsletter__input">
<a href="#" class="book--now">
<img src="https://assets.codepen.io/7773162/svgviewer-output+%281%29_3.svg" alt="" />
</a>
</form>
</div>
</section>
</main>
<!-- SCROLL UP -->
<a href="#" class="scrollup" id="scroll-up">
<i class='bx bx-up-arrow-alt scrollup__icon'></i>
</a>
<script src='https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.2/swiper-bundle.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/scrollReveal.js/4.0.9/scrollreveal.min.js'></script>
<script src="../../assets/js/script.js"></script>
</body>
</html>