Commit Graph
3 Commits
Author SHA1 Message Date
Florian Sylvain 8c8de5d38d feat: remove intersection observer for section highlighting and navigation state management 2025-09-09 17:50:52 +02:00
Florian Sylvain 2f67e06772 feat: optimize stylesheet loading and implement SRI hash generation for security 2025-09-09 17:32:32 +02:00
Florian Sylvain eb9f85ead0 feat: initialize server with essential files and configurations
- Added package.json and package-lock.json for project dependencies and metadata.
- Created server.js to handle HTTP requests, serve files, and implement security headers.
- Implemented minification functions for HTML, CSS, and JavaScript to optimize performance.
- Added style.css for styling the application with a responsive design.
- Introduced script.js for handling navigation and reveal animations.
- Removed unused profile.webp image.
2025-09-09 16:33:40 +02:00