-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html-bak
75 lines (60 loc) · 2.93 KB
/
index.html-bak
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
<!doctype html>
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<title>Henrico FCU</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css?v=1">
<script src="js/head.js"></script>
</head>
<body>
<main class="container wrap">
<header>
<img src="img/header.png" class="header">
<a href="http://henricofcu.org/"><img src="img/logo-header.png" class="logo"></a>
</header>
<div class="tool group">
<div class="pad">
<h1>Just tell us a little about your current auto loan or expected purchase and see how much you could save with your local credit union. Go on. Put us to the test.</h1>
</div>
<div class="half right first text-center">
<img src="img/content-right.png" class="right-image">
</div>
<div class="half right">
<div class="calculator teal-dark">
<input type="hidden" class="rate_compare" value="1.99">
<p><label>Loan Amount:</label>
<input type="text" class="amount" placeholder="7,500"></p>
<p><label>Rate (APR):</label>
<input type="text" class="rate" placeholder="7%"></p>
<p><label>Term:</label>
<input type="text" class="term" placeholder="36m, 3y"></p>
<p><button class="accrue-calculate">Calculate My Savings</button></p>
<p class="text-center"><a href="https://www.henricofcu.org/Online-Services/Forms-and-Applications/Loan-Application.aspx">Apply Now</a> | <a href="https://www.henricofcu.org/Documents/Rates/Auto-Rates-At-A-Glance.aspx">View our rates</a> | <a href="https://www.henricofcu.org/Contact-Us.aspx">Contact Us</a></p>
</div>
</div>
</div>
<div class="results">
<div class="result-breakdown"></div>
<p><a href="https://www.henricofcu.org/Online-Services/Forms-and-Applications/Loan-Application.aspx" class="btn apply">I want to go local. <span>Apply Now</span></a></p>
<p class="text-center"><a href="https://www.henricofcu.org/Documents/Rates/Auto-Rates-At-A-Glance.aspx">View our rates</a> | <a href="https://www.henricofcu.org/Contact-Us.aspx">Contact Us</a></p>
<p class="text-center"><a class="go-back">« go back</a></p>
</div>
<div class="footer-bar group">
<div class="half separator">
<a href="http://henricofcu.org/"><img src="img/logo-henrico.png"></a>
</div>
<div class="half">
<h2>804.266.0290</h2>
<h4>[email protected]</h4>
</div>
</div>
<div class="fine-print wrap">
*APR = Annual Percentage Rate. All rates based on approved credit. Calculator based on best scenario. Your savings may be different based on your unique situation and creditworthiness. This credit union is insured by the National Credit Union Administration. Not all applicants will qualify for the lowest rate.
</div>
</main>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>