.. | ||
backgrounds | ||
carousell | ||
chat.png | ||
circle.png | ||
creators2.png | ||
creators.webp | ||
homescreen.webp | ||
README.md |
Home Page Images
This directory contains images specifically used in the home page sections.
Directory Structure
home/
├── img/
│ ├── hero/ # Images for hero/banner section
│ ├── features/ # Images for feature cards
│ └── backgrounds/ # Background images used in home sections
Usage
When adding images to this directory:
- Use descriptive filenames (e.g.,
hero-banner.jpg
,feature1-icon.svg
) - Optimize images for web use
- Consider using different sizes for responsive design
Example
<!-- In home1.html or home2.html -->
<img src="home/img/features/feature1-icon.svg" alt="Feature 1">
Recommended Image Formats
- Use SVG for icons and logos
- Use WebP or JPEG for photographs
- Use PNG for images requiring transparency
- Consider providing multiple sizes for responsive images
Image Optimization
Before adding images:
- Compress them appropriately
- Consider providing multiple resolutions for responsive design
- Ensure proper aspect ratios are maintained