Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Dec 15, 2022
1 parent b14088c commit f180b8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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...

Expand All @@ -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

Expand Down
Binary file added product-open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion wp-content/themes/workingnyc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- * **/blocks** - [Custom Gutenburg Block](https://developer.wordpress.org/block-editor/developers/) source. -->
* **/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.
Expand All @@ -15,6 +15,8 @@ This folder contains all of the PHP functions, templates, styling, and scripts f
<!-- * **/emails** - Email view templates -->
* **/objects** - Object pattern templates.
* **/programs** - Programs feature templates.
* **/jobs** - Jobs feature templates.
* **/guides** - Guides feature templates.
* **/utilities** - Misc. view template partials.

## Twig Templates
Expand Down

0 comments on commit f180b8c

Please sign in to comment.