Skip to content

Commit a41648e

Browse files
committed
- add animal size comparison tool to tools.json, sidebar and add screenshot
1 parent e58a5a5 commit a41648e

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
@@ -1714,5 +1714,16 @@
17141714
"aiPowered": false,
17151715
"featured": false,
17161716
"date": "2025-10-05"
1717+
},
1718+
{
1719+
"id": "animal_size_comparison",
1720+
"title": "Animal Size Comparison",
1721+
"description": "Compare the true sizes of animals from tiny ants to massive blue whales. Interactive visual tool with accurate measurements and proportional scaling for 27+ creatures.",
1722+
"url": "tools/animal_size_comparison.html",
1723+
"screenshot": "screenshots/screenshot_222.webp",
1724+
"type": "tool",
1725+
"aiPowered": false,
1726+
"featured": false,
1727+
"date": "2025-10-05"
17171728
}
17181729
]

screenshots/screenshot_222.webp

25.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ <h2>Tools by ChatGPT</h2>
307307
<li><a href="/tools/hourly_rate_calculator.html">Hourly Rate Calculator</a></li>
308308
<li><a href="/tools/family_tree_builder.html">Family Tree Builder</a></li>
309309
<li><a href="/tools/animal_age_calculator.html">Animal Age Calculator</a></li>
310+
<li><a href="/tools/animal_size_comparison.html">Animal Size Comparison</a></li>
310311
<!-- end -->
311312
</ul>
312313
</div>

0 commit comments

Comments
 (0)