feat: Add image assets and attribution data

This commit introduces a new, modular system for managing image assets.

- Wrote the credits.js file to serve as a single source of truth for all image attributions.
- Replaced existing placeholder images with new, properly licensed assets.
- Created `_m-thumbs` and `_s-thumbs` directories with resized thumbnail versions of all original images.
This commit is contained in:
2025-09-03 22:56:01 -05:00
parent 8f09695bff
commit 873f535f25
84 changed files with 235 additions and 0 deletions

235
src/_data/credits.js Normal file
View File

@@ -0,0 +1,235 @@
/**
* @fileoverview Data file for media credits.
* This file contains the credit and attribution information for the
* media used in this demo.
*/
/* **Credit Template**
{
file_name: "",
category: "",
creator: "",
creator_url: "",
host: "",
src_url: "",
license: "",
license_url: ""
}
*/
const credits = [
{
file_name: "apple-tree.jpg",
category: "trees",
creator: "Peter B. Jr.",
creator_url: "https://pixabay.com/users/peterbjr-26224443/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/apple%20tree/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "silver-birch.jpg",
category: "trees",
creator: "Jonnelle Yankovich",
creator_url: "https://unsplash.com/@jey_photography",
host: "Unsplash",
src_url: "https://unsplash.com/photos/green-tree-during-daytime-EIpzTB1BpS8",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "maple-tree.jpg",
category: "trees",
creator: "yamasa-n",
creator_url: "https://unsplash.com/@heppoko_yama",
host: "Unsplash",
src_url: "https://unsplash.com/photos/red-and-green-maple-leaves-HqcZ616IEHc",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "crepe-myrtle.jpg",
category: "shrubs",
creator: "phoenix727",
creator_url: "https://pixabay.com/users/phoenix727-2349160/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/crepe%20myrtle/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "hydrangea.jpg",
category: "shrubs",
creator: "Couleur",
creator_url: "https://pixabay.com/users/couleur-1195798/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/hydrangea/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "holly.jpg",
category: "shrubs",
creator: "WolfBlur",
creator_url: "https://pixabay.com/users/wolfblur-2503887/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/holly/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "bird-house.jpg",
category: "accessories",
creator: "Roland Lehmler",
creator_url: "https://pixabay.com/users/rlehmler-84553/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/birdhouse/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "watering-can.jpg",
category: "accessories",
creator: "Lorrie Schoettler",
creator_url: "https://pixabay.com/users/stonyridgefarm-6290522/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/watering%20can/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "garden-pots.jpg",
category: "accessories",
creator: "PublicDomainPictures",
creator_url: "https://pixabay.com/users/publicdomainpictures-14/",
host: "Pixabay",
src_url: "https://pixabay.com/images/search/garden%20pots/",
license: "Pixabay Content License",
license_url: "https://pixabay.com/service/license-summary/"
},
{
file_name: "string-of-pearls.jpg",
category: "indoor",
creator: "rawpixel.com",
creator_url: "https://www.rawpixel.com/",
host: "rawpixel.com",
src_url: "https://www.rawpixel.com/image/16390470",
license: "rawpixel Business License",
license_url: "https://www.rawpixel.com/services/licenses/business"
},
{
file_name: "spider-plant.jpg",
category: "indoor",
creator: "Lucian Alexe",
creator_url: "https://unsplash.com/@lucian_alexe",
host: "Unsplash",
src_url: "https://unsplash.com/photos/green-leaf-plant-in-pot-Si8rYoK5tf0",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "zebra-plant.jpg",
category: "indoor",
creator: "Galina N",
creator_url: "https://unsplash.com/@galina88",
host: "Unsplash",
src_url: "https://unsplash.com/photos/green-succulent-in-teal-ceramic-vase-miziNqvJx5M",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "fire-pit.jpg",
category: "patio",
creator: "Tim Gouw",
creator_url: "https://unsplash.com/@punttim",
host: "Unsplash",
src_url: "https://unsplash.com/photos/burning-firewoods-on-grille-MApjpqu9V7E",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "string-lights.jpg",
category: "patio",
creator: "Giorgio Trovato",
creator_url: "https://unsplash.com/@giorgiotrovato",
host: "Unsplash",
src_url: "https://unsplash.com/photos/string-lights-in-the-street-e75PYAhhZRY",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "parlor-palm.jpg",
category: "patio",
creator: "Natalie Kinnear",
creator_url: "https://unsplash.com/@nataliekinnear",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-potted-plant-sitting-on-top-of-a-wooden-table-Uii3CSyuItI",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "garden-hose.jpg",
category: "tools",
creator: "Seiya Maeda",
creator_url: "https://unsplash.com/@seiya_maeda",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-bunch-of-green-hoses-sitting-on-top-of-a-wooden-box-xbqLvtw_nd0",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "gardening-tools.jpg",
category: "tools",
creator: "Jeremy Boley",
creator_url: "https://unsplash.com/@jeremyboley",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-couple-of-metal-objects-with-a-metal-object-on-top-of-them-DPQMn-nPSy8",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "wheelbarrow.jpg",
category: "tools",
creator: "Marc Pell",
creator_url: "https://unsplash.com/@blinky264",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-green-wheelbarrow-sitting-on-top-of-a-lush-green-field-L9e7PdFZ5y4",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "bark-mulch.jpg",
category: "landscaping",
creator: "K Adams",
creator_url: "https://unsplash.com/@kadams77",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-pile-of-brown-leaves-gbtNHka1MYw",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "pea-gravel.jpg",
category: "landscaping",
creator: "Toufique",
creator_url: "https://unsplash.com/@toufique",
host: "Unsplash",
src_url: "https://unsplash.com/photos/assorted-concrete-stones-U9oMaXgI4VI",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
},
{
file_name: "stone-pavers.jpg",
category: "landscaping",
creator: "KC Shum",
creator_url: "https://unsplash.com/@kcshum",
host: "Unsplash",
src_url: "https://unsplash.com/photos/a-close-up-of-a-sidewalk-with-green-paint-on-it-5YJOpybbcZg",
license: "Unsplash License",
license_url: "https://unsplash.com/license"
}
]
module.exports = {
credits
};