Images Directory

This directory contains all images used on the NoMoreBadGift website.

Required Images

To complete the website setup, you’ll need to add the following images:

App Assets

App Store Badges

You can download official badges from:

Blog Images

Add blog post featured images in subdirectories:

Image Guidelines

File Formats

Optimization

Naming Convention

Responsive Images

For responsive design, consider providing multiple sizes:

Adding Images to Posts

In blog posts, reference images like this:

![Alt text](/assets/images/your-image.png)

For responsive images:

<img src="/assets/images/your-image.png" 
     srcset="/assets/images/your-image@2x.png 2x" 
     alt="Description">