A comprehensive collection of web design projects aligned with the Web Designing Course (2301CS202). This repository showcases practical applications of HTML, CSS, and Bootstrap through hands-on lab assignments.
Welcome to the Web-Designing Repository! This repository serves as a practical guide to the Web Designing (2301CS202) course, led by Prof. Vijay M. Shekhat. Each project aligns with specific lab assignments from the course's lab manual, providing a structured approach to learning front-end web development using modern technologies.
- 📘 Comprehensive Web Design Exercises: Projects based on specific lab assignments from the course manual.
- 📱 Responsive Web Design: Implementations using CSS and Bootstrap ensure cross-device compatibility.
- 🔧 Structured Learning: The repository mirrors the course's lab structure, aiding in systematic learning.
- HTML5
- CSS3
- Bootstrap 4/5
To set up this repository locally:
-
Clone the repository:
git clone https://github.com/jaypatel342005/Web-Designing.git
-
Navigate to the project directory:
cd Web-Designing -
Open the project in your preferred code editor.
To view the web pages:
- Open the HTML files in your browser.
- For live preview and real-time editing, use a local server like Live Server in Visual Studio Code.
The repository is organized according to the lab assignments outlined in the course manual. Each folder contains the necessary HTML, CSS, and Bootstrap files for a specific lab.
Web-Designing/
├── Lab1/
│ ├── index.html
│
├── Lab2/
│ ├── index.html
│
├── Lab3/
│ ├── index.html
│
│ ...
├── README.md
└── WD Lab manual.pdf
- Lab 1: Practice basic HTML tags such as
Html,Body,Head,Title,Link,Meta,Address, etc. - Lab 2: Demonstrate special HTML controls including
Anchor tag,Iframe,List controls,Image control, andInput tag. - Lab 3: Create tables using HTML based on provided designs.
- Lab 4: Design web pages with HTML5 forms and validation.
- Lab 5: Use list tags, audio, and video tags to create media-rich web pages.
- Lab 6: Design web pages using
divtags and CSS properties. - Lab 7: Apply internal, external, and inline CSS stylesheets.
- Lab 8: Build a personal portfolio webpage using HTML and CSS.
- Lab 9: Implement various animation effects using CSS.
- Lab 10: Apply media queries to make web pages responsive.
- Lab 11: Demonstrate the use of CSS gradients.
- Lab 12: Create web pages using pseudo-classes and pseudo-elements.
- Lab 13: Build a homepage using HTML and CSS.
- Lab 14: Create a product landing page using HTML and CSS.
- Lab 15: Utilize Bootstrap for typography and responsive design elements.
- Lab 16: Implement Bootstrap's grid system for layout design.
- Lab 17: Design web pages using Bootstrap based on provided images.
- Lab 18: Create a SIGN-IN form using Bootstrap.
- Lab 19: Redesign forms from Lab 4 using Bootstrap.
- Lab 20: Design a complete website using HTML, CSS, and Bootstrap.
Note: Lab numbers correspond to specific sections within the WD Lab Manual.
Contributions are welcome! To contribute:
- 🍴 Fork the repository.
- 🔀 Create a new branch:
git checkout -b feature/YourFeatureName
- 💻 Make your changes and commit them:
git commit -m 'Add your feature' - 📤 Push to the branch:
git push origin feature/YourFeatureName
- 🎉 Create a Pull Request.
This repository is licensed under the MIT License. See the LICENSE file for more details.
For detailed instructions and explanations, refer to the WD Lab Manual included in this repository.
If you have any questions or suggestions, feel free to reach out:
Made with 💻 by Jay Patel