-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
381 lines (342 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/favicon.ico">
<link rel="icon" type="image/png" href="./assets/img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Tong Gift Card</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:300,300i,400,600,800" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Main CSS -->
<link href="./assets/css/main.css" rel="stylesheet" />
<!-- Animation CSS -->
<link href="./assets/css/vendor/aos.css" rel="stylesheet" />
</head>
<body>
<!----------------------------------------------------------------------
NAVBAR (remove topnav if you don't want changed nav background on scroll)
------------------------------------------------------------------------>
<nav class="topnav navbar navbar-expand-lg navbar-dark bg-cyan fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html"><img src="./assets/img/giftcards/logo.png" width="30px"
height="30px" /><strong> Tong Gift Card</strong></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarColor02"
aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarColor02" style="">
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="nav-item">
<a class="nav-link" href="./index.html">Intro</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./privacy.html">Privacy Policy</a>
</li>
</ul>
<ul class="navbar-nav ml-auto d-flex align-items-center">
<li class="nav-item">
<a class="" href="https://wa.me/message/DBIJ5IVH3DL6M1" target="_blank"><img
src="./assets/img/giftcards/whatsapp.svg" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-------------------------------------
HEADER
--------------------------------------->
<header>
<div class="jumbotron jumbotron-lg jumbotron-fluid mb-0 pb-3 bg-cyan position-relative">
<div class="container-fluid text-white h-100">
<div class="d-lg-flex align-items-center justify-content-between text-center pl-lg-5">
<div class="col pt-4 pb-4">
<h1 class="display-3"><strong>Trade Gift Card Online Instantly at Tong Gift Card</strong></h1>
<h5 class="font-weight-light mb-4">Do you have a collection of gift cards that you plan on selling? Do you
wish you could just get fast cash for gift cards instead? With the help of Tong Gift Card, a world-class
gift
card exchange service, you can do just that!
Simply sell gift cards to receive an instant cash payment in naira.
</h5>
<a href="https://wa.me/message/DBIJ5IVH3DL6M1" target="_blank" class=""><img src="./assets/img/giftcards/whatsapp.svg" /></a>
</div>
<div
class="col align-self-bottom align-items-right text-right h-max-380 h-xl-560 position-relative z-index-1">
<img src="./assets/img/giftcards/header_graphics.png" class="rounded img-fluid">
</div>
</div>
</div>
</div>
<svg
style="-webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -o-transform:rotate(-180deg); transform:rotate(-180deg); margin-top: -1px;"
version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewbox="0 0 1440 126" style="enable-background:new 0 0 1440 126;" xml:space="preserve">
<path class="bg-cyan" d="M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z" />
</svg>
</header>
<!--- END HEADER -->
<main class="container" style="margin-top: 150px;">
<!--------------------------------------
CALL TO ACTIONS
--------------------------------------->
<section class="pt-4 pb-5" data-aos="fade-up">
<h1 class="mb-4 font-weight-bold">The Fastest and Simplest Way to Sell Gift Cards for Instant Cash</h1>
<div class="jumbotron p-5 jumbotron-fluid bg-primary" data-aos="fade-up">
<div class="container h-100">
<div class="row justify-content-between align-items-center text-md-center text-lg-left">
<div class="col-lg-9">
<h5 class="font-weight-light text-white">
At Tong Gift Card, integrity is more than just a word. With unparalleled honesty, our agents are
determined to providing a fully transparent service to all of our customers.</h5>
</div>
<div class="col-lg-3 text-md-center text-lg-right mt-4 mb-4">
<a href="#" class="btn btn-lg btn-warning w-75">100% Honesty</a>
</div>
</div>
</div>
</div>
<div class="jumbotron p-5 jumbotron-fluid bg-info" data-aos="fade-up">
<div class="container h-100">
<div class="row justify-content-between align-items-center text-md-center text-lg-left">
<div class="col-lg-9">
<h5 class="font-weight-light">
We offer seamless cash redeeming experience to make sure that you get credited instantly and can access
your payment as quickly as possible.</h5>
</div>
<div class="col-lg-3 text-md-center text-lg-right mt-4 mb-4">
<a href="#" class="btn btn-lg btn-primary w-75">Smooth Redeem</a>
</div>
</div>
</div>
</div>
<div class="jumbotron p-5 jumbotron-fluid bg-dark" data-aos="fade-up">
<div class="container h-100">
<div class="row justify-content-between align-items-center text-md-center text-lg-left">
<div class="col-lg-9">
<h5 class="font-weight-light text-white">
We will stay by your side every step of the way to make sure you receive an exceptional customer service
experience. Our determined support team is available 24 hours a day, 7 days a week.</h5>
</div>
<div class="col-lg-3 text-md-center text-lg-right mt-4 mb-4">
<a href="#" class="btn btn-lg btn-gray w-75">24/7 Support</a>
</div>
</div>
</div>
</div>
<div class="jumbotron p-5 jumbotron-fluid bg-warning" data-aos="fade-up">
<div class="container h-100">
<div class="row justify-content-between align-items-center text-md-center text-lg-left">
<div class="col-lg-9">
<h5 class="font-weight-light text-dark">
We are happy to hear from you, should you have any questions, concerns, or recommendations</h5>
</div>
<div class="col-lg-3 text-md-center text-lg-right mt-4 mb-4">
<a href="#" class="btn btn-lg btn-danger w-75">Communication</a>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------
PRICING
--------------------------------------->
<section class="pt-4 pb-5" data-aos="slide-right">
<h1 class="mb-4 font-weight-bold">How we work</h1>
<h5>Selling your gift cards with Tong Gift Card is easy. Simply create an account on website or download our
android app or rather still, shout us a message on WhatsApp at +86 13705218590.</h5>
<div class="card-deck card-pricing text-center">
<div class="card border-0 shadow-sm">
<div class="card-header bg-info border-0 pt-4 pb-4">
<h3 class="my-0 font-weight-normal mb-3">Step - 01</h3>
<img src="./assets/img/giftcards/1.jpg" height="200px" />
</div>
<div class="card-body">
<h6 class="text-left">To initiate a gift card exchange trade, simply sign up or send us
a quick WhatsApp message.</h6>
</div>
</div>
<div class="card shadow-sm border-0">
<div class="card-header bg-primary border-0 pt-4 pb-4">
<h3 class="my-0 font-weight-normal text-white mb-3">Step - 02</h3>
<img src="./assets/img/giftcards/2.jpg" height="200px" />
</div>
<div class="card-body">
<h6 class="text-left">After you initiate the trade, you can sit back and relax while we process your gift
cards as quickly as possible, if you require the support or assistance during this process, you can
message us on the live chat and a member of our dedicated team will reach out to you within a minute. Once
we get in touch, let us know what you need, and your needs will be attended to shortly.</h6>
</div>
</div>
<div class="card border-0 shadow-sm">
<div class="card-header bg-info border-0 pt-4 pb-4">
<h3 class="my-0 font-weight-normal mb-3">Step - 03</h3>
<img src="./assets/img/giftcards/3.jpg" height="200px" />
</div>
<div class="card-body">
<h6 class="text-left">We offer competitive rates for selling gift cards for cash, rival to nobody</h6>
</div>
</div>
</div>
</section>
<!--------------------------------------
JUST FOR DEMO - CTA
--------------------------------------->
<section class="pt-5 pb-5 bg-warning rounded mt-5 mb-5" data-aos="zoom-in">
<div class="container text-center">
<img src="./assets/img/giftcards/logo.png" width="100px" height="100px"><br>
<h1 class="mb-3 mt-3">Gift Card Exchange</h1>
<h5 class="font-weight-light mb-5 text-left">Whether you are looking to sell gift cards for Amazon, iTunes,
Google Play, Sephora, or anything else, our 24/7 support team will guide you through the buying and selling
process every step of the way.</h5>
<h1 class="mb-3 mt-3">Trade Gift Cards Online
Instantly With a Simple
One-Touch Process</h1>
<div class="row justify-content-center mb-5">
<a class="" href="https://wa.me/message/DBIJ5IVH3DL6M1" target="_blank"><img
src="./assets/img/giftcards/whatsapp.svg" /></a>
</div>
</div>
</section>
<!--------------------------------------
DEMO EXAMPLES
--------------------------------------->
<section class="pt-5 mt-4 pb-5 bg-info rounded" data-aos="flip-up">
<div class="container text-center">
<h3 class="mb-4">Frequently asked questions</h3>
<div class="d-flex text-left flex-column">
<div>
<h3>
What gift cards can I sell?
</h3>
You can sell any gift card, including gift cards for Amazon, eBay, iTunes, Sephora, JCPenny, Nordstrom,
Apple Store, Google Play, Steam Wallet, Saks Fifth, Vanilla, Walmart, and more!
</div>
<div>
<h3>
How soon will I receive my money after trading a gift card?
</h3>
We aim to complete all the trades as soon as possible, and all the payments are sent directly to your naira
bank account right after the trade is successfully completed. However, certain types of gift cards (for
example, gift cards for Nordstrom, Sephora, and Apple Store) take a little longer to use.
</div>
<div>
<h3>
How Can I Trust This?
</h3>
At Tong Gift Card, we place an emphasis on unparalleled integrity and quality of work. We are a team of
highly skilled and experienced professionals, and our expertise has been recognized by several newspapers
and prominent social media accounts. You can review our home page to learn more.
</div>
</div>
</div>
</section>
<!--------------------------------------
END
--------------------------------------->
</main>
<!--------------------------------------
FOOTER
--------------------------------------->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewbox="0 0 1440 126" style="enable-background:new 0 0 1440 126;" xml:space="preserve">
<path class="bg-black" d="M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z" />
</svg>
<footer class="bg-black pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md mr-4">
<i class="fas fa-copyright text-white"></i>
<small class="d-block mt-3 text-muted">©
<script>document.write(new Date().getFullYear())</script>
Tong Gift Card
</small>
</div>
<div class="col-6 col-md">
<h5 class="mb-4 text-white">Contact</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">+86 13705218590</a></li>
<li><a class="text-muted" href="#">[email protected]</a></li>
<li><a class="text-muted" href="https://wa.me/message/DBIJ5IVH3DL6M1" target="_blank"><i
class="fas fa-whatsapp text-white"></i>whatsApp</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5 class="mb-4 text-white">About</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="./about.html">Team</a></li>
<li><a class="text-muted" href="./privacy.html">Privacy</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!--------------------------------------
JAVASCRIPTS
--------------------------------------->
<script src="./assets/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/share.js" type="text/javascript"></script>
<script src="./assets/js/functions.js" type="text/javascript"></script>
<!-- Animation -->
<script src="./assets/js/vendor/aos.js" type="text/javascript"></script>
<noscript>
<style>
*[data-aos] {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
</style>
</noscript>
<script>
AOS.init({
duration: 700
});
</script>
<!-- Disable animation on less than 1200px, change value if you like -->
<script>
AOS.init({
disable: function () {
var maxWidth = 1200;
return window.innerWidth < maxWidth;
}
});
</script>
<!-- Carousel Height Smooth -->
<script>
$('.carousel').on('slide.bs.carousel', function (event) {
var height = $(event.relatedTarget).height();
var $innerCarousel = $(event.target).find('.carousel-inner');
$innerCarousel.animate({
height: height
});
});
</script>
<!-- Popovers -->
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
$('.popover-dismiss').popover({
trigger: 'focus'
})
</script>
<!-- Tooltips -->
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>