-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (90 loc) · 4.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fintech|Restructuring Payments Method</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="logobox"><img src="img/logo/PayCell Fintech Logo.png" alt="logo" class="logo"></div>
<nav class="navbar">
<ul class="nav-ul">
<li class="nav-li"><a href="#" class="navlink">About</a></li>
<li class="nav-li"><a href="#" class="navlink">Products</a></li>
<li class="nav-li"><a href="#" class="navlink">Pricing</a></li>
<li class="nav-li"><a href="#" class="navlink">Developers</a></li>
<li class="nav-li"><a href="#" class="u-purple-extra">Log in</a></li>
</ul>
</nav>
<div class="hero">
<div class="head-text">
<h1>Modern Online & Offline<br> Solutions for your Payments Needs </h1>
<a href="#" class="btn-purple">Sign up <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="head-image">
<img src="img/hero/hand-holding-a-bank-card-png-clipart_1436360 1.png" class="head-image--1" alt="hand holding bank card">
</div>
</div>
<div class="header-iconbox">
<i class="fas fa-mouse icon-1"></i>
</div>
</header>
<section class="section-features">
<h3 class="section-features__text">
Do More With<br> <div class="u-center-text">PayCell</div>
</h3>
<div class="section-features__itembox1">
<div class="section-features__item">
<h3 class="item-head"><i class="fas fa-globe-americas"></i> Global Reach</h3>
<p class="item-paragraph">Tap into new markets while managing risks and keeping flexibility, Make it easy for your customers to pay in their preferred payment method and currency. </p>
</div>
<div class="section-features__item">
<h3 class="item-head"><i class="fas fa-money-bill-wave-alt"></i> Money Transfer</h3>
<p class="item-paragraph">Tap into new markets while managing risks and keeping flexibility, Make it easy for your customers to pay in their preferred payment method and currency</p>
</div>
<div class="section-features__item">
<h3 class="item-head"><i class="fas fa-handshake"></i> Merchant Banking</h3>
<p class="item-paragraph">Tap into new markets while managing risks and keeping flexibility, Make it easy for your customers to pay in their preferred payment method and currency</p>
</div>
</div>
<div class="section-features__itembox2">
<div class="section-features__item">
<h3 class="item-head"><i class="fas fa-cash-register"></i> Multiple Currency</h3>
<p class="item-paragraph">Tap into new markets while managing risks and keeping flexibility, Make it easy for your customers to pay in their preferred payment method and currency</p>
</div>
<div class="section-features__item">
<h3 class="item-head"><i class="far fa-building"></i> Business Integration</h3>
<p class="item-paragraph">Tap into new markets while managing risks and keeping flexibility, Make it easy for your customers to pay in their preferred payment method and currency</p>
</div>
</div>
</section>
<section class="section-whyus">
<h3 class="section-whyus-text">
Why Us
</h3>
<div class="section-whyus__item">
<div class="item--1">
<img src="img/hero/20950 1.png" alt="woman" class="section-whyus__item--image">
</div>
<div class="item--2">
<h3 class="item--2-text"><strong class="text-num" >1</strong> Payment For All</h3>
<h3 class="item--2-text"><strong class="text-num">2</strong> All Your Devices Are Welcomed</h3>
<h3 class="item--2-text"><strong class="text-num">3</strong> Open An Account Instantly</h3>
<h3 class="item--2-text"><strong class="text-num">4</strong> We're Saving Millions of Coustumers Time & Money</h3>
<h3 class="item--2-text"><strong class="text-num">5</strong> 100% Safe & Secured</h3>
</div>
</div>
</section>
<footer class="footer">
<h3 class="footer-text">
Do You have any questions?
</h3>
<a href="#" class="btn-purple2">Ask Us</a>
</footer>
</body>
</html>