-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflutterwave.html
76 lines (72 loc) · 2.82 KB
/
flutterwave.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="flutterwave.css">
<script src="flutterwave.js"></script>
<title>FLUTTERWAVE-HOMEPAGE</title>
</head>
<body>
<section class="firstpage">
<div class="firstrow">
<img src="images/flutterwaveicon.jpg">
<h2>flutterwave</h2>
<a href="#" id="link">payments</a>
<a href="#" id="link">commerce</a>
<a href="#" id="link">issuing</a>
<a href="#" id="link">Grow</a>
<a href="#" id="link">faaS</a>
<button id="sign"><a href="#">Sign In</a></button>
<h1 id="orange">Endless <br>possibilities <span id="black">for<br> every business</span></h1>
<p>Sell online, process payments, build financial products, or use<br> business tools designed to grow your business.</p>
<button id="create"><a href="#"> create a free account</a></button>
<button id="contactSales"><a href="#"> contact sales</a></button>
</div>
<div class="image">
<img src="images/microsoft.webp" id="firstimg">
<img src="images/yanga-beauty.webp" id="secondimg">
<h3>We are trusted by 1 Million+ businesses</h3>
<p>It's not the size of the company, it's the <br>size of the ambition. Ambitious businesses<br> of all sizes count on Flutterwave to grow<br> their business everywhere</p>
</div>
<div class="icons">
<img src="images/uber.svg">
<img src="images/mtn.svg">
<img src="images/chipper.svg">
<img src="images/piggyvest.svg">
<img src="images/wise.svg">
<img src="images/microsoft.svg">
</div>
</section>
<!-- <section class="secondSection">
<div class="text">
<h1>A fully unified <br>set of <span id="orange">payments<br> tools</span></h1>
<div class="column">
<div class="firstcolumn">
<h1>Checkout</h1>
<p>Checkout features our smart<br> payment ordering system, incredible<br> speed, and beautiful simplicity. It's<br> designed to grow yourrevenue and<br> provide the best payment<br> experience to your customers.</p>
<button><a href="£">Get started</a></button>
</div>
<div class="secondcolumn">
<img src="images/flutterwaveicon.jpg">
<p>NGN2,560.68</p>
<h1>how would you<br>like to pay</h1>
<button></button><span>Card</span><br>
<button>#</button><span>USSD</span><br>
<button></button><span>Bank</span><br>
<button></button><span>QR</span><br>
<button></button><span>Barter</span>
</div>
<div class="thirdcolumn">
<h1>Accept payment</h1>
<p>Easily receive money from anyone,<br> anywhere in the world.</p>
<button>Learn more > </button>
<h1>Transfers (Payout)</h1>
<p>Make single or bulk transfers to<br> bank accounts from your<br> Flutterwave dashboard Learn more</p>
<button>Learn more > </button>
</div>
</div>
</section>
-->
</body>
</html>