-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (205 loc) · 9.69 KB
/
index.html
File metadata and controls
208 lines (205 loc) · 9.69 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="dist/css/app.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">Avant</a>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-7 col-sm-offset-1 main">
<section id="loan--header">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-2 loan--header-icon">
<i class="fa fa-thumbs-o-up fa-5x" aria-hidden="true"></i>
</div>
<div class="col-xs-12 col-sm-12 col-md-10 loan--header-text">
<h3>Congrats! You've been pre-approved for up to $8,000 from WebBank.</h3>
</div>
</div>
</section>
<section id="loan--slider">
<div class="row">
<div class="col-xs-12 col-sm-12 loan--headline">
<h5>Drag to choose a loan amount</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 range-slider">
<div id="range" class="cntr"></div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="loan--content">
<div class="row">
<div class="col-xs-12 col-sm-5 col-md-3">
<i class="fa fa-money fa-2x" aria-hidden="true"></i>
<h5>Principal Loan Amount</h5>
<div id="loan-amount"></div>
<p>The principal loan amount that you agree to pay back</p>
</div>
<div class="col-xs-12 col-sm-2 col-md-1">
<h3>-</h3>
</div>
<div class="col-xs-12 col-sm-5 col-md-3">
<i class="fa fa-file-text-o fa-2x" aria-hidden="true"></i>
<h5>Administration Fee</h5>
<h4>$260</h4>
<p>This fee is non-refundable and is deducted from the Principal Loan Amount when the loan is funded</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-1">
<h3>=</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-3">
<i class="fa fa-university fa-2x" aria-hidden="true"></i>
<div class="loan--received">
<h5>Amount Received</h5>
<div id="loan-received"></div>
</div>
<p>The amount that will be deposited</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="loan--options">
<div class="row">
<div class="col-sm-12 loan--headline">
<h5>Which option meets your needs?</h5>
</div>
</div>
<div class="row loan--option flex-parent" id="loanOption1">
<div class="col-xs-12 col-sm-2 radio--container flex-item">
<input type="radio" name="radio" id="radio1" value="option1">
</div>
<div class="col-xs-12 col-sm-2">
<h6>Term</h6>
<h6>36</h6>
<small>months</small>
</div>
<div class="col-xs-12 col-sm-2">
<h6>Payments</h6>
<h6>$285.67</h6>
<small>per month</small>
</div>
<div class="col-xs-12 col-sm-2">
<h6 class="tool-tip apr">APR<span class="tip-content"><strong>APR is the total annual cost of the loan to the borrower, including any fees, expressed as a percentage.</strong> The APR of 34.57% reflects the interest rate of 33.65% plus the administration fee of $260. Since additional costs such as the administration fee are factored into the calulation of the APR, the APR will typically be higher than the interest rate.</span>
</h6>
<h6>35.95%</h6>
</div>
<div class="col-xs-12 col-sm-2">
<h6>Interest Rate</h6>
<h6>32.33%</h6>
</div>
</div>
<div class="row loan--option flex-parent" id="loanOption2">
<div class="col-xs-12 col-sm-2 radio--container flex-item">
<input type="radio" name="radio" id="radio2" value="option2">
</div>
<div class="col-xs-12 col-sm-2">
<h6>Term</h6>
<h6>48</h6>
<small>months</small>
</div>
<div class="col-xs-12 col-sm-2">
<h6>Payments</h6>
<h6>$285.67</h6>
<small>per month</small>
</div>
<div class="col-xs-12 col-sm-2">
<h6 class="tool-tip apr">APR<span class="tip-content"><strong>APR is the total annual cost of the loan to the borrower, including any fees, expressed as a percentage.</strong> The APR of 34.57% reflects the interest rate of 33.65% plus the administration fee of $260. Since additional costs such as the administration fee are factored into the calulation of the APR, the APR will typically be higher than the interest rate.</span>
</h6>
<h6>34.57%</h6>
</div>
<div class="col-xs-12 col-sm-2">
<h6>Interest Rate</h6>
<h6>32.33%</h6>
</div>
</div>
</section>
<section id="loan--agreement">
<div class="row">
<div class="col-xs-12 col-sm-2">
<img src="http://placehold.it/50x50">
</div>
<div class="col-xs-12 col-sm-7 col-sm-offset-1">
<button class="btn btn--agreement">
Continue To Agreement
</button>
</div>
</div>
</section>
</div>
<div class="hidden-xs col-sm-4 sidebar">
<section class="sidebar--top">
<div class="row flex-parent">
<div class="col-sm-4 flex-item">
<img src="http://placehold.it/50x50">
</div>
<div class="col-sm-8">
<h5>Security & privacy are #1</h5>
<p>We use 256-bit SSL protection and strict, high levels of security & encryption standards.</p>
</div>
</div>
</section>
<section class="sidebar--middle">
<div class="row flex-parent">
<div class="col-sm-4 flex-item">
<img src="http://placehold.it/50x50">
</div>
<div class="col-sm-8">
<h5>Questions? We can help</h5>
<p>Call us at <a href="tel:8557527008">855-752-7008.</a></p>
</div>
</div>
</section>
<section class="sidebar--bottom">
<h5>Testimonials</h5>
<blockquote>
<p>I loved working with Avant, they were always there to help me. I nreally needed the money and got it quickly, thanks!</p>
<cite>
- Jane K, Chicago, IL
</cite>
</blockquote>
<img src="http://placehold.it/75x50">
</section>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-7 col-sm-offset-1">
<h6>Important information about procedures for opening a new account:</h6>
<p>To help the government fight the funding of terrorism and money laundering activities, Federal law requires all financial institutions to obtain, verify, and record information that identifies each person who opens an account. What this means for you: When you open an account, we will ask for your name, address, date of birth, and other information that will allow us to identify you. We may also ask to see your driver’s license or other identifying documents.
</p>
<p>
*Amazon.com is not a sponsor of this promotion. Except as required by law, Amazon.com Gift Cards ("GCs") cannot be transferred for value or redeemed for cash. GCs may be used only for purchases of eligible goods at Amazon.com or certain of its affiliated websites. For complete terms and conditions, see <a href="www.amazon.com/gc-legal" target="_blank" alt="amazon">www.amazon.com/gc-legal</a>. GCs are issued by ACI Gift Cards, Inc., a Washington corporation. All Amazon ® ,™ & © are IP of Amazon.com, Inc. or its affiliates. No expiration date or service fees.
</p>
<p>Copyright 2015 Avant, Inc. All rights reserved. Need help? <a href="tel:8007125407">800-712-5407</a>
</p>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="/dist/js/app.min.js"></script>
</body>
</html>