-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
407 lines (375 loc) · 24.6 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
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
<!-- Custom Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://kit.fontawesome.com/a4b5f08c50.js" crossorigin="anonymous"></script>
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
</head>
<body>
<!-- Navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top py-3">
<div class="container-fluid px-lg-5">
<a href="#" class="navbar-brand pl-lg-5"><span class="text-white black-bg py-2 px-4 font-weight-bold">AFC Inc.</span></a>
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler navbar-toggler-right"><i class="fa fa-bars"></i></button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto pr-lg-5 pt-lg-0 pt-md-0 pt-4">
<li class="nav-item active"><a href="#" class="nav-link font-weight-bold Roboto-family">Track Application</a></li>
<li class="nav-item"><a href="#" class="nav-link font-weight-bold Roboto-family">Manage My Card</a></li>
<li class="nav-item"><a href="#" class="nav-link font-weight-bold Roboto-family">FAQs</a>
</li>
<li class="nav-item"><a href="#" class="nav-link Roboto-family"><span class="text-white rounded Roboto-family pink-bg py-2 px-4">Get Started</span></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container-fluid">
<div class="row justify-content-center banner">
<div class="col-md-11">
<div class="row h-100 align-items-center">
<div class="col-md-6 ">
<div class="row justify-content-center">
<div class="col-md-9 pt-5 text-lg-left text-md-left text-center">
<p class="banner-text Roboto-family font-weight-bold black-text mt-5">Build a Credit Card That is Definitely Yours</p>
<p class="banner-subtext Roboto-family black-text mb-4">With the OneSync Credit Card you can customise your card the way you want</p>
<p class=" Roboto-family text-decoration"><a href="#" ><span class="text-white pink-bg pill-shape banner-button ">Get Started</span></a></p>
</div>
</div>
</div>
<div class="col-md-6 ">
<img src="images/banner.png" class="img-fluid" >
</div>
</div>
</div>
</div>
<!-- section 2 -->
<div class="row justify-content-center section-2 py-5">
<div class="col-md-11">
<div class="row">
<div class="col-md-6 my-lg-5">
<div class="row justify-content-center">
<div class="col-md-9 ">
<p class="font-weight-bold section-2-text text-white Roboto-family">The Freedom to Create <br>The Credit Card You Want</p>
</div>
</div>
</div>
<div class="col-md-6 my-lg-5">
<div class="row justify-content-center">
<div class="col-md-9 ">
<div class="d-none d-lg-block d-md-block">
<p class="text-white">That's why it comes with benefits & rewards chosen by you. Available in multiple designs, your card comes in a style selected by you. You can come back each year, to edit your benefits or update your style.</p>
<p class="text-white">Your OneSync Credit Card stays true to you, year after year. It’s the only card you’ll ever need.</p>
<p class="text-decoration mb-0"><a href="#" class="text-white section-2-subtext"><u>Get Started</u> <i class="fas fa-angle-right ml-3"></i></a></p>
</div>
<div class="d-lg-none d-md-none">
<p class="text-white">Build your own Credit Card that fits in your day to day lifestyle. First, choose your rewards and then select your card design.</p>
<p class="text-white">Check if the card is available in your city</p>
<form>
<div class="form-row">
<div class="col-9">
<select class="form-control pill-shape" id="">
<option>Select city</option>
<option>Delhi</option>
<option>Noida</option>
<option>Gurugram</option>
<option>Mohali</option>
</select>
</div>
<div class="col-3 text-center">
<button type="submit" class="btn pill-shape text-white section-2-button"><span class="px-1">Go</span></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- section 3 -->
<div class="row ">
<div class="col-md-12 d-lg-none d-md-none mt-4">
<p class="font-weight-bold black-text section-3-mobileheading Roboto-family">Create your own credit card in three easy steps</p>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-6 section-3-bg py-4 m-lg-0 m-md-0 m-3 py-lg-4">
<div class="row justify-content-center">
<div class="col-md-9 ">
<div class="row justify-content-end">
<div class="col-md-9 text-center">
<form class="d-none d-lg-block d-md-block">
<div class="form-group mt-5">
<input class="form-control form-control-lg border-none shadow" type="number" placeholder="Enter your phone number">
</div>
<div class="form-group mt-5">
<input class="form-control form-control-lg border-none shadow" type="number" placeholder="Enter your PAN number">
</div>
<div class="form-group my-5">
<input class="form-control form-control-lg border-none shadow" type="text" placeholder="Enter your Address">
</div>
</form>
<img src="images/section-3-image.png" class="img-fluid d-lg-none d-md-none">
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="row justify-content-center">
<div class="col-md-9 ">
<div class="row">
<div class="col-md-9">
<img src="images/form-icon.png" class="img-fluid d-none d-lg-block d-md-block" width="64px" height="64px">
<p class="section-3-text font-weight-bold black-text Roboto-family">Fill Eligibility Form</p>
<p class="section-3-subtext black-text Roboto-family">Tell us about yourself, to find out if you’re eligible to apply.</p>
<p class="text-decoration d-lg-none d-md-none Roboto-family"><a href="#" class="black-text "><u>Get Started</u> <i class="fas fa-angle-right ml-3"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-lg-0">
<!-- section 4 -->
<div class="row align-items-center section-4-bg m-lg-0 m-md-0 m-1 py-lg-5">
<div class="col-md-6 d-none d-lg-block d-md-block">
<div class="row justify-content-center">
<div class="col-md-9 pr-lg-5">
<img src="images/section-4-networking-icon.png" class="img-fluid d-none d-lg-block d-md-block" width="64px" height="64px">
<p class="section-3-text font-weight-bold black-text Roboto-family">Choose Your Rewards</p>
<p class="section-3-subtext black-text Roboto-family">Match your card to your lifestyle. We’ve got benefits from across brands & categories for you to choose from. Each benefit has an attached fee. Just add the ones you like to your card.</p>
</div>
</div>
</div>
<div class="col-md-6">
<img src="images/section-4-image.png" class="img-fluid">
</div>
</div>
<div class="row">
<div class="col-md-12 d-lg-none d-md-none ">
<p class="section-3-text font-weight-bold black-text Roboto-family mt-3">Choose Your Rewards</p>
<p class="section-3-subtext black-text Roboto-family ">Choose rewards from brands and categories that fit in with your personality. Your card’s annual fee will based on the rewards you select. </p>
<p class="text-decoration d-lg-none d-md-none Roboto-family"><a href="#" class="black-text "><u>Get Started</u> <i class="fas fa-angle-right ml-3"></i></a></p>
</div>
</div>
<!-- section 5 -->
<div class="row align-items-center section-5-bg m-lg-0 m-md-0 m-1">
<div class="col-md-6 text-center position-relative">
<img src="images/section-5-image.png" class="img-fluid">
</div>
<div class="col-md-6 d-none d-lg-block d-md-block">
<div class="row justify-content-center">
<div class="col-md-9 pr-lg-5">
<img src="images/section-5-image-icon.png" class="img-fluid d-none d-lg-block d-md-block" width="64px" height="64px">
<p class="section-3-text font-weight-bold black-text Roboto-family">Select Your Style</p>
<p class="section-3-subtext black-text Roboto-family">Match your card to your personality. Whether you like a minimal look or something that catches everyone’s eyes, we’ve got a style for you. You can update your style every year, for a small fee </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 d-lg-none d-md-none ">
<p class="section-3-text font-weight-bold black-text Roboto-family mt-3">Select Your Style</p>
<p class="section-3-subtext black-text Roboto-family ">Whether you like a minimal look or something that catches everyone’s eyes. We have a Card design for you</p>
<p class="text-decoration d-lg-none d-md-none Roboto-family"><a href="#" class="black-text "><u>Get Started</u> <i class="fas fa-angle-right ml-3"></i></a></p>
</div>
</div>
<div class="row mobile-section d-lg-none d-md-none py-4">
<div class="col-md-12 ">
<p class=" mobile-section-heading text-white Roboto-family">Why the OneSync Card is the Best Choice for you?</p>
<p class=" mobile-section-text text-white Roboto-family">
You can create a Credit Card that fits all your needs on your own. Gone are the days when you had choose from premade credit cards with features that you did not need.
</p>
<p class=" mobile-section-text text-white Roboto-family">
With the OneSync card you can save on all the things that you love to do with a unique personal touch
</p>
<p class="text-decoration Roboto-family"><a href="#" class="text-white "><u>Get Started</u> <i class="fas fa-angle-right ml-3"></i></a></p>
</div>
</div>
</div>
<!-- section 6 -->
<div class="container Roboto-family">
<div class="row justify-content-center pt-5 pb-4">
<div class="col-md-9 text-lg-center text-md-center">
<p class="black-text font-weight-bold section-6-heading mb-0">FAQs</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10 pb-5 text-decoration">
<!-- Accordion -->
<div id="accordionExample" class="accordion ">
<!-- Accordion item 1 -->
<div class="card border-0 ">
<div id="headingOne" class="card-header faq-collapse bg-white border-0 px-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false"
aria-controls="collapseOne" class="btn btn-link
collapsible-link pr-5 pl-0">
Who’s eligible for the Card?
</button>
</h2>
</div>
<div id="collapseOne" aria-labelledby="headingOne" data-parent="#accordionExample" class="collapse ">
<div class="card-body px-0 pt-0 ">
<p class="card-body-text m-0">
If you’re between 23-60 years of age, have a monthly income of ₹25,000 or more, and have never defaulted on a credit card or loan payment, we’d encourage you to apply. However, your application will be declined if your location isn’t serviceable or if your credit score is low.
</p>
</div>
</div>
</div>
<hr class="m-0">
<!-- End -->
<!-- Accordion item 2 -->
<div class="card border-0">
<div id="headingTwo" class="card-header faq-collapse bg-white border-0 px-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo"
class="btn btn-link collapsed collapsible-link pr-5 pl-0">
Is my location serviceable?
</button>
</h2>
</div>
<div id="collapseTwo" aria-labelledby="headingTwo" data-parent="#accordionExample" class="collapse ">
<div class="card-body px-0 pt-0">
<p class="card-body-text m-0">
If you’re between 23-60 years of age, have a monthly income of ₹25,000 or more, and have never defaulted on a credit card or loan payment, we’d encourage you to apply. However, your application will be declined if your location isn’t serviceable or if your credit score is low.
</p>
</div>
</div>
</div>
<hr class="m-0">
<!-- End -->
<!-- Accordion item 3 -->
<div class="card border-0">
<div id="headingThree" class="card-header faq-collapse bg-white border-0 px-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree" class="btn btn-link collapsed
collapsible-link pr-5 pl-0">
What if I don’t want to pay at all?
</button>
</h2>
</div>
<div id="collapseThree" aria-labelledby="headingThree" data-parent="#accordionExample" class="collapse ">
<div class="card-body px-0 pt-0">
<p class="card-body-text m-0">
If you’re between 23-60 years of age, have a monthly income of ₹25,000 or more, and have never defaulted on a credit card or loan payment, we’d encourage you to apply. However, your application will be declined if your location isn’t serviceable or if your credit score is low.
</p>
</div>
</div>
</div>
<hr class="m-0">
<!-- End -->
<!-- Accordion item 4 -->
<div class="card border-0 ">
<div id="headingFour" class="card-header faq-collapse bg-white border-0 px-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false"
aria-controls="collapseFour" class="btn btn-link collapsed
collapsible-link pr-5 pl-0">
What happens after I’ve build my card?
</button>
</h2>
</div>
<div id="collapseFour" aria-labelledby="headingFour" data-parent="#accordionExample" class="collapse ">
<div class="card-body px-0 pt-0">
<p class="card-body-text m-0">
If you’re between 23-60 years of age, have a monthly income of ₹25,000 or more, and have never defaulted on a credit card or loan payment, we’d encourage you to apply. However, your application will be declined if your location isn’t serviceable or if your credit score is low.
</p>
</div>
</div>
</div>
<hr class="m-0">
<!-- End -->
</div>
<!-- End -->
</div>
</div>
</div>
<div class="container-fluid footer py-lg-5 py-4 ">
<div class="row justify-content-center">
<div class="col-md-10">
<div class="row">
<div class="col-md-12 text-center">
<p class="footer-heading1 text-white Roboto-family mb-1">OneSync Credit Card</p>
<p class="footer-heading2 text-white Roboto-family">Experience Freedom</p>
<p class=" Roboto-family text-decoration mt-5 pt-4"><a href="#" ><span class="text-white pink-bg pill-shape footer-button ">Get Started</span></a></p>
</div>
</div>
<hr class="hr my-5">
<div class="row">
<div class="col-md-3">
<p class="mb-4"><a href="#" class="text-white ">Manage Your Card</a></p>
<p class="mb-4"><a href="#" class="text-white">Track Your Application</a></p>
<p class="mb-4"><a href="#" class="text-white">Contact Us</a></p>
</div>
<div class="col-md-3">
<p class="mb-4"><a href="#" class="text-white ">Manage Your Card</a></p>
<p class="mb-4"><a href="#" class="text-white">Track Your Application</a></p>
<p class="mb-4"><a href="#" class="text-white">Contact Us</a></p>
</div>
<div class="col-md-3">
<p class="mb-4"><a href="#" class="text-white ">Manage Your Card</a></p>
<p class="mb-4"><a href="#" class="text-white">Track Your Application</a></p>
<p class="mb-4"><a href="#" class="text-white">Contact Us</a></p>
</div>
<div class="col-md-3">
<p class="mb-4"><a href="#" class="text-white ">Manage Your Card</a></p>
<p class="mb-4"><a href="#" class="text-white">Track Your Application</a></p>
<p class="mb-4"><a href="#" class="text-white">Contact Us</a></p>
</div>
</div>
</div>
</div>
</div>
<script>
$(function () {
$(window).on('scroll', function () {
if ($(window).scrollTop() > 10) {
$('.navbar').addClass('active');
} else {
$('.navbar').removeClass('active');
}
});
});
// Initialize Swiper
</script>
</body>
</html>