diff --git a/PROJECT.md b/PROJECT.md index 5bec2f7..5025b4b 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -6,18 +6,19 @@ - Primary content source remains `site.config.js`. ## 2) Files changed in this pass -- `site.config.js` (curated platform image URL replacements for `assets.logo` and non-team `assets.images` keys) -- `PROJECT.md` (updated image/media inventory and usage map) +- `site.config.js` (updated `assets.images.company5` URL assignment to reduce repetitive hero usage) +- `views/index.ejs` (evidence section image reassigned to `company7`; alt text updated) +- `views/about-autotq.ejs` (hero image set to `company1`; secondary section image set to `product`; alt text updated) +- `views/company.ejs` (hero image set to `company2`; operating mission image set to `hero`; alt text updated) +- `views/literature.ejs` (implementation/support section image set to `company3`; alt text updated) +- `views/contact.ejs` (hero image set to `company5`; alt text updated) +- `PROJECT.md` (updated image/media inventory and page content map for final per-section assignments) ## 3) Scope completed -- Replaced generic/non-curated AutoTQ image asset URLs with the exact curated URLs provided for: - - `assets.logo` - - `assets.images.hero` - - `assets.images.product` - - `assets.images.company1` through `assets.images.company7` - - `assets.images.videoThumb` -- Left team headshot image keys unchanged (`hannah`, `laresa`, `jamie`, `gabriella`, `devin`, `nandini`, `max`, `nick`, `carisse`). -- Verified template usage is config-driven for these images and no `views/*.ejs` file hardcodes old generic `.../image.webp` or `.../image.jpg` URLs. +- Implemented focused non-team image relevance/repetition cleanup across the requested templates. +- Preserved all headshot keys/URLs unchanged and kept team headshots contained to team roster/profile contexts. +- Updated page-level image key usage to match requested mapping and improved changed-image alt text for section relevance. +- Updated `assets.images.company5` URL to a non-headshot deployment image URL (`company2` URL) to avoid hero overuse while keeping existing in-repo assets only. ## 4) Curated image/media inventory (exact URLs) @@ -39,7 +40,8 @@ - `assets.images.company4` - `https://nyc3.digitaloceanspaces.com/corben-sites/images/c23ea202-5442-41b4-9a1b-1586e81c50eb/41ea31d9-8c15-4fad-99c0-6d444136b6a8/AutoTQ Literature Resources Graphic.webp` - `assets.images.company5` - - `https://nyc3.digitaloceanspaces.com/corben-sites/images/c23ea202-5442-41b4-9a1b-1586e81c50eb/9f862232-12f4-465a-8286-d145b3d17204/AutoTQ Feature Overview Product Image.webp` + - `https://nyc3.digitaloceanspaces.com/corben-sites/images/c23ea202-5442-41b4-9a1b-1586e81c50eb/3d8dafde-a81e-4da5-b5fa-324b0c84ca07/AutoTQ Community Deployment News Image.webp` + - Note: intentionally aligned to `company2` URL per cleanup requirement (non-headshot, non-hero duplicate). - `assets.images.company6` - `https://nyc3.digitaloceanspaces.com/corben-sites/images/c23ea202-5442-41b4-9a1b-1586e81c50eb/41ea31d9-8c15-4fad-99c0-6d444136b6a8/AutoTQ Literature Resources Graphic.webp` - `assets.images.company7` @@ -48,13 +50,17 @@ - `https://nyc3.digitaloceanspaces.com/corben-sites/images/c23ea202-5442-41b4-9a1b-1586e81c50eb/992136e1-2a22-4bed-be19-92f8abdae853/AutoTQ Research Video Thumbnail.jpg` ## 5) Template usage map (non-team image keys) -- `views/index.ejs`: `hero`, `product`, `company1`, `company2` -- `views/about-autotq.ejs`: `product`, `company1` -- `views/company.ejs`: `company4`, `company5` (team roster uses team headshot keys) -- `views/literature.ejs`: `company6`, `product` +- `views/index.ejs`: `hero`, `product`, `company1`, `company2`, `company7` + - hero stack: `hero` + `product` + - feature row: `company1` + - deployment/news band: `company2` + - evidence section: `company7` +- `views/about-autotq.ejs`: `company1` (hero), `product` (secondary) +- `views/company.ejs`: `company2` (page hero), `hero` (operating mission); team roster uses headshot keys only +- `views/literature.ejs`: `company6` (hero), `company3` (implementation/support) - `views/news.ejs`: `company3` -- `views/testimonials.ejs`: `company7`, `company2` -- `views/contact.ejs`: `product` +- `views/testimonials.ejs`: `company7` (hero), `company2` (secondary context) +- `views/contact.ejs`: `company5` - `views/layout.ejs` OG/Twitter image uses `hero` (fallback `logo`) - `views/partials/header.ejs` and `views/partials/footer.ejs` use `logo`