|
151 | 151 | margin: 50px 0; |
152 | 152 | } |
153 | 153 |
|
154 | | - .game-list.top .game-card { |
| 154 | + .game-list.top .game-card, .game-list.newest .game-card { |
155 | 155 | height: 260px; |
156 | 156 | } |
157 | 157 |
|
|
294 | 294 |
|
295 | 295 | </head> |
296 | 296 | <body class="dark"> |
| 297 | + |
297 | 298 | <div class="header"> |
298 | | - <h1>Top Games and Tools</h1> |
| 299 | + <h2>Newest Additions</h2> |
299 | 300 | </div> |
300 | 301 | <div class="search-container"> |
301 | 302 | <label> |
302 | 303 | <input type="search" class="search-input" placeholder="🔍 Search for a game or tool" aria-label="Search input"> |
303 | 304 | </label> |
304 | 305 | </div> |
| 306 | +<div class="game-list newest"> |
| 307 | + <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> |
| 311 | + </a> |
| 312 | + </div> |
| 313 | + <div class="game-card"> |
| 314 | + <a href="tools/daily_quote_generator.html"> |
| 315 | + <img src="screenshots/screenshot_146.png" alt="Daily Quote Generator" loading="lazy"> |
| 316 | + <h2>Daily Quote Generator</h2> |
| 317 | + </a> |
| 318 | + </div> |
| 319 | + <div class="game-card"> |
| 320 | + <a href="games/death_by_ai.html"> |
| 321 | + <img src="screenshots/screenshot_144.png" alt="Death by AI" loading="lazy"> |
| 322 | + <h2>Death by AI</h2> |
| 323 | + </a> |
| 324 | + </div> |
| 325 | + <div class="game-card"> |
| 326 | + <a href="tools/sql_minifier.html"> |
| 327 | + <img src="screenshots/screenshot_142.png" alt="SQL Minifier & Formatter" loading="lazy"> |
| 328 | + <h2>SQL Minifier & Formatter</h2> |
| 329 | + </a> |
| 330 | + </div> |
| 331 | + <div class="game-card"> |
| 332 | + <a href="tools/php_code_minifier.html"> |
| 333 | + <img src="screenshots/screenshot_141.png" alt="PHP Code Minifier" loading="lazy"> |
| 334 | + <h2>PHP Code Minifier</h2> |
| 335 | + </a> |
| 336 | + </div> |
| 337 | + <div class="game-card"> |
| 338 | + <a href="tools/pomodoro_timer.html"> |
| 339 | + <img src="screenshots/screenshot_140.png" alt="Pomodoro Timer" loading="lazy"> |
| 340 | + <h2>Pomodoro Timer</h2> |
| 341 | + </a> |
| 342 | + </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> |
| 349 | +</div> |
| 350 | +<div class="header"> |
| 351 | + <h1>Top Games and Tools</h1> |
| 352 | +</div> |
305 | 353 | <div class="game-list top"> |
306 | 354 | <div class="game-card"> |
307 | 355 | <a href="games/family_feud.html"> |
@@ -1459,14 +1507,14 @@ <h2>SQL Minifier & Formatter</h2> |
1459 | 1507 | </div> |
1460 | 1508 | <div class="game-card"> |
1461 | 1509 | <a href="tools/daily_quote_generator.html"> |
1462 | | - <img src="screenshots/screenshot_145.png" alt="Daily Quote Generator" loading="lazy"> |
| 1510 | + <img src="screenshots/screenshot_146.png" alt="Daily Quote Generator" loading="lazy"> |
1463 | 1511 | <h2>Daily Quote Generator</h2> |
1464 | 1512 | <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 | 1513 | </a> |
1466 | 1514 | </div> |
1467 | 1515 | <div class="game-card"> |
1468 | 1516 | <a href="tools/reading_time_estimator.html"> |
1469 | | - <img src="screenshots/screenshot_146.png" alt="Reading Time Estimator" loading="lazy"> |
| 1517 | + <img src="screenshots/screenshot_145.png" alt="Reading Time Estimator" loading="lazy"> |
1470 | 1518 | <h2>Reading Time Estimator</h2> |
1471 | 1519 | <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 | 1520 | </a> |
|
0 commit comments