A modern, professional website for AML Solutions.
- Responsive Design: Fully responsive layout that works on all devices
- Modern UI: Clean, professional design with smooth animations
- Smooth Scrolling: Navigation with smooth scroll behavior
- Interactive Elements: Animated counters, fade-in effects, and hover interactions
- Contact Form: Functional contact form (ready for backend integration)
- Mobile Menu: Hamburger menu for mobile devices
am-solutions-website/
├── index.html # Main HTML file
├── styles.css # All styling and responsive design
├── script.js # JavaScript for interactivity
└── README.md # Project documentation
- Open
index.htmlin a web browser - No build process or dependencies required - it's a pure HTML/CSS/JS website
Edit the CSS variables in styles.css:
:root {
--primary-color: #4a90e2;
--secondary-color: #2c3e50;
/* ... */
}- Update company information in
index.html - Modify services, about text, and contact details
- Replace placeholder images with actual company images
The contact form is currently set up to log data to the console. To connect it to a backend:
- Update the form submission handler in
script.js - Add your API endpoint
- Handle server responses appropriately
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
© 2025 AML Solutions. All rights reserved.