forked from flash-coin/official-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmerchant.html
61 lines (60 loc) · 3.8 KB
/
merchant.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
<!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 | Merchant</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="merchant">
<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="">
<img src="images/merchant-bg.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">Merchant Services</h3>
<p class="wow fadeInDown" style="color: #414141">FLASH is designed to be SPENT. It’s ideal for merchants, providing very fast processing time to speed customer checkout and very low fees. Credit cards cost merchants billions a year in transaction fees, while FLASH is the true person to person community coin providing transaction processing for under a penny per transaction and no chargebacks or merchant holdback accounts. When you accept a FLASH transaction, it goes right into your wallet and it’s 100% yours to immediately spend.</p>
<p class="wow fadeInDown" style="color: #414141">If a merchant pays 2% transaction fees with credit cards and they have a 10% pretax income on their business, credit card fees are like a 20% tax on their business. FLASH savings add up quickly and go right to the bottom line.</p>
<p class="wow fadeInDown" style="color: #414141">FLASH merchant services will include:</p>
<ul class="wow fadeInDown" style="color: #414141">
<li>Powerful and easy to use FLASH web wallet can turn any consumer into a merchant</li>
<li>Using the FLASH web wallet, any employee can accept FLASH payments, only the manager can access the FLASH in the wallet.</li>
<li>Merchant signage can be printed on any inkjet printer in all supported FLASH languages (future feature)</li>
<li>Reporting to track sales (future feature)</li>
<li>Cashback in local currency calculator (based on FLASH exchange prices) (future feature)</li>
<li>Point of Sale terminal integration (future feature)</li>
<li>NFC capability like Apple Pay (future feature)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!--/#-team-->
<div id="footer-content"></div>
</body>
</html>