-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloanproducts.html
More file actions
306 lines (277 loc) · 9.27 KB
/
loanproducts.html
File metadata and controls
306 lines (277 loc) · 9.27 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!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.0">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>About | VIEW</title>
<link rel="icon" href="webimg.png" type="image/png">
</head>
<body>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 57%, rgba(0,212,255,1) 100%);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
padding: 0;
background-position: center;
font-family: 'poppins', sans-serif;
background-blend-mode:multiply;
background-color: rgba(0, 0, 0, 0.495);
scroll-behavior: none;
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.wrapper{
display: contents;
justify-content: center;
align-items: center;
min-height: 110vh;
background: rgba(39, 39, 39, 0.4);
}
.nav{
position: fixed;
top: 0;
display: flex;
justify-content: space-around;
width: 100%;
height: 100px;
line-height: 100px;
background: linear-gradient(rgba(39,39,39, 0.6), transparent);
z-index: 100;
transition: all 500ms ease;
}
.nav.scrolling {
background: rgb(0, 0, 0);
padding: 0;
}
.nav.scrolling ul li a {
color: #eee;
}
.nav-logo p{
color: white;
font-size: 30px;
font-weight: 750;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.nav-menu ul{
display: flex;
}
.nav-menu ul li{
list-style-type: none;
}
.nav-menu ul li .link{
text-decoration: none;
font-weight: 500;
color: #fff;
padding-bottom: 15px;
margin: 0 25px;
}
.link:hover, .active{
border-bottom: 2px solid #fff;
}
.nav-button .btn{
width: 130px;
height: 40px;
font-weight: 500;
background: rgba(255, 255, 255, 0.4);
border: none;
border-radius: 30px;
cursor: pointer;
transition: .3s ease;
}
.btn:hover{
background: rgba(255, 255, 255, 0.3);
}
#registerBtn{
margin-left: 15px;
}
.btn.white-btn{
background: rgba(255, 255, 255, 0.7);
}
.btn.btn.white-btn:hover{
background: rgba(255, 255, 255, 0.5);
}
.nav-menu-btn{
display: none;
}
.content {
margin: 45px 45px;
}
.headings {
font-size: 40px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
text-decoration: underline 2px;
margin-top: 120px;
text-align: center;
margin-top: 150px;
}
.headings1 {
font-size: 25px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
text-decoration: underline 2px;
}
.subheadings {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.para {
font-size: 18px;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
}
.span {
font-weight: 500;
}
.cards {
display: flex;
flex-wrap: wrap;
margin: 0 -15%; /* Add negative margins to cancel out padding */
padding: 0 15%; /* Add padding for spacing between cards */
}
.card {
width: calc(25% - 30px); /* Adjust width based on number of cards per row */
margin: 10px 15px; /* Add margin for spacing between cards */
border: 1px solid #eee; /* Add a basic border (optional) */
}
/* Optional styles for card content */
.card-body {
padding: 15px;
}
.card-title {
margin-bottom: 10px;
}
.rty {
padding: 70px;
padding-left: 125px;
display: flex;
justify-content: center;
align-items: center;
}
.l {
text-decoration: none;
}
</style>
<div class="wrapper" >
<nav class="nav">
<div class="nav-logo">
<p>VIEW</p>
</div>
<div class="nav-menu" id="navMenu">
<ul>
<li><a href="homepage.html" class="link active">Home</a></li>
<li><a href="about.html" class="link">About Us</a></li>
<li><a href="terms.html" class="link">Privacy Policy & Terms</a></li>
</ul>
</div>
<div class="nav-menu-btn">
<i class="bx bx-menu" onclick="myMenuFunction()"></i>
</div>
</nav>
<div data-role="tile">
<span class="badge-top">10</span>
</div>
<div data-role="tile">
<span class="badge-bottom">10</span>
</div>
<div class="rty">
<div class="ugh">
<div class="cards">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Security and Privacy: </h5>
<p class="card-text">Loan banks prioritize data security and privacy to protect borrowers' sensitive information throughout the loan application and servicing process.</p>
<a href="terms.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem; ">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Personal Loans for Emergency Expenses:</h5>
<p class="card-text">Individuals can use the loan website to apply for personal loans to cover unexpected expenses such as medical bills, car repairs, or home maintenance.</p>
<a href="epla.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Small Business Loans for Startups:</h5>
<p class="card-text">Entrepreneurs and small business owners can access funding through the loan website to launch or grow their ventures.</p>
<a href="sbla.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Home Improvement Loans:</h5>
<p class="card-text">Homeowners seeking to renovate or upgrade their properties can utilize the loan website to secure home improvement loans.</p>
<a href="hil.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="cards">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Student Loans for Higher Education:</h5>
<p class="card-text">Students pursuing higher education can explore student loan options on the website to cover tuition fees, living expenses, and other educational costs.</p>
<a href="slhe.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Debt Consolidation Loans:</h5>
<p class="card-text">Individuals looking to manage multiple debts can consolidate them into a single loan through the website, simplifying repayment and potentially lowering interest rates.</p>
<a href="dcl.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Auto Loans for Vehicle Purchase:</h5>
<p class="card-text">Consumers seeking to purchase a car or other vehicles can use the loan website to secure auto loans with favorable terms.</p>
<a href="alvp.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title" style=" font-weight:600;">Customer Support: </h5>
<p class="card-text">Reliable customer support is essential for addressing borrower inquiries, providing assistance during the application process, and resolving issues related to loan servicing.</p>
<a href="contactus.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script>
const stickyNavbar = document.querySelector(".nav");
document.addEventListener("scroll", () => {
if (window.scrollY > 36) {
stickyNavbar.classList.add("scrolling");
} else {
stickyNavbar.classList.remove("scrolling");
}
})
</script>
</body>
</html>