├── README.md ├── accept.php ├── admin.php ├── adminhome.php ├── ahome.php ├── alumni.php ├── aregister.php ├── dbconnect.php ├── images ├── admin.jpg ├── alm.png ├── alu.jpeg ├── alum.jpg ├── alumni.png ├── event.png ├── student.jpg ├── unnamed.png ├── wb.jpg ├── wb1.jpg └── wb2.jpg ├── index.php ├── mentor_menti.sql ├── shome.php ├── sregister.php ├── stud.php ├── valumni.php └── vstudent.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/README.md -------------------------------------------------------------------------------- /accept.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/accept.php -------------------------------------------------------------------------------- /admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/admin.php -------------------------------------------------------------------------------- /adminhome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/adminhome.php -------------------------------------------------------------------------------- /ahome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/ahome.php -------------------------------------------------------------------------------- /alumni.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/alumni.php -------------------------------------------------------------------------------- /aregister.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/aregister.php -------------------------------------------------------------------------------- /dbconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/dbconnect.php -------------------------------------------------------------------------------- /images/admin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/admin.jpg -------------------------------------------------------------------------------- /images/alm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/alm.png -------------------------------------------------------------------------------- /images/alu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/alu.jpeg -------------------------------------------------------------------------------- /images/alum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/alum.jpg -------------------------------------------------------------------------------- /images/alumni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/alumni.png -------------------------------------------------------------------------------- /images/event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/event.png -------------------------------------------------------------------------------- /images/student.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/student.jpg -------------------------------------------------------------------------------- /images/unnamed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/unnamed.png -------------------------------------------------------------------------------- /images/wb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/wb.jpg -------------------------------------------------------------------------------- /images/wb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/wb1.jpg -------------------------------------------------------------------------------- /images/wb2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/images/wb2.jpg -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/index.php -------------------------------------------------------------------------------- /mentor_menti.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/mentor_menti.sql -------------------------------------------------------------------------------- /shome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/shome.php -------------------------------------------------------------------------------- /sregister.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/sregister.php -------------------------------------------------------------------------------- /stud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/stud.php -------------------------------------------------------------------------------- /valumni.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/valumni.php -------------------------------------------------------------------------------- /vstudent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Mentor_Mentee_System/HEAD/vstudent.php --------------------------------------------------------------------------------