Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjones81 authored Jul 12, 2023
2 parents 377e273 + edf5ba3 commit 23f6e9e
Show file tree
Hide file tree
Showing 37 changed files with 2,651 additions and 2,492 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
Binary file added app/assets/.DS_Store
Binary file not shown.
3,096 changes: 1,577 additions & 1,519 deletions app/assets/scss/app.scss

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions app/data/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@
"source": "https://www.gov.uk/government/publications/understanding-disabilities-and-impairments-user-profiles/pawel-user-with-aspergers",
"type": "a"
},
{
"measure": "ADHD - 0-19 years old",
"percent": 5,
"source": "https://adhduk.co.uk/adhd-incidence/",
"type": "a"
},
{
"measure": "ADHD - 20 years old and over",
"percent": 3.5,
"source": "https://adhduk.co.uk/adhd-incidence/",
"type": "a"
},
{
"measure": "Bipolar disorder",
"percent": 2,
Expand Down
Binary file added app/downloads/wcag-checklist-december-2022.xlsx
Binary file not shown.
Binary file modified app/views/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/views/accessibility/assurance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set pageDescription = "Testing methods and assurance processes for ensuring Department for Education services meet accessibility standards and requirements." %}
{% set selectedNav = "Accessibility" %}
{% set lastUpdated = "January 2023" %}
{% set backlog_issue_id = "20" %}
{% set backlog_issue_id = "48" %}

{% extends "layouts/content-with-sidenav.html" %}

Expand Down
2 changes: 1 addition & 1 deletion app/views/accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title

<p>We are <a href='/accessibility/standards'>legally required</a> to ensure all content available through a browser (websites, services, and apps) are accessible, regardless of whether they are for staff internal use, or external users.</p>

<p>When we talk about accessibility we must not think of it as just people with disabilities, it also means supporting everyone with temporary, situational and permenant access needs who may be using assistive technology.</p>
<p>When we talk about accessibility we must not think of it as just for disabled people, it also means supporting everyone with temporary, situational and permanent access needs who may be using assisitve technology.</p>

<p>In the UK, <a href="https://www.scope.org.uk/media/disability-facts-figures/" target="_blank">one in five people have a disability</a> and around <a href="https://adhdaware.org.uk/what-is-adhd/neurodiversity-and-other-conditions/" target="_blank">15% of people are thought to be neurodivergent</a> .</p>

Expand Down
136 changes: 68 additions & 68 deletions app/views/accessibility/understanding-wcag/draft-2-2.html

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions app/views/community/index.html

This file was deleted.

Binary file modified app/views/content-design/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/views/content-design/how-we-write-emails/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<p>You can find updates to the guidance on emails in the GOV.UK design system backlog issue, <a href="https://github.com/alphagov/govuk-design-system-backlog/issues/89" target="_blank"> Sending emails (opens in new tab)</a>.</p>

<p>If you’re using Notify, use the <a href="https://www.notifications.service.gov.uk/using-notify target="_blank"> Notify guidance (opens in new tab)</a>.</p>
<p>If you’re using Notify, use the <a href="https://www.notifications.service.gov.uk/using-notify"target="_blank"> Notify guidance (opens in new tab)</a>.</p>

{% endblock %}
Loading

0 comments on commit 23f6e9e

Please sign in to comment.