Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Munazir151 authored Nov 26, 2023
1 parent d540f70 commit 8783a53
Showing 1 changed file with 183 additions and 0 deletions.
183 changes: 183 additions & 0 deletions project.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 style="background-color: antiquewhite;"color: aqua;"><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="number"><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="datetime"><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("Report submitted")'>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>

0 comments on commit 8783a53

Please sign in to comment.