Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit fc28a4c

Browse files
authored
Merge pull request #222 from Code4HR/sunset
Use the snow route mode for a sunset message
2 parents 7bbc92f + afcf6fb commit fc28a4c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
<div id="snow-mode">
3636
<div class="container">
3737
<img id="logo" src="img/favicon-rounded.png" alt="hrt logo">
38-
<h1>Limited Service</h1>
39-
<p>On Monday, HRT will implement the Snow Emergency Service described in the link below. </p>
40-
<p><a href="//gohrt.com/route/snow-emergency-service/" class="btn btn-info">GoHRT.com</a></p>
38+
<h1>Goodbye</h1>
39+
<p>First, the good news... HRT is upgrading their IT systems and will add true real-time support. This means you'll be able to choose from a bunch of amazing transit apps to get real-time bus information.</p>
40+
<p>The bad news is that HRT has to turn off our data feed before the new system is ready. We are sorry that you will be without real-time data for a bit, but we are so excited that we can finally sunset our little app.</p>
41+
<p>Thanks to all the Code for Hampton Roads volunteers who built this app and supported it for the last 8 years. Thanks to everyone who has donated money to help pay our monthly server bill. We'll see you around!</p>
4142
</div>
4243
</div>
4344

js/busfinder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$(function(){
22

3-
var SNOW_ROUTES = false;
3+
var SNOW_ROUTES = true;
44

55
var Arrival = Backbone.Model.extend({
66
idAttribute: "_id",

0 commit comments

Comments
 (0)