Skip to content

Commit db41858

Browse files
committed
- add Image Placeholder Generator to tools.json, sidebar.html and add screenshot
1 parent a1b40d5 commit db41858

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
@@ -1637,5 +1637,16 @@
16371637
"aiPowered": false,
16381638
"featured": false,
16391639
"date": "2025-07-04"
1640+
},
1641+
{
1642+
"id": "image_placeholder_generator",
1643+
"title": "Image Placeholder Generator",
1644+
"description": "Free online image placeholder generator with custom dimensions, colors, gradients, and text. Create placeholder images instantly for web design, mockups, and development projects.",
1645+
"url": "tools/image_placeholder_generator.html",
1646+
"screenshot": "screenshots/screenshot_212.webp",
1647+
"type": "tool",
1648+
"aiPowered": false,
1649+
"featured": false,
1650+
"date": "2025-07-11"
16401651
}
16411652
]

screenshots/screenshot_212.webp

13.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ <h2>Tools by ChatGPT</h2>
297297
<li><a href="/games/reversi.html">Reversi</a></li>
298298
<li><a href="/tools/flashcard_creator.html">Flashcard Creator</a></li>
299299
<li><a href="/tools/pixel_art_animator.html">Pixel Art Animator</a></li>
300+
<li><a href="/tools/image_placeholder_generator.html">Image Placeholder Generator</a></li>
300301
<!-- end -->
301302
</ul>
302303
</div>

0 commit comments

Comments
 (0)