Skip to content

JAGMAN248/am-solutions-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AML Solutions Website

A modern, professional website for AML Solutions.

Features

  • 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

Project Structure

am-solutions-website/
├── index.html      # Main HTML file
├── styles.css      # All styling and responsive design
├── script.js       # JavaScript for interactivity
└── README.md       # Project documentation

Getting Started

  1. Open index.html in a web browser
  2. No build process or dependencies required - it's a pure HTML/CSS/JS website

Customization

Colors

Edit the CSS variables in styles.css:

:root {
    --primary-color: #4a90e2;
    --secondary-color: #2c3e50;
    /* ... */
}

Content

  • Update company information in index.html
  • Modify services, about text, and contact details
  • Replace placeholder images with actual company images

Contact Form

The contact form is currently set up to log data to the console. To connect it to a backend:

  1. Update the form submission handler in script.js
  2. Add your API endpoint
  3. Handle server responses appropriately

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

License

© 2025 AML Solutions. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors