diff --git a/README.md b/README.md index 4a8813b1a..f161714f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Working NYC -![Image of person using the Working NYC website with their phone.](open-graph.png) +![Image of a person using the Working NYC website with their phone.](product-open-graph.png) [Working NYC](https://working.nyc.gov) helps New Yorkers connect to the services and resources they need to find a new or better job. The site accommodates NYC residents... @@ -13,7 +13,7 @@ Learn more about Working NYC at [nyc.gov/opportunity](https://www1.nyc.gov/site/ ## Tech -Working NYC is a publicly available [WordPress](https://wordpress.org/) site hosted on [WP Engine](https://wpengine.com/). Source code is available in this repository. The [Working NYC Patterns](https://github.com/cityofnewyork/working-nyc-patterns) provide mobile-first stylesheets, fonts, icons, and JavaScript-enhanced components that support WCAG AA compliance, and multi-lingual (right-to-left, and left-to-right) layouts. They are distributed as an NPM Package which can be installed in any project. +Working NYC is a publicly available [WordPress](https://wordpress.org/) site hosted on [WP Engine](https://wpengine.com/). Source code is available in this repository. The [Opportunity Standard](https://nycopportunity.github.io/standard) provides mobile-first stylesheets, fonts, icons, and JavaScript-enhanced components that support WCAG AA compliance, and multi-lingual (right-to-left, and left-to-right) layouts. They are distributed as an NPM Package which can be installed in any project. ## Local Installation diff --git a/product-open-graph.png b/product-open-graph.png new file mode 100644 index 000000000..f986309e1 Binary files /dev/null and b/product-open-graph.png differ diff --git a/wp-content/themes/workingnyc/README.md b/wp-content/themes/workingnyc/README.md index 2b078fef7..054fa1a5a 100644 --- a/wp-content/themes/workingnyc/README.md +++ b/wp-content/themes/workingnyc/README.md @@ -3,7 +3,7 @@ This folder contains all of the PHP functions, templates, styling, and scripts for the site. This is the only WordPress theme that is compatible with the WordPress site. * **/acf-json** - [Advanced Custom Fields](https://www.advancedcustomfields.com/pro/) JSON files for syncing custom fields between environments. -* **/assets** - The source for SVG, stylesheet, and JavaScript files in [**src**](src) and **node_modules** directories are compiled to the [**/assets**](assets) directory. The theme relies on the [Working NYC Patterns](https://cityofnewyork.github.io/working-nyc-patterns/) for sourcing UI pattern code. Refer to the [documentation](https://cityofnewyork.github.io/working-nyc-patterns/) for details on the different patterns and their usage. +* **/assets** - The source for SVG, stylesheet, and JavaScript files in [**src**](src) and **node_modules** directories are compiled to the [**/assets**](assets) directory. The theme relies on the [Opportunity Standard](https://nycopportunity.github.io/standard) for sourcing UI code. Refer to the [documentation](https://nycopportunity.github.io/standard) for details on the different patterns and their usage. * **/timber-posts** - Site and Post Type classes that [extend Timber](https://timber.github.io/docs/guides/extending-timber/) and provide processed data to views. * **/includes** - Theme functions, filters, and other helpers that assist in rendering views. @@ -15,6 +15,8 @@ This folder contains all of the PHP functions, templates, styling, and scripts f * **/objects** - Object pattern templates. * **/programs** - Programs feature templates. + * **/jobs** - Jobs feature templates. + * **/guides** - Guides feature templates. * **/utilities** - Misc. view template partials. ## Twig Templates