Skip to content

Commit 9f59cee

Browse files
committed
- add new Web Accessibility Checker to tools.json, sidebar and add screenshot
1 parent 59a1d19 commit 9f59cee

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,5 +1230,16 @@
12301230
"aiPowered": true,
12311231
"featured": true,
12321232
"date": "2025-03-30"
1233+
},
1234+
{
1235+
"id": "web_accessibility_checker",
1236+
"title": "Web Accessibility Checker",
1237+
"description": "Scan HTML code to identify accessibility issues and suggest improvements for better compliance with WCAG standards.",
1238+
"url": "tools/web_accessibility_checker.html",
1239+
"screenshot": "screenshots/screenshot_163.png",
1240+
"type": "tool",
1241+
"aiPowered": false,
1242+
"featured": false,
1243+
"date": "2025-03-30"
12331244
}
12341245
]

screenshots/screenshot_163.png

34.9 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ <h2>Tools by ChatGPT</h2>
248248
<li><a href="/tools/reaction_time_trainer.html">Reaction Time Trainer</a></li>
249249
<li><a href="/tools/cps_test.html">CPS Test</a></li>
250250
<li><a href="/tools/ai_code_explainer.html">AI Code Explainer</a></li>
251+
<li><a href="/tools/web_accessibility_checker.html">Web Accessibility Checker</a></li>
251252
<!-- end -->
252253
</ul>
253254
</div>

0 commit comments

Comments
 (0)