-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
226 lines (199 loc) · 10 KB
/
about.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
<!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>About us 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>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="stylet.css">
<link rel="stylesheet" href="about.css">
<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>
</head>
<body>
<!-- Navigation section -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<section id="header1" class="bb">
<h2><font size="7" face="arial" color="black">Sirensalert</font></h2> </section>
<!-- <a class="navbar-brand" href="#"><img src="logo2.png" width="400" height="100"></a> -->
<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>
<!-- welcome section
<div id="doodle">
<div class="container-fluid padding">
<div class="row welcome text-center">
<hr>
<div id="ani" class="col-12">
<h1 id="title" class="lead">Take small steps in helping emergency vehicles in their mission in saving lives.</h1>
<p align="center"><font size="7" face="arial" color="#7FB3D5"><a href="#">In case of emergencies</a></font></p><br>
</div>
</div>
</div>
</div> -->
<!-- head section -->
<!-- <div id="ani" class="col-12">
<p align="center"><font size="7" face="arial" color="#7FB3D5"><a href="#">About us</a></font></p><br>
</div> -->
<!-- Meet the team -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12" id="about">
<h1 class="display-4">ABOUT US</h1>
</div>
<hr>
</div>
</div>
<div class="textcolor">
<div class="container-fluid padding">
<div class="about"></div>
<br>
<h2>Our aim:</h2>
<p>At sirensalert, we go with the motive of helping the people with the problem of delay in receiving emergency services due to traffic related issues. It also targets the classification of siren sound which is often being misused for many reasons.
We provide accuracy whether the vehicle arriving is emergency vehicle or not and it will in turn help emergency vehicle detection system to improve their efficiency of detecting correct vehicles. </p>
</div>
</div>
</div>
<br>
<!-- written section
<style>
.my-jumbotron{
background-color: rgb(107, 155, 144);
}
</style>
<div class="jumbotron my-jumbotron">
<div class="container">
<div class="jumbotron">
<h1><i class="fa fa-camera-retro"></i> My Image Gallery</h1>
<p>Just a Gallery Full of Beautiful Images... </p>
</div>
</div>
</div> -->
<!-- images cards -->
<div class="jumbotron">
<div class="container d-flex align-items-center justify-content-center position-relative flex-wrap">
<div class="card d-flex position-relative flex-column">
<div class='imgContainer'>
<img src='aboutimage1.jpeg'>
</div>
<div class="content">
<h2> Detection</h2>
<p>When an emergency vehicle equipped with IR Sensor approaches the traffic
signal, IR
receiver on road sends an alert to traffic signal controller to turn green. That'll clear the lane for the emergency vehicle before it arrives.</p>
</div>
</div>
<div class="card d-flex position-relative flex-column">
<div class='imgContainer'>
<img src='aboutimage3.jpg'>
</div>
<div class="content">
<h2>Siren Sound</h2>
<p>Sirens of emergency vehicles are detected using real time machine learning, Sound Classification Algorithm</p>
</div>
</div>
<div class="card d-flex position-relative flex-column">
<div class='imgContainer'>
<img src='aboutimage2.jpeg'>
</div>
<div class="content">
<h2>Sirensalert</h2>
<p>A website that combines the concepts of both emergency vehicle detection and sound classification to provide real time sound analysis of emergency vehicle arriving and also.</p>
</div>
</div>
</div>
</div>
<div class="textcolor1">
<div class="container-fluid padding">
<div class="about1">
<br>
<h2>Yet to reach the goal:</h2>
<p>The goal will be achieved when all the people decide to help each other out and tackle this problem and it would be a major win if this system is able to make that difference ! </p>
</div>
</div>
</div>
</div>
<br>
<!-- 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>