-
Notifications
You must be signed in to change notification settings - Fork 1
/
smart-trailer.html
167 lines (154 loc) · 7.31 KB
/
smart-trailer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>assetflo - Smart Trailer</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center"> <img src="assets/img/assetflo-logo.webp" alt=""> </a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li>
<a href="index.html" class="active">Home</a>
</li>
<li>
<a href="our-technology.html">Our Technology</a>
</li>
<li class="dropdown">
<a href="#"><span>Solutions</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li>
<a href="smart-asset.html">Smart Asset</a>
</li>
<li>
<a href="smart-trailer.html">Smart Trailer</a>
</li>
<li>
<a href="smart-warehouse.html">Smart Warehouse</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#"><span>Company</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="partners.html">Partners</a>
</li>
</ul>
</li>
<li>
<a class="get-a-quote" href="mailto:[email protected]?subject=Assetflo%20Demo%20Request">Request a Demo</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main">
<div class="breadcrumbs">
<div class="page-header d-flex align-items-center" style="background-image: url('assets/img/page-header.webp');">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>Smart Trailer</h2>
</div>
</div>
</div>
</div>
</div>
<section id="features" class="features">
<div class="container">
<div class="row gy-4 align-items-center features-item" data-aos="fade-up">
<div class="col-md-5 order-1 order-md-2">
<img src="assets/img/strailer.webp" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1">
<h3>Real-time monitoring of trailer location and operating conditions</h3>
<p>
The Assetflo Smart Trailer solution helps fleet managers keep trailers on the road and ensure customer deliveries are done on time and on budget. Our Smart Trailer tags track the trailer location whether it’s connected to a truck or disconnected waiting pickup at a trailer yard. Knowing the exact location in the yard means drivers avoid wasted “yard walk” time and get the right trailer with the right load. These same tags provide accurate GPS-based odometer mileage in real-time that overcomes the costs and limitations of traditional hubodometers. So fleet managers always know the actual mileage when scheduling maintenance.<br><br>
And Assetflo harnesses the power of Machine Learning algorithms to significantly reduce GPS and sensor data, preserving battery power and extending the service life of Assetflo devices. As a result, our solution dramatically outpaces the competition with a low cost of ownership.
</p>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info"> <a href="index.html" class="logo d-flex align-items-center"><span>Assetflo</span></a>
<p>Revolutionizing business with affordable<br>Next-generation Mobile IoT solutions today.</p>
<div class="social-links d-flex mt-4"> <a href="https://www.linkedin.com/company/assetflo-inc/" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Solutions</h4>
<ul>
<li>
<a href="smart-asset.html">Smart Asset</a>
</li>
<li>
<a href="smart-trailer.html">Smart Trailer</a>
</li>
<li>
<a href="smart-warehouse.html">Smart Warehouse</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p><strong>Email:</strong> <a href="mailto:[email protected]?subject=Contact%20Request">[email protected]</a></p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright 2024 <strong><span>Assetflo</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://assetflo.com">Assetflo</a>
</div>
</div>
</footer>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>