-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (172 loc) · 8.16 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./assets/dist/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark" aria-label="Third navbar example">
<div class="container-fluid">
<a class="navbar-brand" href="#">losten</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample03" aria-controls="navbarsExample03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample03">
<ul class="navbar-nav me-auto mb-2 mb-sm-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Dropdown</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
<form role="search">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
</form>
</div>
</div>
</nav>
<p>
<h1><marquee behavior="alternate" direction="right to left">losten</marquee></h1>
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./shms-lost-and-found.jpg" class="d-block w-100" height="400px" alt="...">
</div>
<div class="carousel-item">
<img src="./n1572818.gif" class="d-block w-100" height="400px" alt="...">
</div>
<div class="carousel-item">
<img src="./1000_F_313091018_iMzn3eoJzYUFOSHMVMau41AuNiWfswAQ.jpg" class="d-block w-100" height="400px" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div><br>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseWidthExample" aria-expanded="false" aria-controls="collapseWidthExample">
check if stolen
</button>
</p>
<div style="min-height: 120px;">
<div class="collapse collapse-horizontal" id="collapseWidthExample">
<div class="card card-body" style="width: 300px;">
you are about to buy a second hand item or you just found something on the street,it is always a good idea to check if it is reported as lost or stolen.just enter any identifying information like serial number,plate number,VIN,IMEI or anything else that is unique to the item type you want to check
</div>
</div>
</div>
<p>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseWidthExample" aria-expanded="false" aria-controls="collapseWidthExample">
search
</button>
</p>
<div style="min-height: 120px;">
<div class="collapse collapse-horizontal" id="collapseWidthExample">
<div class="card card-body" style="width: 300px;">
in case you don't have complete identifying
information ,like partial plate number or partial serial number,you can freely search and browse items that are stored in our database pictures and other information can help you identify what you are looking for </div>
</div>
</div>
<p>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseWidthExample" aria-expanded="false" aria-controls="collapseWidthExample">
submit report
</button>
</p>
<div style="min-height: 120px;">
<div class="collapse collapse-horizontal" id="collapseWidthExample">
<div class="card card-body" style="width: 300px;">
to report a missing property,all you have to do is fill our report form with informaion about your item please enter any identifying information you may have,as this will greatly increase your chance
</div>
</div>
</div>
<h1>Or directly search here</h1>
<input class="form-control" type="search" placeholder="enter serial number,IMEI,VIN" aria-label="Search">
<center><h1>sumbit report</h1>
<style>
h2{
background-color:aquamarine;
}
</style>
<h2>APPLICANT DETAILS</h2>
<DIV>
<label for="">FULL NAME</label><br>
<input type="text"><br>
<label for="">E-MAIL ID</label><br>
<input type="email"><br>
<label for="">CONTACT NUMBER</label><br>
<input type="text"><br>
<label for="">ADDRESS</label><br>
<input type="text"><br>
<label for="">PINCODE</label><br>
<input type="text"><br>
</DIV>
<h2>ARTICLE DETAILS</h2>
<div>
<label for="">REPORT TYPE</label><br>
<input type="text"><br>
<label for="">LOST DATE/TIME</label><br>
<input type="text"><br>
<label for="">ADDRESS OF LOST</label><br>
<input type="text"><br>
<label for="">AREA</label><br>
<input type="text"><br>
<label for="">CITY</label><br>
<input type="text"><br>
<label for="">STATE</label><br>
<input type="text"><br>
<label for="">PIN CODE</label><br>
<input type="text"><br>
<label for="">ARTICLE DESCRIPTION</label><br>
<input type="text"><br>
</center>
<CEnter><BUtton onclick="alert">SUBMIT
</BUtton> </CEnter>
</div>
<div>
<label for=""></label>
</div>
<div class="row">
<div class="col"><div class="card" style="width: 18rem;">
<img src="./shms-lost-and-found.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div></div>
<div class="col"><div class="card" style="width: 18rem;">
<img src="./1000_F_313091018_iMzn3eoJzYUFOSHMVMau41AuNiWfswAQ.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div></div>
<div class="col"><div class="card" style="width: 18rem;">
<img src="./n1572818.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
<script src="./assets/dist/js/bootstrap.bundle.js"></script>
</body>
</html>