A basic multi-page website built using HTML, CSS, and JavaScript. It simulates a college website with several navigable sections and includes a few extra standalone pages for JavaScript practice.
These are part of the core multi-page college website:
index.html
– Homepageabout.html
– About the collegecontact.html
– Contact infocourses.html
– List of available coursesdepartment.html
– Department detailsfaculty.html
– Faculty membershome.html
– Alternate homepage or welcome page
These are separate mini projects or practice pages:
calci.html
– Simple calculator built with JavaScriptreverce.html
– Page to reverse a string or numberreg.html
– Basic registration formtimetable.html
– Static timetable layout
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download the repo
- Open
index.html
in any browser for the main site - Open other HTML files individually to try out standalone tools
📌 Made by Sadiya Shaikh
💌 Feel free to explore, use, or contribute!