-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (203 loc) · 7.39 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
<!DOCTYPE html>
<html lang="en">
<head><!-- ===( CODE AASHU )=== -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<title>CODE AASHU : Santa Shop</title>
</head>
<body>
<header class="header">
<nav>
<div class="nav__logo">
<img src="assets/logo-white.png" alt="logo" />
</div>
<div class="nav__actions">
<a href="#"><i class="ri-user-3-line"></i></a>
<a href="#"><i class="ri-gift-line"></i></a>
<a href="#"><i class="ri-map-pin-2-line"></i></a>
</div>
</nav>
<div class="section__container header__container">
<img src="assets/header.png" alt="header" />
<div class="header__content">
<h4>Begin your<br />festival with...</h4>
<p>
This is an easy to install christmas tree which your kids or office
colleagues will have a lot of fun decorating.
</p>
</div>
<div class="header__tag">
Buy This Product <span><i class="ri-shopping-basket-line"></i></span>
</div>
</div>
</header>
<section class="section__container festive__container">
<div class="festive__image">
<div class="bg"></div>
<img src="assets/festive.png" alt="festive" />
</div>
<div class="festive__content">
<h2 class="section__header">Explore our range of festive collection</h2>
<p class="section__description">
HO HO HO! Merriest time of year is here. Decorate your home or office
with our range of Christmas utility collection. If you want to make
this more fun please explore our range of commodities.
</p>
<div class="festive__btn">
<button class="btn">Explore The Range</button>
</div>
</div>
</section>
<section class="category">
<div class="section__container category__container">
<img src="assets/bg-png.png" alt="bg" class="category__bg" />
<h2 class="section__header">
Shop by our <span>festive</span> Categories
</h2>
<p class="section__description">
Our wide range of categories are created using the best materials to
create an amazing white christmas effect.
</p>
<div class="category__flex">
<div class="category__card">
<img src="assets/category-1.png" alt="category" />
<h4>Toys</h4>
</div>
<div class="category__card">
<img src="assets/category-2.png" alt="category" />
<h4>Gifts</h4>
</div>
<div class="category__card">
<img src="assets/category-3.png" alt="category" />
<h4>Decors</h4>
</div>
<div class="category__card">
<img src="assets/category-4.png" alt="category" />
<h4>Snacks</h4>
</div>
<div class="category__card">
<img src="assets/category-5.png" alt="category" />
<h4>Cloths</h4>
</div>
<div class="category__card">
<img src="assets/category-6.png" alt="category" />
<h4>Sweets</h4>
</div>
<div class="category__card">
<img src="assets/category-7.png" alt="category" />
<h4>Claus</h4>
</div>
<div class="category__card">
<img src="assets/category-8.png" alt="category" />
<h4>More</h4>
</div>
</div>
</div>
</section>
<section class="shopping__container">
<div class="shopping__header">
<h2 class="section__header">
Finish your <span>shopping</span> checklist
</h2>
<p class="section__description">
It's easy to forget all the extra bits and pieces you'll need
throughout Christmas, so to save any last-minute dashes, here's our
checklist.
</p>
<div class="shopping__grid">
<div class="shopping__card">
<h3>$10.75</h3>
<img src="assets/shopping-1.jpg" alt="shopping" />
<h4>Drum Decors</h4>
</div>
<div class="shopping__card">
<h3>$75.50</h3>
<img src="assets/shopping-2.jpg" alt="shopping" />
<h4>Bell Decors</h4>
</div>
<div class="shopping__card">
<h3>$20.00</h3>
<img src="assets/shopping-3.jpg" alt="shopping" />
<h4>Santa Cap Pack</h4>
</div>
<div class="shopping__card">
<h3>$112.00</h3>
<img src="assets/shopping-4.jpg" alt="shopping" />
<h4>Gift Decors</h4>
</div>
</div>
</div>
</section>
<section class="section__container explore__container">
<div class="explore__image">
<div class="bg"></div>
<img src="assets/explore.png" alt="explore" />
</div>
<div class="explore__content">
<h2 class="section__header">Explore our decor range of the season</h2>
<p class="section__description">
The Christmas festivity is incomplete without a holiday wreath
decorated extravagantly with tinsels and glittery flowers.
</p>
<div class="explore__btn">
<button class="btn">Explore The Decors</button>
</div>
</div>
</section>
<section class="coupon">
<div class="section__container coupon__container">
<h2 class="section__header">
Join now and win some <span>amazing</span> coupons
</h2>
<form action="/" class="coupon__form">
<input type="text" placeholder="Enter Your Email" />
<button class="btn"><i class="ri-arrow-right-line"></i></button>
</form>
</div>
</section>
<footer class="section__container footer__container">
<div class="footer__col">
<div class="footer__logo">
<img src="assets/logo-red.png" alt="logo" />
</div>
<p class="section__description">
Santa's Shop is a conceptualised Christmas shopping platform acress
all over the world.
</p>
</div>
<div class="footer__col">
<ul class="footer__links">
<li><a href="#">About Us</a></li>
<li><a href="#">Franchise</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Blog</a></li>
</ul>
<ul class="footer__socials">
<li>
<a href="#"><i class="ri-facebook-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-instagram-line"></i></a>
</li>
<li>
<a href="#"><i class="ri-twitter-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-linkedin-fill"></i></a>
</li>
</ul>
</div>
</footer>
<div class="footer__bar">
Copyright © 2023 codeaashu. All rights reserved.
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>