This project is a responsive frontend website developed as part of the Introduction to Web Programming course. It represents a garment manufacturing company and showcases key aspects such as company information, product categories, manufacturing capabilities, and quality standards.
The website is inspired by modern apparel industry platforms and focuses on delivering a clean, structured, and user-friendly interface. The objective was to simulate a real-world corporate website while applying fundamental web development concepts.
├── index.html # Main webpage
├── style.css # Styling and layout
├── web.js # Basic interactivity
├── pics/ # Images used in the website
└── .vscode/ # VS Code settings (optional)
- Responsive and mobile-friendly design
- Clean and modern user interface
- Structured navigation with multiple sections
- Hero section with company introduction
- “Why Choose Us” section highlighting strengths
- Product categories (Men, Women, Kids, etc.)
- Manufacturing gallery showcasing facilities
- Basic FAQ section for user queries
- Footer with company and navigation links
- HTML5 – Structuring the web pages
- CSS3 – Styling and layout design
- JavaScript (Basic) – Adding simple interactivity
- Visual Studio Code – Development environment
The project helped to:
- Understand and implement semantic HTML structure
- Apply CSS techniques for layout, styling, and responsiveness
- Design intuitive navigation and user-friendly page flow
- Organize content effectively for improved readability
- Gain hands-on experience in building a real-world inspired website
This is a frontend-only project created for academic purposes. It focuses on design and layout rather than backend functionality. The content and structure are inspired by existing garment industry websites but are implemented in a simplified and original manner.