-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelper.html
200 lines (162 loc) · 8.83 KB
/
helper.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html>
<head>
<!--Title-->
<meta charset="utf-8">
<meta name="viewport" content="width = device-width, intial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!--Title-->
<title>Helper</title>
<!--Favicon-->
<link href="assets/image/logo.png" rel="icon">
<!--Bootstrap Css-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<!--Css file-->
<link rel="stylesheet" href="assets/css/style.css">
<!-- ===== BOX ICONS ===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- Nav bar-->
<!--Header nav-->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" id="navv">
<div class="container-fluid">
<a class="navbar-brand" href="#home">Vehicle Detector</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-controls="navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
<a class="nav-link" href="#about">About Us</a>
<a class="nav-link" href="#upload">Help</a>
<a class="nav-link" href="#contact">Contact</a>
</div>
</div>
</div>
</nav>
<!--Footer nav-->
<nav class="navbar fixed-bottom navbar-dark" id="navv">
<div class="container-fluid">
<a class="navbar-brand" href="#">Not a helper, I lost my vehicle</a>
<a class="nav-link active" href="index.html">Take me there</a>
</div>
</nav>
<!-- Nav bar end-->
<!--Main-->
<div id="home">
<div class="container">
<div class="row">
<div class="col-md-5">
<img id="alter2" src="assets/image/logo.png">
</div>
<div class="col-md-7">
<p id="heading">Do you wanna help others?</p>
<div class="container">
<div class="row">
<div class="col-2 col-sm-2 offset-2 offset-sm-2">
<a href="#upload"><button id="buttonstart" type="button" data-bs-toggle="modal" data-bs-target="#">
Get Started
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Main end-->
<!--About us -->
<div id="about" class="container">
<div class="row">
<div class="col-sm-12">
<h1>About Us</h1>
</div>
<div class="col-sm-12">
<p id="blehh">Vehicle Detector is an application that helps the owners to track their vehicle when they get lost by using the vehicle’s unique information.
Our main goal is to provide the owner’s with a searching facility across the city using Public Camera, GPS and mobile capturing technique without raising the complaint to the cop.
When the vehicle gets lost, the owner can ping on this platform about the vehicle lost.
</p>
</div>
</div>
</div>
<!--End of About-->
<!--Upload section-->
<div id="upload">
<div class="container">
<div class="row">
<h1>Upload collocted photos</h1>
</div>
</div>
<div class="container" id="uploadchange">
<div class="row">
<!--<input type="file" id="myFile" name="filename">
<input type="submit">
-->
<div class="col-md-4"></div>
<div class="col-md-4">
<h3 id="upp">Upload here!</h3>
</div>
<div class="col-md-4"></div>
</div>
<div class="row">
<!--<input type="file" id="myFile" name="filename">
<input type="submit">
-->
<div class="col-md-4"></div>
<div class="col-md-4">
<h6 id="upp1">[File type should be of jpg, jpeg, png, jfif...]</h6>
</div>
<div class="col-md-3"></div>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-5">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeJoIjtt0lMBPeRi9uXYj-CAiIrcmrPVqj_4ARib76oIj2yHQ/viewform"><button type="button" id="buttonstart3">UPLOAD FILE</button></a>
</div>
<div class="col-md-3"></div>
</div>
</div>
</div>
<!--End of upload section-->
<!--Contact session-->
<div id="contact" >
<div class="container">
<div class="row">
<h1>Contact Us</h1>
</div>
<div class="row" style="margin-top: 100px; margin-bottom: 50px; background-color: black; color: white;">
<div class="col-md-4"></div>
<div class="col-md-4">
<h1>Developers</h1>
</div>
<div class="col-md-4"></div>
</div>
<div class="row">
<div class="col-md-4 col-12" style="margin-bottom: 40px;">
<h3>Kumaran KM</h3>
<h6>Mail Id: [email protected]</h6>
</div>
<div class="col-md-4 col-12" style="margin-bottom: 40px;">
<h3>Naveen SR</h3>
<h6>Mail Id: [email protected]</h6>
</div>
<div class="col-md-4 col-12" style="margin-bottom: 40px;">
<h3>Pradeish C</h3>
<h6>Mail Id: [email protected]</h6>
</div>
</div>
</div>
</div>
<!--Script file-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/js/index.js"></script>
<script src="assets/js/index2.js"></script>
</body>
</html>