forked from MegaRosss/GiftCard-landingPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
402 lines (375 loc) · 15.8 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
<!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">
<title>HoneydropXchange</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/queries.css">
<script defer src="main.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap" rel="stylesheet">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script defer src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<header class="header">
<a href="#">
<img class="logo" alt="Honeydrop logo" src="images/logo.svg" />
</a>
<nav class="main-nav">
<ul class="main-nav-list" id="hide">
<li><a class="main-nav-link" href="#about">About Us</a></li>
<li><a class="main-nav-link" href="#support">Support</a></li>
<li><a class="main-nav-link" href="https://wa.link/qrc2zu">Contact Us</a></li>
<li><a class="main-nav-link nav-cta" href="#">1 BTC = $42,700</a></li>
</ul>
</nav>
<button class="btn-mobile-nav">
<ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
<ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
</button>
</header>
<main>
<section class="section-hero">
<div class="hero">
<div class="hero-text-box">
<h1 class="heading-primary">
Trading made easier, just for you.
</h1>
<p class="hero-description">
Honeydrop Xchange is a platform that gives you best value for your gift cards and cryptos.
</p>
<a href="https://wa.me/+2349041438442?text=Hello%20my%20name%20is%20" class="btn btn--full" target="_blank">Trade with Us</a>
</div>
<div class="hero-img-box">
<picture>
<img
src="images/hero.png"
class="hero-img"
alt="Happy from Giftcards"
/>
</picture>
<span class="vector-overlay top-right"></span>
<span class="vector-overlay bottom-left"></span>
</div>
</div>
</section>
<script src="https://public.bnbstatic.com/unpkg/growth-widget/[email protected]" ></script><div class="binance-widget-marquee" data-cmc-ids="1,1027,1839,3408,52,74,5426,3890,5805,7083" data-theme="dark" data-transparent="false" data-locale="en" ></div>
<section class="section-how" id="about">
<!-- STEP 01 -->
<div class="step-black">
<div class="container center-text ">
<h2 class="heading-secondary" id="white-text">
Why Honeydrop Xchange?
</h2>
</div>
<div class="container grid grid--2-cols grid--center-v">
<div class="step-img-box">
<img
src="images/aboutimg.png"
class="step-img hidden"
alt="Photo of happy customer"
loading="lazy"
/>
</div>
<div class="step-text-box">
<span class="step-number-one"></span>
<h3 class="heading-tertiary" id="white-text">
Excellent, Reliable, And Trusted
</h3>
<p class="step-description" id="white-text">
Over the years, we have been tested and trusted by hundreds of
young individuals and we are always improving to
meet the standards of our customers.
</p>
<div class="step-btn">
<a href="https://wa.me/+2349041438442?text=Hello%20my%20name%20is%20" id="alternate" class="btn btn--full">Trade with HoneydropXchange</a>
</div>
</div>
</div>
</div>
<!-- STEP 02 -->
<div class="step-white">
<div class="container grid grid--2-cols grid--center-v">
<div class="step-text-box">
<p class="step-number-two"></p>
<h3 class="heading-tertiary">Crypto Lessons, News, And Updates</h3>
<p class="step-description">
We offer free crypto insights, education, news and latest
updates on our social media channels regularly.
</p>
<div class="step-btn">
<a href="Coming-soon.html" class="btn btn--full">Learn more</a>
</div>
</div>
<div class="step-img-box">
<img
src="images/img2.png"
class="step-img hidden"
alt="Photo of happy customer"
loading="lazy"
/>
</div>
</div>
</div>
<!-- STEP 03 -->
<div class="step-black">
<div class="container grid grid--2-cols grid--center-v">
<div class="step-img-box">
<img
src="images/img3.png"
class="step-img hidden"
alt="Photo of happy customer"
loading="lazy"
/>
</div>
<div class="step-text-box">
<p class="step-number-three"></p>
<h3 class="heading-tertiary" id="white-text">Good Customer Service</h3>
<p class="step-description" id="white-text">
Our customers services provides clients with friendly and
helpful atmosphere and helps to guide clients for a better experience.
</p>
<div class="step-btn">
<a href="mailto:[email protected]" id="alternate" class="btn btn--full">Chat us</a>
</div>
</div>
</div>
</div>
</section>
<section id="gift-cards">
<div class="container center-text">
<h2 class="heading-secondary">
Most Popular Gift Cards we buy
</h2>
</div>
<div class="gallery container">
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/apple.png"
alt="Photo of Gift Card"
/>
<figcaption>Apple Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/amazon.png"
alt="Photo of Gift Card"
/>
<figcaption>Amazon Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/razer.png"
alt="Photo of Gift Card"
/>
<figcaption>Razer Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/steam.png"
alt="Photo of Gift Card"
/>
<figcaption>Steam Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/google.png"
alt="Photo of Gift Card"
/>
<figcaption>Google play Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/ebay.png"
alt="Photo of Gift Card"
/>
<figcaption>eBay Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/nordstorm.png"
alt="Photo of Gift Card"
/>
<figcaption>Nordstorm Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/sephora.png"
alt="Photo of Gift Card"
/>
<figcaption>Sephora Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/visa.png"
alt="Photo of Gift Card"
/>
<figcaption>Visa Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/home.png"
alt="Photo of Gift Card"
/>
<figcaption>Home Depot Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/target.png"
alt="Photo of Gift Card"
/>
<figcaption>Target Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/walmart.png"
alt="Photo of Gift Card"
/>
<figcaption>Walmart Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/macy.png"
alt="Photo of Gift Card"
/>
<figcaption>Macy Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/vanilla.png"
alt="Photo of Gift Card"
/>
<figcaption>Vanilla Gift card</figcaption>
</figure>
<figure class="gallery-item hidden">
<img
loading="lazy"
src="images/xbox.png"
alt="Photo of Gift Card"
/>
<figcaption>Xbox Gift card</figcaption>
</figure>
</div>
</section>
<section class="explore">
<div class="container grid grid--2-cols grid--center-v">
<div class="step-text-box">
<h3 class="heading-tertiary" id="white-text">Explore the world of swift trading</h3>
<p class="step-description" id="white-text">
Exchange your gift cards and digital assets with ease.
Get world class trading services from the comfort of your home.
</p>
<div class="step-btn">
<a href="https://wa.me/+2349041438442?text=Hello%20my%20name%20is%20" id="alternate" class="btn btn--full">Trade Now</a>
</div>
</div>
<div class="step-img-box">
<img
src="images/iphone.png"
class="step-img hidden"
alt="Chat with Customer"
loading="lazy"
id="iphone"
/>
</div>
</div>
</section>
</main>
<section class="subscribe">
<div class="contain center-text">
<div class="sub">
<h2 class="heading-secondary" id="white-text">
Subscribe To Our Newsletter
</h2>
<p class="text-content center-text" id="white-text">Get exclusive content and discounts and be the
first to know about our new products and services.</p>
<div id="custom-substack-embed"></div>
<img src="/images/ellipse.svg" id="vector1">
<img src="/images/triangle.svg" id="vector2">
<img src="/images/triangle2.svg" id="vector3">
</div>
</div>
<footer class="footer">
<div class="container grid grid--footer">
<div class="logo-col">
<a href="#" class="footer-logo">
<img class="logo" alt="HoneydropXchange logo" src="images/ftlogo.svg" />
</a>
<p class="copyright">
Copyright © <span class="year">2024</span>
All rights reserved <br> - Honeydrop Xchange
<p> site made by <a href="https://megarosss.onrender.com" target="_blank" rel="noopener noreferrer">Megarosss</a></p>
</p>
</div>
<div class="address-col">
<p class="footer-heading" id="white-text">Contact us</p>
<address class="contacts">
<p>
<a class="footer-link" href="mailto:[email protected]" id="yellow-text"
>
<br />
<a class="footer-link" href="mailto:[email protected]" id="yellow-text"
>
</p>
<ul class="social-links">
<li>
<a class="footer-link" href="https://instagram.com/HoneydropXchange_?igshid=NTc4MTIwNjQ2YQ=="
><ion-icon class="social-icon" id="white-text" name="logo-instagram"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href="https://www.facebook.com/HoneydropXchange?mibextid=LQQJ4d"
><ion-icon class="social-icon" id="white-text" name="logo-facebook"></ion-icon
></a>
</li>
</ul>
</address>
</div>
<nav class="nav-col" >
<p class="footer-heading" id="white-text">Company</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#about" id="white-text">About Us</a></li>
<li><a class="footer-link" href="#gift" id="white-text">Gift Cards We Buy</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading" id="white-text">Products & Services</p>
<ul class="footer-nav">
<li><a class="footer-link" href="Coming-soon.html">Blog (Coming soon) </a></li>
<li><a class="footer-link" href="Coming-soon.html">Merch (Coming soon)</a></li>
<li><a class="footer-link" href="Coming-soon.html">News Updates (Coming soon)</a></li>
</ul>
</nav>
</div>
</footer>
</section>
<script src="https://substackapi.com/widget.js" async></script>
</body>
</html>