-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalytics.html
More file actions
120 lines (109 loc) · 6.81 KB
/
analytics.html
File metadata and controls
120 lines (109 loc) · 6.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="canonical" href="https://gonow-systems.com/features/analytics.html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Analytics & Performance | GoNow Systems</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="icon" type="image/png" href="../assets/logo.png">
</head>
<body class="feature-page">
<nav>
<a href="/" class="logo" aria-label="GoNow Systems — Go to homepage">
<div class="logo-icon"><img src="../assets/logo.png" alt=""
style="width: 20px; height: 20px; filter: brightness(0) invert(1);"></div>
<span>GoNow <span
class="gradient-text">Systems</span></span>
</a>
<div class="nav-links">
<a href="../index.html#features">Features</a>
<a href="../index.html#about">About</a>
<a href="../index.html#pricing">Pricing</a>
</div>
</div>
<a href="../index.html#contact" class="nav-cta">Inquire Now</a>
</nav>
<section class="feature-detail reveal active" style="padding-top: 10rem;">
<div class="container" style="max-width: 900px; margin: 0 auto;">
<div class="back-link" style="margin-bottom: 2rem;">
<a href="../index.html#features" style="color: var(--primary); text-decoration: none;"><i
class="fas fa-arrow-left"></i> Back to Features</a>
</div>
<h1 class="gradient-text" style="font-size: 3.5rem; margin-bottom: 2rem;">Analytics & Performance</h1>
<p class="lead" style="font-size: 1.25rem; color: var(--text-secondary); margin-bottom: 3rem;">GoNow
transforms raw delivery logs into actionable insights. Our analytics engine provides high-level
visibility for executives while maintaining granular detail for fleet managers.</p>
<div class="feature-content" style="display: grid; gap: 4rem;">
<div class="feature-block reveal active">
<h3 style="font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--text-primary);"><i
class="fas fa-chart-pie" style="color: var(--primary); margin-right: 1rem;"></i> Delivery
Status Distribution</h3>
<ul style="list-style: none; color: var(--text-secondary); line-height: 1.8;">
<li><strong style="color: var(--text-primary);">Visual Dashboards:</strong> Interactive Pie
Charts and Bar Graphs for delivery success rates.</li>
<li><strong style="color: var(--text-primary);">On-Demand Fetching:</strong> Millisecond load
times even with thousands of records.</li>
</ul>
</div>
<div class="feature-block reveal active">
<h3 style="font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--text-primary);"><i
class="fas fa-user-clock" style="color: var(--primary); margin-right: 1rem;"></i> Employee
Performance Metrics</h3>
<ul style="list-style: none; color: var(--text-secondary); line-height: 1.8;">
<li><strong style="color: var(--text-primary);">Completion Rates:</strong> Track success
percentage per driver.</li>
<li><strong style="color: var(--text-primary);">Volume Tracking:</strong> identify efficient
handlers and high-volume routes.</li>
<li><strong style="color: var(--text-primary);">Comparison Views:</strong> custom date ranges
for trend analysis.</li>
</ul>
</div>
<div class="feature-block reveal active">
<h3 style="font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--text-primary);"><i
class="fas fa-history" style="color: var(--primary); margin-right: 1rem;"></i> Deep-Dive
Visit History</h3>
<ul style="list-style: none; color: var(--text-secondary); line-height: 1.8;">
<li><strong style="color: var(--text-primary);">Customer Trajectory:</strong> Chronological logs
of every delivery per customer.</li>
<li><strong style="color: var(--text-primary);">"Never Visited" Filter:</strong> Identify missed
opportunities and prevent churn.</li>
</ul>
</div>
<div class="feature-block reveal active">
<h3 style="font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--text-primary);"><i
class="fas fa-file-export" style="color: var(--primary); margin-right: 1rem;"></i>
Enterprise Data Export</h3>
<ul style="list-style: none; color: var(--text-secondary); line-height: 1.8;">
<li><strong style="color: var(--text-primary);">Professional PDFs:</strong> Download performance
summaries for management.</li>
<li><strong style="color: var(--text-primary);">CSV/JSON Dumps:</strong> Raw data for ERP/BI
integration.</li>
</ul>
</div>
</div>
<div class="cta-box reveal active"
style="background: var(--card-bg); border: 1px solid var(--primary); padding: 3rem; border-radius: 24px; text-align: center; margin-top: 5rem;">
<h3>Ready for data-driven logistics?</h3>
<p style="color: var(--text-secondary); margin: 1rem 0 2rem;">Join modern logistics teams using GoNow to
scale their operations.</p>
<a href="../index.html#contact" class="btn btn-primary">Schedule a Demo</a>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-bottom">
<p>© 2026 GoNow Systems Logistics Planner. All rights reserved. Developed using AI native tools by
<a href="https://artiportal.com" target="_blank" rel="noopener noreferrer">ArtiPortal.com</a> Michael Bitar.
</p>
<p>Made with <i class="fas fa-heart" style="color: #ef4444;"></i></p>
<p id="last-updated" style="font-size: 0.8em; opacity: 0.7; margin-top: 5px;">Last Update: <span
class="placeholder">--</span></p>
</div>
</div>
</footer>
<script src="../script.js"></script>
</body>
</html>