# Images Folder

Place your website images in this folder with the following names:

## Required Images:

1. **logo.png** (73x65px recommended)
   - Company logo for header

2. **hero-illustration.png** (500x500px recommended)
   - Illustration for hero section
   - Download from: https://www.applicationguy.com/wp-content/uploads/2025/09/Gemini_Generated_Image_th1zp2th1zp2th1z-removebg-preview.png

3. **about-us.jpg** (800x600px recommended)
   - Image for about section
   - Use a professional team/office image

4. **team-member-1.jpg** (400x400px recommended)
   - Photo of Tarik Hasan
   - Download from: https://www.applicationguy.com/wp-content/uploads/2025/10/Reaz.jpg

5. **team-member-2.jpg** (400x400px recommended)
   - Photo of Nawrin Akter Chaity
   - Download from: https://www.applicationguy.com/wp-content/uploads/2025/10/Nawrin-Professional-photo-.jpg

6. **team-member-3.jpg** (400x400px recommended)
   - Photo of Md Arzan Hosen
   - Download from: https://www.applicationguy.com/wp-content/uploads/2025/10/Photo-Arzan-.jpg

7. **news-1.jpg** (600x400px recommended)
   - Scholarship news image

8. **news-2.jpg** (600x400px recommended)
   - University updates image

9. **news-3.jpg** (600x400px recommended)
   - Study tips image

## Quick Download Commands:

```bash
# Navigate to images folder
cd images/

# Download logo
curl -o logo.png "https://www.applicationguy.com/wp-content/uploads/2025/09/cropped-cropped-Gemini_Generated_Image_y2rqvpy2rqvpy2rq__1_-removebg-preview-73x65.png"

# Download hero illustration
curl -o hero-illustration.png "https://www.applicationguy.com/wp-content/uploads/2025/09/Gemini_Generated_Image_th1zp2th1zp2th1z-removebg-preview.png"

# Download team member 1
curl -o team-member-1.jpg "https://www.applicationguy.com/wp-content/uploads/2025/10/Reaz.jpg"

# Download team member 2
curl -o team-member-2.jpg "https://www.applicationguy.com/wp-content/uploads/2025/10/Nawrin-Professional-photo-.jpg"

# Download team member 3
curl -o team-member-3.jpg "https://www.applicationguy.com/wp-content/uploads/2025/10/Photo-Arzan-.jpg"
```

## Placeholder Images:

If you don't have images ready, you can use placeholder services:
- https://placehold.co/800x600/EEE/31343C?text=About+Us
- https://placehold.co/400x400/EEE/31343C?text=Team+Member
- https://placehold.co/600x400/EEE/31343C?text=News

Or use services like:
- https://www.pexels.com/ (free stock photos)
- https://libreshot.com/ (free stock photos)
