-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhy-trakereyes.html
354 lines (318 loc) · 18.3 KB
/
why-trakereyes.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!doctype html>
<html>
<head>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<!--<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" >
document.createElement("nav" );
document.createElement("header" );
document.createElement("footer" );
document.createElement("section" );
document.createElement("aside" );
document.createElement("article" );
</script>
<![endif]-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>TrakerEyes</title>
<link rel="shortcut icon" type="images/x-icon" href="images/favicon.ico"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link href="css/style.css" rel="stylesheet"/>
<link href="css/aos.css" rel="stylesheet"/>
<link href="css/animate.min.css" rel="stylesheet"/>
<link href="css/animate(1).css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500i,600,700,800,900" rel="stylesheet">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/aos.js"></script>
<script type="text/javascript" src="js/animate.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
var catTopPosition = jQuery('#scroll').offset().top;
jQuery('#scroll').click(function(){
jQuery('html, body').animate({scrollTop:catTopPosition}, 'slow');
return false;
});
});
$( document ).ready(function(){
$(".button-collapse").sideNav();
});
$(document).ready(function () {
$(".content").hide();
$(".show_hide").on("click", function () {
var txt = $(".content").is(':visible') ? 'More' : 'Less';
$(".show_hide").text(txt);
$(this).prev('.content').slideToggle(200);
});
});
$(document).ready(function () {
$(".content2").hide();
$(".show_hide2").on("click", function () {
var txt = $(".content2").is(':visible') ? 'More' : 'Less';
$(".show_hide2").text(txt);
$(this).prev('.content2').slideToggle(200);
});
});
</script>
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col s12">
<nav class="nav">
<div class="nav-wrapper">
<div class="col s3"><a href="home.html" class="logo"><img src="images/logo.png" alt=""></a></div>
<a href="#" data-activates="mobile-demo" class="button-collapse right"><i class="material-icons">menu</i></a>
<div id="nav-mobile" class="col s9 nav-wrapper right hide-on-med-and-down menu_main">
<ul class="pull-right">
<li class="position_drop"><a href="technology.html">Technology <!--<i class="material-icons">expand_more</i>--></a>
<!-- Dropdown Structure -->
<!--<ul id='dropdown2' class='dropdown-content'>
<li><a href="#!">Link 1</a></li>
<li><a href="#!">Link 2</a></li>
<li><a href="#!">Link 3</a></li>
</ul>-->
</li>
<li><a href="features.html">Features</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
<ul class="pull-right">
<!--<li class="eligibility_but"><a href="#">Check eligibility</a></li>
<li> <a class='dropdown-button' href="#" data-activates='dropdown2'><i class="material-icons">account_circle</i> Sign in</a></li>-->
</ul>
</div>
<ul class="side-nav" id="mobile-demo">
<li><a href="technology.html">Technology</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact us</a></li>
<!--<li class="eligibility_but"><a href="#">Check eligibility</a></li>
<li> <a class='dropdown-button' href="#" data-activates='dropdown1'><i class="material-icons">account_circle</i> Sign in</a></li>-->
</ul>
</div>
</nav>
<!-- Dropdown Structure -->
<ul id='dropdown1' class='dropdown-content'>
<li class="profile_text">Jack shon<br/><span>[email protected]</span></li>
<li><a href="#!">Manage Account</a></li>
<li><a href="#!">Switch Account</a></li>
<li class="divider"></li>
<li><a href="#!">Privacy</a></li>
<li><a href="#!">Sign Out</a></li>
</ul>
<ul id='dropdown2' class='dropdown-content'>
<li class="profile_text">Jack shon<br/><span>[email protected]</span></li>
<li><a href="#!">Manage Account</a></li>
<li><a href="#!">Switch Account</a></li>
<li class="divider"></li>
<li><a href="#!">Privacy</a></li>
<li><a href="#!">Sign Out</a></li>
</ul>
</div>
</div>
</div>
</header>
<aside class="container-fluid banner_section">
<section>
<div id="transcroller-body" class="aos-all">
<div class="row">
<h1 class="center_head">Why Trakereyes</h1>
<div class="col s12 we_care_main">
<div class="pull-left aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">The Need for Vehicle Tracking System For Commercial Vehicles</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">In today’s world, there are very few people who sit back in their homes and do not commute. In the 21st Century, most people have their own cars. However, the larger section of the population still avails public transport. This calls for a secure and cost-effective transportation system aimed to be achieved through scientifically designed vehicle tracking mechanisms. There are people who try to do illegal activities on roads like stealing cars or abducting kids. In this scenario, the Vehicle Tracking System can be useful as this will help officials to track the car and its activities like where it is going or where it is stopping for how long and by gathering this information, they can identify the people who tried fleeing with the vehicle. Also with the tracking system, parents can also keep a track of their children where they are going without even letting their children know about this fact.</p>
<p class="benefits-group_description content">With a large number of vehicles moving through the bustling streets of cities and towns, it’s extremely vital to ensure the safety of the present and future transportation systems. Vehicle Tracking Systems have come up with mechanisms and concepts that give all-round protection and security to vehicles and individuals on roads.</p>
<a href="javascript:void(0)" class="show_hide line" data-content="toggle-text">More</a>
</li>
</ul>
</div>
</div>
<div class="pull-right aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/truck.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-right aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Speed-monitoring</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">Vehicle Tracking Systems help to monitor the right speeds of vehicles at the right time depending on factors like traffic load, type of road, etc.</p>
</li>
</ul>
</div>
</div>
<div class="pull-left aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/speed02.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-left aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Real-time tracking</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">With the advent of technology, many transport companies are coming up with measures that enable commuters to track their travel experiences in real-time. The GPS enabled devices such as the OBD II GPS Tracker help to track live fleet activity from devices like smart -phones and laptops as well as through remote sources. Real-time tracking paves way for effective risk assessment and crisis management.</p>
</li>
</ul>
</div>
</div>
<div class="pull-right aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/delivery-truck01.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-right aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Theft-prevention</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">Transportation thefts can be reduced to a large extent with enhanced vehicle tracking systems. The tracking systems emit signals which can be followed by the police to track stolen vehicles or vehicle assets.</p>
</li>
</ul>
</div>
</div>
<div class="pull-left aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/prevention.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-left aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Road Irregularity Alerts</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">A well-designed tracking system may also help in identifying path irregularities like sudden road bumps, u-turns, blind turn, slide zones and many more. This, in turn, can help to reduce the probability of road accidents.</p>
</li>
</ul>
</div>
</div>
<div class="pull-right aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/phone-alert.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-right aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Assistive approaches</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">Individuals with speech and physical impairments can also be benefitted from Vehicle Tracking Systems. Automated vehicle and stoppage tracking mechanisms helping to track vehicle locations and stoppages by providing numbers and codes and triggering of destination signs can be of great help to those with speech impairments. Announcements of route numbers, destinations and door openings at bus stops and trains can be beneficial for visually impaired individuals.</p>
</li>
</ul>
</div>
</div>
<div class="pull-left aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/car1.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-left aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Cost-effective aspects of Vehicle Tracking Systems</h3></div>
<h5>Here’s why vehicle tracking system is economical</h5>
<ul class="list">
<li><strong>Cost-effective routes:</strong> Vehicle tracking Systems help in identifying seamless routes to reach destinations faster. This,in turn, reduces fuel expenses and downtime costs.</li>
<li><strong>Better utilization and maintenance:</strong> Real-time tracking helps to gauge the utilization of resources (e.g.: fuel usage) in each trip. This helps to optimize the cost incurred on these resources and save money. Real-time GPS tracking systems also help to reduce maintenance costs.</li>
<li><strong>Discounts:</strong> insurance companies provide special discounts on vehicles equipped with GPS tracking systems.</li>
<li><strong>Less Number of Idle vehicles:</strong> With vehicle tracking systems, there will be no vehicle standing idle in any location. The company will easily track the idle vehicle and assign favorable trips. In this way, the company will be able to improve business by earning more profits.</li>
</ul>
</div>
</div>
<div class="pull-right aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/money.png" alt=""></div></div>
</div>
<div class="col s12 we_care_main">
<div class="pull-right aos-item" data-aos="zoom-in-down">
<div class="content_part aos-item__inner">
<div class="well"><h3 class="demo2 text-danger">Peace of Mind Through Centralized Control</h3></div>
<ul class="benefits-group_list">
<li class="benefits-group_item">
<p class="benefits-group_description">With centralized vehicle tracking systems using methodologies like Radio-frequency identification (RFID), global positioning system(GPS) and GSM, commuters can safely rely on the data provided as these come from a trustworthy source. There will be lesser chances of unauthorized vehicles moving around in cities with automated SMS alerts after ignition of any unauthorized vehicle. The concept of real-time tracking helps commuters experience secure trips with centralized geo-location. This makes them less susceptible to vehicle thefts and illegal practices on road. CCTV Tracking Systems provide an additional coverage of protection to vehicle movements.</p>
<div class="content2">
<p class="benefits-group_description">A revolution is soon to happen in the transport industry with the advent of self-driven automated machine cars run without human drivers. These cars can be tracked by centralized GPS systems and provide better performance with automated sensors and speed regulators. An AI integrated traffic system may have cars and buses that can auto-detect traffic signals and thus, seamlessly move on roads. This may reduce traffic jams to a great extent.</p>
<p class="benefits-group_description">Thus, with the implementation of advanced vehicle tracking systems, the future hopes to see sophisticated transport networks digitally monitored through security and price-control modules. Simultaneous tracking of multiple vehicles through a central body will not only reduce traffic congestions and annoying waiting hours on roads and buses but will enhance the overall traffic experience of the customers by rendering personalized as well as aggregate commutation details. As the saying goes, ‘Safety comes first’, our security needs to monitored right from the moment we step out of our houses and board the bus to the time we reach our destination. Thus, Vehicle Tracking Systems are inevitable in the super first lifestyles of the modern century.</p>
</div>
<a href="javascript:void(0)" class="show_hide2 line" data-content="toggle-text">More</a>
</li>
</ul>
</div>
</div>
<div class="pull-left aos-item" data-aos="flip-down"><div class="aos-item__inner"><img src="images/positivity.png" alt=""></div></div>
</div>
</div>
</div>
</section>
</aside>
<footer>
<aside class="container-fluid">
<section class="global_footer">
<div class="row">
<div class="col s12">
<div class="col s4">
<h5>Connect with us</h5>
<p>
+370 696 38079 (Lithuania)<br/>
T. Kosciuškos g. 24, g. 24-302, Vilnius, Lithuania</p>
<p>
+46 40 693 8500 (Sweden)<br/>
Adelgatan 21, 211 22 Malmö, Sweden
</p>
</div>
<div class="col s4">
<h5>Link</h5
><ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="col s4">
<h5>Follow us</h5>
<ul class="social">
<li><a href="#"><img src="images/social01.png" alt="Facebook" title="Facebook"/></a></li>
<li><a href="#"><img src="images/social02.png" alt="Twitter" title="Twitter"/></a></li>
<li><a href="#"><img src="images/social03.png" alt="Linkedin" title="Linkedin"/></a></li>
<li><a href="#"><img src="images/social04.png" alt="Google+" title="Google+"/></a></li>
</ul>
</div>
<div class="clearfix"></div>
<p class="gray_l">Copyrights TrakerEyes 2018</p>
</div>
</div>
<!--<div class="global_footer__container">
<div class="global_footer__section">
<div class="global_footer__section__title"><a href="contact.html">Contact us</a></div>
</div>
<div class="global_footer__section">
<div class="global_footer__section__title"><a href="#">About</a></div>
</div>
<div class="global_footer__section">
<div class="global_footer__section__title"><a href="#">Privacy</a></div>
</div>
<div class="global_footer__section">
<div class="global_footer__section__title"><a href="#">Terms</a></div>
</div>
</div>
<h5>Connect with us</h5>
<p>
+370 696 38079 (Lithuania)<br/>
T. Kosciuškos g. 24, g. 24-302, Vilnius, Lithuania<br/>
+46 40 693 8500 (Sweden)<br/>
Adelgatan 21, 211 22 Malmö, Sweden
</p>-->
</section>
</aside>
</footer>
<script>
AOS.init({
easing: 'ease-in-out-sine'
});
$(".demo2").animatext({speed: 150,
effect: 'flipInX',
infinite: true});
</script>
</body>
</html>