diff --git a/config/tech-docs.yml b/config/tech-docs.yml index a951f6c..a8a3135 100644 --- a/config/tech-docs.yml +++ b/config/tech-docs.yml @@ -4,7 +4,7 @@ # Header-related options show_govuk_logo: false service_name: Apply the Service Standard in DfE -service_link: /service-standard/ +service_link: / phase: ALPHA # Links to show on right-hand-side of header diff --git a/source/accessibility/accessibility-audit.html.md.erb b/source/accessibility/accessibility-audit.html.md.erb index 2671cc1..459cf7b 100644 --- a/source/accessibility/accessibility-audit.html.md.erb +++ b/source/accessibility/accessibility-audit.html.md.erb @@ -7,9 +7,9 @@ weight: 255 Service teams must arrange for an accessibility audit to be carried out before they move to public beta. This is to ensure the service is compliant with the accessibility regulations. This audit should be repeated every 12 months or if there are significant changes to a service. -You should include budget for accessibility testing as part of your business case. External audits can cost a minimum of £4,000 to carry out. +You should include budget for accessibility testing as part of your business case. External audits can cost a minimum of £3,000 to carry out. -Issues that you find which will be resolved must be listed in your [accessibility statement](/accessibility/accessibility-statement.html) under the **How accessible this website is** section. +Issues that you find which will be resolved must be listed in your [accessibility statement](/accessibility/accessibility-statement.html) under the **Non-accessible content** section. ## Internal testing and audits @@ -17,7 +17,7 @@ You should be carrying out testing within the team on your service to make sure Some teams will have testers and team members that can test and audit services to WCAG 2.1 AA standard. However, there are a range of tools and services available to carry out basic testing yourself. -### Testing +### Testing tools Most tools will run in the browser or can be added as browser extentions to Edge or Chrome. @@ -65,7 +65,10 @@ You can find out more about the responsibilities of [testing](/accessibility/rol If you don't have people in your team who can do this, you can request an internal audit. -If your service is currently being service managed within Digital Data and Technology (DDaT) and it appears on the internal Configuration Management Database (CMDB), then the Business Engagement and Accessibility Team can undertake an assurance audit for you. If you are unsure, contact the accessibility support team. +If your service is currently being service managed within Digital Data and Technology (DDaT) and it appears on the internal Configuration Management Database (CMDB), then the Business Engagement and Accessibility Team can undertake an assurance audit for you. + +<%= example_panel("Request an internal audit","To find out if you can get an internal audit, contact the accessibility support team.")%> + Otherwise, you will need to find an external supplier to carry out an audit. @@ -73,11 +76,15 @@ Otherwise, you will need to find an external supplier to carry out an audit. An external audit will be more comprehensive and include users with accessibility needs. It will also take longer to complete as you will need to allow for the time for procurement plus agencies rarely will have immediate availability. Allow 1-3 months for the audit to be arranged and carried out. -Contact the [Digital and Technologies Contracts](Dandt.CONTRACTS@education.gov.uk) team. They might have an existing contract in place that can be used for an audit or they can help you to procure a supplier through the Digital Marketplace. +It can cost from £3,000 to have an audit done, so this should be budgeted for. Popular suppliers for accessibility audits include: -- Digital Accessibility Centre (DAC) -- Nexer +- <%= external_link("https://digitalaccessibilitycentre.org","Digital Accessibility Centre (DAC)")%> +- <%= external_link("https://www.nexerdigital.com","Nexer")%> + +<%= example_panel("Getting an external audit","The [Digital and Technologies Contracts](mailto:Dandt.CONTRACTS@education.gov.uk) team can help with obtaining an audit or procuring a supplier through the Digital Marketplace")%> + +## More information -<%= example_panel("Additional guidance","You can find more guidance on getting an external accessibility audit on GOV.UK")%> +<%= signpost_link("https://www.gov.uk/service-manual/helping-people-to-use-your-service/getting-an-accessibility-audit","Getting an accessibility audit on GOV.UK",true)%> \ No newline at end of file diff --git a/source/accessibility/digital-inclusion.html.md.erb b/source/accessibility/digital-inclusion.html.md.erb new file mode 100644 index 0000000..22e8e7a --- /dev/null +++ b/source/accessibility/digital-inclusion.html.md.erb @@ -0,0 +1,6 @@ +--- +title: Digital inclusion +weight: 215 +--- + +# Digital inclusion \ No newline at end of file diff --git a/source/googlefacf5ebcd086d0a0.html b/source/googlefacf5ebcd086d0a0.html index 4679f38..7d37e23 100644 --- a/source/googlefacf5ebcd086d0a0.html +++ b/source/googlefacf5ebcd086d0a0.html @@ -1,3 +1,7 @@ +--- +hide_in_navigation: true +--- + google-site-verification: googlefacf5ebcd086d0a0.html -
\ No newline at end of file +# \ No newline at end of file diff --git a/source/index.html.md.erb b/source/index.html.md.erb index a6d7ca2..735525e 100644 --- a/source/index.html.md.erb +++ b/source/index.html.md.erb @@ -1,13 +1,13 @@ --- -title: Apply the Service Standard in DfE -description: Guidance and information for how to apply the Service Standard in the Department for Education (DfE) +title: Apply the Service Standard in the Department for Education (DfE) +description: Guidance and information for how to apply the Service Standard in the Department for Education (DfE) to design and build accessible, usable and understandable services. weight: 10 --- -# Apply the Service Standard in DfE +# Apply the Service Standard in the Department for Education This guidance helps teams understand how to apply the [Service Standard](https://www.gov.uk/service-manual) in DfE. diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 1290ef2..b9ec99f 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -358,7 +358,7 @@ footer { @media (min-width: 40.0625em) { .dfeuk-action-link { - margin-bottom: 40px; + margin-bottom: 20px; } } @@ -372,6 +372,10 @@ footer { } } +.dfeuk-action-link+.dfeuk-action-link { + margin-bottom: 20px; +} + .dfeuk-action-link__link { font-weight: 400; font-size: 18px;