Update website design and add new content sections
Refine UI by removing blue hover effects, increasing background gradient prominence, and disabling header underline animations. Add four new value cards under the mission statement and restructure the "Meet Our Team" section to be responsive with text on the left and image on the right. Update `replit.md` for documentation and `static/js/scripts.js` to replace `lenis.update()` with `lenis.resize()` in the `ScrollTrigger` refresh event listener. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: cc61dc1c-ba8e-4081-8489-ced839534af9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/UhOas7p
This commit is contained in:
@@ -42,7 +42,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
ScrollTrigger.defaults({ scroller: document.body });
|
||||
|
||||
ScrollTrigger.addEventListener('refresh', () => lenis.update());
|
||||
ScrollTrigger.addEventListener('refresh', () => lenis.resize());
|
||||
ScrollTrigger.refresh();
|
||||
|
||||
let lastScrollTop = 0;
|
||||
|
||||
Reference in New Issue
Block a user