Add next-level animations and visual enhancements to the website

Integrates CSS and JavaScript for enhanced animations, including scroll progress, floating orbs, magnetic buttons, and animated gradients, while also fixing responsive image display issues on the About Us page.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8702cea6-5379-4542-9446-7e71f9f057ab
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0d23a4eb-ce23-497a-86bc-d3de3958ac06
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/705de26f-a3c1-41e6-845d-88f96627134c/8702cea6-5379-4542-9446-7e71f9f057ab/ejKynqE
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
2026-03-17 20:37:29 +00:00
parent 7fb7f8c122
commit 42eb7c7906
10 changed files with 1281 additions and 1 deletions

View File

@@ -37,6 +37,8 @@
<link rel="stylesheet" href="css/plyr.css" />
<!-- Main Custom Css -->
<link href="css/custom.css" rel="stylesheet" media="screen" />
<!-- Enhanced Animations Css -->
<link href="css/enhance.css" rel="stylesheet" media="screen" />
</head>
<body>
@@ -453,5 +455,7 @@
<script src="js/wow.js"></script>
<!-- Main Custom js file -->
<script src="js/function.js"></script>
<!-- Enhanced Animations js -->
<script src="js/enhance.js"></script>
</body>
</html>