client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
30 lines • 1.5 kB
HTML
<div class="text-center">
<carousel interval="5000" no-wrap="false">
<slide>
<img src="images/learn-more-application.png">
<h3>Explore Your Options.</h3>
<p>After answering a few questions, you'll be able to review the loan options, <br>
including the rate and loan terms you qualify for.</p>
</slide>
<slide>
<img src="images/learn-more-options.png">
<h3>Select Your Loan.</h3>
<p>RocketLoans offers a variety of loan solutions for you to personalize and choose from <br> --conveniently online.</p>
</slide>
<slide>
<img src="images/learn-more-signin.png">
<h3>Review Your Account</h3>
<p>Once you've selected a loan and agreed to the terms, you can log in to your account at any point <br> to review your payment history, refer friends and family, check your balance, <br>or contact us with any questions you may have.</p>
</slide>
<slide>
<img src="images/learn-more-dash-options.png">
<h3>Receive Your Money.</h3>
<h4>(Really fast)</h4>
<p>After we verify your information, you'll sign on the dotted line and money will be distributed into your bank account. </p>
</slide>
</carousel>
<div class="col-xs-12">
<div>
<a href="app.html#/account-creation" class="btn btn-success large-btn btn-wide">Get Started</a>
</div>
</div>