Extensions proposed by the English Local Government Association (LGA) and the local government OpenCommunity project to the OpenReferral standard for human services data. Schema generator code is given to express the schema in various formats. Data conversion routines to make it conform to the standard. API that serves the data in a format compliant with the standard.
[x] Menu button hooking up.
When menu clicked/tapped, add class global-nav--open to global-nav.
[x] Menu button styles when menu open (change button text to say closed)
Add class .active to menu button when menu is open. + change button text to say close.
[x] Shared approach to page container
[x] Active page class hooking up + styling
Add class .active to nav-link when user is on that page. (So I can add the active style: a green line under the active link)
Basic styling done.
WIP branch: https://github.com/WeAreSnook/OR-UK-frontend/tree/header-styling
Still needs:
[x] Menu button hooking up. When menu clicked/tapped, add class
global-nav--open
toglobal-nav
.[x] Menu button styles when menu open (change button text to say closed) Add class
.active
to menu button when menu is open. + change button text to sayclose
.[x] Shared approach to page container
[x] Active page class hooking up + styling Add class
.active
tonav-link
when user is on that page. (So I can add the active style: a green line under the active link)[x] ARIA / a11y markup considerations