-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (214 loc) · 8.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/main.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<title>Christmas</title>
</head>
<body>
<header>
<div class="nav__content">
<div class="nav__notExtended">
<p class="nav__logo" id="logo"><a href="#home">Christmas Gift</a></p>
<img src="./assets/hamburger.svg" alt="Menu Navigation" class="nav__hamburger" id="hamburger">
</div>
<nav id="menu">
<ul class="nav__menu">
<li class="nav__links"><a href="#home">Home</a></li>
<li class="nav__links"><a href="#share">Share</a></li>
<li class="nav__links"><a href="#decorations">Decorations</a></li>
<li class="nav__links"><a href="#accessory">Accessory</a></li>
<li class="nav__links">
<i class='bx bxs-moon change-theme' id="theme-button"></i>
</li>
</ul>
</nav>
</div>
</header>
<section class="hero container" id="home">
<div class="hero__left load-hidden">
<h1 class="hero__header">Send A Gift For Christmas</h1>
<p class="hero__desc">In these end of the year holidays send a gift to your loved one and share the happiness at Christmas.</p>
<button class="hero__ctaPrimary button">Get Started</button>
</div>
<div class="hero__right load-hidden">
<img src="./assets/home.png" alt="Gift for Christmas" class="hero__image">
</div>
</section>
<section class="share container" id="share">
<div class="share__left load-hidden">
<h2 class="share__header">
Sharing Is The Best Gift<br>You Can Give
</h2>
<p class="share__desc">Sharing these holidays is the best gift you can give, give a present or share your love with the people you love the most and celebrate with great happiness.</p>
<button class="share__ctaPrimary button">Send a Gift</button>
</div>
<div class="share__right load-hidden">
<img src="./assets/shared.png" alt="Sharing a Gift" class="share__image">
</div>
</section>
<section class="decorations container" id="decorations">
<h1 class="decorations__header load-hidden">Give Christmas Decorations<br>For Your Home</h1>
<div class="decorations__cards--flex load-hidden">
<div class="decorations__cards">
<img src="./assets/decoration1.png" class="decorations__cards--image">
<h3 class="decorations__cards--header">
Christmas Bells
</h3>
<a class="decorations__cards--cta">
Go Shopping
</a>
</div>
<div class="decorations__cards">
<img src="./assets/decoration2.png" class="decorations__cards--image">
<h3 class="decorations__cards--header">
Christmas Candies
</h3>
<a class="decorations__cards--cta">
Go Shopping
</a>
</div>
<div class="decorations__cards">
<img src="./assets/decoration3.png" class="decorations__cards--image">
<h3 class="decorations__cards--header">
Christmas Trees
</h3>
<a class="decorations__cards--cta">
Go Shopping
</a>
</div>
</div>
</section>
<section class="accessories container" id="accessory">
<h1 class="accessories__header load-hidden">New Christmas<br>Accessories</h1>
<div class="accessories__cards--flex load-hidden">
<div class="accessories__cards">
<img src="./assets/accessory1.png" class="accessories__cards--image">
<h3 class="accessories__cards--header">
Snow Globe
</h3>
<p class="accessories__cards--desc">
Accessory
</p>
<h3 class="accessories__cards--price">$9.45</h3>
<a class="accessories__cards--cta" href="#home">
<i class="bx bx-heart"></i>
</a>
</div>
<div class="accessories__cards">
<img src="./assets/accessory2.png" class="accessories__cards--image">
<h3 class="accessories__cards--header">
Candy
</h3>
<p class="accessories__cards--desc">
Accessory
</p>
<h3 class="accessories__cards--price">$2.52</h3>
<a class="accessories__cards--cta" href="#home">
<i class="bx bx-heart"></i>
</a>
</div>
<div class="accessories__cards">
<img src="./assets/accessory3.png" class="accessories__cards--image">
<h3 class="accessories__cards--header">
Angel
</h3>
<p class="accessories__cards--desc">
Accessory
</p>
<h3 class="accessories__cards--price">$13.15</h3>
<a class="accessories__cards--cta" href="#home">
<i class="bx bx-heart"></i>
</a>
</div>
<div class="accessories__cards">
<img src="./assets/accessory4.png" class="accessories__cards--image">
<h3 class="accessories__cards--header">
Sphere
</h3>
<p class="accessories__cards--desc">
Accessory
</p>
<h3 class="accessories__cards--price">$4.25</h3>
<a class="accessories__cards--cta" href="#home">
<i class="bx bx-heart"></i>
</a>
</div>
<div class="accessories__cards">
<img src="./assets/accessory1.png" class="accessories__cards--image">
<h3 class="accessories__cards--header">
Suprise Gift
</h3>
<p class="accessories__cards--desc">
Accessory
</p>
<h3 class="accessories__cards--price">$7.99</h3>
<a class="accessories__cards--cta" href="#home">
<i class="bx bx-heart"></i>
</a>
</div>
</div>
</section>
<section class="sendGift container load-hidden">
<div class="sendGift__left">
<h2 class="sendGift__header">Send Gift Now</h2>
<p class="sendGift__desc">Start giving away before the holidays are over. Write the home address of the person who will send the gift.</p>
<div class="sendGift__form">
<input type="text" class="sendGift__form--input" placeholder="House address">
<button class="sendGift__form--cta button">Send</button>
</div>
</div>
<div class="sendGift__right">
<img src="./assets/send.png" alt="Send Gift Now" class="sendGift__image">
</div>
</section>
<footer class="container load-hidden">
<ul class="footer__list">
<h1 class="footer__link--header">Christmas Gift</h1>
<li class="footer__link">
I sent a gift and it gives happiness.
</li>
</ul>
<ul class="footer__list">
<h1 class="footer__link--header">Our Services</h1>
<a href="#"><li class="footer__link">Pricing</li></a>
<a href="#"><li class="footer__link">Discounts</li></a>
<a href="#"><li class="footer__link">Shipping mode</li></a>
</ul>
<ul class="footer__list">
<h1 class="footer__link--header">Our Company</h1>
<a href="#"><li class="footer__link">Blog</li></a>
<a href="#"><li class="footer__link">About Us</li></a>
<a href="#"><li class="footer__link">Our mission</li></a>
</ul>
<ul class="footer__list">
<h1 class="footer__link--header">Social</h1>
<div class="footer__link--social">
<li class="footer__link">
<a href="#"><i class='bx bxl-facebook-circle'></i></a>
</li>
<li class="footer__link">
<a href="#"><i class='bx bxl-twitter'></i></a>
</li>
<li class="footer__link">
<a href="#"><i class='bx bxl-instagram'></i></a>
</li>
</div>
</ul>
</footer>
<p class="footer__copyright load-hidden">
Made by: w z e e<br>
Design by: Bedimcode<br>
©
<script>
document.write(new Date().getFullYear());
</script>
All right reserved.
</p>
<script src="./js/main.js"></script>
</body>
</html>