-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
380 lines (331 loc) · 17.8 KB
/
index.html
File metadata and controls
380 lines (331 loc) · 17.8 KB
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UUTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE-edge" />
<meta name="viewport" content="width=device-width, initial-scaale=1.0"/>
<title>PayApi</title>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/all.min.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css.map"/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="stylesheet" href="css/index.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap" rel="stylesheet" />
</head>
<body>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/all.min.js"></script>
<nav class="navbar navbar-expand-lg ">
<div class="container align-items-center">
<img class="pt-3" src="img/logo.jpg" alt=""/>
<button
class="navbar-toggler col-lg-2"
type="button"
data-bs-toggle="collapse"
data-bs-target="#main"
aria-controls="main"
aria-expanded="false"
aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="main">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 col-lg-8 " id="main">
<li class="nav-item">
<a class="nav-link p-2 p-lg-3" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link p-2 p-lg-3 " href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link p-2 p-lg-3 " href="#">Contact</a>
</li>
</ul>
<a class="btn rounded-pill main-btn col-lg-2 text-light" href="#">Schedule a Demo</a>
</div>
</div>
</nav>
<section class="section1 ">
<div class="desktopwrapper">
<div class="row">
<div class="header col-lg-8 p-5 col-sm-6">
<h1 class="overflow-y-visible fw-bold d-sm-block mb-5 d-lg-flex">Start building with our APIs for absolutely free</h1>
<div class="email d-flex mt-5">
<div class="col-lg-6 z-0">
<input class="email-address rounded-pill p-3" type="text" placeholder= "Enter email address" />
</div>
<div class="z-1 col-lg-2">
<input class="btn rounded-pill text-light p-3" type="submit" value="Schedule a Demo" />
</div>
</div>
<div class="d-flex mt-2 mb-5 text-center">
<p class="text-black-50">Have any question?</p>
<a class="nav-link text-black-50 text-decoration-underline fw-bold" href="#">Contact Us</a>
</div>
</div>
<div class=" mobile col-lg-4 col-sm-12 mt-3 w-25 h-50 d-sm-block d-lg-flex">
<img class="img-fluid d-sm-block" src="img/mobile.png" alt=""/>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="row">
<div class=" mobile col-sm-12 mt-3 w-100 h-50">
<img class="img-fluid" src="img/mobile.png" alt=""/>
</div>
<div class="header p-5 col-sm-12">
<h1 class="text-center fw-bold ">Start building with our APIs for absolutely free</h1>
<div class="row email mt-5">
<div class="col-sm-12 d-sm-block z-0">
<input class="w-100 email-address rounded-pill p-3" type="text" placeholder= "Enter email address" />
</div>
<div class="col-sm-12 w-100 mt-3 d-sm-block z-1">
<input class="btn w-100 rounded-pill text-light p-3 mb-2" type="submit" value="Schedule a Demo" />
</div>
</div>
<div class="d-flex mt-2 mb-5 justify-content-center">
<p class="text-black-50">Have any question?</p>
<a class="nav-link text-black-50 text-decoration-underline fw-bold" href="#">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<section class="section2">
<div class="container">
<div class="desktopwrapper">
<div class="row d-lg-flex">
<div class="work col-lg-4 mt-5 mb-2">
<h2 class="text-light fs-1 mt-3">Who we work with</h2>
<p class="text-white-50 mt-4">Today, millions of people around the world have successfully connected their acounts to apps
they love using API. We provide developers with the tools they need to create easy and accessible expriences for their users.
</p>
<input class="btn rounded-pill text-light p-3" type="submit" value="About Us" />
</div>
<div class="logo col-lg-8 mb-2 mt-5 text-center">
<div class="tesla mt-5 h-25 d-flex mb-0">
<img class="img-fluid d-sm-block" src="img/tesla.png" alt=""/>
<i class="fa-brands fs-1 fa-microsoft text-light p-3"></i>
<P class="fs-2 text-light fw-bold mt-3"> Microsoft </P>
<div class="hp">
<P class="text-uppercase h-25 fs-5 text-light fw-bold pt-3 mb-0">hewlett</P>
<P class="packard text-uppercase h-25 fs-5 pt-3 text-light fw-bold"> Packard </P>
</div>
</div>
<div class="oracle d-flex h-25 mt-0">
<P class="text-uppercase fs-1 p-5 text-light fw-bold"> oracle </P>
<P class="fs-1 p-5 text-light fw-bold"> Google </P>
<P class="text-uppercase fs-1 p-5 text-light fw-bold"> nvidia </P>
</div>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="row">
<div class="logo col-sm-12 mb-2 mt-5 text-center">
<div class="tesla mt-5 h-25 d-flex mb-0">
<img class="img-fluid d-sm-block" src="img/tesla.png" alt=""/>
<i class="fa-brands fs-1 fa-microsoft mt-3 text-light p-3"></i>
<P class="fs-2 text-light fw-bold mt-4 pt-1"> Microsoft </P>
</div>
<div class="d-flex m-5 h-25 mt-0">
<P class="text-uppercase fs-1 p-5 text-light fw-bold"> oracle </P>
<div class="hp mt-3 m-5 mb-0">
<P class="text-uppercase h-25 fs-5 text-light fw-bold pt-3 mb-0">hewlett</P>
<P class="packard text-uppercase h-25 fs-5 pt-3 text-light fw-bold"> Packard </P>
</div>
</div>
<div class="oracle d-flex h-25 mt-0">
<P class="fs-1 p-5 text-light fw-bold"> Google </P>
<P class="text-uppercase fs-1 p-5 text-light fw-bold"> nvidia </P>
</div>
</div>
<div class="work col-sm-12 text-center mt-5 mb-5">
<h2 class="text-light fs-1 mt-3">Who we work with</h2>
<p class="text-white-50 mt-4">Today, millions of people around the world have successfully connected their acounts to apps
they love using API. We provide developers with the tools they need to create easy and accessible expriences for their users.
</p>
<input class="btn rounded-pill text-light p-3" type="submit" value="About Us" />
</div>
</div>
</div>
</div>
</section>
<section class="section3">
<div class="container">
<div class="desktopwrapper">
<div class="row pt-5 d-flex">
<div class="code col-lg-4 h-25 m-5">
<img class="img-fluid rounded " src="img/code.png" alt=""/>
</div>
<div class=" documentation justify-content-center col-lg-8 w-50 pt-5 mt-5 mb-5">
<h2 class="fs-1 fw-bold">Easy to implement</h2>
<p class="pt-2">Our API comes with just a few lines of code.
You'll be up and running in no time. We built our documentation page to integrate payments functionality with ease</p>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="row">
<div class="code mt-5 mb-5 col-sm-12 h-25">
<img class="img-fluid rounded " src="img/code.png" alt=""/>
</div>
<div class=" documentation text-center p-5 col-sm-12 mb-5">
<h2 class="fs-1 fw-bold">Easy to implement</h2>
<p class="pt-2">Our API comes with just a few lines of code. You'll be up and running in no time. We built our documentation page to integrate payments functionality with ease</p>
</div>
</div>
</div>
<div class="desktopwrapper">
<div class="row d-flex">
<div class="ui col-lg-8 col-sm-12 mt-5 mb-5">
<h2 class="pt-5 fw-bold">Simple UI & UX</h2>
<p>Our pre-built form is easy to integrate in your app or website's checkout flow and designed to optimize conversion</p>
</div>
<div class="ui-mobile col-lg-4 col-sm-12 d-flex mt-5 mb-5 p-5">
<img class="rounded img-fluid" src="img/mobile2.png" alt=""/>
<img class="rounded img-fluid" src="img/mobile1.png" alt=""/>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="row">
<div class="ui-mobile col-sm-12 d-flex mt-5">
<img class="rounded img-fluid" src="img/mobile2.png" alt=""/>
<img class="rounded img-fluid" src="img/mobile1.png" alt=""/>
</div>
<div class="ui text-center col-sm-12 mb-5">
<h2 class="fs-1 fw-bold">Simple UI & UX</h2>
<p class="fs-3">Our pre-built form is easy to integrate in your app or website's checkout flow and designed to optimize conversion</p>
</div>
</div>
</div>
<div class="row d-flex">
<div class="finance col-lg-4 p-4">
<img class="pfinance rounded-pill img-fluid mx-auto d-block m-3 p-4" src="img/finance1.png"/>
<h3 class="text-center">Personal Finances</h3>
<p class="text-center">Consolidate financial data from multiple sources and categorize transactions up to years of
history. Analyze reports to reconcile activities in your account
</p>
</div>
<div class="col-lg-4 banking p-4">
<img class="pfinance rounded-pill img-fluid mx-auto d-block m-3 p-4" src="img/banking.png"/>
<h3 class="text-center">Banking & Coverage</h3>
<p class="text-center">With our platform, you can speed up account onboarding and suppport
ongoing payments for checking, saving, credit card and brokerage accounts.
</p>
</div>
<div class="col-lg-4 payment p-4">
<img class="pfinance rounded-pill img-fluid mx-auto d-block m-3 p-4" src="img/paymentt.png"/>
<h3 class="text-center">Consumer Payments</h3>
<p class="text-center">It's easier to set up secure bank payments with us through a floe designed
with the user experience in mind. Customers could instantly authenticate their account.
</p>
</div>
</div>
<div class="desktopwrapper">
<div class="row d-flex">
<div class="start col-lg-6 mt-5 mb-5">
<h1 class="fw-bold">Ready to start?</h1>
</div>
<div class="email-sec col-lg-6 d-flex mt-5 mb-5">
<div class=" email col-sm-7 d-sm-block z-0">
<input class="email-address rounded-pill p-3" type="text" placeholder= "Enter email address" />
</div>
<div class="button col-sm-4 d-md-block z-1">
<input class="btn rounded-pill p-3" type="submit" value="Schedule a Demo" />
</div>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="row d-flex">
<div class="start text-center col-sm-12 mt-5 mb-3">
<h1 class="fw-bold">Ready to start?</h1>
</div>
<div class="email-sec col-sm-12">
<div class=" email">
<input class="email-address w-100 m-2 rounded-pill p-3" type="text" placeholder= "Enter email address" />
</div>
</div>
<div class="email-sec col-sm-12 mt-2 mb-5">
<div class="button z-1">
<input class="btn w-100 m-2 rounded-pill p-3" type="submit" value="Schedule a Demo" />
</div>
</div>
</div>
</div>
</div>
</section>
<div class="desktopwrapper">
<div class="footer navbar-expand-lg">
<div class="container d-flex align-items-center">
<h1 class="text-light p-3 fw-bold">Payapi</h1>
<ul class="navbar-nav me-auto mb-2 mb-lg-0 col-lg-8 p-3" id="main">
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3 " href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3 " href="#">Contact</a>
</li>
</ul>
<ul class="d-flex mt-5 list-unstyled gap-3">
<li>
<a class="d-block text-light" href="#">
<i class="fa-brands fa-facebook fa-lg facebook p-2"></i>
</a>
</li>
<li>
<a class="d-block text-light" href="#">
<i class="fa-brands fa-twitter fa-lg twitter p-2"></i>
</a>
</li>
<li>
<a class="d-block text-light" href="#">
<i class="fa-brands fa-linkedin fa-lg linkedin p-2"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="mobilewrapper">
<div class="footer">
<div class="container">
<h1 class="text-light p-3 pt-5 text-center fw-bold">Payapi</h1>
<ul class="navbar-nav text-center me-auto mb-lg-0 col-lg-8 pb-2">
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3 " href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white-50 p-2 p-lg-3 " href="#">Contact</a>
</li>
</ul>
<ul class="d-flex justify-content-center mb-0 p-2 gap-3">
<li>
<a class=" text-light" href="#">
<i class="fa-brands fa-facebook fa-lg facebook p-2"></i>
</a>
</li>
<li>
<a class=" text-light" href="#">
<i class="fa-brands fa-twitter fa-lg twitter p-2"></i>
</a>
</li>
<li>
<a class="text-light" href="#">
<i class="fa-brands fa-linkedin fa-lg linkedin p-2"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>