Skip to content

Commit

Permalink
Merge branch 'main' into thejordanwood-designer-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Sep 9, 2024
2 parents 6bb48db + 8b6bf91 commit 9042366
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 50 deletions.
40 changes: 18 additions & 22 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Workflows

## accessibility-alt-text-bot.yml

This action reminds users to add a meaningful alternative text to their images.

## auto-update.yml

Updating branch that is configured to auto-merge.

## cypress.yml

Run Cypress tests with Axe to check accessibility of the site with axe by interacting with the menu, search, and with different screen sizes.

## link-check.yml

This action checks content links for issues using https://github.com/gjtorikian/html-proofer.

## pa11y.yml

Tests the site for accessibility issues using pa11y-ci. The results of the tests are added as comment on the pull request.
Expand All @@ -12,35 +28,15 @@ The pa11y-ci commands can also be run locally to generate the same test results:
* `npm run pa11y-ci:home` run pa11y-ci against the home page.
* `npm run pa11y-ci:sitemap` run pa11y-ci against all URLs generated by the sitemap except for PDFs.

## reviewdog.yml

Run remark-lint with reviewdog on pull requests to check for readibility and other text checks.

## backlog-issues.yml

Automatically place new/reopened issues in to the project board.

## qa.yml

Adding the label 'qa-pull-request' to a pull request will deploy the changes to a [QA site](https://accessibility-qa.civicactions.com/) for review. To reapply the changes remove and readd the label. **Note**: Only one pull request can be viewable on the QA site so use coordinate the deployments.

This pipeline requires a personal access token or organizational one with the key `API_TOKEN_GITHUB`.

## cypress.yml

Run Cypress tests with Axe to check accessibility of the site with axe by interacting with the menu, search, and with different screen sizes.

## accessibility-alt-text-bot.yml

This action reminds users to add a meaningful alternative text to their images.

## link-check.yml

This action checks content links for issues using https://github.com/gjtorikian/html-proofer.

## auto-update.yml
## reviewdog.yml

Updating branch that is configured to auto-merge.
Run remark-lint with reviewdog on pull requests to check for readibility and other text checks.

# References

Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/backlog-issues.yml

This file was deleted.

4 changes: 2 additions & 2 deletions _includes/contact.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<form action="https://usebasin.com/f/9cbe63444dee" method="POST">
<div class="form-input">
<label for="email-address">Email Address<abbr title="required" class="usa-hint usa-hint--required">*</abbr></label>
<label for="email-address">Email address<abbr title="required" class="usa-hint usa-hint--required">*</abbr></label>
<input type="email" id="email-address" name="email-address" required>
</div>
<div class="form-input">
<label for="text-area">Subject<abbr title="required" class="usa-hint usa-hint--required">*</abbr></label>
<label for="text-area">How can we help you?<abbr title="required" class="usa-hint usa-hint--required">*</abbr></label>
<textarea id="text-area" name="text-area"></textarea>
</div>
<button class="usa-button" type="submit">Submit</button>
Expand Down
10 changes: 10 additions & 0 deletions _sass/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,13 @@ a.anchor-link:focus, a.anchor-link:hover {
font-size: large;
opacity: 1
}

main .usa-table td {
vertical-align: top;
font-size: 1.1rem;
}
main .usa-table td ul,
main .usa-table td li,
main .usa-table td strong {
font-size: inherit;
}
19 changes: 13 additions & 6 deletions about/contact.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
---
layout: about
title: Contact form
description: Ways to connect with us.
title: Contact Us
description: Connect with the CivicActions Accessibility team.
permalink: /about/contact
sidenav: docs
redirect_from:
- /contact

---
Fill out the form below with your email address and reason for contacting us.
We love helping people improve accessibility in their products and services. Tell us about your accessibility challenge or reason for contacting us, and we'll get in touch.

{% include contact.html %}

## Other ways to contact us
## More ways to reach us
* Email: [[email protected]](mailto:[email protected])
* GitHub: [Submit an issue](https://github.com/CivicActions/accessibility/issues)
* Twitter: [@civicactions](https://twitter.com/civicactions)
* LinkedIN: [@civicactions](https://www.linkedin.com/company/civicactions/)
* X: [@civicactions](https://twitter.com/civicactions)
* Visit our main website: [CivicActions.com](https://civicactions.com/)


## Feedback
Bugs? Comments? Suggestions? We welcome your feedback and ideas for our site.

[Submit a Github issue](https://github.com/CivicActions/accessibility/issues)

0 comments on commit 9042366

Please sign in to comment.