Skip to content

Commit 4d1073a

Browse files
committed
- add reading time estimator and daily quote generator to the index and sidebar
- add screenshots - update sitemap
1 parent ed29d3e commit 4d1073a

File tree

5 files changed

+315
-274
lines changed

5 files changed

+315
-274
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,20 @@ <h2>SQL Minifier & Formatter</h2>
14571457
<p>Minify, format, and optimize your SQL queries with this easy-to-use tool.</p>
14581458
</a>
14591459
</div>
1460+
<div class="game-card">
1461+
<a href="tools/daily_quote_generator.html">
1462+
<img src="screenshots/screenshot_145.png" alt="Daily Quote Generator" loading="lazy">
1463+
<h2>Daily Quote Generator</h2>
1464+
<p>Generate, customize, and share inspirational daily quotes with our Daily Quote Generator. Features include automatic category randomization, author selection, and quote saving.</p>
1465+
</a>
1466+
</div>
1467+
<div class="game-card">
1468+
<a href="tools/reading_time_estimator.html">
1469+
<img src="screenshots/screenshot_146.png" alt="Reading Time Estimator" loading="lazy">
1470+
<h2>Reading Time Estimator</h2>
1471+
<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>
1472+
</a>
1473+
</div>
14601474
<!-- end -->
14611475
</div>
14621476
<div class="footer">

screenshots/screenshot_145.png

28.4 KB
Loading

screenshots/screenshot_146.png

28.4 KB
Loading

sidebar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ <h2>Tools by ChatGPT</h2>
231231
<li><a href="/tools/pomodoro_timer.html">Pomodoro Timer</a></li>
232232
<li><a href="/tools/php_code_minifier.html">PHP Code Minifier</a></li>
233233
<li><a href="/tools/sql_minifier.html">SQL Minifier & Formatter</a></li>
234+
<li><a href="/tools/daily_quote_generator.html">Daily Quote Generator</a></li>
235+
<li><a href="/tools/reading_time_estimator.html">Reading Time Estimator</a></li>
234236
<!-- end -->
235237
</ul>
236238
</div>

0 commit comments

Comments
 (0)