-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
89 lines (80 loc) · 4.29 KB
/
features.html
File metadata and controls
89 lines (80 loc) · 4.29 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - Imp-Vise</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
text-align: center;
}
.container {
max-width: 900px;
margin: 50px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #008080;
}
h2 {
color: #27ae60;
margin-top: 20px;
}
p {
font-size: 16px;
color: #333;
text-align: left;
}
.feature-section {
margin-top: 20px;
text-align: left;
}
</style>
</head>
<body>
<div class="container">
<h1>Features of Imp-Vise</h1>
<div class="feature-section">
<h2>Route Optimization</h2>
<p>The system identifies the most efficient routes, minimizing travel time, fuel consumption, and delays while ensuring timely deliveries.</p>
</div>
<div class="feature-section">
<h2>Eco-Friendly Performance</h2>
<p>By estimating emissions for each route, we actively contribute to reducing the carbon footprint of your logistics operations, promoting sustainability.</p>
</div>
<div class="feature-section">
<h2>Safety & Compliance</h2>
<p><strong>SDG 3: Good Health & Well-Being</strong> - Max safe speed monitoring based on truck load ensures real-time alerts to prevent accidents, prioritizing driver safety.</p>
<p><strong>SDG 5: Gender Equality</strong> - The system features an SOS button designed to prioritize the safety of female truck drivers, ensuring quick responses during emergencies.</p>
<p><strong>SDG 9: Industry, Innovation, and Infrastructure</strong> - QR-based document retrieval (RC book, license, insurance) streamlines the inspection process and reduces delays during inspections, leading to improved compliance and efficiency.</p>
</div>
<div class="feature-section">
<h2>Goal</h2>
<p>To enhance travel efficiency, improve customer satisfaction, and contribute to environmental sustainability.</p>
</div>
<div class="feature-section">
<h2>Environmental Sustainability</h2>
<p><strong>SDG 11: Sustainable Cities & Communities</strong></p>
<p><strong>SDG 13: Climate Action</strong></p>
<p><strong>Real-time AQI Tracking:</strong> The system tracks Air Quality Index (AQI) in real-time, helping drivers determine if travel is safe in a given area and avoid locations with poor air quality.</p>
<p><strong>CO₂ Emission Estimation:</strong> Our system estimates CO₂ emissions for each route, promoting eco-friendly logistics and contributing to a greener environment.</p>
<p><strong>Live Hospital Location Tracking:</strong> In case of emergencies, the system provides live tracking of nearby hospital locations, ensuring immediate access to medical care when needed.</p>
</div>
<div class="feature-section">
<h2>Time & Maintenance Efficiency</h2>
<p><strong>SDG 8: Decent Work & Economic Growth</strong></p>
<p><strong>SDG 9: Industry, Innovation & Infrastructure</strong></p>
<p><strong>Automated Compliance Alerts:</strong> The system sends automated alerts for insurance and fitness certificate (FC) renewals, preventing compliance issues and reducing the risk of fines or penalties.</p>
<p><strong>Fleet Efficiency Optimization:</strong> Live tracking and real-time alerts optimize fleet efficiency, minimizing downtime and maximizing productivity, ultimately reducing operational costs.</p>
</div>
<p>These features collectively aim to enhance operational efficiency, promote environmental sustainability, and ensure the safety and well-being of both drivers and communities.</p>
</div>
</body>
</html>