forked from flash-coin/official-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremittances.html
63 lines (59 loc) · 3.34 KB
/
remittances.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Flashcoin | Remittances</title>
<link rel="shortcut icon" href="images/favicon.ico" title="Favicon">
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/zluck-custom.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script>
$(function(){
$("#header-content").load("header.html");
$("#footer-content").load("footer.html");
});
</script>
</head><!--/head-->
<body id="home" class="homepage">
<div id="header-content"></div>
<section id="remittances">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 our-team-single section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<div class="remitance">
<img src="images/remitance-img.png" alt="">
</div>
</div>
</div>
<div class="col-sm-8 col-md-8" data-aos="fade-left" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<div class="section-header our-team">
<h3 class="section-title wow fadeInDown">Remittances</h3>
<p class="wow fadeInDown" style="color: #414141">Remittances are a huge international market, over 250m people left their homes in search of work and most of them send remittances home to their loved ones. Almost $1T are sent annually. Wouldn’t it be great if the cost of these remittances were nearly zero? Wouldn’t that help people back home to keep more of their money?</p>
<p class="wow fadeInDown" style="color: #414141">With FLASH, anyone can send cryptocoins anywhere in the world in seconds for almost free. The FLASH remittance eco-system includes:</p>
<ul style="color: #414141;">
<li>Crypto coin exchanges</li>
<li>Crypto coin ATM’s</li>
<li>Human ATM’s - people who exchange crypto coins for local currency</li>
<li>Merchants - who accept FLASH in trade</li>
<li>Language support for the top six Indian languages, Korean, Chinese, Japanese, Spanish and Portuguese</li>
</ul>
<br>
<p class="wow fadeInDown" style="color: #414141">FLASH can be used anywhere, but we expect the first countries to adopt FLASH will be India, Philippines and other Asian countries and Latin America.</p>
</div>
</div>
</div>
</div>
</div>
</section><!--/#-team-->
<div id="footer-content"></div>
</body>
</html>