# Image credits

All photos below are from [Unsplash](https://unsplash.com) and used under the
[Unsplash License](https://unsplash.com/license): free for commercial and
non-commercial use, no permission or attribution required. Attribution is not
mandatory but is appreciated by the photographers, so the credits are kept here.

Every image was checked to confirm it is **not** Unsplash+ / Getty premium content.

Sources are 2000px wide JPEG (quality 80).

| File | Suggested use | Photographer | Source |
| --- | --- | --- | --- |
| `instructor-and-learner.jpg` | Instructor beside a learner at the wheel — hero / about | [Lukmannil Hakim](https://unsplash.com/@lukmen) | [link](https://unsplash.com/photos/a-man-and-woman-in-a-car-54toi0XWIig) |
| `in-car-lesson.jpg` | Two people front seats during a lesson | [David Emrich](https://unsplash.com/@davidemrich) | [link](https://unsplash.com/photos/two-men-sitting-inside-vehicle-LcSpQ36Q2us) |
| `driving-test-manoeuvres.jpg` | Examiner with clipboard and cones — test day / manoeuvres | [Bas Peperzak](https://unsplash.com/@bastroloog) | [link](https://unsplash.com/photos/driving-test-instructor-and-student-tyhpK_QelPo) |
| `confident-young-driver.jpg` | Young driver smiling at the wheel | [Ulrik Skare](https://unsplash.com/@_byulli) | [link](https://unsplash.com/photos/man-in-white-crew-neck-t-shirt-driving-car-VO4MMMP7yR0) |
| `learner-driver-portrait.jpg` | Learner in the driver seat, relaxed | [Thibaut Santy](https://unsplash.com/@thibaut_santy) | [link](https://unsplash.com/photos/a-woman-sitting-in-a-car-GNLNNgzhkRo) |
| `passed-driving-test.jpg` | Celebrating a pass — testimonials / success | [Omotayo Tajudeen](https://unsplash.com/@omotayo_ty) | [link](https://unsplash.com/photos/man-in-black-t-shirt-and-blue-denim-jeans-sitting-on-car-seat-5OOUed0eWAU) |
| `theory-test-answer-sheet.jpg` | Filling in a multiple-choice answer sheet — theory | [Nguyen Dang Hoang Nhu](https://unsplash.com/@nguyendhn) | [link](https://unsplash.com/photos/person-writing-on-white-paper-qDgTQOYk6B8) |
| `theory-classroom.jpg` | Empty classroom — theory lessons | [Ivan Aleksic](https://unsplash.com/@ivalex) | [link](https://unsplash.com/photos/empty-classroom-with-desks-and-chalkboard-PDRFeeDniCk) |
| `hands-on-steering-wheel.jpg` | Both hands on the wheel — detail / section break | [Rolando Garrido](https://unsplash.com/@romassay) | [link](https://unsplash.com/photos/person-in-white-long-sleeve-shirt-driving-car-R4y4_dvpYXU) |
| `open-road.jpg` | Sunlit road ahead from the driver seat — wide hero | [Alex C](https://unsplash.com/@alexc99) | [link](https://unsplash.com/photos/hand-on-steering-wheel-driving-down-a-sunny-road-fx6LU8ikXbs) |
| `quiet-residential-street.jpg` | Quiet residential street — beginner lessons | [James Read](https://unsplash.com/@jimread) | [link](https://unsplash.com/photos/residential-street-with-parked-vehicles-and-colorful-autumn-trees-XlNR9-HvfFU) |
| `suburban-driving-pov.jpg` | Driving a suburban street, POV | [Chris Diamond](https://unsplash.com/@phris) | [link](https://unsplash.com/photos/driving-down-a-suburban-street-on-a-sunny-day-uY_obAiPopM) |
| `parking-practice.jpg` | Aerial car park — parking practice | [Lucas Hobbs](https://unsplash.com/@luckaslh) | [link](https://unsplash.com/photos/birds-eye-view-photography-of-car-park-gEHSvDMHnEA) |
| `city-driving-traffic-lights.jpg` | Approaching traffic lights — town driving | [Aedrian Salazar](https://unsplash.com/@aedrian) | [link](https://unsplash.com/photos/a-person-driving-a-car-on-a-road-with-traffic-lights-Gl9fJzqlVMQ) |
| `car-keys.jpg` | Holding car keys by a car — first car / pass | [Swansway Motor Group](https://unsplash.com/@swansway) | [link](https://unsplash.com/photos/a-person-holding-a-car-key-in-front-of-a-silver-car-tgUdTefRlSw) |
| `city-centre-driving.jpg` | Driving through a city centre | [Ahmet Ölçüm](https://unsplash.com/@ahmetolcum) | [link](https://unsplash.com/photos/driving-through-european-city-with-historic-buildings-dX9feQRB8M0) |

## Note on people in photos

These are stock photos of models, not staff or students of the school. That is fine
for decorative and illustrative use. Do not caption them as if they were real named
instructors, real students, or real testimonials — swap in genuine photos of the
actual team before making any claim about who is pictured.

## Web-optimised variants

Three of the photos are used on the site and ship in two extra sizes,
generated from the 2000px source with ImageMagick (quality 78, stripped):

| Base | Variants |
| --- | --- |
| `in-car-lesson` | `-800.jpg`, `-1200.jpg` |
| `theory-test-answer-sheet` | `-800.jpg`, `-1200.jpg` |
| `driving-test-manoeuvres` | `-800.jpg`, `-1200.jpg` |

The pages reference the `-1200` file as `src` and offer both via `srcset`.
The 2000px originals stay here as the masters — `deploy.sh` copies only the
files the pages actually reference, so the masters are not published.

Regenerate with:

```sh
magick NAME.jpg -resize 1200x -quality 78 -strip NAME-1200.jpg
magick NAME.jpg -resize 800x  -quality 78 -strip NAME-800.jpg
```
