├── images ├── abhinav_raj.jpg ├── bhupesh_sahu.jpeg ├── github.png ├── monirul_islam.jpeg ├── shashwat_sarkar.jpeg └── smit.jpg ├── pages ├── aboutUs.html ├── dashboard.html ├── noticeBoard.html ├── semesterRegistration.html ├── signin.html ├── signup.html └── teacherFeedback.html ├── php ├── connection.php ├── semesterRegistration.php ├── signin.php ├── signup.php └── teacherFeedback.php └── styles ├── all.css └── style.css /images/abhinav_raj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/abhinav_raj.jpg -------------------------------------------------------------------------------- /images/bhupesh_sahu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/bhupesh_sahu.jpeg -------------------------------------------------------------------------------- /images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/github.png -------------------------------------------------------------------------------- /images/monirul_islam.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/monirul_islam.jpeg -------------------------------------------------------------------------------- /images/shashwat_sarkar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/shashwat_sarkar.jpeg -------------------------------------------------------------------------------- /images/smit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/images/smit.jpg -------------------------------------------------------------------------------- /pages/aboutUs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/aboutUs.html -------------------------------------------------------------------------------- /pages/dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/dashboard.html -------------------------------------------------------------------------------- /pages/noticeBoard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/noticeBoard.html -------------------------------------------------------------------------------- /pages/semesterRegistration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/semesterRegistration.html -------------------------------------------------------------------------------- /pages/signin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/signin.html -------------------------------------------------------------------------------- /pages/signup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/signup.html -------------------------------------------------------------------------------- /pages/teacherFeedback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/pages/teacherFeedback.html -------------------------------------------------------------------------------- /php/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/php/connection.php -------------------------------------------------------------------------------- /php/semesterRegistration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/php/semesterRegistration.php -------------------------------------------------------------------------------- /php/signin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/php/signin.php -------------------------------------------------------------------------------- /php/signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/php/signup.php -------------------------------------------------------------------------------- /php/teacherFeedback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/php/teacherFeedback.php -------------------------------------------------------------------------------- /styles/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/styles/all.css -------------------------------------------------------------------------------- /styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shshwtsrkr/College-Management-System/HEAD/styles/style.css --------------------------------------------------------------------------------