Skip to content

Commit 06b2dcd

Browse files
committed
- add Roman Numeral Converter to sidebar.html and tools.json, add screenshot
1 parent 5b42229 commit 06b2dcd

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
@@ -1373,5 +1373,16 @@
13731373
"aiPowered": false,
13741374
"featured": false,
13751375
"date": "2025-05-01"
1376+
},
1377+
{
1378+
"id": "roman_numeral_converter",
1379+
"title": "Roman Numeral Converter",
1380+
"description": "Convert between Roman numerals and standard numbers.",
1381+
"url": "tools/roman_numeral_converter.html",
1382+
"screenshot": "screenshots/screenshot_180.png",
1383+
"type": "tool",
1384+
"aiPowered": false,
1385+
"featured": false,
1386+
"date": "2025-05-03"
13761387
}
13771388
]

screenshots/screenshot_180.png

21.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ <h2>Tools by ChatGPT</h2>
265265
<li><a href="/games/color_guessing_game.html">Color Guessing Game</a></li>
266266
<li><a href="/tools/code_minifier.html">Code Minifier</a></li>
267267
<li><a href="/games/emoji_match_three.html">Emoji Match 3</a></li>
268+
<li><a href="/tools/roman_numeral_converter.html">Roman Numeral Converter</a></li>
268269
<!-- end -->
269270
</ul>
270271
</div>

0 commit comments

Comments
 (0)