-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness-loans.html
562 lines (535 loc) · 22.4 KB
/
business-loans.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link
href="images/favicon-16x16.png"
rel="shortcut icon"
type="image/x-icon"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
crossorigin="anonymous"
/>
<!-- Font Awesom Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="css/layoutstyle.css" rel="stylesheet" />
<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.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<link href="css/style.css" rel="stylesheet" />
<link href="css/package.css" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<title>Legal Moneylending for Businesses - SG Money Lender</title>
</head>
<body>
<!-- Header/Navbar? -->
<script src="javascript/index.js">
subpageHeader();
</script>
<div class="main">
<div class="header-white">
<div class="container">
<div class="nav-bar">
<a id="header-link" class="header-nav-whiteBG" href="index.html">
<div>Home</div>
</a>
<div>
<button
id="header-link2"
onclick="myFunction()"
class="header-nav-whiteBG"
style="border: none; background-color: transparent"
>
Our Packages
</button>
<div id="myDropdown" class="dropdown-content">
<a href="#">Personal Loan</a>
<a href="business-loans.html">Business Loan</a>
<a href="#">Foreigner Loan</a>
<a href="#">Education Loan</a>
<a href="#">Medical Loan</a>
<a href="#">Wedding Loan</a>
<a href="#">Vacation Loan</a>
<a href="#">Renovation Loan</a>
</div>
</div>
<a id="header-link2" class="header-nav-whiteBG" href="#">
<div>About Us</div>
</a>
<a id="header-link2" class="header-nav-whiteBG" href="#">
<div>Contact Us</div>
</a>
<a id="apply-cta" class="apply-loan-whiteBG" href="applyLoan.html">
<div>Apply Loan</div>
</a>
</div>
<img id="logo2" src="images/logo2.png" alt="logo" height="70" />
</div>
</div>
<div class="banner-container">
<h2 class="banner-header">Bring Your Business To Greater Heights</h2>
<p class="banner-subheader">
Never miss out on business opportunities. Get the cash flow your
business need now!
</p>
<a class="banner-CTA" href="applyLoan.html">
<div>Apply Now!</div>
</a>
</div>
<!-- Bootstrap Scripts -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<div class="business-loan-container">
<h2 class="business-loan-header">
Here Are 5 Different Types Of Singapore Business Loans We Offer
</h2>
<div class="row">
<div class="col-sm-6">
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
1. Business Term Loans
</button>
</h5>
</div>
<div
id="collapseOne"
class="collapse show"
aria-labelledby="headingOne"
data-parent="#accordion"
>
<div class="card-body">
Business term loans ($1,000 ~ $100,000) usually have a loan
term of 5 years, and our institution requires the borrower
to have a good credit rating. This type of loan is often
unsecured and can be utilised for various purposes within
the business. If you choose to apply for this type of loan,
you need to ensure that the return on investment from
investing this money is higher than the cost of the loan.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button
class="btn btn-link collapsed"
data-toggle="collapse"
data-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
2. Trade Financing Loans
</button>
</h5>
</div>
<div
id="collapseTwo"
class="collapse"
aria-labelledby="headingTwo"
data-parent="#accordion"
>
<div class="card-body">
Trade financing loans are another type of business loan that
we offer. A trade financing loan will come in handy when
your business needs funds to purchase materials and
inventories for production. Many suppliers will require some
assurance of payment before they supply the materials.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button
class="btn btn-link collapsed"
data-toggle="collapse"
data-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
3. Property Loans For Organisations
</button>
</h5>
</div>
<div
id="collapseThree"
class="collapse"
aria-labelledby="headingThree"
data-parent="#accordion"
>
<div class="card-body">
If you need to acquire some premises for commercial use,
then a property business loan will be ideal for you. This
type of business loan is a mortgage that you can use to
finance the purchase of the property that you plan to use
for your business operations.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button
class="btn btn-link collapsed"
data-toggle="collapse"
data-target="#collapseFour"
aria-expanded="false"
aria-controls="collapseFour"
>
4. Equipment Loans
</button>
</h5>
</div>
<div
id="collapseFour"
class="collapse"
aria-labelledby="headingFour"
data-parent="#accordion"
>
<div class="card-body">
An equipment loan will be useful to your business if you
need to purchase some equipment for your operations or
upgrade your existing machines to improve the production
levels. If you choose to take out an equipment loan, you’ll
need to ensure that the new equipment will generate enough
income to justify the cost of paying off the credit.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<button
class="btn btn-link collapsed"
data-toggle="collapse"
data-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
5. Invoice Financing
</button>
</h5>
</div>
<div
id="collapseFive"
class="collapse"
aria-labelledby="headingFive"
data-parent="#accordion"
>
<div class="card-body">
There are many instances where your business could have a
cash crunch directly because your debtors are not paying you
on time. The invoice financing loan will be beneficial to
you if you have a substantial amount of cash held by current
debtors. The lender will issue a loan amount which is a
significant percentage of the total amount owed by your
debtors. In some cases, the lender may also choose to
collect the cash owed on the outstanding invoices. An
invoice financing business loan will enable you to continue
with the operations of your business even when your debtors
have delayed making payments.
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="img-container">
<img class="img-fit" src="images/business-table.png" />
</div>
</div>
</div>
</div>
<div class="dark-row">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="application-steps">
<div class="application-steps-header">
<span style="font-weight: bold; font-size: 1.6em"
>3 Simple Steps</span
><br />to receive your instant cash loan
</div>
<a class="apply-button" href="applyLoan.html">
<div>Apply Now</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="step-container">
<div class="step-header-container">
<div class="step-header">
<span class="number-style">1</span><br />Fill up an
application form
</div>
</div>
<div class="step-text">
It takes an estimated 5 minutes to complete.
</div>
</div>
</div>
<div class="col-sm-3">
<div class="step-container">
<div class="step-header-container">
<div class="step-header">
<span class="number-style">2</span><br />Receive application
result and make appointment
</div>
</div>
<div class="step-text">
Our loan officer will contact you within 24 hour upon form
submission.
</div>
</div>
</div>
<div class="col-sm-3">
<div class="step-container">
<div class="step-header-container">
<div class="step-header">
<span class="number-style">3</span><br />Sign agreement and
get your cash
</div>
</div>
<div class="step-text">
Confirm your loan contract and get your money without delay.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="why-container">
<h2 class="why-header">Why is getting a business loan good for you?</h2>
<div class="why-reasons">
<div class="reason">
<div class="icon-container">
<i class="fas fa-chart-line fa-4x"></i>
</div>
<h2 class="reason-header">Accelerate Your Business Growth</h2>
<p class="reason-text">
Expanding quickly can help your business enter new markets. Your
increase in income will also enable you to make your loan
repayments punctually!
</p>
</div>
<div class="reason">
<div class="icon-container">
<i class="fas fa-stopwatch fa-4x"></i>
</div>
<h2 class="reason-header">Don't Miss Business Opportunities</h2>
<p class="reason-text">
Good Business Opportunities come and go. Don't let these windows
of opportunity fly by! Take a loan, make full use of funds and
grow at the right moment.
</p>
</div>
<div class="reason">
<div class="icon-container">
<i class="fas fa-warehouse fa-4x"></i>
</div>
<h2 class="reason-header">Maintain Inventory And Equipment</h2>
<p class="reason-text">
Inventory restock and equipment rental is costly. With access to
capital and funds on your hands, you can reprioritise your
business goals and strategies.
</p>
</div>
<div class="reason">
<div class="icon-container">
<i class="fas fa-hand-holding-usd fa-4x"></i>
</div>
<h2 class="reason-header">Iron Out Cash Flow Issues</h2>
<p class="reason-text">
Not enough funds to pay for bills, rentals, or employees'
salaries? Get a short-term loan to achieve positive cash flow!
</p>
</div>
</div>
</div>
<!--FAQ-->
<div class="faq">
<h1 class="faqtitle">FAQs About Business Loans</h1>
<div class="innercontainer">
<div class="row">
<div class="col-md-6">
<div style="padding: 10px">
<div
class="btn-lg"
id="btn-1"
style="background-color: #523b6b"
>
<h3 class="btntitle">
Do you loan to businesses in my industry?
</h3>
</div>
<hr />
<div class="btn-lg" id="btn-2">
<h3 class="btntitle">
What documents are required for a small business loan?
</h3>
</div>
<hr />
<div class="btn-lg" id="btn-3">
<h3 class="btntitle">How does business loan repayment work?</h3>
</div>
<hr />
<div class="btn-lg" id="btn-4">
<h3 class="btntitle">
What are the 3 different term loans we offer?
</h3>
</div>
<hr />
<div class="btn-lg" id="btn-5">
<h3 class="btntitle">
Will I need cosigners?
</h3>
</div>
<hr />
</div>
</div>
<div class="col-md-6">
<p class="text" id="text-1">
Most lenders specialise in providing loans in different sectors of the economy. Some financial institutes support certain industries and would therefore readily extend loans to companies within those industries. <br><br>
For SG Money Lenders, we serve all businesses equally and will readily lend a hand to businesses from all sectors.
</p>
<p class="text" id="text-2" style="display: none">
The documents required for business loans are:<br>
1. Resume<br>
2. Business Plan<br>
3. Business Credit Report<br>
4. Income Tax Returns<br>
5. Financial Statements<br><br>
Detailed information including cash flow statements, profit and loss statements, a balance sheet and projections for the future will be required. <br><br>
Our loan officer will contact you within 24 hours of application to understand your business and give advice.
</p>
<p class="text" id="text-3" style="display: none">
After receiving the full amount of the loan upfront, businesses will be expected to pay it back in equal installments with a set repayment term, typically with fixed monthly payments.
</p>
<p class="text" id="text-4" style="display: none">
There are 3 types of term loans: long-term, intermediate-term and short-term. <br><br>
Long-term and intermediate-term loans are typically for businesses with couple years of experience and strong revenues. <br><br>
For new business owners with little to no time in business, short-term loans will be available with the repayment term set for a year with higher interest rates. <br><br>
These loans are negotiable. After application, our loan officer will assess your financial situation to discuss the best type of loan for your business.
</p>
<p class="text" id="text-5" style="display: none">
Cosigners are jointly and legally liable for the loan. If you’re running a corporation with multiple partners, most (if not all) of your partners will need to sign. Otherwise, you might consider attaching only one person.
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-content">
Copyright © SG Money Lender 2021.
<span><a id="footer-link" href="#">Privacy</a></span> |
<span><a id="footer-link" href="#">Term of Use</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"
></script>
<script>
$(".btn-lg").click(function () {
$(".btn-lg").removeClass("clicked");
});
$("#btn-1").click(function () {
$(".text").hide();
$("#text-1").show();
$("#btn-1").attr("style", "background-color:#523b6b;");
$("#btn-1").toggleClass("clicked"); //<== toggleClass
});
$("#btn-2").click(function () {
$(".text").hide();
$("#text-2").show();
$("#btn-1").attr("style", "background-color:transparent;");
$("#btn-2").toggleClass("clicked");
});
$("#btn-3").click(function () {
$(".text").hide();
$("#text-3").show();
$("#btn-1").attr("style", "background-color:transparent;");
$("#btn-3").toggleClass("clicked");
});
$("#btn-4").click(function () {
$(".text").hide();
$("#text-4").show();
$("#btn-1").attr("style", "background-color:transparent;");
$("#btn-4").toggleClass("clicked");
});
$("#btn-5").click(function () {
$(".text").hide();
$("#text-5").show();
$("#btn-1").attr("style", "background-color:transparent;");
$("#btn-5").toggleClass("clicked");
});
</script>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
</body>
</html>