|
1 | 1 | --- |
2 | | -layout: product |
| 2 | +layout: collection |
3 | 3 | title: Community projects |
4 | 4 | description: Projects being developed across government teams |
5 | | ---- |
| 5 | +pagination: |
| 6 | + data: project |
| 7 | + size: 20 |
| 8 | +project: |
| 9 | + - url: https://x-govuk.github.io/govuk-accessibility-mistakes-forms/ |
| 10 | + data: |
| 11 | + title: Fix Common Accessibility Mistakes |
| 12 | + description: Learn how to fix common accessibility mistakes in government digital services. |
| 13 | + |
| 14 | + - url: https://govuk-components.netlify.app/ |
| 15 | + data: |
| 16 | + title: GOV.UK Components for Ruby on Rails |
| 17 | + description: Build GOV.UK services using Ruby on Rails components. |
| 18 | + |
| 19 | + - url: https://x-govuk.github.io/govuk-design-history/ |
| 20 | + data: |
| 21 | + title: GOV.UK Design History |
| 22 | + description: Document and share design decisions. Create a permanent record of how your service has developed over time. |
| 23 | + |
| 24 | + - url: https://govuk-form-builder.netlify.app/ |
| 25 | + data: |
| 26 | + title: GOV.UK Form Builder for Ruby on Rails |
| 27 | + description: Build GOV.UK services using Ruby on Rails’ form builder. |
| 28 | + |
| 29 | + - url: https://github.com/x-govuk/govuk-frontend-aspnetcore |
| 30 | + data: |
| 31 | + title: GOV.UK Frontend for ASP.NET Core |
| 32 | + description: Build GOV.UK services using ASP.NET Core components. |
| 33 | + |
| 34 | + - url: https://x-govuk.github.io/govuk-eleventy-plugin/ |
| 35 | + data: |
| 36 | + title: GOV.UK Eleventy Plugin |
| 37 | + description: Write documentation using Markdown and publish it using GOV.UK styles. |
6 | 38 |
|
7 | | -{% include "../../app/includes/shared_projects.njk" %} |
| 39 | + - url: https://x-govuk.github.io/govuk-services-frontend-stats/ |
| 40 | + data: |
| 41 | + title: GOV.UK Frontend Stats |
| 42 | + description: Current versions of GOV.UK Frontend used by different services, based on their publicly available source code. |
| 43 | + |
| 44 | + - url: https://x-govuk.github.io/govuk-prototype-components/ |
| 45 | + data: |
| 46 | + title: GOV.UK Prototype Components |
| 47 | + description: Use common components that are not yet part of the GOV.UK Design System. |
| 48 | + |
| 49 | + - url: https://x-govuk.github.io/govuk-prototype-filters/ |
| 50 | + data: |
| 51 | + title: GOV.UK Prototype Filters |
| 52 | + description: Prototype with data using helpful template filters. |
| 53 | + |
| 54 | + - url: https://github.com/x-govuk/govuk-prototype-wizard |
| 55 | + data: |
| 56 | + title: GOV.UK Prototype Wizard |
| 57 | + description: Build and iterate ‘one thing per page’ user journeys when prototyping GOV.UK services. |
| 58 | + |
| 59 | + - url: https://x-govuk.github.io/govuk-rspec-helpers/ |
| 60 | + data: |
| 61 | + title: GOV.UK RSpec Helpers |
| 62 | + description: Test GOV.UK services using the RSpec framework. |
| 63 | + |
| 64 | + - url: https://govuk-digital-services.herokuapp.com/ |
| 65 | + data: |
| 66 | + title: GOV.UK Services List |
| 67 | + description: A catalogue of digital services from the UK government and its agencies. |
| 68 | +--- |
0 commit comments