This is a website for a car import dealership, built with pure HTML, CSS, and JavaScript. It includes a landing page with animations, an interactive quote page, and company info sections.
- 🎯 Landing page with animated comets.
- 🧑💼 About Us section with a team illustration.
- 📞 Contact section.
- 💸 Quotation page with interactive filters.
- 🚘 Visual model preview with SVG image.
- 🔥 Modern aesthetic and responsive layout.
📂 kg-auto-import/
│
├── index.html # Main Landing Page
├── cotizar.html # Car quotation Page
│
├── images/ # Images (team, models, SVGs)
| ├── equipo.svg
| ├── sedan.svg
| └── ...
|
├── styles/ # CSS files
| ├── style.css
│ └── cotizar.css
│
├── js/ # Javascript files
│ ├── main.js
│ ├── cotizar.js
│
└── README.md # This file
-
Clone the repository:
git clone https://github.com/WearyMench/Dealer-Web-Page.git
-
Open index.html in your browser.
-
Navigate the homepage and use the “Cotiza uno ahora” (Quote one now) button to access the quotation tool.
🛠️ Technologies
-
HTML5
-
CSS3 (custom styling)
-
Vanilla JavaScript
📌 Notes
-
Images are placeholders and can be replaced with real dealership assets.
-
This is a fully static project, no backend required.