A fully responsive multi-page university website built using HTML5 and CSS3. This project includes essential pages such as Home, About Us, Courses, Blog, and Contact, providing a clean and professional design ideal for educational institutions.
- ✅ Responsive design for all screen sizes
- ✅ Home, About Us, Courses, Blog, and Contact pages
- ✅ Semantic HTML5 structure
- ✅ Clean and modern CSS styling
- ✅ Navigation bar with active link highlighting
- ✅ Mobile-friendly layout
- ✅ Easy to customize and reuse
university-site/
├── index.html # Home Page
├── about.html # About Us Page
├── courses.html # Courses Page
├── blog.html # Blog Page
├── contact.html # Contact Page
├── css/
│ └── style.css # Main stylesheet
├── images/ # Image assets
└── README.md # Project documentation
- HTML5
- CSS3
- Google Fonts
- Font Awesome (for icons, if used)
- Mastery of responsive web design
- Experience in building a multipage website layout
- Improved understanding of semantic HTML and structured CSS
- Web development best practices and file organization
- Add JavaScript for interactivity (e.g., form validation, sliders)
- Integrate a CMS or backend for dynamic blog content
- Implement dark mode toggle
- Use SCSS for better stylesheet management
- Clone the repository:
https://github.com/AlfishanShaikh/university-site
- Open the project folder:
cd university-site - Open
index.htmlin your browser:
- You can double-click
index.htmlor open it using a local server like Live Server (VS Code extension).
This project is licensed under the MIT License.
Contributions are welcome!
Feel free to fork this repo, make changes, and open a pull request.
