Skip to content

Commit a791072

Browse files
committed
- add color blindness simulator to sidebar, tools.json and add screenshot
1 parent 5e9bdfb commit a791072

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
@@ -1263,5 +1263,16 @@
12631263
"aiPowered": false,
12641264
"featured": false,
12651265
"date": "2025-03-31"
1266+
},
1267+
{
1268+
"id": "color_blindness_simulator",
1269+
"title": "Color Blindness Simulator",
1270+
"description": "Preview how designs appear to people with different color vision deficiencies to improve accessibility.",
1271+
"url": "tools/color_blindness_simulator.html",
1272+
"screenshot": "screenshots/screenshot_167.png",
1273+
"type": "tool",
1274+
"aiPowered": false,
1275+
"featured": false,
1276+
"date": "2025-04-07"
12661277
}
12671278
]

screenshots/screenshot_167.png

38.2 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ <h2>Tools by ChatGPT</h2>
252252
<li><a href="/tools/cron_expression_builder.html">Cron Expression Builder</a></li>
253253
<li><a href="/tools/markdown_table_generator.html">Markdown Table Generator</a></li>
254254
<li><a href="/games/emoji_horde_survival.html">Emoji Horde Survival</a></li>
255+
<li><a href="/tools/color_blindness_simulator.html">Color Blindness Simulator</a></li>
255256
<!-- end -->
256257
</ul>
257258
</div>

0 commit comments

Comments
 (0)