-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone.html
More file actions
67 lines (65 loc) · 3.5 KB
/
one.html
File metadata and controls
67 lines (65 loc) · 3.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-wodth, initial-scale=1">
<title>DIGILANCE</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:#fdafd7;">
<div class="container" >
<div class="navbar">
<img src="images/hospital_logo.png" class="logo">
<nav>
<ul>
<li><a href="">Aaditya</a></li>
<li><a href="">Anashua</a></li>
<li><a href="">Raunak</a></li>
</ul>
</nav>
</div>
<div class="row">
<div class="col-1">
<h2>Digilance </h2>
<h3>Icebreaker 4.1</h3>
<a href="index.html">
<button type="button">Login</button>
</a>
</div>
<div class="col-2">
<img src="images/ambulance1.png" class="ambulance">
</div>
</div>
</div>
<br>
<div class="col-3">
<p>An Alert system that would help relay information between medical centers and traffics control authorities and helps them coordinate their efforts with the following features
</p>
<ul>
<li>Prior alerts to vehicle-users in the path of the ambulance to ensure a hassle-free transition</li>
<li>A chat-based feature where they can exchange relevant information</li>
<li>Suggestions about faster, alternate routes for the ambulance</li>
<li>Notifying the authorities about the ETA of the ambulances</li>
<li>Provide assistance in directing the traffic in a way that would minimize congestion upon arrival of the ambulance</li>
<li>Help find nearest ambulances</li>
</ul>
</div>
<div class="col-4">
<br>
<br>
<p>According to Times of India about 146,133 people were killed in road accidents in India in the year 2016. Out of these about 30% of deaths are caused due to delayed ambulance.</p>
<p>Another Indian government data shows more than 50% of heart attack cases reach hospital late, which can constitute unavailability of ambulances too but majority of it is due to patients stuck in traffic.</p>
<p>Our aim is to send alerts to drivers and respective traffic entities to make way well before time to avoid traffic jams.</p>
</div>
<div class="col-5">
<br>
<p>This website aims to simulate the process of delivering alerts based on one's category and location.</p>
<p>It asks for your (category?) as either a (categories here) and takes your location. If you're a 4-wheeler driver, an alert is sent to you if your current location coincides with the path ambulance is taking.</p>
<p>If you're an ambulance driver, a path is taken as an input and chatting previlages are given to communicate with the respective traffic entity to plan a free path ahead (in addition to an alert sent to the 4-wheelers).</p>
</div>
<div class="social-links">
<a href="https://github.com/raunakr11/DigiLance">
<img src="images/github.png" class="github">
</a>
</div>
</body>
</html>