Skip to content

Commit

Permalink
add terminals, add basemap toggle to show aerial imagery, cache bust …
Browse files Browse the repository at this point in the history
…for deployment
  • Loading branch information
brightrain committed Jul 23, 2021
1 parent 5f3f3ee commit 08d3712
Show file tree
Hide file tree
Showing 6 changed files with 567 additions and 11 deletions.
Binary file added assets/ferry-west.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.20/lodash.min.js"></script>
<script src="https://js.arcgis.com/4.17/"></script>

<script src="js/index.js"></script>
<script src="js/index-v.1.1.0.js"></script>

</head>

<body>
<div id="app">
<div id="loader" v-show="isUpdating"></div>
<div id="infoBox" class="panel" v-show="showingInfobox">
<h1>{{currentZoom}}</h1>
<img src="assets/washington-state-ferries-logo.svg" alt="wa ferries logo" id="info-ferry-logo">
<h1 class="vessel-title">{{selectedVessel.attributes.VesselName}}</h1>
<h2><b>{{selectedVessel.attributes.DepartingTerminalName}} ➟
Expand Down Expand Up @@ -63,7 +64,12 @@ <h2 id="introTitle"><br>REAL-TIME TRACKER</h2>
<a href="https://brightrain.com" target="_blank">
<img class="is-pulled-right" src="assets/brightrain.png" width="200px">
</a>
<img src="assets/ferry.png">
<div id="ferriesCruiseContainer">
<img src="assets/ferry-west.png" id="aboutFerryWest" width="70px">
<img src="assets/ferry.png" id="aboutFerryEast1">
<img src="assets/ferry.png" id="aboutFerryEast2" width="85px">

</div>
<p>
<span>Whether you are aboard a ferry right now, about to board, or a million miles from here, I hope you enjoy ALL THE FERRIES, brought to you by </span>
<a href="https://brightrain.com" id="brsLink" target="_blank">Bright Rain Solutions</a>.
Expand Down
Loading

0 comments on commit 08d3712

Please sign in to comment.