Skip to content

WearyMench/dealer_web_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚗 KG Auto Import - Website

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.


🧩 Features

  • 🎯 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.

📁 Project Structure

📂 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

🚀 How to Use

  1. Clone the repository:

    git clone https://github.com/WearyMench/Dealer-Web-Page.git
    
  2. Open index.html in your browser.

  3. 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.

Releases

No releases published

Packages

 
 
 

Contributors