diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/partials/image-grid.html | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/partials/image-grid.html')
| -rw-r--r-- | site/layouts/partials/image-grid.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/partials/image-grid.html b/site/layouts/partials/image-grid.html index 25bf701..726be38 100644 --- a/site/layouts/partials/image-grid.html +++ b/site/layouts/partials/image-grid.html @@ -2,15 +2,15 @@ <div class="flex flex-wrap mhn1"> <div class="w-100 w-50-ns ph1-ns"> - <img src="/img/products/products-grid3.jpg" alt=""> + <img src="/img/products/products-grid3.jpg" alt="A close-up of a paper filter filled with ground coffee"> </div> <div class="w-100 w-50-ns ph1-ns"> - <img src="/img/products/products-grid2.jpg" alt=""> + <img src="/img/products/products-grid2.jpg" alt="A green cup of a coffee on a wooden table"> </div> <div class="w-100 ph1-ns"> - <img src="/img/products/products-grid1.jpg" alt=""> + <img src="/img/products/products-grid1.jpg" alt="Coffee beans"> </div> </div> |
