-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
30 lines (30 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<section class="about-us">
<h2 class="fade-in">About Us</h2>
<p class="slide-up">TrackGuard addresses the safety and emergency of gig workers (delivery personnel). The device worn around the neck integrates GPS navigation, and emergency responses, and improves the overall experience for riders by getting all instructions in audio mode. TrackGuard connects to Vultr stores and analyzes the data for further training, rerouting the route of the people and improving work-life balance. It will enhance the safety and security of delivery workers, such as advanced tracking systems, emergency response tools, or wearable devices that monitor health and safety conditions. It will help in optimizing delivery routes, reduce delivery times, and improve the overall efficiency of the delivery process. This could include AI-driven logistics solutions, real-time traffic analysis.
</p>
<div class="icons">
<div class="icon bounce">
<img src="image.jpeg" alt="Icon 1">
<p>Quality</p>
</div>
<div class="icon bounce">
<img src="image2.jpeg" alt="Icon 2">
<p>Innovation</p>
</div>
<div class="icon bounce">
<img src="img.jpeg" alt="Icon 3">
<p>Integrity</p>
</div>
</div>
</section>
</body>
</html>