-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
640 lines (609 loc) · 22.8 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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
<title>Chime - Banking with No Hidden Fees and Free Overdraft</title>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<div class="logo">
<a href="#!"
><img class="logo" src="./images/chime-logo.svg" alt=""
/></a>
</div>
<nav class="nav">
<ul class="nav-links desktop">
<li class="nav-link">
<a href="#!">Features</a>
<ul class="dropdown">
<div class="arrow"></div>
<li class="dropdown-nav-link">
<a href="#!">Get Paid Early</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Online Banking</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Fee-Free Overdraft</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">No Hidden Fees</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Mobile Banking</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Automatic Savings</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Mobile Payments</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Security and Control</a>
</li>
</ul>
</li>
<li class="nav-link">
<a href="#!">Accounts</a>
<ul class="dropdown">
<div class="arrow"></div>
<li class="dropdown-nav-link">
<a href="#!">Spending Account</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Credit Builder</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Savings Account</a>
</li>
</ul>
</li>
<li class="nav-link">
<a href="#!">Who we are</a>
<ul class="dropdown">
<div class="arrow"></div>
<li class="dropdown-nav-link">
<a href="#!">About Us</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">In the Community</a>
</li>
<li class="dropdown-nav-link">
<a href="#!">Careers</a>
</li>
</ul>
</li>
<li class="nav-link">
<a href="#!">Learn</a>
<ul class="dropdown">
<div class="arrow"></div>
<li class="dropdown-nav-link"><a href="#!">Tax Refund</a></li>
<li class="dropdown-nav-link"><a href="#!">Blog</a></li>
<li class="dropdown-nav-link"><a href="#!">Help Center</a></li>
<li class="dropdown-nav-link"><a href="#!">FAQs</a></li>
<li class="dropdown-nav-link">
<a href="#!">Second Chance Banking</a>
</li>
</ul>
</li>
</ul>
</nav>
<div class="login">
<ul class="login-list">
<li class="login-item nav-link">
<a href="#!" class="login-link desktop">Log In</a>
</li>
<li class="login-item">
<button class="sign-up-btn btn">Get Started</button>
</li>
</ul>
</div>
<div class="mobile-menu mobile">
<i class="fas fa-bars"></i>
</div>
</div>
</header>
<!-- Mobile menu nav -->
<section class="mobile-menu-nav">
<div class="container">
<div class="mobile-nav-header">
<div class="mobile-nav-logo">
<img src="./images/chime-logo.svg" alt="" />
</div>
<div class="close-btn">
<i class="fas fa-times"></i>
</div>
</div>
</div>
<div class="border-line"></div>
<div class="mobile-nav-body">
<div class="container">
<ul>
<li class="mobile-nav-link-header">
<a href="#!">Features</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Get Paid Early</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Online Banking</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Fee-Free Overdraft</a>
</li>
<li class="mobile-nav-link">
<a href="#!">No Hidden Fees</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Mobile Banking</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Automatic Savings</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Mobile Payments</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Security and Control</a>
</li>
<li class="mobile-nav-link-header">
<a href="#!">Accounts</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Spending Account</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Credit Builder</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Savings Account</a>
</li>
<li class="mobile-nav-link-header">
<a href="#!">Who we are</a>
</li>
<li class="mobile-nav-link">
<a href="#!">About Us</a>
</li>
<li class="mobile-nav-link">
<a href="#!">In the Community</a>
</li>
<li class="mobile-nav-link">
<a href="#!">Careers</a>
</li>
<li class="mobile-nav-link-header"><a href="#!">Learn</a></li>
<li class="mobile-nav-link"><a href="#!">Tax Refund</a></li>
<li class="mobile-nav-link"><a href="#!">Blog</a></li>
<li class="mobile-nav-link"><a href="#!">Help Center</a></li>
<li class="mobile-nav-link"><a href="#!">FAQs</a></li>
<li class="mobile-nav-link">
<a href="#!">Second Chance Banking</a>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="mobile-nav-cta">
<button class="mobile-nav-login">Log In</button>
<button class="mobile-nav-login">Get Strated</button>
</div>
</div>
</section>
<main>
<!-- Hero -->
<section class="hero desktop">
<div class="container">
<div class="left-part">
<h1>Banking that has your back</h1>
<p>
Fee-free overdraft up to $100.¹ Get paid up to 2 days early with
direct deposit.² Build credit history³ with no interest or annual
fee. Grow your savings.
</p>
<form class="get-started-form">
<input type="email" id="email" placeholder="Enter e-mail" />
<button class="get-started-btn btn">Get Started</button>
</form>
<sub
>Learn how we collect and use your information by visiting our
<a href="#!" class="link"
>Privacy Policy <i class="fas fa-angle-right"></i></a
></sub>
<sub class="about"
>Chime is a financial technology company. Banking services
provided by The Bancorp Bank or Stride Bank, N.A.; Members
FDIC</sub
>
</div>
<div class="right-part">
<img src="./images/hero-image.png" class="hero-image" alt="" />
</div>
</div>
</section>
<!-- Hero mobile -->
<section class="hero-mobile mobile">
<div class="container">
<h1>Banking that has your back</h1>
<div class="hero-image-mobile">
<img
src="./images/mobile-hero-image.png"
class="hero-image-mobile"
alt=""
/>
</div>
<form class="get-started-form-mobile">
<input type="email" id="email" placeholder="Enter e-mail" />
<button class="get-started-btn btn">Get Started</button>
</form>
<p>
Learn how we collect and use your information by visiting our
<a href="#!" class="link"
>Privacy Policy <i class="fas fa-angle-right"></i
></a>
</p>
<p class="about">
Chime is a financial technology company. Banking services provided
by The Bancorp Bank or Stride Bank, N.A.; Members FDIC
</p>
</div>
</section>
<!-- Companies -->
<section class="companies">
<div class="container">
<img src="./images/WSJ.png" alt="" />
<img src="./images/Forbes.png" alt="" />
<img src="./images/NYT.png" alt="" />
<img src="./images/usatoday.png" alt="" />
<img src="./images/TC.png" alt="" />
</div>
</section>
<!-- Overdraft -->
<section class="overdraft">
<div class="container">
<div class="left-part">
<h2>Overdraft fee-free with SpotMe</h2>
<p>
We’ll spot you up to $100 on debit card purchases with no
overdraft fees. Eligibility requirements apply.¹
</p>
<div>
<a href="#!" class="link"
>Learn About SpotMe <i class="fas fa-angle-right"></i
></a>
</div>
</div>
<div class="right-part">
<img src="./images/spot-me.png" alt="" />
</div>
</div>
</section>
<!-- Paid early -->
<section class="paid-early">
<div class="container">
<div class="left-part">
<img src="./images/paid-early.png" alt="" />
</div>
<div class="right-part">
<h2>Get paid early</h2>
<p>
Set up direct deposit and get your paycheck up to 2 days earlier
than some of your co-workers!²
</p>
<div>
<a href="#!" class="link"
>Learn About Early Direct Deposit
<i class="fas fa-angle-right"></i
></a>
</div>
</div>
</div>
</section>
<!-- Fee free -->
<section class="fee-free">
<div class="container">
<div class="left-part">
<h2>Say goodbye to hidden fees⁴</h2>
<p>
No overdraft. No minimum balance. No monthly fees. No foreign
transaction fees. 38,000+ fee-free MoneyPass® and Visa Plus
Alliance ATMs. Out-of-network fees apply.
</p>
<div>
<a href="#!" class="link"
>Learn About No Hidden Fees <i class="fas fa-angle-right"></i
></a>
</div>
</div>
<div class="right-part">
<img src="./images/no-fees.png" alt="" />
</div>
</div>
</section>
<!-- Credit builder -->
<section class="credit-builder">
<div class="container">
<div class="left-part">
<img src="./images/credit-builder.png" alt="" />
</div>
<div class="right-part">
<h2>A new way to build credit</h2>
<p>
Help increase your credit score by an average of 30 points³ with
our new secured credit card. No interest, no annual fees, no
credit check to apply.
</p>
<div>
<a href="#!" class="link"
>Chime Credit Builder Visa® Credit Card
<i class="fas fa-angle-right"></i
></a>
</div>
</div>
</div>
</section>
<!-- Grow fast -->
<section class="grow-fast">
<div class="container">
<div class="left-part">
<h2>Make your money grow fast</h2>
<p>
0.50% Annual Percentage Yield (APY)⁵. Set money aside with
<a href="#!" class="link">Automatic Savings</a> features. And
never pay a fee on your Savings Account.
</p>
<div>
<a href="#!" class="link"
>Learn About Our Savings Account
<i class="fas fa-angle-right"></i
></a>
</div>
</div>
<div class="right-part">
<img src="./images/grow-fast.png" alt="" />
</div>
</div>
</section>
<!-- Alerts -->
<section class="alerts">
<div class="container">
<div class="left-part">
<img src="./images/alerts.png" alt="" />
</div>
<div class="right-part">
<h2>Stay in control with alerts</h2>
<p>
You’re always in-the-know with daily balance notifications and
transaction alerts
</p>
<div>
<a href="#!" class="link"
>Learn About Our Banking App <i class="fas fa-angle-right"></i
></a>
</div>
</div>
</div>
</section>
<!-- Security -->
<section class="security desktop">
<div class="container">
<div class="left-part">
<h2>Security & support you can trust</h2>
<h3>Serious security</h3>
<p>
Chime uses secure processes to protect your information and help
prevent unauthorized use
</p>
<br />
<h3>Privacy and protection</h3>
<p>
Your deposits are FDIC insured up to $250,000 through The Bancorp
Bank or Stride Bank N.A.; Members FDIC
</p>
<br />
<h3>Friendly support</h3>
<p>
Have questions? Send a message to our Member Services team in the
app or check out the Help Center.
</p>
</div>
<div class="right-part">
<img src="./images/lock.png" alt="" />
</div>
</div>
</section>
<!-- Security mobile -->
<section class="security-mobile mobile">
<div class="container">
<h2>Security & support you can trust</h2>
<img src="./images/lock.png" alt="" />
<h3>Serious security</h3>
<p>
Chime uses secure processes to protect your information and help
prevent unauthorized use
</p>
<br />
<h3>Privacy and protection</h3>
<p>
Your deposits are FDIC insured up to $250,000 through The Bancorp
Bank or Stride Bank N.A.; Members FDIC
</p>
<br />
<h3>Friendly support</h3>
<p>
Have questions? Send a message to our Member Services team in the
app or check out the Help Center.
</p>
</div>
</section>
<!-- Get started -->
<section class="get-started">
<div class="container">
<div class="left-part">
<h2>Get started</h2>
<p>
Applying for an account is free and takes less than 2 minutes.
</p>
<p>It won’t affect your credit score!</p>
<form class="get-started-form get-started-form-mobile">
<input type="email" id="email" placeholder="Enter e-mail" />
<button class="get-started-btn btn">Get Started</button>
</form>
</div>
<div class="right-part">
<img src="./images/Chime-Reviews.png" alt="" />
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<!-- Footer nav -->
<section class="footer-nav">
<div class="footer-nav-links">
<ul>
<li class="footer-nav-header">Company</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">About Us</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Security Programs</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Blog</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Careers</a>
</li>
</ul>
<ul>
<li class="footer-nav-header">Download the App</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">App Store</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Play Store</a>
</li>
</ul>
<ul>
<li class="footer-nav-header">Resources</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Policies</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Chime U.S. Privacy Policy</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Help Center</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">ATM Finder</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link"
>Stimulus payments and Chime</a
>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Second Chance Banking</a>
</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">Become an Affiliate</a>
</li>
</ul>
</div>
<div class="social-media">
<ul>
<li class="footer-nav-header">Contact Us</li>
<li class="footer-nav-item">
<a href="" class="footer-nav-link">844-244-6363</a>
</li>
<li class="footer-nav-item footer-nav-social">
<div class="social-icon facebook">
<a href="#!"><i class="fab fa-facebook-f"></i></a>
</div>
<div class="social-icon twitter">
<a href="#!"><i class="fab fa-twitter"></i></a>
</div>
<div class="social-icon instagram">
<a href="#!"><i class="fab fa-instagram"></i></a>
</div>
</li>
</ul>
</div>
</section>
<section class="footer-text">
<sub
>Banking services provided by The Bancorp Bank or Stride Bank, N.A.,
Members FDIC. The Chime Visa® Debit Card is issued by The Bancorp
Bank or Stride Bank pursuant to a license from Visa U.S.A. Inc. and
may be used everywhere Visa debit cards are accepted. The Chime
Visa® Credit Builder Card is issued by Stride Bank pursuant to a
license from Visa U.S.A. Inc. and may be used everywhere Visa credit
cards are accepted. Please see back of your Card for its issuing
bank.</sub
>
<sub
>By clicking on some of the links above, you will leave the Chime
website and be directed to a third-party website. The privacy
practices of those third parties may differ from those of Chime. We
recommend you review the privacy statements of those third party
websites, as Chime is not responsible for those third parties'
privacy or security practices.</sub
>
<sub
>Chime SpotMe is an optional, no fee service that requires $500 in
qualifying direct deposits to the Chime Spending Account each month.
All qualifying members will be allowed to overdraw their account up
to $20 on debit card purchases initially, but may be later eligible
for a higher limit of up to $100 or more based on member's Chime
Account history, direct deposit frequency and amount, spending
activity and other risk-based factors. Your limit will be displayed
to you within the Chime mobile app. You will receive notice of any
changes to your limit. Your limit may change at any time, at Chime's
discretion. SpotMe won't cover non-debit card purchases, including
ATM withdrawals, ACH transfers, Pay Friends transfers, or Chime
Checkbook transactions.
<a href="#!" class="link">See terms and conditions</a></sub
>
<sub
>Early access to direct deposit funds depends on the timing of the
submission of the payment file from the payer. We generally make
these funds available on the day the payment file is received, which
may be up to 2 days earlier than the scheduled payment date.</sub
>
<sub
>Based on a representative study conducted by TransUnion®, members
who started using Chime Credit Builder in September 2019 observed a
median credit score (VantageScore 3.0) increase of 30 points by
January 2020. On-time payment history can have a positive impact on
your credit score. Late payment may negatively impact your credit
score.</sub
>
<sub
>Out-of-Network cash withdrawal fees apply. Third-party and cash
deposit fees may apply.</sub
>
<sub
>The Annual Percentage Yield ("APY") for the Chime Savings Account
is variable and may change at any time. The disclosed APY is
effective as of December 9, 2020. No minimum balance required. Must
have $0.01 in savings to earn interest.</sub
>
<sub>© 2013-2021 Chime. All lefts Reserved.</sub>
</section>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>