- The Ghost Bus project has been run by volunteer Chicagoans who have an + The Ghost Bus project was run by volunteer Chicagoans who have an interest in making Chicago better through data and technology. Although - we’re winding down active development and we don't plan to add new features - at this time, there are still many opportunities to get involved with other + this project is no longer active, there are still many opportunities to get involved with other breakout groups at Chi Hack Night. CHN welcomes contributions from folks of any background whether in technology like data science, front- or back-end software engineering, and web-development, or backgrounds in journalism, @@ -35,7 +34,7 @@ const About = () => {
About Our Impact
- The Ghost Bus project is always open to providing people and organizations access to our data to aid others with their causes or purposes——whether towards a more informed and improved Chicago transit system or towards learning and growth using relatable data. Some examples of how our data has been used include: + Some examples of how our data has been used include:
-
diff --git a/src/Pages/InteractiveMap.js b/src/Pages/InteractiveMap.js
index 3e858e83..0d730d11 100644
--- a/src/Pages/InteractiveMap.js
+++ b/src/Pages/InteractiveMap.js
@@ -18,7 +18,7 @@ const InteractiveMap = () => {
return (
Interactive Map
-Data from {formatDate(resultsData.dates.start)} to {formatDate(resultsData.dates.end)}. Data updated periodically.+Data from {formatDate(resultsData.dates.start)} to {formatDate(resultsData.dates.end)}.diff --git a/src/components/DeprecationAlert.js b/src/components/DeprecationAlert.js new file mode 100644 index 00000000..6eeef98c --- /dev/null +++ b/src/components/DeprecationAlert.js @@ -0,0 +1,13 @@ +import React from "react"; + +export default function DeprecationAlert() { + return ( +++ ); +} diff --git a/src/scss/_deprecation-alert.scss b/src/scss/_deprecation-alert.scss new file mode 100644 index 00000000..f91e9a8a --- /dev/null +++ b/src/scss/_deprecation-alert.scss @@ -0,0 +1,17 @@ +.deprecation-alert { + background-color: yellow; + text-align: center; + p { + font-size: 1.2rem; + font-weight: 900; + } + +} + +@media (min-width: $tablet-bp) { + .deprecation-alert { + display: flex; + justify-content: space-around; + align-items: flex-start; + } +} diff --git a/src/scss/main.scss b/src/scss/main.scss index bc4dd5ac..e1d23bef 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -1,6 +1,7 @@ @import "config"; @import "socials"; @import "header-animation"; +@import "deprecation-alert"; @import "nav"; @import "header"; @import "page";+ As of October 2024, this site is no longer being updated.
+
+ The raw data behind the project is still available for independent analysis.
+ See this GitHub page for information on how to access the raw data. +