-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloans.html
88 lines (82 loc) · 4.24 KB
/
loans.html
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
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html lang="en"><!-- InstanceBegin template="/Templates/wvucu_template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<link href="styles/styles.css" rel="stylesheet" type="text/css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="http://timbroadwater.com/websites/wvucu/favicon.ico" rel="icon" />
<!-- InstanceBeginEditable name="PageTitle" -->
<title>Loans | WVUCU</title>
<!-- InstanceEndEditable -->
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<script type="text/javascript" src="scripts/scripts.js"></script>
</head>
<body>
<section class="siteHeader">
<div class="wrap">
<div id="logo"><a href="./index.html">West Virginia University<br><span>Employees' Federal <nobr>Credit Union</nobr></span></a></div>
<div id="links"><i class="fa fa-phone"></i><a href="tel:13042935737"> 1-304-293-5737</a><br><i class="fa fa-calendar-o"></i> 9:00 - 4:30 MTWTF</div>
</div>
</section>
<section class="topNav">
<nav class="wrap">
<ul class="mobiletoggle">
<li><a class="btn btnmenu" href="#"><i class="fa fa-bars"></i>Menu</a></li>
</ul>
<ul class="mobilenav">
<li><a class="btn" href="about.html">About</a></li>
<li><a class="btn" href="products.html">Products</a></li>
<li><a class="btn" href="loans.html">Loans</a></li>
<li><a class="btn" href="news.html">News</a></li>
<li><a class="btn" href="contact.html">Contact</a></li>
</ul>
</nav>
</section>
<section class="body">
<!-- InstanceBeginEditable name="BodyContent" -->
<div class="wrap bpage">
<h1>Loans</h1>
<p>Choose any loan type you want, and begin the loan application process. </p>
<hr />
<h2>Signature Loans</h2>
<p><a href="#">Signature loans</a> for any occasion you deserve. Borrow up to 20% of gross income; $250.00 minimum. Use for home improvements, a vacation, Holiday preparations .... it's all up to you.</p>
<a class="bpbtn apply" href="#">Apply Now</a>
<hr />
<h2>New Car Loans</h2>
<p><a href="#">New car loans</a> are available through the Credit Union. Borrow up to 100% of the sticker price. Low interest rates and membership services enable you to get the best buy for your buck.</p>
<a class="bpbtn apply" href="#">Apply Now</a>
<hr />
<h2>Used Car Loans</h2>
<p><a href="#">Used car loans</a> when you need them. Borrow up to 100% of NADA book price. Low interest rates and membership services enable you to get the best buy for your buck.</p>
<a class="bpbtn apply" href="#">Apply Now</a>
<hr />
<h2>Pay Day Loans</h2>
<p><a href="#">Pay day loans</a>! Need fast cash now, in a snap! Get a financial jump-start on your month ... Apply for a Pay Day loan today and make it happen.</p>
<a class="bpbtn apply" href="#">Apply Now</a>
<hr />
<h2>Share Secured Loans</h2>
<p><a href="#">Share secured loans</a> when you need them, with no maximum limits. Low interest rates and membership services enable you to get the best buy for your buck.</p>
<a class="bpbtn apply" href="#">Apply Now</a>
<hr />
<h2>Student Loans</h2>
<p><a href="#">Student loans</a> you can afford. SallieMae Smart Option Student Loan for degree granting institutions. Low interest rates and multiple repayment plans. </p>
<a class="bpbtn apply" href="#">Apply Now</a>
</div>
<!-- InstanceEndEditable -->
</section>
<footer>
<div class="wrap">
<div id="poll"><p>© 2014 West Virginia University Employees' Federal Credit Union | All Rights Reserved | <A href="#">Privacy Policy</A></p>
</div>
<div id="contact">
<p>Telephone: <a href="tel:13042935737">1-304-293-5737</a><br>
Office Hours: 9:00 A.M. - 4:30 P.M. Monday - Friday<br>
Facebook: <a href="https://www.facebook.com/WVUCU">https://www.facebook.com/wvucu</a></p>
</div>
</div>
</footer>
</body>
<!-- InstanceEnd --></html>