My Car Workshop is a personal project designed to showcase the fundamentals of HTML, CSS, and JavaScript. This project demonstrates the creation of a responsive and interactive website for a fictional car workshop, featuring modern web design techniques and functionality.
- 🚀 Features
- 📂 Project Structure
- 🛠️ Technologies Used
- 🌟 Key Functionalities
- 📸 Screenshots
- ⚙️ Installation and Usage
- 🤝 Contributing
- 📜 License
- Dynamic Content: JavaScript-powered content updates for seamless user interaction.
- Modern Styling: Clean and professional design using CSS.
- Multi-Page Layout: Includes pages for Home, Services, About, and Contact.
My-Car-Workshop/
│
├── indexPage/
│ ├── index.html
│ ├── indexStyle.css
│ └── indexScript.js
│
├── aboutPage/
│ ├── about.html
│ ├── aboutStyle.css
│ └── aboutScript.js
│
├── servicesPage/
│ ├── services.html
│ └── servicesStyle.css
│
├── contactPage/
│ ├── contact.html
│ └── contactStyle.css
│
├── images/ # Image assets
├── screenshots/ # Screenshots of the project
│
├── colors.css # Shared color variables
├── README.md # Project documentation
└── LICENSE # License file
- HTML5: For semantic and structured content.
- CSS3: For styling, including responsive design.
- JavaScript: For interactivity and dynamic content updates.
- Google Fonts: For modern typography.
- Material Icons: For intuitive icons.
-
Home Page:
- A welcoming banner with a call-to-action button.
- Navigation links to other pages.
-
About Page:
- Dynamic content updates using JavaScript.
- Detailed information about the workshop.
-
Services Page:
- A list of services offered by the workshop.
-
Contact Page:
- A form for users to submit inquiries.
- Clickable email and phone links.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
![]() |
![]() |
- Clone the repository:
git clone https://github.com/Xelo04/Car-Workshop
- Open the index.html file in your browser to view the website.
Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.
This project is under the MIT License - see the LICENSE file for details.











