-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
379 lines (379 loc) · 15.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workplace Credit</title>
<link rel="stylesheet" href="./plugins/slick/slick.css">
<link rel="stylesheet" href="./plugins/slick/slick-theme.css">
<link rel="stylesheet" href="./stylesheets/style.css">
</head>
<body>
<header>
<div class="container">
<div class="logo-wrap">
<a href="#">
<img src="./images/logo.png" alt="Workplace Credit">
</a>
</div>
<div class="hamburger hamburger--collapse">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</div>
<div class="menu-wrap">
<ul class="menu">
<li class="menu-item"><a href="#">Services</a></li>
<li class="menu-item"><a href="#">Resources</a></li>
<li class="menu-item"><a href="#">About Us</a></li>
</ul>
<div class="btn-wrap">
<a href="#" class="btn btn-sm btn-green btn-bordered">Log in</a>
<a href="#" class="btn btn-sm btn-green">Apply Now</a>
</div>
</div>
</div>
</header>
<main>
<section class="banner">
<div class="container">
<div class="ctn-wrap">
<h1>Personal loans for <br><span>the employed</span> <br>to find financial <br><span>freedom</span></h1>
<p>Affordable emergency employee loans & installment loans <br>as an alternative to payday loans.</p>
<div class="btn-wrap">
<a href="" class="btn">What type of loan do you need?</a>
<a href="" class="btn btn-gray btn-bordered">I am an employer</a>
</div>
<p class="ntc">Internal note for WorkPlaceCredit: This will open to show dropdown menu with employee loans, federal loans, military loans, etc.</p>
</div>
<div class="img-wrap">
<img src="./images/image01.png" alt="">
</div>
</div>
</section>
<div class="notification">
<div class="container">
<div class="txt-wrap">
<p>You can obtain a personal loan that is repayable through payroll deduction. We provide fast loans with great terms where <strong>almost everyone qualifies!</strong></p>
</div>
<div class="img-wrap">
<p>As seen on</p>
<img src="./images/advertiser.png" alt="">
</div>
</div>
</div>
<section class="txt-with-icon">
<div class="container">
<p class="txt-center">Why People Choose Us</p>
<h2>Get <span>help</span> when you need it the most.</h2>
<div class="ctn-wrap">
<div class="sng-item">
<div class="ico-wrap">
<img src="./images/ico-hand.svg" alt="">
</div>
<div class="txt-wrap">
<p class="ttl">Easy Application</p>
<p>Tell us about yourself, submit your documents, and get a fast lending decision!</p>
</div>
</div>
<div class="sng-item">
<div class="ico-wrap">
<img src="./images/ico-screen.svg" alt="">
</div>
<div class="txt-wrap">
<p class="ttl">Low Interest Rates</p>
<p>We have the lowest interest rates in the industry - leading the way to financial wellness.</p>
</div>
</div>
<div class="sng-item">
<div class="ico-wrap">
<img src="./images/ico-person.svg" alt="">
</div>
<div class="txt-wrap">
<p class="ttl">Expert Advice</p>
<p>Receive financial counseling from the industry’s best experts with KOFE.</p>
</div>
</div>
</div>
</div>
</section>
<section class="cards">
<div class="container">
<h2>Looking for <span>financial help?</span></h2>
<p>You can apply for a loan to receive the assistance you need.</p>
<div class="cards-wrap">
<div class="sng-card">
<div class="ico-wrap">
<img src="./images/ico-s.svg" alt="">
</div>
<p class="ttl">Installment Loans</p>
<p>Get a cast, low cost personal loan with our installment loan program. You can borrow up to $6,000 repayable in 6 to 36 months.</p>
<div class="btn-wrap">
<a href="#" class="btn btn-lg">Apply Now</a>
</div>
</div>
<div class="sng-card">
<div class="ico-wrap">
<img src="./images/ico-phone.svg" alt="">
</div>
<p class="ttl">Short Term Loans</p>
<p>Receive quick cash. Our employee loans are tailored to your needs. Low cost loans quickly. Plus, almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-lg">Apply Now</a>
</div>
</div>
<div class="sng-card">
<div class="ico-wrap">
<img src="./images/ico-lock.svg" alt="">
</div>
<p class="ttl">Payday Loan Alternatives</p>
<p>Have an unexpected expense? Get a low cost fast personal loan instead of a high cost payday loan. Almost everyone qualifies for our loans.</p>
<div class="btn-wrap">
<a href="#" class="btn btn-lg">Apply Now</a>
</div>
</div>
<div class="sng-card">
<div class="ico-wrap">
<img src="./images/ico-arrow.svg" alt="">
</div>
<p class="ttl">Emergency Loans</p>
<p>Our emergency loan is a lifesaver! Get a one-time loan of up to $500 for a maximum one-time origination fee of only $30, repayable over 5 months.</p>
<div class="btn-wrap">
<a href="#" class="btn btn-lg">Apply Now</a>
</div>
</div>
</div>
</div>
</section>
<section class="txt-with-img no-bg">
<div class="container">
<div class="img-wrap">
<img src="./images/image02.png" alt="">
</div>
<div class="txt-wrap">
<h2>Quick & Simple Personal Loans With <span>Great Rates</span></h2>
<p>With us, you can get a personal loan that is repayable through employer payroll deduction. We provide fast loans with great rates, and almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-yellow">Schedule now</a>
</div>
</div>
</div>
</section>
<section class="icon-box">
<div class="container">
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-ruler.png" alt="">
</div>
<p class="ttl">Taylor-Made Just <br>For You</p>
<p>Customizable lending <br>plans to match your <br>unique requirements.</p>
</div>
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-book.png" alt="">
</div>
<p class="ttl">Reliable and Affordable Credit</p>
<p>Superior alternative to <br>payday lending and <br>other loan providers.</p>
</div>
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-pig.png" alt="">
</div>
<p class="ttl">Savings Galore</p>
<p>Save more on your loan <br>with low interest rates.</p>
</div>
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-chart.png" alt="">
</div>
<p class="ttl">Extra Benefits</p>
<p>Financial education + <br>enhanced credit history <br>for all borrowers.</p>
</div>
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-case.png" alt="">
</div>
<p class="ttl">Easy Repayment</p>
<p>Simple payroll deduction <br>process enabled by <br>advanced technology.</p>
</div>
<div class="sng-box">
<div class="img-wrap">
<img src="./images/ico-thumb.png" alt="">
</div>
<p class="ttl">Fast and Easy <br>Signup</p>
<p>Loans offered as a <br>benefit, aiding in quick <br>loan application.</p>
</div>
</div>
</section>
<section class="txt-with-img reversed">
<div class="container">
<div class="img-wrap">
<img src="./images/image02.png" alt="">
</div>
<div class="txt-wrap">
<h2>Quick & Simple Personal Loans With <span>Great Rates</span></h2>
<p>With us, you can get a personal loan that is repayable through employer payroll deduction. We provide fast loans with great rates, and almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-yellow">Schedule now</a>
</div>
</div>
</div>
</section>
<section class="txt-with-img">
<div class="container">
<div class="img-wrap">
<img src="./images/image02.png" alt="">
</div>
<div class="txt-wrap">
<h2>Quick & Simple Personal Loans With <span>Great Rates</span></h2>
<p>With us, you can get a personal loan that is repayable through employer payroll deduction. We provide fast loans with great rates, and almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-yellow">Schedule now</a>
</div>
</div>
</div>
</section>
<section class="txt-with-img reversed">
<div class="container">
<div class="img-wrap">
<img src="./images/image02.png" alt="">
</div>
<div class="txt-wrap">
<h2>Quick & Simple Personal Loans With <span>Great Rates</span></h2>
<p>With us, you can get a personal loan that is repayable through employer payroll deduction. We provide fast loans with great rates, and almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-yellow">Schedule now</a>
</div>
</div>
</div>
</section>
<section class="blogs">
<div class="container">
<p class="top">Blog</p>
<h2>Follow our Financial Wellness Blog and <br><span>Start Improving Your Financial Health</span></h2>
<div class="blog-wrap">
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">5 Ways to Lower Student Loan Debt After College</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">How to Create an Emergency Fund in 10 Easy Steps</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">11 Ways to Manage Money Wisely During Times of Uncertainty.</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">5 Ways to Lower Student Loan Debt After College</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">How to Create an Emergency Fund in 10 Easy Steps</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
<div class="sng-blog">
<div class="img-wrap"></div>
<p class="ttl">11 Ways to Manage Money Wisely During Times of Uncertainty.</p>
<p class="cats">FINANCIAL WELLNESS, SPENDING TIPS</p>
<a href="#">READ MORE</a>
</div>
</div>
</div>
</section>
<section class="txt-with-img">
<div class="container">
<div class="img-wrap">
<img src="./images/image02.png" alt="">
</div>
<div class="txt-wrap">
<h2>Quick & Simple Personal Loans With <span>Great Rates</span></h2>
<p>With us, you can get a personal loan that is repayable through employer payroll deduction. We provide fast loans with great rates, and almost everyone qualifies!</p>
<div class="btn-wrap">
<a href="#" class="btn btn-yellow">Schedule now</a>
</div>
</div>
</div>
</section>
<section class="txt-box">
<div class="container">
<ol>
<li>A $2,600 Installment loan booked on 5/25/2019 with a payroll deduction agreement and a six month tenure will have monthly installments of $461.90 (covering Principal and Interest) until the maturity date of 11/30/2019 with a corresponding APR of 21.02%. The total finance charge paid over the life of such a loan will be USD $171.42.</li>
<li>A $500 Emergency loan of $500 at 22.55% APR, you will make 11 bi-weekly payments over 5 months of $48.18. Your actual payment will vary based on the payment frequency and term of your loan offer.</li>
<li>Payroll deduction is not a condition for approving the loan.</li>
</ol>
<p class="txt-center">Loans are made by Cross River Bank, a New Jersey Chartered Commercial Bank, member FDIC. Offer subject to credit approval by Cross River Bank.<br>Cross River Bank is an Equal Housing Lender</p>
<p class="txt-center">WorkPlaceCredit® is the registered trademark of In-House Capital, LLC.</p>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-menu">
<div class="sng-menu">
<p class="ttl">Services</p>
<ul class="menu">
<li><a href="#">Personal Loans</a></li>
<li><a href="#">Federal or USPS Employee Loans</a></li>
<li><a href="#">Employer Loan Platform</a></li>
</ul>
<div class="img-wrap">
<img src="./images/bbb-logo.png" alt="">
</div>
</div>
<div class="sng-menu">
<p class="ttl">Resources</p>
<ul class="menu">
<li><a href="#">Financial Wellness Blog</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">California Consumer Privacy Act</a></li>
</ul>
</div>
<div class="sng-menu">
<p class="ttl">Quick Links</p>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Log In</a></li>
</ul>
</div>
</div>
<div class="contact-wrap">
<p class="ttl">Address</p>
<p>6620 Southpoint Drive South, Suite 230 Jacksonville, FL 32216</p>
<a href="tel:9042393638">904-239-3638</a>
<div id="map"></div>
</div>
</div>
</footer>
<div class="cookie-bar">
<div class="container">
<div class="txt-wrap">
<p>This website uses cookies to improve your expeirence. We'll assume you're ok with this, but you can opt-out if you wish. <a href="#">Learn more.</a></p>
</div>
<div class="btn-wrap">
<a href="#" class="btn btn-xs btn-black">Cookie Settings</a>
<a href="#" class="btn btn-xs btn-black">Accept</a>
<a href="#" class="btn btn-xs btn-black">Reject</a>
</div>
</div>
</div>
<button class="go-to-top"></button>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIwzALxUPNbatRBj3Xi1Uhp0fFzwWNBkE&callback=initMap&libraries=&v=weekly"></script>
<script src="./scripts/jquery.min.js"></script>
<script src="./plugins/slick/slick.min.js"></script>
<script src="./scripts/script.js"></script>
</body>
</html>