Home
Redding - Minimal & Digital HTML Template
Added `loading="lazy"` attribute on all below-fold images across 16 pages
Added `<meta name="description">` tag on all pages
Added README.md with project documentation
Added .editorconfig for consistent code style
Added .gitignore for version control
Added .browserslistrc for shared browser targets
Configured proper `npm run dev` and `npm run build` scripts
Upgraded jQuery from 2.x/3.3.x to **3.7.1**
Replaced legacy TweenMax (GSAP 2) with **GSAP 3.12.7**
Removed outdated EasePack.min.js that caused GSAP 2/3 conflicts
Converted all CSS transform string-based animations to native GSAP 3 properties
Updated copyright years to 2026 across all pages
Updated blog post dates to 2026
Updated autoprefixer config
Fixed invalid GSAP ease references
Patched tilt.jquery.min.js
Changed `lang="zxx"` to `lang="en"` on all 16 pages
Replaced hardcoded Google Maps API keys with a placeholder value
Fixed spinner bug that caused incorrect element targeting in loading animations
Fixed slider loop issues in main.js for correct carousel behavior
Cleaned package.json - removed GitHub/Bitbucket repository references, fixed name and description
Removed Internet Explorer compatibility meta tag (`X-UA-Compatible`) from all pages