@@ -316,20 +316,20 @@ <h2 class="display-5 fw-bold mb-3">Challenge Your Mind with Jigsaw Puzzles</h2>
316316 < div class ="text-center mb-5 ">
317317 < h2 class ="display-5 fw-bold "> Versatile Image Processing Tools</ h2 >
318318 < p class ="lead text-muted col-lg-8 mx-auto ">
319- Make your photos perfect with professional, easy-to-use image cropping and customization tools.
319+ Perfect your photos with professional, easy-to-use image cropping, splitting, and resizing tools.
320320 </ p >
321321 </ div >
322322 < div class ="row g-4 justify-content-center ">
323- < div class ="col-lg-5 col-md-6 ">
323+ <!-- Square Crop Card -->
324+ < div class ="col-lg-4 col-md-6 ">
324325 < div class ="feature-card h-100 d-flex flex-column ">
325326 < div class ="text-center mb-3 ">
326327 < img src ="img/demo_scale.png " alt ="Square Crop Demo "
327328 class ="img-fluid tool-demo-img rounded ">
328329 </ div >
329330 < h3 class ="h4 fw-semibold text-center mb-3 "> Crop Image to Square (1:1)</ h3 >
330331 < p class ="text-muted small ">
331- Quickly create avatars, thumbnails, or any image requiring a square ratio. Upload, drag,
332- and visually adjust the selection.
332+ Quickly create avatars, thumbnails, or any image requiring a square ratio. Upload, drag, and visually adjust the selection.
333333 </ p >
334334 < div class ="mt-auto text-center ">
335335 < a href ="scale_en.html " class ="btn btn-outline-warning mt-3 ">
@@ -338,16 +338,16 @@ <h3 class="h4 fw-semibold text-center mb-3">Crop Image to Square (1:1)</h3>
338338 </ div >
339339 </ div >
340340 </ div >
341- < div class ="col-lg-5 col-md-6 ">
341+ <!-- Grid Split Card -->
342+ < div class ="col-lg-4 col-md-6 ">
342343 < div class ="feature-card h-100 d-flex flex-column ">
343344 < div class ="text-center mb-3 ">
344345 < img src ="img/demo_split.png " alt ="Grid Split Demo "
345346 class ="img-fluid tool-demo-img rounded ">
346347 </ div >
347- < h3 class ="h4 fw-semibold text-center mb-3 "> Image Tools into Grid (e.g., 3x3)</ h3 >
348+ < h3 class ="h4 fw-semibold text-center mb-3 "> Split Image into Grid (e.g., 3x3)</ h3 >
348349 < p class ="text-muted small ">
349- Divide a large image into multiple equal pieces in a customizable grid (rows x columns).
350- Ideal for creating puzzle pieces or unique photo effects.
350+ Divide a large image into multiple equal pieces in a customizable grid (rows x columns). Ideal for creating puzzle pieces or unique photo effects.
351351 </ p >
352352 < div class ="mt-auto text-center ">
353353 < a href ="split_en.html " class ="btn btn-outline-warning mt-3 ">
@@ -356,9 +356,27 @@ <h3 class="h4 fw-semibold text-center mb-3">Image Tools into Grid (e.g., 3x3)</h
356356 </ div >
357357 </ div >
358358 </ div >
359+ <!-- Image Resizer Card -->
360+ < div class ="col-lg-4 col-md-6 ">
361+ < div class ="feature-card h-100 d-flex flex-column ">
362+ < div class ="text-center mb-3 ">
363+ < img src ="img/demo_resize.png " alt ="Image Resizer Demo " class ="img-fluid tool-demo-img rounded ">
364+ <!-- Ensure you have demo_resize.png in your img/ folder -->
365+ </ div >
366+ < h3 class ="h4 fw-semibold text-center mb-3 "> Resize Image Dimensions</ h3 >
367+ < p class ="text-muted small ">
368+ Easily adjust the width and height of your images. Supports maintaining aspect ratio or free-form customization.
369+ </ p >
370+ < div class ="mt-auto text-center ">
371+ < a href ="resize_en.html " class ="btn btn-outline-warning mt-3 ">
372+ < i class ="fas fa-expand-arrows-alt me-2 "> </ i > Try Image Resize
373+ </ a >
374+ </ div >
375+ </ div >
376+ </ div >
359377 </ div >
360378 < div class ="text-center mt-5 ">
361- < a href ="about.html#image-tools-section " class ="btn btn-secondary ">
379+ < a href ="about.html#image-tools-section " class ="btn btn-secondary "> <!-- Assuming about.html is universal or has an _en version -->
362380 < i class ="fas fa-info-circle me-2 "> </ i > View Tool Details
363381 </ a >
364382 </ div >
0 commit comments