client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
224 lines (215 loc) • 11.6 kB
HTML
<html lang="en">
<head>
<title>RocketLoans | Simple, Rocket Fast Online Loans</title>
<meta description="RocketLoans and our partner company, Rocket Mortgage, teamed up to provide you with the simplest way to get a personal loan or a mortgage.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="images/favicon.ico" rel="Shortcut Icon" type="image/x-icon">
<!-- boomerang-config:js -->
<!-- endinject -->
<!-- boomerang:js -->
<!-- endinject -->
<!-- homepage:css -->
<!-- endinject -->
</head>
<body>
<div id="nav"></div>
<div class="container">
<div class="row hidden-xs">
<div class="col-xs-12 text-center">
<aside id="rocket-logo" class="rocket-takeoff">
<img class="rocket-homepage" src="images/rocket-main.svg"/>
<span class="service-mark"><sup>SM</sup></span>
</aside>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-10 text-center">
<div class="col-md-offset-2 col-md-8">
<div class="row">
<div class="text-center">
<img class="tagline" src="images/tagline.svg" alt="PUSH BUTTON GET MONEY">
</div>
<div class="text-center">
<h5 class="homepage-text">
A personal loan in as few as 8 minutes.<!-- <a href="app.html#/learn-more">Learn more here. </a>-->
</h5>
</div>
</div>
<form id="entry-form"
class="form-horizontal"
role="form"
onsubmit="splashpage.submit(event)">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-question fa-lg padded-icon"></i></span>
<select id="loanPurpose"
name="loanPurpose"
class="form-control homepage-input-field"
onBlur="splashpage.makeDirty(this)"
onChange="splashpage.validateEverything(); splashpage.makeDirty(this);">
<option value="" selected="" disabled="">What is your personal loan for?</option>
</select>
</div>
<div class="text-left disclamer">
<p id="businessDisclamer">
A RocketLoans loan for small businesses is a personal loan for business expenses.
Individual borrowers will be personally liable for the debt and loans are not related
to or guaranteed by the Small Business Administration.
</p>
</div>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-dollar fa-lg padded-icon"></i></span>
<input type="text"
name="loanAmount"
id="loanAmount"
class="form-control homepage-input-field"
placeholder="Loan amount: 2000-35000"
onBlur="splashpage.makeDirty(this); splashpage.validateEverything(true)"
onKeyUp="splashpage.validateEverything(true); splashpage.incrementKeyPresses();">
</div>
</div>
<!-- <div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-rocket"></i></span>
<input type="text" name="promoCode" id="promoCode" class="form-control" placeholder="Promo code"
onKeyUp="addDirtyClass(this);
processErrors();">
</div>
</div> -->
<div>
<button class="btn btn-success large-btn btn-wide" id="submit" type="submit">Get Started</button><br>
<p class="text-success small row" style="line-height: 1.3; margin-top: .5em;">
Checking your rate won't affect your credit score.
</p>
</div>
</form>
</div>
</div>
</div>
</div>
<!--marketing area-->
<div class="home-marketing">
<div class="container">
<div class="col-md-offset-1 col-md-10">
<div class="row text-center">
<div class="col-md-4">
<div class="col-xs-offset-1 col-xs-10">
<img class="marketing-icon-small" src="images/homepage-stop-watch.svg"/>
<h5>Simple Process</h5>
<h6>
Simplicity, all online.
You can be approved in as few as 8 minutes and
receive up to $35,000
within 1-3 days.
</h6>
</div>
</div>
<div class="col-md-4">
<div class="col-xs-offset-1 col-xs-10">
<img class="marketing-icon-small" src="images/homepage-lock.svg"/>
<h5>Secure System</h5>
<h6>
Your personal information
is safely stored in an
encrypted database.
</h6>
</div>
</div>
<div class="col-md-4">
<div class="col-xs-offset-1 col-xs-10">
<img class="marketing-icon-small" src="images/homepage-customer.svg"/>
<h5>Client Centric</h5>
<h6>
We offer convenient ways to get
in touch with us through chat,
email, or phone -- whichever one
works best for you.
</h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 text-center hidden-xs hidden-sm">
<img src="images/homepage-devices.png" alt="devices">
</div>
<br><br><br><br><br>
</div>
<!--how it works-->
<br><br>
<div class="home-marketing">
<div class="container">
<div class="col-md-12 ">
<div class="col-md-offset-1 col-md-10">
<div class="row">
<h5 class="text-center"><strong>How it Works</strong></h5>
<div class="col-md-3">
<h5 class="how-it-works"><span class="number">1.</span> Explore Your Options</h5>
<h6>
You'll receive loan programs
and rates based on your personal profile.
</h6>
</div>
<div class="col-md-3">
<h5 class="how-it-works"><span class="number">2.</span> Select Your Loan</h5>
<h6>
<br class="hidden-md hidden-sm hidden-xs">You'll choose a personal
loan that fits your needs.
</h6>
</div>
<div class="col-md-3">
<h5 class="how-it-works"><span class="number">3.</span> Verification</h5>
<h6>
<br class="hidden-sm hidden-xs">We'll verify your personal
information. Once verified, you may be approved for a loan.
</h6>
</div>
<div class="col-md-3">
<h5 class="how-it-works"><span class="number">4.</span> Receive Your Money</h5>
<h6>
Once approved, and you accept the final offer, money will be distributed into
your bank account.
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<!--HIDE APP FROM ALL IE VERSIONS LESS THAN 10-->
<!--[if lt IE 10]>
<script type="text/javascript">
document.getElementsByTagName('body')[0].innerHTML = "<div align='center'>\
<h2 style='font-size:72px;'>You deserve the best.</h2>\
<h4 style='font-size:42px;'> And right now, you're not getting it</h4> \
<div align='left' style='width:700px'>\
<h6 align='left'> <img src='images/robot.jpg' alt='robot' style='float: left; height: 360px; width: 250px; ''>We want you to have the best experience possible with RocketLoans, but the browser you're using doesn't play nice with our websites. Please upgrade to the\ latest version of Internet Explorer, or try Chrome, Firefox, Opera or Safari.</h6>\
<p><b>Have a Question?</b></p>\
Call Us <br>\
Call <a href='tel://1-800-333-7625'>(800) 333-ROCK / (800) 333-7625</a> <br>\
9:00 am - 6:00 pm ET <br>\
Monday-Friday <br>\
</p>\
<p><b>Email Us</b><br>\
<a href='mailto:support@rocketloans.com'>support@rocketloans.com</a>\
</p>\
<div>\
</div>";
</script>
<![endif]-->
<!-- homepage:js -->
<!-- endinject -->
<script>
if (config.isProduction()) {
// GOOGLE ANALYTICS
config.initializeGoogleAnalytics("/homepage");
// Are You A Human
document.write(config.areYouHuman);
}
</script>
</body>
</html>