client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
110 lines (104 loc) • 5.37 kB
HTML
<h3>How our personal loan process works</h3>
<p>
Not sure how the whole personal loan process works? Perhaps you’re still even wondering what a personal loan is and
which types of personal loans we offer. Well, you’ll be happy to know that our friendly Personal Loan Experts are
here to answer any questions you may have about the process, your loan, or anything else you can think of!
But we’ve made our process so simple and transparent that we don’t think you’ll be left with any questions to ask.
Working with us is a breeze, and applying for one of our loans requires little effort on your part-- because it’s all done online.
</p>
<br>
<h4>Here is our process:</h4>
<div class="row">
<div class="col-md-8">
<div class="row">
<div id="first" class="our-process-section">
<div class="col-md-2 text-center">
<img class="marketing-icon-small" src="images/magnify.svg"/>
</div>
<div class="col-md-10">
<h5>Select your loan</h5>
<div id="first1">
<p>
Getting your personal loan options is easy. <em>Really</em> easy. We’ll ask you some basic questions that you probably know off the top of your head: Your full name, income and employment status, phone number, email, SSN, where you live, and your date of birth. Thats it!
</p>
</div>
</div>
</div>
<div id="second" class="our-process-section">
<div class="col-md-2 text-center">
<img class="marketing-icon-small" src="images/edit.svg"/>
</div>
<div class="col-md-10">
<h5>Explore your options</h5>
<div id="second2">
<p>
This is where you take the reins. We’ll show you the loan options you qualify for, and you'll be able to choose the amount, term, and rate that best fit your needs.
</p>
</div>
</div>
</div>
<div id="fourth" class="our-process-section">
<div class="col-md-2 text-center">
<img class="marketing-icon-small" src="images/review.svg"/>
</div>
<div class="col-md-10">
<h5>We’ll review your information</h5>
<div id="fourth4">
<p>
This is where you'll complete your application by providing some additional information, including your bank account information, and allow us to securely validate all of the information provided. We attempt to validate everything real-time, but in some cases, we may need to request additional documentation to support the information you filled out on your application.
</p>
</div>
</div>
</div>
<div id="fifth" class="our-process-section">
<div class="col-md-2 text-center">
<img class="marketing-icon-small" src="images/check.svg"/>
</div>
<div class="col-md-10">
<h5>Receive your money</h5>
<div id="fifth5">
<p>
Once you agree to the final terms (recapping everything you've already seen), we’ll start the process to approve and fund your loan. In some cases, we can get money to you within 1-3 days, but based on the bank you use, and the process for getting money into your account, it could take another business day. Either way, you'll be hours away from getting the money you need.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default blank-panel">
<div>
<h5 class="text-center">To view your rate, you’ll need:</h5>
<div class="text-center">
<div class="to-view-rate-text">
<div>
<h6><i class="fa fa-check"></i> Your Full Name</h6>
</div>
<div>
<h6><i class="fa fa-check"></i> Current Address</h6>
</div>
<div>
<h6><i class="fa fa-check"></i> Income Information</h6>
</div>
<div>
<h6><i class="fa fa-check"></i> Social Security #</h6>
</div>
<div>
<h6><i class="fa fa-check"></i> Date of Birth</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="row">
<hr>
<h6>See what we meant about keeping things simple?</h6>
</div>
</div>
<br>
<div class="row text-center">
<a href="#/account-creation" class="btn btn-success large-btn btn-wide">Get Started</a>
</div>