Skip to content

Commit

Permalink
Link accessibility suggestion feedback on contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 2, 2024
1 parent 9a856d9 commit 60c58d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/pages/contact.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ eleventyNavigation:
order: 5
---

<p class="contact__sub-heading text-center">I am always open to new opportunities and projects. </p>
<p class="contact__sub-heading text-center">I am always open to new opportunities and projects.</p>

<p>I also welcome feedbacks and suggestions for improving the <a href="/accessibility">accessibility</a> of this website.</p>

<form class="form" name="contact" action="https://formsubmit.co/{{ sitemeta.siteAuthor.email }}" method="POST">
<input type="hidden" name="_next" value="{{ sitemeta.siteUrl }}/contact/thanks.html">
Expand Down
2 changes: 1 addition & 1 deletion src/statements/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ I use the following tools to test my site for accessibility:

In addition, I test the accessibility of my website manually by navigating with keyboard alone.

Feedbacks and suggestions for improving the accessibility of this site are welcome. You can [contact me via email](mailto:{{sitemeta.siteAuthor.email}}).
Feedbacks and suggestions for improving the accessibility of this site are welcome. You can [contact me](/contact).

0 comments on commit 60c58d0

Please sign in to comment.