Skip to content

Commit 500ddd0

Browse files
committed
- add "Fractal Viewer" tool created with Claude 3.5 Sonnet
- add tool to index, sitemap and sidebar - update recent games/tools accordingly
1 parent caf65b8 commit 500ddd0

File tree

5 files changed

+612
-290
lines changed

5 files changed

+612
-290
lines changed

index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ <h2>Newest Additions</h2>
305305
</div>
306306
<div class="game-list newest">
307307
<div class="game-card">
308-
<a href="tools/reading_time_estimator.html">
309-
<img src="screenshots/screenshot_145.png" alt="Reading Time Estimator" loading="lazy">
310-
<h2>Reading Time Estimator</h2>
308+
<a href="tools/fractal_viewer.html">
309+
<img src="screenshots/screenshot_147.png" alt="Fractal Viewer" loading="lazy">
310+
<h2>Fractal Viewer</h2>
311311
</a>
312312
</div>
313313
<div class="game-card">
@@ -316,6 +316,12 @@ <h2>Reading Time Estimator</h2>
316316
<h2>Daily Quote Generator</h2>
317317
</a>
318318
</div>
319+
<div class="game-card">
320+
<a href="tools/reading_time_estimator.html">
321+
<img src="screenshots/screenshot_145.png" alt="Reading Time Estimator" loading="lazy">
322+
<h2>Reading Time Estimator</h2>
323+
</a>
324+
</div>
319325
<div class="game-card">
320326
<a href="games/death_by_ai.html">
321327
<img src="screenshots/screenshot_144.png" alt="Death by AI" loading="lazy">
@@ -340,12 +346,6 @@ <h2>PHP Code Minifier</h2>
340346
<h2>Pomodoro Timer</h2>
341347
</a>
342348
</div>
343-
<div class="game-card">
344-
<a href="tools/morse_code_translator.html">
345-
<img src="screenshots/screenshot_139.png" alt="Morse Code Translator" loading="lazy">
346-
<h2>Morse Code Translator</h2>
347-
</a>
348-
</div>
349349
</div>
350350
<div class="header">
351351
<h1>Top Games and Tools</h1>
@@ -1519,6 +1519,13 @@ <h2>Reading Time Estimator</h2>
15191519
<p>Estimate reading time for your text with our Reading Time Estimator tool. Adjust words per minute, analyze readability, and get detailed text statistics.</p>
15201520
</a>
15211521
</div>
1522+
<div class="game-card">
1523+
<a href="tools/fractal_viewer.html">
1524+
<img src="screenshots/screenshot_147.png" alt="Fractal Viewer" loading="lazy">
1525+
<h2>Fractal Viewer</h2>
1526+
<p>Explore mesmerizing fractals with our interactive Fractal Viewer. Customize, zoom, and save your unique creations.</p>
1527+
</a>
1528+
</div>
15221529
<!-- end -->
15231530
</div>
15241531
<div class="footer">

screenshots/screenshot_147.png

29.4 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ <h2>Tools by ChatGPT</h2>
233233
<li><a href="/tools/sql_minifier.html">SQL Minifier & Formatter</a></li>
234234
<li><a href="/tools/daily_quote_generator.html">Daily Quote Generator</a></li>
235235
<li><a href="/tools/reading_time_estimator.html">Reading Time Estimator</a></li>
236+
<li><a href="/tools/fractal_viewer.html">Fractal Viewer</a></li>
236237
<!-- end -->
237238
</ul>
238239
</div>

0 commit comments

Comments
 (0)