Home
Lester - Creative HTML5 Portfolio Template
Added loading="lazy" attribute on all below-fold images across 71 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
Updated copyright years to 2026 across all pages
Updated blog post dates to 2026
Converted all CSS transform: string-based animations to native GSAP 3 properties
Fixed invalid GSAP ease references (Elastic, Power1.ease, Power3.ease) to use correct GSAP 3 syntax
Patched tilt.jquery.min.js
Changed lang="zxx" to lang="en" on all 71 pages
Replaced hardcoded Google Maps API keys with a placeholder value
Updated autoprefixer config from deprecated browsers option to overrideBrowserslist in webpack config
Cleaned package.json — removed GitHub/Bitbucket repository references, fixed name and description
Removed Internet Explorer compatibility meta tag (X-UA-Compatible) from all pages