From e9eac61d0e5da1a43b881f4f309873e1ab61ccc5 Mon Sep 17 00:00:00 2001 From: ayush-pandey047 <23417dp@gmail.com> Date: Thu, 2 Oct 2025 21:31:33 +0530 Subject: [PATCH] Fix preview images --- en/beginner-projects/digital-clock.md | 2 +- en/beginner-projects/electronic-drum-kit.md | 2 +- en/beginner-projects/image-search.md | 2 +- en/beginner-projects/monthly-calendar.md | 2 +- en/beginner-projects/random-photos-generator.md | 2 +- en/beginner-projects/rock-paper-scissors-game.md | 2 +- en/beginner-projects/simple-stopwatch.md | 2 +- en/beginner-projects/tip-calculator.md | 2 +- en/beginner-projects/video-trailer-popup.md | 2 +- en/beginner-projects/weather-app.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/en/beginner-projects/digital-clock.md b/en/beginner-projects/digital-clock.md index fcfbf1bf..e439b160 100644 --- a/en/beginner-projects/digital-clock.md +++ b/en/beginner-projects/digital-clock.md @@ -1,6 +1,6 @@ # ⏰ Digital Clock -![Digital Clock Preview](../../assets/digital-clock.png) +![Digital Clock Preview](../../assets/digital-clock.PNG) ## Description A live digital clock that shows the current time in hours, minutes, and seconds. diff --git a/en/beginner-projects/electronic-drum-kit.md b/en/beginner-projects/electronic-drum-kit.md index 7836665a..676a4ffc 100644 --- a/en/beginner-projects/electronic-drum-kit.md +++ b/en/beginner-projects/electronic-drum-kit.md @@ -1,6 +1,6 @@ # 🥁 Drum Kits -![Drum Kits Preview](../../assets/drum-kit.png) +![Drum Kits Preview](../../assets/drum-kit.PNG) ## Description Create a fun interactive drum kit that plays sounds when you click buttons or press keys. diff --git a/en/beginner-projects/image-search.md b/en/beginner-projects/image-search.md index 793c0870..25918b33 100644 --- a/en/beginner-projects/image-search.md +++ b/en/beginner-projects/image-search.md @@ -1,6 +1,6 @@ # 🔍 Image Search App -![Image Search App Preview](../../assets/image-search.png) +![Image Search App Preview](../../assets/image-search.PNG) ## Description Build an app that lets users search for images using keywords and displays results dynamically. diff --git a/en/beginner-projects/monthly-calendar.md b/en/beginner-projects/monthly-calendar.md index 2a9c765c..d4433dd9 100644 --- a/en/beginner-projects/monthly-calendar.md +++ b/en/beginner-projects/monthly-calendar.md @@ -1,6 +1,6 @@ # 📅 Month Calendar -![Month Calendar Preview](../../assets/calendar.png) +![Month Calendar Preview](../../assets/calendar.PNG) ## Description Create a simple interactive calendar that displays the days of a selected month and year. diff --git a/en/beginner-projects/random-photos-generator.md b/en/beginner-projects/random-photos-generator.md index 21faf0b3..97b5ff7f 100644 --- a/en/beginner-projects/random-photos-generator.md +++ b/en/beginner-projects/random-photos-generator.md @@ -1,6 +1,6 @@ # 📸 Random Photos -![Random Photos Preview](../../assets/random-photos.png) +![Random Photos Preview](../../assets/random-photos.PNG) ## Description Create a fun app that displays random photos from a collection each time you click a button. diff --git a/en/beginner-projects/rock-paper-scissors-game.md b/en/beginner-projects/rock-paper-scissors-game.md index e8fb9d87..63fa7fc7 100644 --- a/en/beginner-projects/rock-paper-scissors-game.md +++ b/en/beginner-projects/rock-paper-scissors-game.md @@ -1,6 +1,6 @@ # ✊✋✌️ Rock Paper Scissors Game -![Rock Paper Scissors Preview](../../assets/rps-game.png) +![Rock Paper Scissors Preview](../../assets/rps-game.PNG) ## Description Build a classic Rock Paper Scissors game where you play against the computer. Choose your move and see who wins! diff --git a/en/beginner-projects/simple-stopwatch.md b/en/beginner-projects/simple-stopwatch.md index 8cb5fe37..4912f18a 100644 --- a/en/beginner-projects/simple-stopwatch.md +++ b/en/beginner-projects/simple-stopwatch.md @@ -1,6 +1,6 @@ # ⏱️ Stopwatch -![Stopwatch Preview](../../assets/stopwatch.png) +![Stopwatch Preview](../../assets/stopwatch.PNG) ## Description Create a simple stopwatch app that lets users start, stop, and reset a timer to track elapsed time. diff --git a/en/beginner-projects/tip-calculator.md b/en/beginner-projects/tip-calculator.md index b364a17e..f4a8a1cb 100644 --- a/en/beginner-projects/tip-calculator.md +++ b/en/beginner-projects/tip-calculator.md @@ -1,6 +1,6 @@ # 💸 Tip Calculator -![Tip Calculator Preview](../../assets/tip-calculator.png) +![Tip Calculator Preview](../../assets/tip-calculator.PNG) ## Description Create a project where users can calculate tips based on a given bill amount and tip percentage. diff --git a/en/beginner-projects/video-trailer-popup.md b/en/beginner-projects/video-trailer-popup.md index cd31cd76..37ef0bc0 100644 --- a/en/beginner-projects/video-trailer-popup.md +++ b/en/beginner-projects/video-trailer-popup.md @@ -1,6 +1,6 @@ # 📽️ Video Trailer Popup -![Video Trailer Popup Preview](../../assets/video-trailer.png) +![Video Trailer Popup Preview](../../assets/video-trailer.PNG) ## Description Create a popup modal that plays a video trailer when triggered. Perfect for movie or product previews! diff --git a/en/beginner-projects/weather-app.md b/en/beginner-projects/weather-app.md index d3b84f0a..be537891 100644 --- a/en/beginner-projects/weather-app.md +++ b/en/beginner-projects/weather-app.md @@ -1,6 +1,6 @@ # ☁️ Weather App -![Weather App Preview](../../assets/waether-app.png) +![Weather App Preview](../../assets/waether-app.PNG) ## Description A simple app that fetches and displays weather information based on user location or search.