Basic data ingestion and analytics
This commit is contained in:
@@ -265,12 +265,31 @@
|
||||
color: #999;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
padding: 8px 20px;
|
||||
background: rgba(255,255,255,0.2);
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
background: rgba(255,255,255,0.3);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>Skopje Bus Tracker</h1>
|
||||
<div class="subtitle" id="routeInfo">Select stop and route to track</div>
|
||||
<div style="display: flex; justify-content: space-between; align-items: center;">
|
||||
<div>
|
||||
<h1>Skopje Bus Tracker</h1>
|
||||
<div class="subtitle" id="routeInfo">Select stop and route to track</div>
|
||||
</div>
|
||||
<a href="/analytics.html" class="nav-link">View Analytics</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="controls">
|
||||
|
||||
Reference in New Issue
Block a user