-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
345 lines (321 loc) · 15.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstraocdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-RQavfKMzOxrkONk8jzY0P48OjrZrdG9bxjqKjJd7G1yq3iv0dKxMpvLb+i7VEmR+0uZ/XV2Sqma8uPNhQe/VbQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation section -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<!-- <a class="navbar-brand" href="#"><img src="logo2.png" width="400" height="100"></a> -->
<section id="header1" class="bb">
<h2><font size="7" face="arial" color="black">Sirensalert</font></h2> </section>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item" active>
<a href="index.html" class="nav-link" >Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link" >About</a>
</li>
<li class="nav-item">
<a href="services.html" class="nav-link" >Services</a>
</li>
<li class="nav-item">
<a href="meteam.html" class="nav-link" >Team</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link" >Connect</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Image slider -->
<div id="slides" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#slides" data-slide-to="0" class="active"></li>
<li data-target="#slides" data-slide-to="1"></li>
<li data-target="#slides" data-slide-to="2"></li>
</ul>
</div>
<!--Carousel Wrapper-->
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="firetruck (1).jpg"
alt="First slide" id="blur">
<div class="carousel-caption">
<h1 class="display-2">sirensalert</h1>
<h3>Identify Emergency sirens</h3>
<a href="video1.html"><button type="button" class="btn btn-outline-light btn-lg">View Demo</button></a>
<a href="https://colab.research.google.com/drive/1fMWiBWJ2y0xi4Wq82mhIzJMh7HXEkxlV#scrollTo=XrFDBHBQANYj"><button type="button" class="btn btn-primary btn-lg">Get Started</button></a>
</div>
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="amb1.jpg"
alt="Second slide">
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="amb2.jpg"
alt="Third slide">
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
<!-- Jumbotron -->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10">
<p class="lead">If you see someone on their way to death or in danger of being killed, you must do something for them.</p>
<p text-align="center">Proverbs 24:11</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2">
<a href="https://docs.google.com/forms/d/10PakDSg2Il_1DQ7scsnFYCJfG7hFRLQR9XPawC9zfdo/edit"><button type="button" class="btn btn-outline-secondary btn-lg">Feedback</button></a>
</div>
</div>
</div>
<!-- Welcome Section -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Be the Change!</h1>
</div>
<hr>
<div class="col-12">
<p class="lead">Take small steps in helping emergency vehicles in their mission in saving lives.</p>
</div>
</div>
</div>
<!-- Three column section -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4 ">
<img src="ambi.png" alt="" width="150" height="150">
<h3>Help Ambulances</h3>
<p>Special built-in sensors for easy detection </p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 ">
<img src="siree.jpg" alt="" width="150" height="150">
<h3>Identify Sirens</h3>
<p>Detecting the type of emergency vehicle.</p>
</div>
<div class="col-xs-12 col-md-4 ">
<img src="traff.png" alt="" width="150" height="150">
<h3>Adjust Traffic lights</h3>
<p>Clearing the lane prior to the arrival.</p>
</div>
</div>
<hr class="my-4">
</div>
<!-- Two column section -->
<div class="container-fluid padding">
<div class="row padding">
<div class=" col-lg-6">
<h2>Taking one step ahead ..</h2>
<br>
<p>"Be not afraid of greatness. Some are born great, some achieve greatness, and others have greatness thrust upon them.”</p>
<p>In critical situations, we know the person inside the ambulance needs to be taken immediately to the hospital.</p>
<p>However, traffic-related delays may risk one's life that could be saved if the vehicle had arrived beforetime.</p>
<p>Very often, there are people who misbehave and misuse the sirens of these emergency vehicles built for emergency cases</p>
<p>This is a small step towards classifying the siren whether it is an ambulance or firebrigade arriving or just someone misusing it. </p>
<br>
<a href="video1.html" class="btn btn-primary">View Demo</a>
</div>
<div class="col-lg-6">
<img src="emergency.jpg" alt="" width="700" height="600" >
</div>
</div>
</div>
<hr class="my-4">
<!-- Fixed Background -->
<figure>
<div class="fixed-wrap">
<div id="fixed">
</div>
</div>
</figure>
<!-- Emoji Section -->
<!-- <button class="fun" data-toggle="collapse" data-target="#emoji">Click for fun</button>
<div id="emoji" class="collapse">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<img class="gif" src="traf.gif">
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="traf2.gif">
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="truck.gif">
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="ambu.gif">
</div>
</div>
</div>
</div> -->
<!-- Meet the team -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">MEET THE TEAM</h1>
</div>
<hr>
</div>
</div>
<!-- Cards -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="ram3.jpeg" alt="">
<div class="card-body">
<h4 class="card-title">Ramprasad Ghosh</h4>
<p class="card-text">Backend Developer</p>
<a href="https://www.linkedin.com/in/ramprasad-ghosh-ba25b322a" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="shweta1.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Shweta Malekar</h4>
<p class="card-text">Frontend Developer</p>
<a href="https://www.linkedin.com/in/shweta-malekar-762a70252/" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="https://media.licdn.com/dms/image/C4D03AQHiyliKyRJZ-Q/profile-displayphoto-shrink_800_800/0/1633784723868?e=1684972800&v=beta&t=T7X-ON1Ug1sttYx-43frlViXQhCwNDph_4FPbmkBRSw" alt="">
<div class="card-body">
<h4 class="card-title">Prathamesh Upadhye</h4>
<p class="card-text">Frontend Developer</p>
<a href="https://www.linkedin.com/in/prathameshupadhye/" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
</div>
</div>
<!-- Two columns Section -->
<div class="container-fluid padding">
<div class="row padding">
<div class=" col-lg-6">
<h2>Save Time, Save a Life !</h2>
<p>"Be great in act, as you have been in thought."</p>
<p>Keeping humanity alive is the goal and best achieved when we help each other in times of crisis !</p>
<p>Staying mature and not misusing the sirens does help avoid chaos in time of need.</p>
<p>Sirens once classified can help identify the type of emergency vehicle coming through.</p>
<p>At last, co-operating with the system and following the rules would definitely help save a life, a family, a friend in need.</p>
<br>
<a href="contact.html" class="btn btn-primary">Contact us</a>
</div>
<div class="col-lg-6">
<img src="amb1.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<hr class="my-4">
<!-- Connect -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.facebook.com/ramp.ghosh.58/"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/rampghosh1610"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/ramprasad-ghosh-ba25b322a"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/rampghosh/"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<!-- <img src="logo2.png" alt="" width="400" height="100"> -->
<section id="header2" class="bb">
<h2><font size="7" face="arial" color="black">Sirensalert</font></h2> </section>
<hr class="light">
<p>[email protected]</p>
<p>St. Francis Institute of Technology</p>
<p>Mount Poinsur, Borivali west - 401105</p>
</div>
<div class="col-md-4">
<br>
<hr class="light">
<h5>Our Hours</h5>
<hr class="light">
<p>Monday: 9am - 5 pm</p>
<p>Saturday: 10am - 3pm</p>
<p>Sunday Closed</p>
</div>
<div class="col-md-4">
<br>
<hr class="light">
<h5>Service Area</h5>
<hr class="light">
<p>Mumbai, Maharashtra - 401105</p>
<p>Kolkata, West Bengal - 401010</p>
<p>Kanyakumari, Chennai - 401001</p>
</div>
<div class="col-12">
<hr class="light-100">
<h5>©:sirensalert.com</h5>
</div>
</div>
</div>
</footer>
</body>
</html>