├── Database ├── Revised.sql └── Skeleton Database.sql ├── Drives ├── 1.php ├── 2.php ├── 3.php ├── 4.php ├── 404.php ├── 5.php ├── 6.php ├── about.php ├── blog.php ├── css │ ├── animate.css │ ├── bootstrap.css │ ├── style.css │ └── touchTouch.css ├── favicon.ico ├── images │ ├── 1.png │ ├── 2 (3).png │ ├── 2.png │ ├── 21.jpg │ ├── 3.png │ ├── 4.png │ ├── 6.jpg │ ├── Originals │ │ ├── b9.jpg │ │ ├── banner.jpg │ │ └── i5.jpg │ ├── a1.jpg │ ├── a2.jpg │ ├── b10.jpg │ ├── b117.jpg │ ├── b119.jpg │ ├── b7.jpg │ ├── b8.jpg │ ├── b9.jpg │ ├── banner.jpg │ ├── banner1.jpg │ ├── banner10.jpg │ ├── banner110.jpg │ ├── bill.jpg │ ├── designs.png │ ├── fancybox_sprite.png │ ├── goo.png │ ├── i5.jpg │ ├── i51.jpg │ ├── icons.png │ ├── img1.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── img4.jpg │ ├── infy.png │ ├── intel.jpg │ ├── location.png │ ├── logo.png │ ├── logo1.png │ ├── menu.png │ ├── microsoft.jpg │ ├── ms1.jpg │ ├── og.jpg │ ├── p.jpg │ ├── phone.png │ ├── photothumb.db │ ├── play.png │ ├── search.png │ └── std.jpg ├── index.php ├── js │ ├── classie.js │ ├── jquery-1.11.1.min.js │ ├── jquery.fancybox.js │ ├── responsiveslides.min.js │ └── wow.min.js ├── mail.php ├── products.php └── w3layouts-License.txt ├── Gallery ├── Posts │ └── single.html ├── a1.html.html ├── album.html ├── blog.html ├── css │ ├── New folder │ │ ├── bootstrap.css │ │ ├── slider.css │ │ ├── style.css │ │ └── swipebox.css │ ├── bootstrap.css │ ├── chocolat.css │ ├── flexslider.css │ └── style.css ├── favicon.ico ├── fonts │ ├── Audiowide-Regular.ttf │ ├── Imprima-Regular.ttf │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── images │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── Thumbnail │ │ └── a1.jpg │ ├── a1.jpg │ ├── a2.jpg │ ├── a3.jpg │ ├── a4.jpg │ ├── a5.jpg │ ├── a6.jpg │ ├── a7.jpg │ ├── a8.jpg │ ├── a9.jpg │ ├── b1.jpg │ ├── b2.jpg │ ├── back.jpg │ ├── back1.jpg │ ├── close.png │ ├── co.png │ ├── ic.png │ ├── ic1.png │ ├── ic2.png │ ├── ic3.png │ ├── left.png │ ├── menu.png │ ├── photothumb.db │ ├── right.png │ ├── te.jpg │ ├── te1.jpg │ ├── te2.jpg │ └── te3.jpg ├── index.html ├── infy.html ├── js │ ├── New folder │ │ ├── jquery.min.js │ │ ├── jquery.nivo.slider.js │ │ └── jquery.swipebox.min.js │ ├── jquery.chocolat.js │ ├── jquery.flexslider.js │ ├── jquery.hoverdir.js │ ├── jquery.min.js │ └── modernizr.custom.97074.js └── typo.html ├── HODProfile ├── Change Password.php ├── Forgot Password.php ├── Notif.php ├── RNotif.php ├── Reset password.php ├── WNotif.php ├── approve.php ├── approve1.php ├── approve2.php ├── cp.php ├── css │ ├── bootstrap.min.css │ ├── font-awesome.min.css │ └── templatemo-style.css ├── favicon.ico ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── images │ ├── PN.jpg │ ├── PN.png │ ├── PN1.jpg │ ├── b117.jpg │ ├── bg.png │ ├── bicycle.jpg │ ├── checkbox-radio-sheet.png │ ├── favicon.ico │ ├── person.jpg │ ├── profile-photo.jpg │ ├── sunset-big.jpg │ ├── sunset.jpg │ ├── sunset1.png │ ├── sunset2.jpg │ └── wds.png ├── index.php ├── index1.php ├── js │ ├── bootstrap-filestyle.min.js │ ├── jquery-1.11.2.min.js │ ├── jquery-migrate-1.2.1.min.js │ └── templatemo-script.js ├── login.php ├── login1.php ├── logout.php ├── manage-student.php ├── manage-users1.php ├── preferences.php ├── rs.php ├── rs1.php └── upload.html ├── Homepage ├── css │ ├── animate.min.css │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── creative.css │ ├── style.css │ └── stylea.css ├── favicon.ico ├── font-awesome │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── animated.less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── home.php ├── images │ └── wds.png ├── img │ ├── 2.jpg │ ├── Originals │ │ └── header.jpg │ ├── header.jpg │ ├── photothumb.db │ └── portfolio │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ └── 6.jpg ├── index.php ├── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── cbpAnimatedHeader.js │ ├── classie.js │ ├── creative.js │ ├── jquery.easing.min.js │ ├── jquery.fittext.js │ ├── jquery.js │ └── wow.min.js └── less │ ├── creative.less │ ├── mixins.less │ └── variables.less ├── LICENSE ├── PProfile ├── COUNT1.PHP ├── COUNT2.php ├── COUNT3s1.php ├── COUNT3s2.php ├── COUNT3s3.php ├── COUNT3s4.php ├── COUNT3s5.php ├── COUNT3s6.php ├── COUNT3s7.php ├── Change Password.php ├── Forgot Password.php ├── Notif.php ├── Placement Drives.php ├── Placement Drives │ ├── CompanyDetails.php │ ├── PUpload.php │ ├── add pdrive1.php │ ├── addpdrive.php │ ├── drivehome.php │ ├── php.ini │ ├── update.php │ └── updatedrive1.php ├── RNotif.php ├── Reset password.php ├── Students Eligibility.php ├── WNotif.php ├── add pdrive.php ├── add pdrive1.php ├── bgo.php ├── bs.php ├── comsearch.php ├── cp.php ├── cse.php ├── css │ ├── bootstrap.min.css │ ├── font-awesome.min.css │ └── templatemo-style.css ├── cve.php ├── ece.php ├── eee.php ├── eligibility.php ├── favicon.ico ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── images │ ├── DD.jpg │ ├── UD.png │ ├── UI.png │ ├── bg.png │ ├── bicycle.jpg │ ├── checkbox-radio-sheet.png │ ├── person.jpg │ ├── princpal.jpg │ ├── profile-photo.jpg │ ├── sunse55.jpg │ ├── sunset-big.jpg │ ├── sunset.jpg │ ├── sunset1.png │ ├── sunset11.png │ ├── sunset2.jpg │ ├── sunset22.png │ ├── sunset33.jpg │ ├── sunset55.png │ └── wds.png ├── index.php ├── index1.php ├── ise.php ├── js │ ├── bootstrap-filestyle.min.js │ ├── jquery-1.11.2.min.js │ ├── jquery-migrate-1.2.1.min.js │ └── templatemo-script.js ├── login.php ├── login1.php ├── logout.php ├── manage-users.php ├── me.php ├── preferences.php ├── queries.php ├── reg.php ├── rs.php ├── rs1.php ├── search.php ├── studsearch.php ├── upload.html └── upload.php ├── PriProfile ├── COUNT1.PHP ├── COUNT2.php ├── COUNT3s1.php ├── COUNT3s2.php ├── COUNT3s3.php ├── COUNT3s4.php ├── COUNT3s5.php ├── COUNT3s6.php ├── COUNT3s7.php ├── Change Password.php ├── Forgot Password.php ├── Notif.php ├── RNotif.php ├── Reset password.php ├── Students Eligibility.php ├── WN.php ├── WNotif.php ├── comsearch.php ├── cp.php ├── css │ ├── bootstrap.min.css │ ├── font-awesome.min.css │ └── templatemo-style.css ├── eligibility.php ├── eligibility2.php ├── favicon.ico ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── images │ ├── b119.jpg │ ├── bg.png │ ├── bicycle.jpg │ ├── checkbox-radio-sheet.png │ ├── person.jpg │ ├── princpal.jpg │ ├── profile-photo.jpg │ ├── sunset-big.jpg │ ├── sunset.jpg │ ├── sunset1.png │ ├── sunset2.jpg │ └── wds.png ├── index.php ├── index1.php ├── js │ ├── bootstrap-filestyle.min.js │ ├── jquery-1.11.2.min.js │ ├── jquery-migrate-1.2.1.min.js │ └── templatemo-script.js ├── login.php ├── login1.php ├── logout.php ├── manage-users.php ├── queries.php ├── rs.php ├── rs1.php ├── search.php ├── studsearch.php └── upload.html ├── README.md ├── SProfile ├── Change Password.php ├── Forgot Password.php ├── New Folder1 │ ├── Register.php │ ├── pref.php │ ├── preferences.php │ └── reg.php ├── Notif.php ├── Register.php ├── Reset password.php ├── cp.php ├── css │ ├── bootstrap.min.css │ ├── font-awesome.min.css │ └── templatemo-style.css ├── favicon.ico ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── images │ ├── bg.png │ ├── bicycle.jpg │ ├── checkbox-radio-sheet.png │ ├── person.jpg │ ├── profile-photo.jpg │ ├── sunset-big.jpg │ ├── sunset.jpg │ └── wds.png ├── index.php ├── index1.php ├── js │ ├── bootstrap-filestyle.min.js │ ├── jquery-1.11.2.min.js │ ├── jquery-migrate-1.2.1.min.js │ └── templatemo-script.js ├── login.php ├── login1.php ├── logout.php ├── pref.php ├── preferences.php ├── reg.php ├── rs.php └── rs1.php ├── screenshort_MINi_project ├── Screenshot from 2018-11-04 05-51-15.png ├── about_index.png ├── change_password.png ├── hod_front_page.png ├── hod_login_index1.png ├── hod_manage_users.png ├── hod_notif.png ├── home.png ├── index_home.png ├── login.png ├── mail_index.png ├── prefrences.png ├── principal_home.png ├── principal_manage_users.png ├── principal_queries.png ├── principal_student_eligibility.png ├── products_index.png ├── student_Notif.png ├── student_dashboard.png ├── student_index.png └── student_queries.png └── updation--companies ├── README.md ├── admin.php ├── connect.php ├── css ├── bootstrap-theme.css ├── bootstrap-theme.css.map ├── bootstrap-theme.min.css ├── bootstrap.css ├── bootstrap.css.map └── bootstrap.min.css ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── index.php ├── js ├── bootstrap.js ├── bootstrap.min.js ├── jquery.js └── npm.js ├── logout.php ├── session.php ├── tandp.sql └── test.php /Database/Revised.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Database/Revised.sql -------------------------------------------------------------------------------- /Database/Skeleton Database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Database/Skeleton Database.sql -------------------------------------------------------------------------------- /Drives/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/1.php -------------------------------------------------------------------------------- /Drives/2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/2.php -------------------------------------------------------------------------------- /Drives/3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/3.php -------------------------------------------------------------------------------- /Drives/4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/4.php -------------------------------------------------------------------------------- /Drives/404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/404.php -------------------------------------------------------------------------------- /Drives/5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/5.php -------------------------------------------------------------------------------- /Drives/6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/6.php -------------------------------------------------------------------------------- /Drives/about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/about.php -------------------------------------------------------------------------------- /Drives/blog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/blog.php -------------------------------------------------------------------------------- /Drives/css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/css/animate.css -------------------------------------------------------------------------------- /Drives/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/css/bootstrap.css -------------------------------------------------------------------------------- /Drives/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/css/style.css -------------------------------------------------------------------------------- /Drives/css/touchTouch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/css/touchTouch.css -------------------------------------------------------------------------------- /Drives/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/favicon.ico -------------------------------------------------------------------------------- /Drives/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/1.png -------------------------------------------------------------------------------- /Drives/images/2 (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/2 (3).png -------------------------------------------------------------------------------- /Drives/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/2.png -------------------------------------------------------------------------------- /Drives/images/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/21.jpg -------------------------------------------------------------------------------- /Drives/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/3.png -------------------------------------------------------------------------------- /Drives/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/4.png -------------------------------------------------------------------------------- /Drives/images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/6.jpg -------------------------------------------------------------------------------- /Drives/images/Originals/b9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/Originals/b9.jpg -------------------------------------------------------------------------------- /Drives/images/Originals/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/Originals/banner.jpg -------------------------------------------------------------------------------- /Drives/images/Originals/i5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/Originals/i5.jpg -------------------------------------------------------------------------------- /Drives/images/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/a1.jpg -------------------------------------------------------------------------------- /Drives/images/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/a2.jpg -------------------------------------------------------------------------------- /Drives/images/b10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b10.jpg -------------------------------------------------------------------------------- /Drives/images/b117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b117.jpg -------------------------------------------------------------------------------- /Drives/images/b119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b119.jpg -------------------------------------------------------------------------------- /Drives/images/b7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b7.jpg -------------------------------------------------------------------------------- /Drives/images/b8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b8.jpg -------------------------------------------------------------------------------- /Drives/images/b9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/b9.jpg -------------------------------------------------------------------------------- /Drives/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/banner.jpg -------------------------------------------------------------------------------- /Drives/images/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/banner1.jpg -------------------------------------------------------------------------------- /Drives/images/banner10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/banner10.jpg -------------------------------------------------------------------------------- /Drives/images/banner110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/banner110.jpg -------------------------------------------------------------------------------- /Drives/images/bill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/bill.jpg -------------------------------------------------------------------------------- /Drives/images/designs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/designs.png -------------------------------------------------------------------------------- /Drives/images/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/fancybox_sprite.png -------------------------------------------------------------------------------- /Drives/images/goo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/goo.png -------------------------------------------------------------------------------- /Drives/images/i5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/i5.jpg -------------------------------------------------------------------------------- /Drives/images/i51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/i51.jpg -------------------------------------------------------------------------------- /Drives/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/icons.png -------------------------------------------------------------------------------- /Drives/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/img1.jpg -------------------------------------------------------------------------------- /Drives/images/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/img2.jpg -------------------------------------------------------------------------------- /Drives/images/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/img3.jpg -------------------------------------------------------------------------------- /Drives/images/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/img4.jpg -------------------------------------------------------------------------------- /Drives/images/infy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/infy.png -------------------------------------------------------------------------------- /Drives/images/intel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/intel.jpg -------------------------------------------------------------------------------- /Drives/images/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/location.png -------------------------------------------------------------------------------- /Drives/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/logo.png -------------------------------------------------------------------------------- /Drives/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/logo1.png -------------------------------------------------------------------------------- /Drives/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/menu.png -------------------------------------------------------------------------------- /Drives/images/microsoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/microsoft.jpg -------------------------------------------------------------------------------- /Drives/images/ms1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/ms1.jpg -------------------------------------------------------------------------------- /Drives/images/og.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/og.jpg -------------------------------------------------------------------------------- /Drives/images/p.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/p.jpg -------------------------------------------------------------------------------- /Drives/images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/phone.png -------------------------------------------------------------------------------- /Drives/images/photothumb.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/photothumb.db -------------------------------------------------------------------------------- /Drives/images/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/play.png -------------------------------------------------------------------------------- /Drives/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/search.png -------------------------------------------------------------------------------- /Drives/images/std.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/images/std.jpg -------------------------------------------------------------------------------- /Drives/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/index.php -------------------------------------------------------------------------------- /Drives/js/classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/js/classie.js -------------------------------------------------------------------------------- /Drives/js/jquery-1.11.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/js/jquery-1.11.1.min.js -------------------------------------------------------------------------------- /Drives/js/jquery.fancybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/js/jquery.fancybox.js -------------------------------------------------------------------------------- /Drives/js/responsiveslides.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/js/responsiveslides.min.js -------------------------------------------------------------------------------- /Drives/js/wow.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/js/wow.min.js -------------------------------------------------------------------------------- /Drives/mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/mail.php -------------------------------------------------------------------------------- /Drives/products.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/products.php -------------------------------------------------------------------------------- /Drives/w3layouts-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Drives/w3layouts-License.txt -------------------------------------------------------------------------------- /Gallery/Posts/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/Posts/single.html -------------------------------------------------------------------------------- /Gallery/a1.html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/a1.html.html -------------------------------------------------------------------------------- /Gallery/album.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/album.html -------------------------------------------------------------------------------- /Gallery/blog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/blog.html -------------------------------------------------------------------------------- /Gallery/css/New folder/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/New folder/bootstrap.css -------------------------------------------------------------------------------- /Gallery/css/New folder/slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/New folder/slider.css -------------------------------------------------------------------------------- /Gallery/css/New folder/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/New folder/style.css -------------------------------------------------------------------------------- /Gallery/css/New folder/swipebox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/New folder/swipebox.css -------------------------------------------------------------------------------- /Gallery/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/bootstrap.css -------------------------------------------------------------------------------- /Gallery/css/chocolat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/chocolat.css -------------------------------------------------------------------------------- /Gallery/css/flexslider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/flexslider.css -------------------------------------------------------------------------------- /Gallery/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/css/style.css -------------------------------------------------------------------------------- /Gallery/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/favicon.ico -------------------------------------------------------------------------------- /Gallery/fonts/Audiowide-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/Audiowide-Regular.ttf -------------------------------------------------------------------------------- /Gallery/fonts/Imprima-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/Imprima-Regular.ttf -------------------------------------------------------------------------------- /Gallery/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /Gallery/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /Gallery/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /Gallery/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Gallery/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /Gallery/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/1.jpg -------------------------------------------------------------------------------- /Gallery/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/2.jpg -------------------------------------------------------------------------------- /Gallery/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/3.jpg -------------------------------------------------------------------------------- /Gallery/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/4.jpg -------------------------------------------------------------------------------- /Gallery/images/Thumbnail/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/Thumbnail/a1.jpg -------------------------------------------------------------------------------- /Gallery/images/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a1.jpg -------------------------------------------------------------------------------- /Gallery/images/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a2.jpg -------------------------------------------------------------------------------- /Gallery/images/a3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a3.jpg -------------------------------------------------------------------------------- /Gallery/images/a4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a4.jpg -------------------------------------------------------------------------------- /Gallery/images/a5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a5.jpg -------------------------------------------------------------------------------- /Gallery/images/a6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a6.jpg -------------------------------------------------------------------------------- /Gallery/images/a7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a7.jpg -------------------------------------------------------------------------------- /Gallery/images/a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a8.jpg -------------------------------------------------------------------------------- /Gallery/images/a9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/a9.jpg -------------------------------------------------------------------------------- /Gallery/images/b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/b1.jpg -------------------------------------------------------------------------------- /Gallery/images/b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/b2.jpg -------------------------------------------------------------------------------- /Gallery/images/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/back.jpg -------------------------------------------------------------------------------- /Gallery/images/back1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/back1.jpg -------------------------------------------------------------------------------- /Gallery/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/close.png -------------------------------------------------------------------------------- /Gallery/images/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/co.png -------------------------------------------------------------------------------- /Gallery/images/ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/ic.png -------------------------------------------------------------------------------- /Gallery/images/ic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/ic1.png -------------------------------------------------------------------------------- /Gallery/images/ic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/ic2.png -------------------------------------------------------------------------------- /Gallery/images/ic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/ic3.png -------------------------------------------------------------------------------- /Gallery/images/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/left.png -------------------------------------------------------------------------------- /Gallery/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/menu.png -------------------------------------------------------------------------------- /Gallery/images/photothumb.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/photothumb.db -------------------------------------------------------------------------------- /Gallery/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/right.png -------------------------------------------------------------------------------- /Gallery/images/te.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/te.jpg -------------------------------------------------------------------------------- /Gallery/images/te1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/te1.jpg -------------------------------------------------------------------------------- /Gallery/images/te2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/te2.jpg -------------------------------------------------------------------------------- /Gallery/images/te3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/images/te3.jpg -------------------------------------------------------------------------------- /Gallery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/index.html -------------------------------------------------------------------------------- /Gallery/infy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/infy.html -------------------------------------------------------------------------------- /Gallery/js/New folder/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/New folder/jquery.min.js -------------------------------------------------------------------------------- /Gallery/js/New folder/jquery.nivo.slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/New folder/jquery.nivo.slider.js -------------------------------------------------------------------------------- /Gallery/js/New folder/jquery.swipebox.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/New folder/jquery.swipebox.min.js -------------------------------------------------------------------------------- /Gallery/js/jquery.chocolat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/jquery.chocolat.js -------------------------------------------------------------------------------- /Gallery/js/jquery.flexslider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/jquery.flexslider.js -------------------------------------------------------------------------------- /Gallery/js/jquery.hoverdir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/jquery.hoverdir.js -------------------------------------------------------------------------------- /Gallery/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/jquery.min.js -------------------------------------------------------------------------------- /Gallery/js/modernizr.custom.97074.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/js/modernizr.custom.97074.js -------------------------------------------------------------------------------- /Gallery/typo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Gallery/typo.html -------------------------------------------------------------------------------- /HODProfile/Change Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/Change Password.php -------------------------------------------------------------------------------- /HODProfile/Forgot Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/Forgot Password.php -------------------------------------------------------------------------------- /HODProfile/Notif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/Notif.php -------------------------------------------------------------------------------- /HODProfile/RNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/RNotif.php -------------------------------------------------------------------------------- /HODProfile/Reset password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/Reset password.php -------------------------------------------------------------------------------- /HODProfile/WNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/WNotif.php -------------------------------------------------------------------------------- /HODProfile/approve.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/approve.php -------------------------------------------------------------------------------- /HODProfile/approve1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/approve1.php -------------------------------------------------------------------------------- /HODProfile/approve2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/approve2.php -------------------------------------------------------------------------------- /HODProfile/cp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/cp.php -------------------------------------------------------------------------------- /HODProfile/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/css/bootstrap.min.css -------------------------------------------------------------------------------- /HODProfile/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/css/font-awesome.min.css -------------------------------------------------------------------------------- /HODProfile/css/templatemo-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/css/templatemo-style.css -------------------------------------------------------------------------------- /HODProfile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/favicon.ico -------------------------------------------------------------------------------- /HODProfile/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /HODProfile/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /HODProfile/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /HODProfile/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /HODProfile/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /HODProfile/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /HODProfile/images/PN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/PN.jpg -------------------------------------------------------------------------------- /HODProfile/images/PN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/PN.png -------------------------------------------------------------------------------- /HODProfile/images/PN1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/PN1.jpg -------------------------------------------------------------------------------- /HODProfile/images/b117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/b117.jpg -------------------------------------------------------------------------------- /HODProfile/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/bg.png -------------------------------------------------------------------------------- /HODProfile/images/bicycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/bicycle.jpg -------------------------------------------------------------------------------- /HODProfile/images/checkbox-radio-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/checkbox-radio-sheet.png -------------------------------------------------------------------------------- /HODProfile/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/favicon.ico -------------------------------------------------------------------------------- /HODProfile/images/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/person.jpg -------------------------------------------------------------------------------- /HODProfile/images/profile-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/profile-photo.jpg -------------------------------------------------------------------------------- /HODProfile/images/sunset-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/sunset-big.jpg -------------------------------------------------------------------------------- /HODProfile/images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/sunset.jpg -------------------------------------------------------------------------------- /HODProfile/images/sunset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/sunset1.png -------------------------------------------------------------------------------- /HODProfile/images/sunset2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/sunset2.jpg -------------------------------------------------------------------------------- /HODProfile/images/wds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/images/wds.png -------------------------------------------------------------------------------- /HODProfile/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/index.php -------------------------------------------------------------------------------- /HODProfile/index1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/index1.php -------------------------------------------------------------------------------- /HODProfile/js/bootstrap-filestyle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/js/bootstrap-filestyle.min.js -------------------------------------------------------------------------------- /HODProfile/js/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/js/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /HODProfile/js/jquery-migrate-1.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/js/jquery-migrate-1.2.1.min.js -------------------------------------------------------------------------------- /HODProfile/js/templatemo-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/js/templatemo-script.js -------------------------------------------------------------------------------- /HODProfile/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/login.php -------------------------------------------------------------------------------- /HODProfile/login1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/login1.php -------------------------------------------------------------------------------- /HODProfile/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/logout.php -------------------------------------------------------------------------------- /HODProfile/manage-student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/manage-student.php -------------------------------------------------------------------------------- /HODProfile/manage-users1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/manage-users1.php -------------------------------------------------------------------------------- /HODProfile/preferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/preferences.php -------------------------------------------------------------------------------- /HODProfile/rs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/rs.php -------------------------------------------------------------------------------- /HODProfile/rs1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/rs1.php -------------------------------------------------------------------------------- /HODProfile/upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/HODProfile/upload.html -------------------------------------------------------------------------------- /Homepage/css/animate.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/animate.min.css -------------------------------------------------------------------------------- /Homepage/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/bootstrap.css -------------------------------------------------------------------------------- /Homepage/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/bootstrap.min.css -------------------------------------------------------------------------------- /Homepage/css/creative.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/creative.css -------------------------------------------------------------------------------- /Homepage/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/style.css -------------------------------------------------------------------------------- /Homepage/css/stylea.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/css/stylea.css -------------------------------------------------------------------------------- /Homepage/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/favicon.ico -------------------------------------------------------------------------------- /Homepage/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /Homepage/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /Homepage/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /Homepage/font-awesome/less/animated.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/animated.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/core.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/icons.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/larger.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/list.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/path.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /Homepage/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/less/variables.less -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_animated.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /Homepage/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /Homepage/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /Homepage/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /Homepage/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /Homepage/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Homepage/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /Homepage/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/home.php -------------------------------------------------------------------------------- /Homepage/images/wds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/images/wds.png -------------------------------------------------------------------------------- /Homepage/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/2.jpg -------------------------------------------------------------------------------- /Homepage/img/Originals/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/Originals/header.jpg -------------------------------------------------------------------------------- /Homepage/img/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/header.jpg -------------------------------------------------------------------------------- /Homepage/img/photothumb.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/photothumb.db -------------------------------------------------------------------------------- /Homepage/img/portfolio/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/1.jpg -------------------------------------------------------------------------------- /Homepage/img/portfolio/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/2.jpg -------------------------------------------------------------------------------- /Homepage/img/portfolio/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/3.jpg -------------------------------------------------------------------------------- /Homepage/img/portfolio/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/4.jpg -------------------------------------------------------------------------------- /Homepage/img/portfolio/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/5.jpg -------------------------------------------------------------------------------- /Homepage/img/portfolio/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/img/portfolio/6.jpg -------------------------------------------------------------------------------- /Homepage/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/index.php -------------------------------------------------------------------------------- /Homepage/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/bootstrap.js -------------------------------------------------------------------------------- /Homepage/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/bootstrap.min.js -------------------------------------------------------------------------------- /Homepage/js/cbpAnimatedHeader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/cbpAnimatedHeader.js -------------------------------------------------------------------------------- /Homepage/js/classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/classie.js -------------------------------------------------------------------------------- /Homepage/js/creative.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/creative.js -------------------------------------------------------------------------------- /Homepage/js/jquery.easing.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/jquery.easing.min.js -------------------------------------------------------------------------------- /Homepage/js/jquery.fittext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/jquery.fittext.js -------------------------------------------------------------------------------- /Homepage/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/jquery.js -------------------------------------------------------------------------------- /Homepage/js/wow.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/js/wow.min.js -------------------------------------------------------------------------------- /Homepage/less/creative.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/less/creative.less -------------------------------------------------------------------------------- /Homepage/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/less/mixins.less -------------------------------------------------------------------------------- /Homepage/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/Homepage/less/variables.less -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/LICENSE -------------------------------------------------------------------------------- /PProfile/COUNT1.PHP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT1.PHP -------------------------------------------------------------------------------- /PProfile/COUNT2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT2.php -------------------------------------------------------------------------------- /PProfile/COUNT3s1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s1.php -------------------------------------------------------------------------------- /PProfile/COUNT3s2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s2.php -------------------------------------------------------------------------------- /PProfile/COUNT3s3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s3.php -------------------------------------------------------------------------------- /PProfile/COUNT3s4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s4.php -------------------------------------------------------------------------------- /PProfile/COUNT3s5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s5.php -------------------------------------------------------------------------------- /PProfile/COUNT3s6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s6.php -------------------------------------------------------------------------------- /PProfile/COUNT3s7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/COUNT3s7.php -------------------------------------------------------------------------------- /PProfile/Change Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Change Password.php -------------------------------------------------------------------------------- /PProfile/Forgot Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Forgot Password.php -------------------------------------------------------------------------------- /PProfile/Notif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Notif.php -------------------------------------------------------------------------------- /PProfile/Placement Drives.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/CompanyDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/CompanyDetails.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/PUpload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/PUpload.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/add pdrive1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/add pdrive1.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/addpdrive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/addpdrive.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/drivehome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/drivehome.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/php.ini: -------------------------------------------------------------------------------- 1 | file_uploads = On -------------------------------------------------------------------------------- /PProfile/Placement Drives/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/update.php -------------------------------------------------------------------------------- /PProfile/Placement Drives/updatedrive1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Placement Drives/updatedrive1.php -------------------------------------------------------------------------------- /PProfile/RNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/RNotif.php -------------------------------------------------------------------------------- /PProfile/Reset password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Reset password.php -------------------------------------------------------------------------------- /PProfile/Students Eligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/Students Eligibility.php -------------------------------------------------------------------------------- /PProfile/WNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/WNotif.php -------------------------------------------------------------------------------- /PProfile/add pdrive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/add pdrive.php -------------------------------------------------------------------------------- /PProfile/add pdrive1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/add pdrive1.php -------------------------------------------------------------------------------- /PProfile/bgo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/bgo.php -------------------------------------------------------------------------------- /PProfile/bs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/bs.php -------------------------------------------------------------------------------- /PProfile/comsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/comsearch.php -------------------------------------------------------------------------------- /PProfile/cp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/cp.php -------------------------------------------------------------------------------- /PProfile/cse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/cse.php -------------------------------------------------------------------------------- /PProfile/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/css/bootstrap.min.css -------------------------------------------------------------------------------- /PProfile/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/css/font-awesome.min.css -------------------------------------------------------------------------------- /PProfile/css/templatemo-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/css/templatemo-style.css -------------------------------------------------------------------------------- /PProfile/cve.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/cve.php -------------------------------------------------------------------------------- /PProfile/ece.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/ece.php -------------------------------------------------------------------------------- /PProfile/eee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/eee.php -------------------------------------------------------------------------------- /PProfile/eligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/eligibility.php -------------------------------------------------------------------------------- /PProfile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/favicon.ico -------------------------------------------------------------------------------- /PProfile/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /PProfile/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /PProfile/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /PProfile/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /PProfile/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /PProfile/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /PProfile/images/DD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/DD.jpg -------------------------------------------------------------------------------- /PProfile/images/UD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/UD.png -------------------------------------------------------------------------------- /PProfile/images/UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/UI.png -------------------------------------------------------------------------------- /PProfile/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/bg.png -------------------------------------------------------------------------------- /PProfile/images/bicycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/bicycle.jpg -------------------------------------------------------------------------------- /PProfile/images/checkbox-radio-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/checkbox-radio-sheet.png -------------------------------------------------------------------------------- /PProfile/images/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/person.jpg -------------------------------------------------------------------------------- /PProfile/images/princpal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/princpal.jpg -------------------------------------------------------------------------------- /PProfile/images/profile-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/profile-photo.jpg -------------------------------------------------------------------------------- /PProfile/images/sunse55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunse55.jpg -------------------------------------------------------------------------------- /PProfile/images/sunset-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset-big.jpg -------------------------------------------------------------------------------- /PProfile/images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset.jpg -------------------------------------------------------------------------------- /PProfile/images/sunset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset1.png -------------------------------------------------------------------------------- /PProfile/images/sunset11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset11.png -------------------------------------------------------------------------------- /PProfile/images/sunset2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset2.jpg -------------------------------------------------------------------------------- /PProfile/images/sunset22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset22.png -------------------------------------------------------------------------------- /PProfile/images/sunset33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset33.jpg -------------------------------------------------------------------------------- /PProfile/images/sunset55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/sunset55.png -------------------------------------------------------------------------------- /PProfile/images/wds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/images/wds.png -------------------------------------------------------------------------------- /PProfile/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/index.php -------------------------------------------------------------------------------- /PProfile/index1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/index1.php -------------------------------------------------------------------------------- /PProfile/ise.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/ise.php -------------------------------------------------------------------------------- /PProfile/js/bootstrap-filestyle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/js/bootstrap-filestyle.min.js -------------------------------------------------------------------------------- /PProfile/js/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/js/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /PProfile/js/jquery-migrate-1.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/js/jquery-migrate-1.2.1.min.js -------------------------------------------------------------------------------- /PProfile/js/templatemo-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/js/templatemo-script.js -------------------------------------------------------------------------------- /PProfile/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/login.php -------------------------------------------------------------------------------- /PProfile/login1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/login1.php -------------------------------------------------------------------------------- /PProfile/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/logout.php -------------------------------------------------------------------------------- /PProfile/manage-users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/manage-users.php -------------------------------------------------------------------------------- /PProfile/me.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/me.php -------------------------------------------------------------------------------- /PProfile/preferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/preferences.php -------------------------------------------------------------------------------- /PProfile/queries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/queries.php -------------------------------------------------------------------------------- /PProfile/reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/reg.php -------------------------------------------------------------------------------- /PProfile/rs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/rs.php -------------------------------------------------------------------------------- /PProfile/rs1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/rs1.php -------------------------------------------------------------------------------- /PProfile/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/search.php -------------------------------------------------------------------------------- /PProfile/studsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/studsearch.php -------------------------------------------------------------------------------- /PProfile/upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/upload.html -------------------------------------------------------------------------------- /PProfile/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PProfile/upload.php -------------------------------------------------------------------------------- /PriProfile/COUNT1.PHP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT1.PHP -------------------------------------------------------------------------------- /PriProfile/COUNT2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT2.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s1.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s2.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s3.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s4.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s5.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s6.php -------------------------------------------------------------------------------- /PriProfile/COUNT3s7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/COUNT3s7.php -------------------------------------------------------------------------------- /PriProfile/Change Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/Change Password.php -------------------------------------------------------------------------------- /PriProfile/Forgot Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/Forgot Password.php -------------------------------------------------------------------------------- /PriProfile/Notif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/Notif.php -------------------------------------------------------------------------------- /PriProfile/RNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/RNotif.php -------------------------------------------------------------------------------- /PriProfile/Reset password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/Reset password.php -------------------------------------------------------------------------------- /PriProfile/Students Eligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/Students Eligibility.php -------------------------------------------------------------------------------- /PriProfile/WN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/WN.php -------------------------------------------------------------------------------- /PriProfile/WNotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/WNotif.php -------------------------------------------------------------------------------- /PriProfile/comsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/comsearch.php -------------------------------------------------------------------------------- /PriProfile/cp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/cp.php -------------------------------------------------------------------------------- /PriProfile/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/css/bootstrap.min.css -------------------------------------------------------------------------------- /PriProfile/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/css/font-awesome.min.css -------------------------------------------------------------------------------- /PriProfile/css/templatemo-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/css/templatemo-style.css -------------------------------------------------------------------------------- /PriProfile/eligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/eligibility.php -------------------------------------------------------------------------------- /PriProfile/eligibility2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/eligibility2.php -------------------------------------------------------------------------------- /PriProfile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/favicon.ico -------------------------------------------------------------------------------- /PriProfile/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /PriProfile/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /PriProfile/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /PriProfile/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /PriProfile/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /PriProfile/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /PriProfile/images/b119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/b119.jpg -------------------------------------------------------------------------------- /PriProfile/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/bg.png -------------------------------------------------------------------------------- /PriProfile/images/bicycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/bicycle.jpg -------------------------------------------------------------------------------- /PriProfile/images/checkbox-radio-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/checkbox-radio-sheet.png -------------------------------------------------------------------------------- /PriProfile/images/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/person.jpg -------------------------------------------------------------------------------- /PriProfile/images/princpal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/princpal.jpg -------------------------------------------------------------------------------- /PriProfile/images/profile-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/profile-photo.jpg -------------------------------------------------------------------------------- /PriProfile/images/sunset-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/sunset-big.jpg -------------------------------------------------------------------------------- /PriProfile/images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/sunset.jpg -------------------------------------------------------------------------------- /PriProfile/images/sunset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/sunset1.png -------------------------------------------------------------------------------- /PriProfile/images/sunset2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/sunset2.jpg -------------------------------------------------------------------------------- /PriProfile/images/wds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/images/wds.png -------------------------------------------------------------------------------- /PriProfile/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/index.php -------------------------------------------------------------------------------- /PriProfile/index1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/index1.php -------------------------------------------------------------------------------- /PriProfile/js/bootstrap-filestyle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/js/bootstrap-filestyle.min.js -------------------------------------------------------------------------------- /PriProfile/js/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/js/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /PriProfile/js/jquery-migrate-1.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/js/jquery-migrate-1.2.1.min.js -------------------------------------------------------------------------------- /PriProfile/js/templatemo-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/js/templatemo-script.js -------------------------------------------------------------------------------- /PriProfile/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/login.php -------------------------------------------------------------------------------- /PriProfile/login1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/login1.php -------------------------------------------------------------------------------- /PriProfile/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/logout.php -------------------------------------------------------------------------------- /PriProfile/manage-users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/manage-users.php -------------------------------------------------------------------------------- /PriProfile/queries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/queries.php -------------------------------------------------------------------------------- /PriProfile/rs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/rs.php -------------------------------------------------------------------------------- /PriProfile/rs1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/rs1.php -------------------------------------------------------------------------------- /PriProfile/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/search.php -------------------------------------------------------------------------------- /PriProfile/studsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/studsearch.php -------------------------------------------------------------------------------- /PriProfile/upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/PriProfile/upload.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/README.md -------------------------------------------------------------------------------- /SProfile/Change Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/Change Password.php -------------------------------------------------------------------------------- /SProfile/Forgot Password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/Forgot Password.php -------------------------------------------------------------------------------- /SProfile/New Folder1/Register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/New Folder1/Register.php -------------------------------------------------------------------------------- /SProfile/New Folder1/pref.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/New Folder1/pref.php -------------------------------------------------------------------------------- /SProfile/New Folder1/preferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/New Folder1/preferences.php -------------------------------------------------------------------------------- /SProfile/New Folder1/reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/New Folder1/reg.php -------------------------------------------------------------------------------- /SProfile/Notif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/Notif.php -------------------------------------------------------------------------------- /SProfile/Register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/Register.php -------------------------------------------------------------------------------- /SProfile/Reset password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/Reset password.php -------------------------------------------------------------------------------- /SProfile/cp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/cp.php -------------------------------------------------------------------------------- /SProfile/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/css/bootstrap.min.css -------------------------------------------------------------------------------- /SProfile/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/css/font-awesome.min.css -------------------------------------------------------------------------------- /SProfile/css/templatemo-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/css/templatemo-style.css -------------------------------------------------------------------------------- /SProfile/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/favicon.ico -------------------------------------------------------------------------------- /SProfile/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /SProfile/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SProfile/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /SProfile/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SProfile/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SProfile/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SProfile/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/bg.png -------------------------------------------------------------------------------- /SProfile/images/bicycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/bicycle.jpg -------------------------------------------------------------------------------- /SProfile/images/checkbox-radio-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/checkbox-radio-sheet.png -------------------------------------------------------------------------------- /SProfile/images/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/person.jpg -------------------------------------------------------------------------------- /SProfile/images/profile-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/profile-photo.jpg -------------------------------------------------------------------------------- /SProfile/images/sunset-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/sunset-big.jpg -------------------------------------------------------------------------------- /SProfile/images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/sunset.jpg -------------------------------------------------------------------------------- /SProfile/images/wds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/images/wds.png -------------------------------------------------------------------------------- /SProfile/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/index.php -------------------------------------------------------------------------------- /SProfile/index1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/index1.php -------------------------------------------------------------------------------- /SProfile/js/bootstrap-filestyle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/js/bootstrap-filestyle.min.js -------------------------------------------------------------------------------- /SProfile/js/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/js/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /SProfile/js/jquery-migrate-1.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/js/jquery-migrate-1.2.1.min.js -------------------------------------------------------------------------------- /SProfile/js/templatemo-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/js/templatemo-script.js -------------------------------------------------------------------------------- /SProfile/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/login.php -------------------------------------------------------------------------------- /SProfile/login1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/login1.php -------------------------------------------------------------------------------- /SProfile/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/logout.php -------------------------------------------------------------------------------- /SProfile/pref.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/pref.php -------------------------------------------------------------------------------- /SProfile/preferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/preferences.php -------------------------------------------------------------------------------- /SProfile/reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/reg.php -------------------------------------------------------------------------------- /SProfile/rs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/rs.php -------------------------------------------------------------------------------- /SProfile/rs1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/SProfile/rs1.php -------------------------------------------------------------------------------- /screenshort_MINi_project/Screenshot from 2018-11-04 05-51-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/Screenshot from 2018-11-04 05-51-15.png -------------------------------------------------------------------------------- /screenshort_MINi_project/about_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/about_index.png -------------------------------------------------------------------------------- /screenshort_MINi_project/change_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/change_password.png -------------------------------------------------------------------------------- /screenshort_MINi_project/hod_front_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/hod_front_page.png -------------------------------------------------------------------------------- /screenshort_MINi_project/hod_login_index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/hod_login_index1.png -------------------------------------------------------------------------------- /screenshort_MINi_project/hod_manage_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/hod_manage_users.png -------------------------------------------------------------------------------- /screenshort_MINi_project/hod_notif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/hod_notif.png -------------------------------------------------------------------------------- /screenshort_MINi_project/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/home.png -------------------------------------------------------------------------------- /screenshort_MINi_project/index_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/index_home.png -------------------------------------------------------------------------------- /screenshort_MINi_project/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/login.png -------------------------------------------------------------------------------- /screenshort_MINi_project/mail_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/mail_index.png -------------------------------------------------------------------------------- /screenshort_MINi_project/prefrences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/prefrences.png -------------------------------------------------------------------------------- /screenshort_MINi_project/principal_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/principal_home.png -------------------------------------------------------------------------------- /screenshort_MINi_project/principal_manage_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/principal_manage_users.png -------------------------------------------------------------------------------- /screenshort_MINi_project/principal_queries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/principal_queries.png -------------------------------------------------------------------------------- /screenshort_MINi_project/principal_student_eligibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/principal_student_eligibility.png -------------------------------------------------------------------------------- /screenshort_MINi_project/products_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/products_index.png -------------------------------------------------------------------------------- /screenshort_MINi_project/student_Notif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/student_Notif.png -------------------------------------------------------------------------------- /screenshort_MINi_project/student_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/student_dashboard.png -------------------------------------------------------------------------------- /screenshort_MINi_project/student_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/student_index.png -------------------------------------------------------------------------------- /screenshort_MINi_project/student_queries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/screenshort_MINi_project/student_queries.png -------------------------------------------------------------------------------- /updation--companies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/README.md -------------------------------------------------------------------------------- /updation--companies/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/admin.php -------------------------------------------------------------------------------- /updation--companies/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/connect.php -------------------------------------------------------------------------------- /updation--companies/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap-theme.css -------------------------------------------------------------------------------- /updation--companies/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /updation--companies/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /updation--companies/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap.css -------------------------------------------------------------------------------- /updation--companies/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap.css.map -------------------------------------------------------------------------------- /updation--companies/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/css/bootstrap.min.css -------------------------------------------------------------------------------- /updation--companies/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /updation--companies/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /updation--companies/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /updation--companies/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /updation--companies/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /updation--companies/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/index.php -------------------------------------------------------------------------------- /updation--companies/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/js/bootstrap.js -------------------------------------------------------------------------------- /updation--companies/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/js/bootstrap.min.js -------------------------------------------------------------------------------- /updation--companies/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/js/jquery.js -------------------------------------------------------------------------------- /updation--companies/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/js/npm.js -------------------------------------------------------------------------------- /updation--companies/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/logout.php -------------------------------------------------------------------------------- /updation--companies/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/session.php -------------------------------------------------------------------------------- /updation--companies/tandp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/tandp.sql -------------------------------------------------------------------------------- /updation--companies/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavenzer/Placement--Management--System/HEAD/updation--companies/test.php --------------------------------------------------------------------------------