-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnineth.html
More file actions
510 lines (448 loc) · 16.7 KB
/
nineth.html
File metadata and controls
510 lines (448 loc) · 16.7 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>properties3</title>
<script src="https://kit.fontawesome.com/de9b151752.js" crossorigin="anonymous"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family:Verdana, Geneva, Tahoma, sans-serif;
text-decoration: none;
}
body {
font-family: Arial, sans-serif;
}
.container {
display: flex;
height: 100vh;
}
.vertical-nav-icons {
width: 60px;
background-color: #333;
color: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.vertical-nav-icons nav ul {
list-style-type: none;
padding: 0;
margin-top: 120px;
}
.vertical-nav-icons nav ul li {
text-align: center;
margin: 20px 0;
}
.vertical-nav-icons nav ul li a {
color: #f06a11;
text-decoration: none;
font-size: 24px;
margin: 10px;
}
#date{
background-color: white;
padding: 10px;
}
.vertical-nav-names {
width: 150px;
background-color: #ffffff;
color: black;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.vertical-nav-names nav ul {
list-style-type: none;
padding: 0;
margin-top: 150px;
}
.vertical-nav-names nav ul li {
text-align: left;
margin: 20px 0;
padding-left: 20px;
}
.vertical-nav-names nav ul li a {
color: #4d4c4c;
text-decoration: none;
font-size: 16px;
margin: 10px;
}
.main-content {
flex: 1;
display: flex;
flex-direction: column;
}
.header {
display: flex;
flex-direction: column;
justify-content:flex-end;
align-items: flex-end;
padding: 10px;
background-color: #f4f4f4;
border-bottom: 1px solid #ccc;
}
.header .search-bar {
width: 200px;
}
.header .search-bar input {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
.content {
padding: 20px;
flex: 1;
overflow-y: auto;
background-color: rgba(247, 243, 243, 0.5);
}
.content h1, .content p{
padding: 10px;
}
/* .responsive-table {
width: 100%;
border-collapse: collapse;
border: 1px solid black;
border-radius: 10px;
}
.responsive-table th, .responsive-table td {
border: none;
padding: 10px;
text-align: left;
border-bottom: 1px solid rgba(99, 96, 96, 0.5);
border-radius: 5px;
}
.responsive-table th {
background-color: white;
} */
.progress_two{
float: right;
display: flex;
gap: 20px;
padding: 5px 10px;
}
#marine{
color: black;
background-color: rgb(197, 196, 196);
height: 40px;
border-radius: 10px;
}
#sort{
height: 20px;
}
/* .progress_one{
margin-top: 10px;
background-color: rgb(197, 196, 196);
width: 20%;
height: 30px;
padding: 5px;
border-radius: 5px;
color: black;
}
.progress_one a{
color: black;
margin: 7px
}
.progress_one a:active{
background-color: white;
padding: 5px;
}
.progress_one #ongoing{
background-color: white;
padding: 4px;
border-radius: 5px;
} */
#search{
width: 20%;
position: relative;
left: 80%;
padding: 10px;
}
#requests{
color: orange;
}
.highlight{
/* background-color: orangered;
opacity: 40%; */
box-shadow: 0 0 10px 5px rgba(250, 135, 4, 0.9);
margin: 20px;
color: orange;
}
#book{
color: orange;
background-color: orange;
margin-right: 10px;
}
.inside{
display: flex;
gap: 80px;
margin-top: 10px;
}
.one, .two, .three{
position: relative;
left: 12%;
padding: 0px 10px;
margin: 0px 10px;
font-size: 12px;
color: rgb(66, 64, 64);
}
.main{
margin: auto;
background-color: white;
width: 100%;
padding: 20px;
border: 1px solid rgb(199, 197, 197);
border-radius: 10px;
}
h1{
color: rgb(66, 64, 64);
}
#roven{
margin-left: 200px;
color: rgb(66, 64, 64);
}
#odd{
font-size: 12px;
color: rgb(66, 64, 64);
}
.second{
margin-bottom: 5px;
border: 1px solid rgb(131, 128, 128);
padding: 10px 0px;
border-top: none;
border-left: none;
border-right: none;
}
.second a{
color: rgb(66, 64, 64);
margin:10px 40px 10px 30px;
}
.others{
height: 400px;
}
.others #para{
font-size: 12px;
padding: 30px;
background-color: #f4f4f4;
height: 200px;
margin: 20px;
color: rgb(66, 64, 64);
}
#supporting{
color: orange;
text-decoration: underline;
font-weight: bolder;
}
.details{
width: 100%;
background-color: white;
padding: 10px;
border: 1px solid rgb(131, 128, 128);
border-radius: 10px;
}
.text{
color: orange;
}
.holder{
display: flex;
padding: 20px;
justify-content: space-around;
font-size: 12px;
color: rgb(66, 64, 64);
}
.holder_two{
display: flex;
padding: 10px 90px;
gap: 150px;
font-size: 12px;
color: rgb(66, 64, 64);
}
@media (max-width: 768px) {
.header {
flex-direction: column;
align-items: flex-start;
}
.header .search-bar {
width: 100%;
margin-top: 10px;
}
.vertical-nav-icons, .vertical-nav-names {
width: 100%;
height: auto;
display: flex;
flex-direction: row;
justify-content: center;
}
.vertical-nav-icons nav ul, .vertical-nav-names nav ul {
display: flex;
justify-content: center;
}
.vertical-nav-icons nav ul li, .vertical-nav-names nav ul li {
margin: 0 10px;
}
.container {
flex-direction: column;
}
}
</style>
</head>
<body>
<div class="container">
<aside class="vertical-nav-icons">
<nav>
<ul>
<li><a href="#"><i class="fa-solid fa-bars"></i></a></li>
<li id="date"><a href="#"><i class="fa-regular fa-calendar-days"></i></a></li>
<li><a href="#"><i class="fa-solid fa-money-bill-1"></i></a></li>
<li><a href="#"><i class="fa-solid fa-gear"></i></a></li>
<li><a href="#"><i class="fa-solid fa-bomb"></i></a></li>
</ul>
</nav>
</aside>
<aside class="vertical-nav-names">
<nav>
<ul>
<li></i><a href="#">TRM</a></li>
<li><i class="fa-solid fa-chart-simple"></i><a href="#">Overview</a></li>
<li><i class="fa-solid fa-book" id="book"></i><a href="#" id="requests">Requests</a></li>
</ul>
</nav>
</aside>
<main class="main-content">
<header class="header">
<div class="search-bar">
<a href="#" id="bell"><i class="fa-regular fa-bell"></i></a>
<select name="drop" id="drop"><i class="fa-solid fa-caret-down"></i>
<option value="sort">Adesola</option>
<option value="saab">Bidemi</option>
<option value="saab">Peter</option>
</select>
</div>
</header>
<section class="content">
<h1>Survey Report</h1>
<p>See Inspection across all business classes</p>
<div class="main">
<h3 id="roven">Rovenheights properties LTD</h3>
<div class="inside">
<div class="one">
<p>Policy Number</p>
<p>ALR12343215</p>
<p>Expiry Date</p>
<p>19th Dec 2024</p>
</div>
<div class="two">
<p>Loss Type</p>
<p>Non-motor</p>
<p>Commencement Date</p>
<p>19th Dec 2019</p>
</div>
<div class="three">
<p>Policy Term(Years)</p>
<p>5</p>
</div>
<!-- <div id="one">
<img src="/cropped .jpg" width="50px"><p class="loss">Pre-lost Inspection</p>
</div>
<div id="two">
<img src="/cropped .jpg" width="50px"><p class="loss">Post-lost Inspection</p>
</div> -->
</div>
<p id="odd">property</p>
<!-- <p id="choose">Choose a class</p>
<form name="dropdown">
<select name="property" id="property" ><i class="fa-solid fa-caret-down"></i>
<option value="sort">Property</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
<br><br>
</form> -->
<!-- <div class="repository">
<i class="fa-solid fa-circle-arrow-right"></i><button type="button">Create Repository</button>
</div> -->
</div>
<div class="Insured">
<h1>Insured Details</h1>
<div class="details">
<header class="second">
<a href="#" id="supporting">Property Installation</a>
<a href="#">Property Description</a>
<a href="#">Supporting Document</a>
</header>
<div class="others">
<div class="holder">
<div class="first">
<h3>Insured for</h3>
<p>Rovenheights Homes</p>
</div>
<div class="secondd">
<h3>Insured Home</h3>
<p>Rovenheights Homes</p>
</div>
<div class="third">
<h3>Loss Estimate</h3>
<p>#1,200,000</p>
</div>
<div class="fourth">
<h3>Cause of loss</h3>
<p>Rovenheights Homes</p>
</div>
<div class="fifth">
<h3>Cause of loss</h3>
<p>Rovenheights Homes</p>
</div>
</div>
<div class="holder_two">
<div class="sixth">
<h3>Property Address</h3>
<p>No 16, Rovenheights Homes, Nicon town, Lekki<br> Phase one, Lagos.</p>
</div>
<div class="seventh">
<h3>City</h3>
<p>Lekki</p>
</div>
<div class="eighth">
<h3>State</h3>
<p>Lagos</p>
</div>
</div>
<!-- <table>
<tr>
<td>Insured for </td>
<td>Insured Home</td>
<td>Loss Estimate</td>
<td>Cause of loss</td>
<td>Cause of loss</td>
</tr>
<tr>
<td>Police Report</td>
<td>25th Aug 2022 9:00am</td>
<a href="#"><td class="text">View</td></a>
<a href="#"><td class="text">Download</td></a>
</tr>
<tr>
<td>Attachment Document1</td>
<td>25th Aug 2022 9:00am</td>
<a href="#"><td class="text">View</td></a>
<a href="#"><td class="text">Download</td></a>
</tr>
</table> -->
</div>
</div>
</div>
</div>
</section>
</main>
</div>
</body>
</html>
</head>
<body>
</body>
</html>