-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
192 lines (160 loc) · 7.72 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
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
<!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>Papel</title>
<link rel="shortcut icon" href="UI/images/logo1.png" type="image/x-icon">
<link rel="stylesheet" href="UI/css/style.css">
<link rel="stylesheet" href="UI/css/indexNav.css">
<link rel="stylesheet" href="UI/css/slider.css">
<link rel="stylesheet" href="UI/css/footer.css">
<link href="https://fonts.googleapis.com/css?family=Karla|Lato|Nunito|Raleway|Rubik&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/da7b84dcbd.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="header">
<nav>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<div class="logo">
<a href="#">
<img src="UI/images/logo2.png" alt="Papel logo">
</a>
</div>
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="UI/html/sign.html">Register</a></li>
<li><a href="UI/html/sign.html">Sign In</a></li>
</ul>
</nav>
</div>
<div class="slider">
<figure>
<div class="slide">
<img src="UI/images/internet.jpg" alt="Internet-Banking">
<h1>Banking Made Easier</h1>
<h2>Monitor Your Bank Acount From the Comfort of your Home!</h2> <br><hr><br>
<p>Papel allows you to use your bank account on your computer any where ,monitor the account balances,
transactions and other Related necessary activites.</p> <br>
<a href="UI/html/sign.html"> <input type="button" value="Get Stater With Papel" class="started"></a>
</div>
<div class="slide">
<img src="UI/images/advisor.jpg" alt="Financial Advisor">
<h1>Free Financial Advice</h1>
<h2>Get Free Financial Advices from Professionals</h2><br><hr><br>
<p>Papel provides free on branch and online financial advices to its customers. </p> <br>
<a href="UI/html/sign.html"> <input type="button" value="Get Stater With Papel" class="started"></a>
</div>
<div class="slide">
<img src="UI/images/withdraw.jpg" alt="Pay online">
<h1>Transactions Anywhere</h1>
<h2>Carry Your transaction Anywhere Through our agents</h2><br><hr><br>
<p>Papel has lots of agents ready to help you in anything you need anywhere. </p> <br>
<a href="UI/html/sign.html"> <input type="button" value="Get Stater With Papel" class="started"></a>
</div>
<div class="slide">
<img src="UI/images/anywhere.jpg" alt="Send Money">
<h1>Send Money Anywhere</h1>
<h2>Send money in every continent on earth with PAPELWAY</h2><br><hr><br>
<p>Through a service called papel-way send money anywhere from America to Russia and from any continent to the other.</p> <br>
<a href="UI/html/sign.html"> <input type="button" value="Get Stater With Papel" class="started"></a>
</div>
</figure>
</div>
<br>
<div class="services">
<div class="service">
<a href="UI/html/openAc.html"><div class="icon">
<i class="fas fa-key fa-6x" id="icon1"></i>
</div>
<div class="details"></a>
<h4><a href="UI/html/openAc.html">OPEN AN ACCOUNT</a></h4>
<ul>
<li><a href="#"><i class="fas fa-angle-right"></i> Personal Account</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Savings Account</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Current Account</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Fixed Account</a></li>
</ul>
</div>
</div>
<div class="service">
<a href="UI/html/openAc.html"><div class="icon">
<i class="fas fa-shipping-fast fa-6x" id="icon1"></i>
</div></a>
<div class="details">
<h4>GET A LOAN</h4>
<ul>
<li><a href="#"><i class="fas fa-angle-right"></i> Business Loan</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Studies Loan</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> House Loan</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Car Loan</a></li>
</ul>
</div>
</div>
<div class="service">
<a href="UI/html/openAc.html"><div class="icon">
<i class="far fa-credit-card fa-6x" id="icon1"></i>
</div></a>
<div class="details">
<h4>APPLY FOR A CREDIT CARD</h4>
<ul>
<li><a href="#"><i class="fas fa-angle-right"></i> Black Card</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Gold Card</a></li>
<li><a href="#"><i class="fas fa-angle-right"></i> Classic CC</a></li>
</ul>
</div>
</div>
</div>
<div class="collaborations">
<h2>OUR PARTNERS</h2>
<div class="partners">
<div class="partner">
<a href="https://www.bnr.rw/home/"><img src="UI/images/bnr.jpg" alt="BNR" class="adjust"></a>
</div>
<div class="partner">
<a href="https://cards.barclaycardus.com/"> <img src="UI/images/barclays.jpg" alt="barclays" class="adjust"> </a>
</div>
<div class="partner">
<a href="https://www.bk.rw/personal"> <img src="UI/images/bk.png" alt="BK" class="adjust"></a>
</div>
<div class="partner">
<a href="https://africa.visa.com/"> <img src="UI/images/visa.jpg" alt="VISA" class="adjust"></a>
</div>
<div class="partner">
<a href="https://www.paypal.com/"> <img src="UI/images/paypal.png" alt="PAYPAL" class="adjust"></a>
</div>
</div>
</div>
<div class="contact">
<div class="social">
<h3>Find us on:</h3>
<i class="fab fa-facebook-square fa-3x" id="facebook"><i id="description">papelofficial</i></i>
<i class="fab fa-twitter-square fa-3x" id="twitter"><i id="description">Papel</i></i> <br>
<i class="fab fa-google-plus-square fa-3x" id="google"><i id="description">Papel.inc</i></i>
<i class="fab fa-instagram fa-3x" id="instagram"><i id="description">papel_official</i></i>
</div>
<div class="question">
<h3>Have a question? Find answers here.</h3>
<input type="search" id="message" placeholder="search....">
<input type="button" id="search" value="search">
</div>
<div class="call">
<h3>Give us A call:</h3>
<i class="fas fa-phone-square-alt fa-3x" id="phone"><i id="description">+250786585608</i> </i>
</div>
</div>
</div>
<div>
<footer>
<p>Papel Inc © 2020 All Right Reserved Terms of Use and Privacy Policy</p>
</footer>
</div>
<script src="UI/javascript/nav.js"></script>
</body>
</html>