-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbla.html
More file actions
318 lines (281 loc) · 7.2 KB
/
sbla.html
File metadata and controls
318 lines (281 loc) · 7.2 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
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body{
background: rgb(0, 0, 0);
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;
overflow: hidden;
display: grid;
background-blend-mode:multiply;
background-color: rgba(0, 0, 0, 0.495);
}
.wrapper{
display: flex;
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;
}
.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;
}
.headings {
font-size: 60px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
margin-top: 55px;
text-align: center;
}
.subheadings {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.para {
font-size: 25px;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
margin: 35px 35px;
text-align: center;
}
body {
font-family: sans-serif;
margin: 0;
padding: 20px;
}
h1 {
text-align: center;
margin-bottom: 20px;
}
#contact-form {
display: flex;
flex-direction: column;
width: 50%;
margin: 0 auto;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
}
input, textarea {
width: 80%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
textarea {
height: 150px;
}
button {
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
}
button:hover {
background: rgba(255, 255, 255, 0.3);
}
#contact-info {
margin-top: 40px;
}
#contact-info p {
margin-bottom: 10px;
}
body {
font-family: sans-serif;
margin: 0;
padding: 20px;
overflow: scroll;
}
h1 {
text-align: center;
margin-bottom: 20px;
margin-top: 80px;
}
#loan-form {
display: flex bg-success;
flex-direction: column;
width: 80%;
margin: 0 auto;
}
.form-group {
margin-bottom: 15px;
color: #fff;
}
label {
display: block;
margin-bottom: 5px;
}
input, select, textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
textarea {
resize: vertical; /* Allow users to resize the textarea */
}
button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
}
button:hover {
background-color: #3e8e41;
}
#form-message {
margin-top: 10px;
font-weight: bold;
}
h1 {
color: white;
}
</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">Home</a></li>
<li><a href="about.html" class="link">About</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>
<h1>Small Business Loan Application - Startups</h1>
<form id="loan-form">
<div class="form-group">
<label for="business-name">Business Name:</label>
<input type="text" id="business-name" name="businessName" placeholder="Your Business Name" required>
</div>
<div class="form-group">
<label for="tax-id">Tax ID Number:</label>
<input type="text" id="tax-id" name="taxId" pattern="[0-9]{2}-[0-9]{7}" placeholder="XX-XXXXXXX" required>
</div>
<div class="form-group">
<label for="business-type">Business Type:</label>
<select id="business-type" name="businessType" required>
<option value="">Select Business Type</option>
<option value="sole-proprietorship">Sole Proprietorship</option>
<option value="partnership">Partnership</option>
<option value="llc">LLC</option>
<option value="corporation">Corporation</option>
</select>
</div>
<div class="form-group">
<label for="loan-amount">Loan Amount:</label>
<input type="number" id="loan-amount" name="loanAmount" min="1000" required>
</div>
<div class="form-group">
<label for="business-plan">Brief Business Plan (optional):</label>
<textarea id="business-plan" name="businessPlan" rows="5"></textarea>
</div>
<button type="submit">Submit Application</button>
</form>
</div>
<p id="form-message"></p>
<script>
const form = document.getElementById('loan-form');
const formMessage = document.getElementById('form-message');
form.addEventListener('submit', function(event))
{
event.preventDefault(); // Prevent default form submission
const businessName = document.getElementById('business-name').value;
const taxId = document.getElementById('tax-id').value;
const businessType = document.getElementById('business-type').value;
const loanAmount = document.getElementById('loan-amount').value;
}
</script>
</body>
</html>