76 lines
3.1 KiB
HTML
76 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="description" content="Athena - Live train departures for traincrew."/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="application-name" content="Athena">
|
|
<meta name="author" content="Frederick Boniface">
|
|
<link rel="stylesheet" type="text/css" href="/styles/style.css"/>
|
|
<link rel="icon" type="image/png" href="/assets/icons/favicon.ico"/>
|
|
<link rel="manifest" type="application/json" href="/manifest.json"/>
|
|
|
|
<script src="/js/nav.js"></script> <title>Athena</title>
|
|
|
|
<script src="/js/tiploc-finder.js" async></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Popup Menu -->
|
|
<div id="menubar_hamburger" class="hide_micro">
|
|
<button class="sidebar_control" id="sidebar_open_short" onclick="sidebarOpen()">☰</button>
|
|
<button class="sidebar_control" id="sidebar_close_short" onclick="sidebarClose()">×</button>
|
|
</div>
|
|
<div id="sidebar">
|
|
<a href="/">Home</a>
|
|
<a href="/help.php">Help</a>
|
|
<a href="/issue.php">Report Issue</a>
|
|
</div>
|
|
|
|
<!-- Main Content Begins -->
|
|
<picture>
|
|
<source media="(min-width:1500px)" srcset="/images/logo/logo-full-715.png" type="image/png">
|
|
<source media="(min-width:1000px)" srcset="/images/logo/logo-full-512.png" type="image/png">
|
|
<source media="(min-width:600px)" srcset="/images/logo/logo-full-256.png" type="image/png">
|
|
<img class="titleimg" src="/images/logo/logo-full-512.png" alt="OwlBoards Logo">
|
|
</picture>
|
|
<br>
|
|
<input class="lookup-box" type="text" id="crs-lookup" name="crs-lookup" placeholder="Enter CRS/TIPLOC"/>
|
|
<br>
|
|
<button class="lookup-button" onclick="getTextEntry()">Lookup Departure Board</button>
|
|
<br>
|
|
<br>
|
|
|
|
<h2 hidden>Server Maintenance</h2>
|
|
<p hidden>Athena may be completely or partially unavailable between 1900-2300 on 07/10/2022,
|
|
apologies for any inconvinience caused to you.</p>
|
|
|
|
<h2>Quick Links</h2>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('bathspa')">BTH</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('brstltm')">BRI</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('brstpwy')">BPW</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('crdfcen')">CDF</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('gloster')">GCR</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('oldfldp')">OLF</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('soton')">SOU</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('wstbryw')">WSB</button>
|
|
<button class="actionbutton" onclick="gotoInfoBoard('wsmare')">WSM</button>
|
|
|
|
<br>
|
|
<br>
|
|
<div class="text-description">
|
|
<p>This is an Alpha release and is under testing.</p>
|
|
<p>Some features may not work and some stations may not be available.</p>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer>
|
|
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - v1.0.0-devel</p>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|