client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
150 lines (141 loc) • 7.05 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-index">
<nav class="navbar">
<ul class="colorBar">
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
</ul>
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<div class="row navbar-header">
<a href="homepage.html">
<img class="rocketloans_logo" src="images/RocketLoans2.jpg" />
</a>
</div>
<div id="navbar" class="nav navbar-nav navbar-right">
<a href="http://www.quickenloans.com">
<img class="qloan_logo" src="images/QuickenLoans.png" />
</a>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 text-center">
<br><h1>Simple. Rocket Fast.</h1><br>
<div class="row">
<div class="col-md-6" style="margin-bottom: 1.5em;">
<div class="panel panel-default">
<div class="row">
<div class="text-center">
<div class="col-xs-12">
<a href="homepage.html">
<img class="rocketmortgage_logo panel-border" src="images/RocketLoans2.jpg" style="width: 275px; padding-top: 15px; padding-bottom: 8px;" />
</a>
</div>
</div>
<div class="col-md-10 col-md-offset-1">
<br><a href="homepage.html" class="btn btn-success large-btn" >Get a Personal Loan</a>
<span class="no-wrap">
<p class="small-underwriting">Already have a Personal
<br class="hidden-lg hidden-md hidden-sm">
Loan account with us?
<br class="hidden-lg hidden-md hidden-sm">
<a href="app.html#/login">Sign in.</a>
</p>
</span>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="row">
<div class="text-center">
<div class="col-xs-12">
<a href="https://rocket.quickenloans.com/">
<img class="rocketmortgage_logo panel-border" src="images/RocketMortgage.png" />
</a>
</div>
</div>
<div class="col-md-10 col-md-offset-1">
<br><a href="https://rocket.quickenloans.com" class="btn btn-success large-btn">Get a Mortgage</a>
<span class="no-wrap">
<p class="small-underwriting">Already have a Quicken
<br class="hidden-lg hidden-md hidden-sm">
Loans mortgage account?
<br class="hidden-lg hidden-md hidden-sm">
<a href="https://rocket.quickenloans.com/sign-in">Sign in.</a>
</p>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-offset-1 col-md-10">
<div class="disclamer disclamer-footer">
<div class="line"></div>
<p>
Copyright protected 2016 RockLoans Marketplace LLC. All rights reserved. RockLoans Marketplace LLC | 1001 Woodward, Ste 1750, Detroit, MI 48226.
</p>
</div>
</div>
</div>
</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("/landing-page");
//Are You A Human
document.write(config.areYouHuman);
}
</script>
</body>
</html>