A responsive and static university website built using HTML and CSS, showcasing essential sections like Home, About, Courses, Faculty, and Contact.
UniversityWebsite/ ├── newproject.html ├── style.css ├── Images/ │ └── (All image assets used in the website) └── README.md
- HTML5 – Structuring the content
- CSS3 – Styling and layout
- Responsive Design – Ensuring compatibility across devices
- Clean and modern UI
- Responsive design for various screen sizes
- Navigation bar and footer on every page
- Separate sections for:
- Home
- About the University
- Available Courses
- Faculty Information
- Contact Form (static)
-
Clone the repository:
git clone https://github.com/Adarsh8434/UniversityWebsite.git cd UniversityWebsite
Open newproject.html in any modern browser.
🔧 Future Improvements Add backend functionality for the contact form
Integrate animations using JavaScript or libraries like AOS
Add course filtering or search option
Convert to a full-stack application using frameworks like React and Node.js
📩 Contact Adarsh Kumar Choubey 📧 rohitadarsh02@gmail.com 🔗 LinkedIn :https://www.linkedin.com/in/adarshku/
📄 License This project is open source and available under the MIT License.