From 4af628afe9db688dfd5bacff8489173e860bcfac Mon Sep 17 00:00:00 2001 From: horatio Date: Mon, 26 Aug 2024 09:30:44 -0400 Subject: [PATCH] 130 added warning copy to CPE map --- app/app.scss | 5 +++ app/capitalprojects/LandingPage.jsx | 58 +++++++++++++++++++++++++---- 2 files changed, 56 insertions(+), 7 deletions(-) diff --git a/app/app.scss b/app/app.scss index 1a42d460..40c5f401 100644 --- a/app/app.scss +++ b/app/app.scss @@ -44,6 +44,11 @@ h1, h2, h3, h4, h5 { color: #d96b27; } +.warning-copy { + color: #FFF; + text-decoration: underline; +} + .btn.dcp-orange:hover, .btn.dcp-orange:active { background-color: #a5501b; border-color: #a5501b; diff --git a/app/capitalprojects/LandingPage.jsx b/app/capitalprojects/LandingPage.jsx index 0df4b007..5947e287 100644 --- a/app/capitalprojects/LandingPage.jsx +++ b/app/capitalprojects/LandingPage.jsx @@ -20,20 +20,32 @@ class LandingPage extends React.Component {
-
+

NYC Capital Projects

-

A new way to explore NYC's Capital Commitment Plan and Capital Spending

-

Learn More

+

+ A new way to explore NYC's Capital Commitment Plan and + Capital Spending +

+

+ Learn More +

-
Search the
Capital Commitment Plan
+
+ Search the
Capital Commitment Plan +
- Raw data for all capital projects within the most recent Capital Commitment Plan published by the Mayor’s Office of Management and Budget. + Raw data for all capital projects within the most recent + Capital Commitment Plan published by the Mayor’s Office of + Management and Budget.
@@ -46,13 +58,45 @@ class LandingPage extends React.Component { to="/capitalprojects/explorer" className="btn btn-default" > -
Explore
Capital Projects on a Map
+
+ Explore
Capital Projects on a Map +
- Capital projects within the Capital Commitment Plan that NYC Planning has worked with agencies to map - a subset of total planned spending. + Capital projects within the Capital Commitment Plan that + NYC Planning has worked with agencies to map - a subset of + total planned spending.
+
+ The NYC Capital Projects component of NYC DCP's Capital + Planning Explorer is no longer being updated with the latest + data. To download the latest Capital Projects data, please + refer to   + + NYC Open Data   + + or  + + Bytes of the Big Apple + + . For a web map version of the same data, please use   + + CDPB Explorer + + . Please stay tuned for an updated and enhanced version of + CPE. +