# HMG Media — Image Assets Guide

You can upload your real media assets later without changing the code.

## Files you can add

| Filename | Recommended format | Used for |
|---|---|---|
| `logo.png` | PNG with transparent background | Navigation / brand display |
| `founder.jpg` | JPG or PNG | Founder/profile photo on About page |
| `favicon.png` | PNG, 64×64 or larger | Browser tab icon (optional) |
| `og-image.jpg` | JPG, 1200×630 | Social sharing previews (optional) |

## How it works
- If `logo.png` is missing, the site shows the text logo automatically.
- If `founder.jpg` is missing, the site falls back safely to an icon/placeholder.
- No code changes are required when you later add the real files.

## Best workflow
1. Put the file in `assets/images/`
2. Commit and push to GitHub
3. Redeploy if needed
4. Refresh the site

## Naming matters
Use the exact filenames above so the site detects them automatically.
