Skip to content

Commit

Permalink
added names into acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
majid-paktinat committed Aug 26, 2024
1 parent f00b704 commit 6e1e175
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/body/acknowledgements.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</p>

<ul>
<li><a href="https://github.com/majid-paktinat">Majid Paktinat</a> and <a href="https://github.com/akshaypanchal">Akshaykumar Panchal</a> for implementing dynamic Structured Data Markup for improving the SEO of the Enable Project. Majid Paktinat and Akshaykumar Panchal for implementing dynamic structured data markup for improving the SEO of the Enable Project. </li>
<li><a href="https://github.com/alisonhall">Alison Hall</a> for cleaning up and streamlining the unit testing and automated testing NPM tasks (and also doing the difficult task of updating the NPM packages within the project in 2024).
</li>
<li>Sahil Singh for unit tests for the <a href="input-mask.php">input mask component</a>.</li>
Expand Down
3 changes: 2 additions & 1 deletion content/body/button.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,5 @@
</button>
</div>

</div>
</div>

2 changes: 1 addition & 1 deletion templates/data/meta-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"button.php": {
"title": "How to Create Accessible Buttons",
"desc": "An accessible HTML button is one that can be easily used by all individuals, including those with disabilities. Accessibility ensures that everyone, regardless of their abilities, can interact with web content.",
"desc": "Native HTML5 buttons are the best when you have existing inaccessible code, using roles can help.",
"url": "https://www.useragentman.com/enable/button.php",
"mainEntity":[
{
Expand Down

0 comments on commit 6e1e175

Please sign in to comment.