-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details.html
356 lines (345 loc) · 23.8 KB
/
blog-details.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
<!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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GD-Remit - Wallet</title>
<link rel="shortcut icon" href="assets/images/fav.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/css/jquery-ui.css">
<link rel="stylesheet" href="assets/css/plugin/nice-select.css">
<link rel="stylesheet" href="assets/css/plugin/magnific-popup.css">
<link rel="stylesheet" href="assets/css/plugin/slick.css">
<link rel="stylesheet" href="assets/css/arafat-font.css">
<link rel="stylesheet" href="assets/css/plugin/animate.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- start preloader -->
<div class="preloader" id="preloader"></div>
<!-- end preloader -->
<!-- Scroll To Top Start-->
<a href="javascript:void(0)" class="scrollToTop"><i class="fas fa-angle-double-up"></i></a>
<!-- Scroll To Top End -->
<!-- header-section start -->
<header class="header-section">
<div class="overlay">
<div class="container">
<div class="row d-flex header-area">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.png" class="logo" alt="logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-content">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-content">
<ul class="navbar-nav mr-auto mb-2 mb-lg-0">
<li class="nav-item dropdown main-navbar">
<a class="nav-link dropdown-toggle" href="javascript:void(0)"
data-bs-toggle="dropdown" data-bs-auto-close="outside">Personal</a>
<ul class="dropdown-menu main-menu shadow">
<li><a class="nav-link" href="payments-01.html">Freelancer Payments</a></li>
<li><a class="nav-link" href="subscriptions.html">Subscriptions</a></li>
<li><a class="nav-link" href="security.html">Security</a></li>
<li><a class="nav-link" href="fees.html">Fees</a></li>
</ul>
</li>
<li class="nav-item dropdown main-navbar">
<a class="nav-link dropdown-toggle" href="javascript:void(0)"
data-bs-toggle="dropdown" data-bs-auto-close="outside">Business</a>
<ul class="dropdown-menu main-menu shadow">
<li><a class="nav-link" href="payments-01.html">Business Payments</a></li>
<li><a class="nav-link" href="business-account.html">Business Account</a></li>
<li><a class="nav-link" href="corporate-card.html">Corporate Card</a></li>
<li><a class="nav-link" href="expense-management.html">Expense Management</a></li>
<li><a class="nav-link" href="budgeting-and-analytics.html">Budgeting</a></li>
<li><a class="nav-link" href="integrations.html">Integrations</a></li>
<li><a class="nav-link" href="invoice-management.html">Invoice</a></li>
<li><a class="nav-link" href="security.html">Security</a></li>
<li><a class="nav-link" href="rewards.html">Rewards</a></li>
<li><a class="nav-link" href="fees.html">Fees</a></li>
</ul>
</li>
<li class="nav-item dropdown main-navbar">
<a class="nav-link dropdown-toggle" href="javascript:void(0)"
data-bs-toggle="dropdown" data-bs-auto-close="outside">Company</a>
<ul class="dropdown-menu main-menu shadow">
<li><a class="nav-link" href="about-us.html">About Us</a></li>
<li><a class="nav-link" href="career.html">Career</a></li>
<li><a class="nav-link" href="career-details.html">Career Details</a></li>
<li class="dropend sub-navbar">
<a href="javascript:void(0)" class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown"
data-bs-auto-close="outside">Blog</a>
<ul class="dropdown-menu sub-menu shadow">
<li><a class="nav-link" href="blog.html">Blog</a></li>
<li><a class="nav-link" href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a class="nav-link" href="error.html">Error</a></li>
</ul>
</li>
<li class="nav-item dropdown main-navbar">
<a class="nav-link dropdown-toggle" href="javascript:void(0)"
data-bs-toggle="dropdown" data-bs-auto-close="outside">Help</a>
<ul class="dropdown-menu main-menu shadow">
<li><a class="nav-link" href="help-center.html">Help Center</a></li>
<li><a class="nav-link" href="help-center-category.html">Help Category</a></li>
</ul>
</li>
</ul>
<div class="right-area header-action d-flex align-items-center max-un">
<a href="login.html" class="login">Login</a>
<a href="sign-up.html" class="cmn-btn">Sign Up
<i class="icon-d-right-arrow-2"></i>
</a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- header-section end -->
<!-- Banner Section start -->
<section class="banner-section blog-details">
<div class="overlay">
<div class="banner-content">
<div class="container wow fadeInUp">
<div class="row justify-content-center align-items-center">
<div class="col-lg-8 col-md-7">
<div class="main-content text-center"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Banner Section end -->
<!-- Blog details start -->
<section class="blog-details-section">
<div class="overlay pb-120">
<div class="container wow fadeInUp">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="main-content">
<div class="head-area">
<div class="left-area d-flex align-items-center">
<div class="profile-area d-flex align-items-center">
<div class="profile-img">
<img src="assets/images/blog-user.png" alt="image">
</div>
<p>Peter Bates</p>
</div>
<div class="date">
<p>01/13/2022</p>
</div>
</div>
<div class="right-area">
<div class="social-link d-flex justify-content-md-end justify-content-start align-items-center">
<a href="javascript:void(0)"><img src="assets/images/icon/facebook.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/linkedin.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/instagram.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/twitter.png" alt="icon"></a>
</div>
</div>
</div>
<div class="single-content mb-60">
<h2 class="title">All You Need to Know About Exchange Rates</h2>
<p>We hear about exchange rates all the time, but what are they and why are they so important? Let’s explore the answers to these questions…</p>
</div>
<div class="single-content">
<h3 class="title">What is an Exchange Rate?</h3>
<p>A foreign currency exchange rate is a way to describe how the value of one country’s currency compares to the value of another currency.The exchange rate between two currencies essentially answers the question “How much of this currency will I need to buy one of that currency?”</p>
</div>
<div class="single-content">
<h3 class="title">Understanding Exchange Rates</h3>
<p>Exchange rates are usually labeled with the currency codes of the two currencies being compared. For example, GBP/USD exchange rate. The first currency listed is the one being purchased, unless otherwise specified.
The number describes the price of one currency in terms of the other currency.For instance, if the GBP/USD exchange rate is 1.32, that means you’d need USD$132 to purchase GBP£100.In the same scenario, the USD/GBP exchange rate is 0.76, meaning it would take GBP£76 to purchase USD$100.</p>
</div>
<div class="single-content">
<h3 class="title">Why do exchange rates change?</h3>
<p>Most currencies have ‘floating’ exchange rates that are always fluctuating as foreign exchange traders buy and sell currencies. When a currency appreciates, its exchange rate with another currency increases and more of the foreign currency is needed to buy one unit. Using the above example, if the UK’s Pound appreciates and the GBP/USD exchange rate rises to 1.5, it would take USD$150 to buy the same GBP£100.</p>
<p>If a currency depreciates in value, that means its exchange rate with a foreign currency goes down and less of the foreign currency is needed to buy one unit. Read more about calculating exchange rates to see how exchange rates can be compared.</p>
<p>There are some currencies around the world that are managed by national governments to maintain a fixed exchange rate so that the value of their currency is ‘pegged’ to the value of an outside currency. For instance, the BSD/USD exchange rate is fixed at 1. In other words, 1 Bahamian Dollar can be exchanged for 1 U.S. Dollar.</p>
</div>
<div class="single-content">
<div class="blog-img">
<img src="assets/images/blog-image-14.png" alt="image">
</div>
</div>
<div class="single-content">
<h3 class="title">Why exchange rates are so important</h3>
<p>Whether you’re just traveling for a short time or moving to live in a new country, it’s important to be aware of foreign exchange rates when converting and spending money abroad. That way, you know if you’re actually willing to pay the sticker price of goods or services in terms of your home currency.</p>
<p>Exchange rates are also a key factor when you’re sending money internationally, as the recipient will receive the funds in a different currency. When the exchange rate is high, your recipient will receive more than they would when the exchange rate is low, even though you’re sending the same amount of cash on your end. In other words, because of the high exchange rate, the same $100 is really worth more.</p>
<p>Banks and other currency exchange services often quote remittance customers at poorer rates than the interbank exchange rate so they can earn a profit on your international money transfer transaction.</p>
<p>Revolut has no hidden fees and offers great exchange rates, making it simpler and more affordable to send money abroad. Just choose how much you want to send and where to. We’ll take care of the rest.</p>
</div>
<div class="single-content pb-120">
<h3 class="title">Where can I see currency exchange rates?</h3>
<p>You can use our foreign currency converter widget to quickly compare current exchange rates across all the currencies of the world.Want to learn more about exchange rates? Dive deeper into understanding the interbank exchange rate and calculating the exchange rate yourself.Ready to send money abroad? Here’s everything you need to know about making international money transfers with GD-Remit.</p>
</div>
<div class="authors-area d-flex align-items-start">
<div class="profile-item d-flex align-items-center">
<div class="profile-img">
<img src="assets/images/profile-img.png" alt="image">
</div>
</div>
<div class="right-item">
<div class="top-area d-flex align-items-start justify-content-between">
<div class="left-area">
<h3 class="title">Darren Ellis</h3>
<h6>VP of Product</h6>
</div>
<div class="right-area">
<div class="social-link d-flex justify-content-sm-end justify-content-center align-items-center">
<a href="javascript:void(0)"><img src="assets/images/icon/facebook.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/linkedin.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/instagram.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/twitter.png" alt="icon"></a>
</div>
</div>
</div>
<div class="bottom-area">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nisl mi proin nunc cras nunc tellus ultrices est sagittis. Habitasse augue pulvinar id quam.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog details end -->
<!-- Blog Section start -->
<section class="blog-section details">
<div class="overlay pb-120">
<div class="container wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="row blog-section-content pt-120 justify-content-center justify-content-center">
<div class="col-xl-12">
<div class="section-text d-flex align-items-center justify-content-between">
<h2>Latest Posts</h2>
<a href="blog.html" class="cmn-btn">Browse all articles</a>
</div>
</div>
</div>
<div class="row cus-mar">
<div class="col-lg-4 col-md-6">
<div class="single-post">
<div class="thumbnail">
<img src="assets/images/blog-image-2.png" alt="image">
</div>
<div class="blog-text">
<p class="date">By GD-Remit - Feb 7, 2022</p>
<a href="blog-details.html"><h5>Factors That Help Shape Choice in the Online Payment World</h5></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-post">
<div class="thumbnail">
<img src="assets/images/blog-image-3.png" alt="image">
</div>
<div class="blog-text">
<p class="date">By GD-Remit - Feb 7, 2022</p>
<a href="blog-details.html"><h5>Various Online Payment Options and Tips to Avoid Fraud in It</h5></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-post">
<div class="thumbnail">
<img src="assets/images/blog-image-4.png" alt="image">
</div>
<div class="blog-text">
<p class="date">By GD-Remit - Feb 7, 2022</p>
<a href="blog-details.html"><h5>Reasons Why You Should Go For Payment Management Solutions</h5></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Section end -->
<!-- Footer Area Start -->
<footer class="footer-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="newsletter">
<div class="section-area mb-30 dark-sec text-center">
<h3 class="title">Subscribe to Our Newsletter</h3>
</div>
<form action="#">
<div class="form-group d-flex align-items-center">
<input type="text" placeholder="Your Email Address">
<button><img src="assets/images/icon/arrow-right-2.png" alt="icon"></button>
</div>
</form>
</div>
</div>
</div>
<div class="footer-area pt-120">
<div class="footer-top">
<div class="row align-items-center">
<div class="col-sm-6 d-flex justify-content-center justify-content-sm-start">
<div class="menu-item">
<ul class="footer-link d-flex align-items-center">
<li><a href="about-us.html">About Us</a></li>
<li><a href="help-center.html">Support</a></li>
<li><a href="fees.html">Fees</a></li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="social-link d-flex justify-content-sm-end justify-content-center align-items-center">
<a href="javascript:void(0)"><img src="assets/images/icon/facebook.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/linkedin.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/instagram.png" alt="icon"></a>
<a href="javascript:void(0)"><img src="assets/images/icon/twitter.png" alt="icon"></a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-sm-8 d-flex justify-content-center justify-content-sm-start order-sm-0 order-1">
<div class="copyright text-center text-sm-start">
<p> Copyright © 2022 <a href="index.html">GD-Remit.</a> All Rights Reserved.</p>
</div>
</div>
<div class="col-md-6 col-sm-4">
<div class="menu-item">
<ul class="footer-link d-flex justify-content-sm-end justify-content-center align-items-center">
<li><a href="terms-conditions.html">Terms</a></li>
<li><a href="privacy-policy.html">Privacy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Area End -->
<!--==================================================================-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/fontawesome.js"></script>
<script src="assets/js/plugin/slick.js"></script>
<script src="assets/js/plugin/jquery.nice-select.min.js"></script>
<script src="assets/js/plugin/counter.js"></script>
<script src="assets/js/plugin/waypoint.min.js"></script>
<script src="assets/js/plugin/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugin/wow.min.js"></script>
<script src="assets/js/plugin/plugin.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>