-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·698 lines (655 loc) · 26.1 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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html>
<html lang="en">
<head>
<title>DollarForNaira - Nigeria's No1 Exchange Platfrom for Freelancers</title>
<meta charset="UTF-8">
<meta name="description" content="Nigeria's No1 Exchange Platfrom for Freelancers">
<meta name="keywords" content="exchange, dollar, naira, freelancing, money, paypal, fiverr, payoneer, upwork, skrill, payment">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.png" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v3.3'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="1964052320539246"
theme_color="#42075B">
</div>
<!-- Page Preloder ->
<div id="preloder">
<div class="loader"></div>
</div-->
<!-- Header section -->
<header class="header-section clearfix">
<div class="container-fluid">
<a href="index.html" class="site-logo">
<img src="img/logo.png" alt="">
</a>
<div class="responsive-bar"><i class="fa fa-bars"></i></div>
<!--a href="" class="user"><i class="fa fa-user"></i></a-->
<a href="https://wa.me/2347015529485?text=Hi+DollarForNaira%2C+%0D%0AI+Would+Like+To+%0D%0A1.%09Buy+and+Sell+PayPal+Funds+%0D%0A2.%09Fees+Payment" target="_blank" class="site-btn">Exchange Now</a>
<nav class="main-menu">
<ul class="menu-list">
<li><a href="">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#process">How it Works</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section">
<div class="container">
<div class="row">
<div class="col-md-7 hero-text">
<h2>Exchange <span>your Funds</span> <br>With Total <span> Confidence</</h2>
<h4>From payment of goods/services online, to exchange of your hard earned money from freelancing platforms, our trusted agents ensures that your online transactions are always safe, transparent and secure.</h4>
<form class="hero-subscribe-from" name="change">
<h3>Sell</h3><input type="text" id="money" placeholder="Enter your Amount in $"> <span> = </span>
<input type="text" id="naira" name="naira" placeholder="₦0.00" readonly>
<h3>Buy</h3><input type="text" id="moneybuy" placeholder="Enter your Amount in $"> <span> = </span>
<input type="text" id="nairabuy" name="nairabuy" placeholder="₦0.00" readonly>
<!--button class="site-btn sb-gradients">Get Started</button-->
</form>
</div>
<div class="col-md-5">
<img src="img/phone.png" class="laptop-image" alt="">
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- About section -->
<section class="about-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-6 about-text" id="about">
<h2>What is DollarForNaira</h2>
<h5 align="justify">DollarForNaira is an independent exchange service owned and managed by Sifily.com duly registered with CAC with Reg No: BN2618077.</h5>
<p align="justify">DollarForNaira is an E-Currency Exchanger in Nigeria where you can easily convert E-Currency funds to Naira. It is a great challenge that Nigeria PayPal and some other foreign payment platforms has no option for you to withdraw your earning directly to your local bank account unlike other top countries like USA. But with the help of DollarForNaira, you can easily withdraw your E-Currencies and get your money in Naira with ease.
</p>
<a href="about.html" class="site-btn sb-gradients sbg-line mt-5">Know More</a>
</div>
</div>
<div class="about-img">
<h3 align="center">Current Price</h3>
<p></p>
<img src="img/price1.png" alt="">
</div>
</div>
</section>
<!-- About section end -->
<!-- Features section -->
<section class="features-section spad gradient-bg">
<div class="container text-white" id="features">
<div class="section-title text-center">
<h2>Why Use DollarForNaira</h2>
<p>For peace of mind when transacting with someone you don’t know.</p>
</div>
<div class="row">
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-shield"></i>
<div class="feature-content">
<h4>Safe & Secure</h4>
<p>There are many instances of transaction fraud online. DollarForNaira protects you and your money from fraudulent online transactions. </p>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-wallet"></i>
<div class="feature-content">
<h4>Fast and Reliable service</h4>
<p>We are very responsive with orders and you can always count on us that we won't disappoint you. </p>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-reload"></i>
<div class="feature-content">
<h4>Competitive Exchange Rate</h4>
<p>We offer the best competitive exchange rate, with no hidden charges. In fact, we don't charge any transaction fees. </p>
</div>
</div>
<!-- feature ->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-headphone-alt"></i>
<div class="feature-content">
<h4>Experts Support</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature ->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-reload"></i>
<div class="feature-content">
<h4>Instant Exchange</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature ->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-panel"></i>
<div class="feature-content">
<h4>Recuring Buys</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div-->
</div>
</div>
</section>
<!-- Features section end -->
<!-- Process section -->
<section class="process-section spad">
<div class="container">
<div class="section-title text-center" id="process">
<h2>How DollarForNaira Works</h2>
<p>A simple way to exchange your funds with DollarForNaira</p>
</div>
<div class="row">
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/1.png" alt="#">
</figure>
<h4>Initiate Transaction</h4>
<p>Simply start a transaction by clicking on the Get Started butting to link you up with one of our trusted agents. </p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/2.png" alt="#">
</figure>
<h4>Verification</h4>
<p>You MUST be the owner of the E-Currency account you are using to send funds to us. Please send a screenshot of your Account Wallet settings page showing your name and email.
We only accept payments from your Account Wallet balance. Kindly send a screenshot of your Account Wallet home page showing balance.
</p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/3.png" alt="#">
</figure>
<h4>Exchange Funds</h4>
<p>Once the terms are met and both parties are satisfied, the funds are released within 24hrs. </p>
</div>
</div>
</div>
</div>
</section>
<!-- Process section end -->
<!-- Fact section -->
<section class="fact-section gradient-bg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>6+</h2>
<p>Support <br> Platforms</p>
<i class="ti-basketball"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>$40K+</h2>
<p>Successful <br>Transactions</p>
<i class="ti-stats-up"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>200+</h2>
<p>Satisfied <br> Customers</p>
<i class="ti-panel"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>5</h2>
<p>Years <br> of Experience</p>
<i class="ti-user"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Fact section end -->
<!-- Team section ->
<section class="team-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Meet Our Team</h2>
<p>Our experts in the field of crypto currency can always help you with any of your questions!</p>
</div>
</div>
<div class="team-members clearfix">
<!-- Team member ->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/1.jpg"></div>
<h2>Tom Binegar</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/1.jpg"></div>
<div class="member-meta">
<h2>Tom Binegar</h2>
<span>Marketing Director</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member ->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/2.jpg"></div>
<h2>Jackson Nash</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/2.jpg"></div>
<div class="member-meta">
<h2>Jackson Nash</h2>
<span>Marketing Director</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member ->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/3.jpg"></div>
<h2>Tom Binegar</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/3.jpg"></div>
<div class="member-meta">
<h2>Aaron Ballance</h2>
<span>Ceo Bitcoin</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member ->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/4.jpg"></div>
<h2>Melissa Barth</h2>
<span>Product Manager</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/4.jpg"></div>
<div class="member-meta">
<h2>Melissa Barth</h2>
<span>Product Manager</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member ->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/5.jpg"></div>
<h2>Katy Abrams</h2>
<span>Head of Design</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/5.jpg"></div>
<div class="member-meta">
<h2>Katy Abrams</h2>
<span>Head of Design</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
</div>
</section>
<!-- Team section -->
<!-- Review section -->
<section class="review-section spad">
<div class="container">
<div class="row">
<div class="col-lg-8 push-8">
<img src="img/quote.png" alt="" class="quote mb-5">
<div class="review-text-slider owl-carousel">
<div class="review-text">
<p>"If you are looking for the best exchanger, DollarForNaira is the one. Their transactions are always fast. I’ve used them many times and they are very trusted, reliable and with good communication.”</p>
</div>
<div class="review-text">
<p>"Awesome Experience so far with DollarForNaira. Customer Service has been one of the best among other exchangers. It ranged from fast response, to stable and nice exchange rates to legit and fast payments. Would keep dealing.”</p>
</div>
<!--div class="review-text">
<p>"Bitcoin is exciting because it shows how cheap it can be. Bitcoin is better than currency in that you don’t have to be physically in the same place and, of course, for large transactions, currency can get pretty inconvenient.”</p>
</div-->
</div>
</div>
<div class="col-lg-4 pr-0 pull-3">
<div class="review-meta-slider owl-carousel pt-5">
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/Okoye_Chika.jpg"></div>
<div class="author-name">
<h4>Okoye Chika</h4>
<!--p>Crowd Flower Freelancer</p-->
</div>
</div>
<!--div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/okoru.png"></div>
<div class="author-name">
<h4>Okoru Harry</h4>
<p>Craigslist Freelancer</p>
</div>
</div-->
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/Omodun_Precious.jpg"></div>
<div class="author-name">
<h4>Omodun Precious</h4>
<!--p>Fiverr Freelancer</p-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Review section end -->
<!-- Newsletter section -->
<section class="newsletter-section gradient-bg">
<div class="container text-white">
<div class="row">
<div class="col-lg-7 newsletter-text">
<h2>Subscribe to our Newsletter</h2>
<p>Sign up for our weekly freelancing updates and real-time exchange Rate.</p>
</div>
<div class="col-lg-5 col-md-8 offset-lg-0 offset-md-2">
<form class="newsletter-form">
<input type="text" placeholder="Enter your email">
<button>SignUp Now</button>
</form>
</div>
</div>
</div>
</section>
<!-- Newsletter section end -->
<!-- Blog section ->
<section class="blog-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Latest News</h2>
<p>Bitcoin is the simplest way to exchange money at very low cost.</p>
</div>
<div class="row">
<!-- blog item ->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/1.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">03 jan 2018</div>
<h4 class="blog-title"><a href="">Coinbase to Reopen the GDAX Bitcoin Cash-Euro Order Book</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
<!-- blog item ->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/2.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">28 dec 2018</div>
<h4 class="blog-title"><a href="">Blockchain Rolls Out Trading Feature for 22 States in the U.S</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
<!-- blog item ->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/3.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">28 aug 2018</div>
<h4 class="blog-title"><a href="">This Week in Bitcoin: Up, Down and Sideways</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog section end -->
<!-- Contact section -->
<section class="contact-page spad" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-7">
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="check-form" type="text" placeholder="First Name*:">
<span><i class="ti-check"></i></span>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input class="check-form" type="text" placeholder="Last Name*:">
<span><i class="ti-check"></i></span>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input class="check-form" type="text" placeholder="Email Adress*:">
<span><i class="ti-check"></i></span>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input class="check-form" type="text" placeholder="Phone Number*:">
<span><i class="ti-check"></i></span>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea placeholder="Tell us about your question!"></textarea>
</div>
<h5 class="mb-3">Way to Contacts<span>*</span>:</h5>
<div class="contact-type">
<label class="ct-label">Phone
<input type="radio" name="radio">
<span class="checkmark"></span>
</label>
<label class="ct-label">Email
<input type="radio" name="radio">
<span class="checkmark"></span>
</label>
<label class="ct-label">Other
<input type="radio" name="radio">
<span class="checkmark"></span>
</label>
</div>
<button class="site-btn sb-gradients mt-4">Send Message</button>
</div>
</div>
</form>
</div>
<div class="col-lg-5 mt-5 mt-lg-0">
<div class="map" id="map-canvas"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3956.863300196281!2d3.875665314824008!3d7.369215314797919!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x10398da51b0a96ef%3A0xbce130b19212e4e9!2sSoft-Apps+Solutions+Concepts!5e0!3m2!1sen!2sng!4v1561460496971!5m2!1sen!2sng" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></div>
</div>
</div>
</div>
</section>
<!-- Contact section end -->
<!-- Footer section -->
<footer class="blog-section">
<div class="container">
<div class="row spad">
<div class="col-md-6 col-lg-3 footer-widget">
<img src="img/logo.png" class="mb-4" alt="">
<p>Our No1 Priority at ChangeForMe over anything else is our Customer Service and Security, so if this is a priority for you in your e-Currency Exchange requirements, then you’ve come to the right place.</p>
<span><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Designed with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://softappsolution.com/" target="_blank">Soft-Apps Solutions Concepts</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
</div>
<div class="col-md-6 col-lg-2 offset-lg-1 footer-widget">
<h5 class="widget-title">Resources</h5>
<ul>
<li><a href="https://www.fiverr.com/" target="_blank">Fiverr</a></li>
<li><a href="https://www.upwork.com/" target="_blank">UpWork</a></li>
<li><a href="https://craigslist.org" target="_blank">Craigslist</a></li>
<li><a href="https://www.freelancer.com/" target="_blank">Freelancer</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-2 offset-lg-1 footer-widget">
<h5 class="widget-title">Quick Links</h5>
<ul>
<li><a href="https://www.paypal.com" target="_blank">PayPal</a></li>
<li><a href="https://login.payoneer.com/" target="_blank">Payoneer</a></li>
<li><a href="https://www.skrill.com/" target="_blank">Skrill</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3 footer-widget pl-lg-5 pl-3">
<h5 class="widget-title">Follow Us</h5>
<div class="social">
<a href="https://web.facebook.com/bhookieng/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a>
<!--a href="" class="google"><i class="fa fa-google-plus"></i></a-->
<a href="https://www.instagram.com/bhookieng/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/bhookieng" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<!--div class="col-lg-4 store-links text-center text-lg-left pb-3 pb-lg-0">
<a href=""><img src="img/appstore.png" alt="" class="mr-2"></a>
<a href=""><img src="img/playstore.png" alt=""></a>
</div-->
<div class="col-lg-9 text-center text-lg-right">
<ul class="footer-nav">
<!--li><a href="">DPA</a></li-->
<li><a href="terms-of-use.html">Terms of Use</a></li>
<li><a href="privacy-policy.html">Privacy Policy </a></li>
<li><a href="">[email protected]</a></li>
<li><a href="">(+234) 7015-529-485</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--======Anchor ScrollUp ======-->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.formatCurrency-1.4.0.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<script>$(document).on('keyup','#money', function(e){
var dollar=$('#money').val();
//alert(dollar);
var equ=315*dollar;
change.naira.value=equ; $('#naira').formatCurrency();
});</script>
<script>$(document).on('keyup','#moneybuy', function(e){
var dollar=$('#moneybuy').val();
//alert(dollar);
var equ=350*dollar;
change.nairabuy.value=equ; $('#nairabuy').formatCurrency();
});</script>
<!---------Anchor ScrollUp - When the user scrolls down 20px from the top of the document, show the button---->
<script>
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
<!---------When the user clicks on the button, scroll to the top of the document-------->
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>