├── README.md ├── aboutus.php ├── addcompany.php ├── adduser.php ├── admin ├── active-jobs.php ├── applications.php ├── approve-company.php ├── approve-student.php ├── checklogin.php ├── companies.php ├── dashboard.php ├── database.php ├── delete-company.php ├── delete-job-post.php ├── delete-student.php ├── deletenotice.php ├── export.php ├── export1.php ├── header.php ├── html.php ├── index.php ├── placed.php ├── postnotice.php ├── reject-company.php ├── reject-student.php ├── sendmail.php ├── updatedrive.php ├── updatedrive1.php └── view-job-post.php ├── apply.php ├── assets ├── css │ ├── chat.css │ ├── main.css │ ├── variables-blue.css │ ├── variables-green.css │ ├── variables-orange.css │ ├── variables-pink.css │ ├── variables-purple.css │ ├── variables-red.css │ └── variables.css ├── img │ ├── Narendra Kumar_Accenture.pdf │ ├── about-bg.png │ ├── about.jpg │ ├── apple-touch-icon.png │ ├── clients │ │ ├── client-1.png │ │ ├── client-10.svg │ │ ├── client-2.png │ │ ├── client-3.png │ │ ├── client-4.png │ │ ├── client-5.png │ │ ├── client-6.png │ │ ├── client-7.png │ │ ├── client-8.png │ │ └── client-9.png │ ├── cta.jpg │ ├── faq.jpg │ ├── faqq.jpg │ ├── favicon.png │ ├── feature-7.jpg │ ├── features-1.svg │ ├── features-2.svg │ ├── features-3.svg │ ├── features-4.svg │ ├── features-5.svg │ ├── features-6.svg │ ├── hero-bg.png │ ├── hero-carousel │ │ ├── hero-carousel-1.svg │ │ ├── hero-carousel-2.svg │ │ └── hero-carousel-3.svg │ ├── hero-fullscreen-bg.jpg │ ├── images.jfif │ ├── login.jpg │ ├── login │ │ ├── login-1.jpg │ │ └── login-2.jpg │ ├── logo.png │ ├── logo1.png │ ├── onfocus-content-bg.jpg │ ├── onfocus-video-bg.jpg │ ├── portfolio │ │ ├── app-1.jpg │ │ ├── app-2.jpg │ │ ├── app-3.jpg │ │ ├── books-1.jpg │ │ ├── books-2.jpg │ │ ├── books-3.jpg │ │ ├── branding-1.jpg │ │ ├── branding-2.jpg │ │ ├── branding-3.jpg │ │ ├── product-1.jpg │ │ ├── product-2.jpg │ │ └── product-3.jpg │ ├── pricing-bg.jpg │ ├── scs-logo-1.png │ ├── services-1.jpg │ ├── services-2.jpg │ ├── services-3.jpg │ ├── services-4.jpg │ ├── services-5.jpg │ ├── services-6.jpg │ └── testimonials-bg.jpg ├── js │ ├── Chart.js │ ├── ChartHorizontal.js │ ├── bulma-notifications.js │ ├── counter.js │ ├── main.js │ ├── main1.js │ └── tabs.js └── vendor │ ├── aos │ ├── aos.css │ └── aos.js │ ├── bootstrap-icons │ ├── bootstrap-icons.css │ ├── bootstrap-icons.json │ ├── fonts │ │ ├── bootstrap-icons.woff │ │ └── bootstrap-icons.woff2 │ └── index.html │ ├── bootstrap │ ├── css │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-grid.css.map │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap-grid.min.css.map │ │ ├── bootstrap-grid.rtl.css │ │ ├── bootstrap-grid.rtl.css.map │ │ ├── bootstrap-grid.rtl.min.css │ │ ├── bootstrap-grid.rtl.min.css.map │ │ ├── bootstrap-reboot.css │ │ ├── bootstrap-reboot.css.map │ │ ├── bootstrap-reboot.min.css │ │ ├── bootstrap-reboot.min.css.map │ │ ├── bootstrap-reboot.rtl.css │ │ ├── bootstrap-reboot.rtl.css.map │ │ ├── bootstrap-reboot.rtl.min.css │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ ├── bootstrap-utilities.css │ │ ├── bootstrap-utilities.css.map │ │ ├── bootstrap-utilities.min.css │ │ ├── bootstrap-utilities.min.css.map │ │ ├── bootstrap-utilities.rtl.css │ │ ├── bootstrap-utilities.rtl.css.map │ │ ├── bootstrap-utilities.rtl.min.css │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.css.map │ │ ├── bootstrap.rtl.css │ │ ├── bootstrap.rtl.css.map │ │ ├── bootstrap.rtl.min.css │ │ └── bootstrap.rtl.min.css.map │ └── js │ │ ├── bootstrap.bundle.js │ │ ├── bootstrap.bundle.js.map │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.esm.js │ │ ├── bootstrap.esm.js.map │ │ ├── bootstrap.esm.min.js │ │ ├── bootstrap.esm.min.js.map │ │ ├── bootstrap.js │ │ ├── bootstrap.js.map │ │ ├── bootstrap.min.js │ │ └── bootstrap.min.js.map │ ├── glightbox │ ├── css │ │ ├── glightbox.css │ │ └── glightbox.min.css │ └── js │ │ ├── glightbox.js │ │ └── glightbox.min.js │ ├── isotope-layout │ ├── isotope.pkgd.js │ └── isotope.pkgd.min.js │ ├── php-email-form │ └── validate.js │ └── swiper │ ├── swiper-bundle.min.css │ └── swiper-bundle.min.js ├── checkcompanylogin.php ├── checklogin.php ├── city.php ├── company ├── add-mail.php ├── addpost.php ├── change-password.php ├── create-job-post.php ├── create-mail.php ├── deactivate-account.php ├── edit-company.php ├── header.php ├── index.php ├── job-applications.php ├── mailbox.php ├── my-job-post.php ├── notice.php ├── read-mail.php ├── reject.php ├── reply-mailbox.php ├── resume-database.php ├── sendmail.php ├── settings.php ├── under-review.php ├── update-company.php ├── update-name.php ├── updatedrive.php ├── updatedrive1.php ├── user-application.php └── view-job-post.php ├── composer.json ├── contact.php ├── css ├── AdminLTE.min.css ├── _all-skins.min.css ├── custom.css ├── style.css └── styles.css ├── database ├── db1.sql ├── dumpfilename.sql └── imp.txt ├── db.php ├── faq.php ├── forms ├── Readme.txt └── contact.php ├── img ├── boxed-bg.jpg ├── boxed-bg.png ├── browse.jpg ├── career.jpg ├── default-50x50.gif ├── hire.png ├── home.svg ├── icons.png ├── interviewed.jpeg ├── logo.png.png ├── logo1.png ├── manage.jpg ├── photo1.png ├── postjob - Copy.png └── postjob.png ├── index.php ├── jobpagination.php ├── jobs.php ├── js ├── adminlte.min.js ├── jquery.twbsPagination.min.js ├── script.js ├── sweetalert.js └── tinymce │ ├── jquery.tinymce.min.js │ ├── langs │ └── readme.md │ ├── license.txt │ ├── plugins │ ├── advlist │ │ └── plugin.min.js │ ├── anchor │ │ └── plugin.min.js │ ├── autolink │ │ └── plugin.min.js │ ├── autoresize │ │ └── plugin.min.js │ ├── autosave │ │ └── plugin.min.js │ ├── bbcode │ │ └── plugin.min.js │ ├── charmap │ │ └── plugin.min.js │ ├── code │ │ └── plugin.min.js │ ├── codesample │ │ ├── css │ │ │ └── prism.css │ │ └── plugin.min.js │ ├── colorpicker │ │ └── plugin.min.js │ ├── contextmenu │ │ └── plugin.min.js │ ├── directionality │ │ └── plugin.min.js │ ├── emoticons │ │ ├── img │ │ │ ├── smiley-cool.gif │ │ │ ├── smiley-cry.gif │ │ │ ├── smiley-embarassed.gif │ │ │ ├── smiley-foot-in-mouth.gif │ │ │ ├── smiley-frown.gif │ │ │ ├── smiley-innocent.gif │ │ │ ├── smiley-kiss.gif │ │ │ ├── smiley-laughing.gif │ │ │ ├── smiley-money-mouth.gif │ │ │ ├── smiley-sealed.gif │ │ │ ├── smiley-smile.gif │ │ │ ├── smiley-surprised.gif │ │ │ ├── smiley-tongue-out.gif │ │ │ ├── smiley-undecided.gif │ │ │ ├── smiley-wink.gif │ │ │ └── smiley-yell.gif │ │ └── plugin.min.js │ ├── fullpage │ │ └── plugin.min.js │ ├── fullscreen │ │ └── plugin.min.js │ ├── help │ │ ├── img │ │ │ └── logo.png │ │ └── plugin.min.js │ ├── hr │ │ └── plugin.min.js │ ├── image │ │ └── plugin.min.js │ ├── imagetools │ │ └── plugin.min.js │ ├── importcss │ │ └── plugin.min.js │ ├── insertdatetime │ │ └── plugin.min.js │ ├── legacyoutput │ │ └── plugin.min.js │ ├── link │ │ └── plugin.min.js │ ├── lists │ │ └── plugin.min.js │ ├── media │ │ └── plugin.min.js │ ├── nonbreaking │ │ └── plugin.min.js │ ├── noneditable │ │ └── plugin.min.js │ ├── pagebreak │ │ └── plugin.min.js │ ├── paste │ │ └── plugin.min.js │ ├── preview │ │ └── plugin.min.js │ ├── print │ │ └── plugin.min.js │ ├── save │ │ └── plugin.min.js │ ├── searchreplace │ │ └── plugin.min.js │ ├── spellchecker │ │ └── plugin.min.js │ ├── tabfocus │ │ └── plugin.min.js │ ├── table │ │ └── plugin.min.js │ ├── template │ │ └── plugin.min.js │ ├── textcolor │ │ └── plugin.min.js │ ├── textpattern │ │ └── plugin.min.js │ ├── toc │ │ └── plugin.min.js │ ├── visualblocks │ │ ├── css │ │ │ └── visualblocks.css │ │ └── plugin.min.js │ ├── visualchars │ │ └── plugin.min.js │ └── wordcount │ │ └── plugin.min.js │ ├── skins │ └── lightgray │ │ ├── content.inline.min.css │ │ ├── content.min.css │ │ ├── fonts │ │ ├── tinymce-small.eot │ │ ├── tinymce-small.svg │ │ ├── tinymce-small.ttf │ │ ├── tinymce-small.woff │ │ ├── tinymce.eot │ │ ├── tinymce.svg │ │ ├── tinymce.ttf │ │ └── tinymce.woff │ │ ├── img │ │ ├── anchor.gif │ │ ├── loader.gif │ │ ├── object.gif │ │ └── trans.gif │ │ └── skin.min.css │ ├── themes │ ├── inlite │ │ └── theme.min.js │ └── modern │ │ └── theme.min.js │ └── tinymce.min.js ├── login-candidates.php ├── login-company.php ├── login.php ├── package-lock (1).json ├── php ├── footer.php ├── head.php └── header.php ├── register-candidates.php ├── register-company.php ├── search.php ├── state.php ├── uploads ├── admin_header.php ├── jobs_header.php ├── logo │ ├── 59cd0fd60ae8b.png │ ├── 59d275f598789.png │ ├── 59d2781509663.png │ ├── 59d278273078a.png │ ├── 62400af9d8355.png │ ├── 62432fa282fa7.png │ ├── 624740ed2e671.png │ ├── 627387471fa82.png │ ├── 62738e2ac607b.png │ └── 627635c95a472.jpg ├── register_page_header.php ├── resume │ ├── 6274191362adf.pdf │ ├── 627619d4b2af2.pdf │ ├── 627e7a246e8c0.pdf │ ├── 628a5e59ae320.pdf │ ├── 628a5efec3b57.pdf │ ├── 628a5f3dba732.pdf │ └── 63be49cd1ceca.pdf ├── temp │ ├── login.php │ └── sign-up.php └── user_header.php ├── user ├── add-mail.php ├── change-password.php ├── checkeligibility.php ├── create-mail.php ├── deactivate-account.php ├── edit-profile.php ├── header.php ├── index.php ├── mailbox.php ├── notice.php ├── read-mail.php ├── reply-mailbox.php ├── resume.php ├── settings.php ├── update-profile.php └── view-job-post.php └── view-job-post.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/README.md -------------------------------------------------------------------------------- /aboutus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/aboutus.php -------------------------------------------------------------------------------- /addcompany.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/addcompany.php -------------------------------------------------------------------------------- /adduser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/adduser.php -------------------------------------------------------------------------------- /admin/active-jobs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/active-jobs.php -------------------------------------------------------------------------------- /admin/applications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/applications.php -------------------------------------------------------------------------------- /admin/approve-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/approve-company.php -------------------------------------------------------------------------------- /admin/approve-student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/approve-student.php -------------------------------------------------------------------------------- /admin/checklogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/checklogin.php -------------------------------------------------------------------------------- /admin/companies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/companies.php -------------------------------------------------------------------------------- /admin/dashboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/dashboard.php -------------------------------------------------------------------------------- /admin/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/database.php -------------------------------------------------------------------------------- /admin/delete-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/delete-company.php -------------------------------------------------------------------------------- /admin/delete-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/delete-job-post.php -------------------------------------------------------------------------------- /admin/delete-student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/delete-student.php -------------------------------------------------------------------------------- /admin/deletenotice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/deletenotice.php -------------------------------------------------------------------------------- /admin/export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/export.php -------------------------------------------------------------------------------- /admin/export1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/export1.php -------------------------------------------------------------------------------- /admin/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/header.php -------------------------------------------------------------------------------- /admin/html.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/html.php -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/index.php -------------------------------------------------------------------------------- /admin/placed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/placed.php -------------------------------------------------------------------------------- /admin/postnotice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/postnotice.php -------------------------------------------------------------------------------- /admin/reject-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/reject-company.php -------------------------------------------------------------------------------- /admin/reject-student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/reject-student.php -------------------------------------------------------------------------------- /admin/sendmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/sendmail.php -------------------------------------------------------------------------------- /admin/updatedrive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/updatedrive.php -------------------------------------------------------------------------------- /admin/updatedrive1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/updatedrive1.php -------------------------------------------------------------------------------- /admin/view-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/admin/view-job-post.php -------------------------------------------------------------------------------- /apply.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/apply.php -------------------------------------------------------------------------------- /assets/css/chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/chat.css -------------------------------------------------------------------------------- /assets/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/main.css -------------------------------------------------------------------------------- /assets/css/variables-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-blue.css -------------------------------------------------------------------------------- /assets/css/variables-green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-green.css -------------------------------------------------------------------------------- /assets/css/variables-orange.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-orange.css -------------------------------------------------------------------------------- /assets/css/variables-pink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-pink.css -------------------------------------------------------------------------------- /assets/css/variables-purple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-purple.css -------------------------------------------------------------------------------- /assets/css/variables-red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables-red.css -------------------------------------------------------------------------------- /assets/css/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/css/variables.css -------------------------------------------------------------------------------- /assets/img/Narendra Kumar_Accenture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/Narendra Kumar_Accenture.pdf -------------------------------------------------------------------------------- /assets/img/about-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/about-bg.png -------------------------------------------------------------------------------- /assets/img/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/about.jpg -------------------------------------------------------------------------------- /assets/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/apple-touch-icon.png -------------------------------------------------------------------------------- /assets/img/clients/client-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-1.png -------------------------------------------------------------------------------- /assets/img/clients/client-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-10.svg -------------------------------------------------------------------------------- /assets/img/clients/client-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-2.png -------------------------------------------------------------------------------- /assets/img/clients/client-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-3.png -------------------------------------------------------------------------------- /assets/img/clients/client-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-4.png -------------------------------------------------------------------------------- /assets/img/clients/client-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-5.png -------------------------------------------------------------------------------- /assets/img/clients/client-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-6.png -------------------------------------------------------------------------------- /assets/img/clients/client-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-7.png -------------------------------------------------------------------------------- /assets/img/clients/client-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-8.png -------------------------------------------------------------------------------- /assets/img/clients/client-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/clients/client-9.png -------------------------------------------------------------------------------- /assets/img/cta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/cta.jpg -------------------------------------------------------------------------------- /assets/img/faq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/faq.jpg -------------------------------------------------------------------------------- /assets/img/faqq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/faqq.jpg -------------------------------------------------------------------------------- /assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/favicon.png -------------------------------------------------------------------------------- /assets/img/feature-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/feature-7.jpg -------------------------------------------------------------------------------- /assets/img/features-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-1.svg -------------------------------------------------------------------------------- /assets/img/features-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-2.svg -------------------------------------------------------------------------------- /assets/img/features-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-3.svg -------------------------------------------------------------------------------- /assets/img/features-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-4.svg -------------------------------------------------------------------------------- /assets/img/features-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-5.svg -------------------------------------------------------------------------------- /assets/img/features-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/features-6.svg -------------------------------------------------------------------------------- /assets/img/hero-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/hero-bg.png -------------------------------------------------------------------------------- /assets/img/hero-carousel/hero-carousel-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/hero-carousel/hero-carousel-1.svg -------------------------------------------------------------------------------- /assets/img/hero-carousel/hero-carousel-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/hero-carousel/hero-carousel-2.svg -------------------------------------------------------------------------------- /assets/img/hero-carousel/hero-carousel-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/hero-carousel/hero-carousel-3.svg -------------------------------------------------------------------------------- /assets/img/hero-fullscreen-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/hero-fullscreen-bg.jpg -------------------------------------------------------------------------------- /assets/img/images.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/images.jfif -------------------------------------------------------------------------------- /assets/img/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/login.jpg -------------------------------------------------------------------------------- /assets/img/login/login-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/login/login-1.jpg -------------------------------------------------------------------------------- /assets/img/login/login-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/login/login-2.jpg -------------------------------------------------------------------------------- /assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/logo.png -------------------------------------------------------------------------------- /assets/img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/logo1.png -------------------------------------------------------------------------------- /assets/img/onfocus-content-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/onfocus-content-bg.jpg -------------------------------------------------------------------------------- /assets/img/onfocus-video-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/onfocus-video-bg.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/app-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/app-1.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/app-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/app-2.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/app-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/app-3.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/books-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/books-1.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/books-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/books-2.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/books-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/books-3.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/branding-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/branding-1.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/branding-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/branding-2.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/branding-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/branding-3.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/product-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/product-1.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/product-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/product-2.jpg -------------------------------------------------------------------------------- /assets/img/portfolio/product-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/portfolio/product-3.jpg -------------------------------------------------------------------------------- /assets/img/pricing-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/pricing-bg.jpg -------------------------------------------------------------------------------- /assets/img/scs-logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/scs-logo-1.png -------------------------------------------------------------------------------- /assets/img/services-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-1.jpg -------------------------------------------------------------------------------- /assets/img/services-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-2.jpg -------------------------------------------------------------------------------- /assets/img/services-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-3.jpg -------------------------------------------------------------------------------- /assets/img/services-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-4.jpg -------------------------------------------------------------------------------- /assets/img/services-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-5.jpg -------------------------------------------------------------------------------- /assets/img/services-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/services-6.jpg -------------------------------------------------------------------------------- /assets/img/testimonials-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/img/testimonials-bg.jpg -------------------------------------------------------------------------------- /assets/js/Chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/Chart.js -------------------------------------------------------------------------------- /assets/js/ChartHorizontal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/ChartHorizontal.js -------------------------------------------------------------------------------- /assets/js/bulma-notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/bulma-notifications.js -------------------------------------------------------------------------------- /assets/js/counter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/counter.js -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /assets/js/main1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/main1.js -------------------------------------------------------------------------------- /assets/js/tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/js/tabs.js -------------------------------------------------------------------------------- /assets/vendor/aos/aos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/aos/aos.css -------------------------------------------------------------------------------- /assets/vendor/aos/aos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/aos/aos.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap-icons/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap-icons/bootstrap-icons.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap-icons/bootstrap-icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap-icons/bootstrap-icons.json -------------------------------------------------------------------------------- /assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /assets/vendor/bootstrap-icons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap-icons/index.html -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.rtl.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.rtl.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.rtl.min.css -------------------------------------------------------------------------------- /assets/vendor/bootstrap/css/bootstrap.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/css/bootstrap.rtl.min.css.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.esm.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.esm.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.esm.js.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.esm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.esm.min.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.esm.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.esm.min.js.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.js.map -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /assets/vendor/bootstrap/js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/bootstrap/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /assets/vendor/glightbox/css/glightbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/glightbox/css/glightbox.css -------------------------------------------------------------------------------- /assets/vendor/glightbox/css/glightbox.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/glightbox/css/glightbox.min.css -------------------------------------------------------------------------------- /assets/vendor/glightbox/js/glightbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/glightbox/js/glightbox.js -------------------------------------------------------------------------------- /assets/vendor/glightbox/js/glightbox.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/glightbox/js/glightbox.min.js -------------------------------------------------------------------------------- /assets/vendor/isotope-layout/isotope.pkgd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/isotope-layout/isotope.pkgd.js -------------------------------------------------------------------------------- /assets/vendor/isotope-layout/isotope.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/isotope-layout/isotope.pkgd.min.js -------------------------------------------------------------------------------- /assets/vendor/php-email-form/validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/php-email-form/validate.js -------------------------------------------------------------------------------- /assets/vendor/swiper/swiper-bundle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/swiper/swiper-bundle.min.css -------------------------------------------------------------------------------- /assets/vendor/swiper/swiper-bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/assets/vendor/swiper/swiper-bundle.min.js -------------------------------------------------------------------------------- /checkcompanylogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/checkcompanylogin.php -------------------------------------------------------------------------------- /checklogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/checklogin.php -------------------------------------------------------------------------------- /city.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/city.php -------------------------------------------------------------------------------- /company/add-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/add-mail.php -------------------------------------------------------------------------------- /company/addpost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/addpost.php -------------------------------------------------------------------------------- /company/change-password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/change-password.php -------------------------------------------------------------------------------- /company/create-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/create-job-post.php -------------------------------------------------------------------------------- /company/create-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/create-mail.php -------------------------------------------------------------------------------- /company/deactivate-account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/deactivate-account.php -------------------------------------------------------------------------------- /company/edit-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/edit-company.php -------------------------------------------------------------------------------- /company/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/header.php -------------------------------------------------------------------------------- /company/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/index.php -------------------------------------------------------------------------------- /company/job-applications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/job-applications.php -------------------------------------------------------------------------------- /company/mailbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/mailbox.php -------------------------------------------------------------------------------- /company/my-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/my-job-post.php -------------------------------------------------------------------------------- /company/notice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/notice.php -------------------------------------------------------------------------------- /company/read-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/read-mail.php -------------------------------------------------------------------------------- /company/reject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/reject.php -------------------------------------------------------------------------------- /company/reply-mailbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/reply-mailbox.php -------------------------------------------------------------------------------- /company/resume-database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/resume-database.php -------------------------------------------------------------------------------- /company/sendmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/sendmail.php -------------------------------------------------------------------------------- /company/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/settings.php -------------------------------------------------------------------------------- /company/under-review.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/under-review.php -------------------------------------------------------------------------------- /company/update-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/update-company.php -------------------------------------------------------------------------------- /company/update-name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/update-name.php -------------------------------------------------------------------------------- /company/updatedrive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/updatedrive.php -------------------------------------------------------------------------------- /company/updatedrive1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/updatedrive1.php -------------------------------------------------------------------------------- /company/user-application.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/user-application.php -------------------------------------------------------------------------------- /company/view-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/company/view-job-post.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/composer.json -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/contact.php -------------------------------------------------------------------------------- /css/AdminLTE.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/css/AdminLTE.min.css -------------------------------------------------------------------------------- /css/_all-skins.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/css/_all-skins.min.css -------------------------------------------------------------------------------- /css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/css/custom.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/css/style.css -------------------------------------------------------------------------------- /css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/css/styles.css -------------------------------------------------------------------------------- /database/db1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/database/db1.sql -------------------------------------------------------------------------------- /database/dumpfilename.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/database/dumpfilename.sql -------------------------------------------------------------------------------- /database/imp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/database/imp.txt -------------------------------------------------------------------------------- /db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/db.php -------------------------------------------------------------------------------- /faq.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/faq.php -------------------------------------------------------------------------------- /forms/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/forms/Readme.txt -------------------------------------------------------------------------------- /forms/contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/forms/contact.php -------------------------------------------------------------------------------- /img/boxed-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/boxed-bg.jpg -------------------------------------------------------------------------------- /img/boxed-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/boxed-bg.png -------------------------------------------------------------------------------- /img/browse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/browse.jpg -------------------------------------------------------------------------------- /img/career.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/career.jpg -------------------------------------------------------------------------------- /img/default-50x50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/default-50x50.gif -------------------------------------------------------------------------------- /img/hire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/hire.png -------------------------------------------------------------------------------- /img/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/home.svg -------------------------------------------------------------------------------- /img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/icons.png -------------------------------------------------------------------------------- /img/interviewed.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/interviewed.jpeg -------------------------------------------------------------------------------- /img/logo.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/logo.png.png -------------------------------------------------------------------------------- /img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/logo1.png -------------------------------------------------------------------------------- /img/manage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/manage.jpg -------------------------------------------------------------------------------- /img/photo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/photo1.png -------------------------------------------------------------------------------- /img/postjob - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/postjob - Copy.png -------------------------------------------------------------------------------- /img/postjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/img/postjob.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/index.php -------------------------------------------------------------------------------- /jobpagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/jobpagination.php -------------------------------------------------------------------------------- /jobs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/jobs.php -------------------------------------------------------------------------------- /js/adminlte.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/adminlte.min.js -------------------------------------------------------------------------------- /js/jquery.twbsPagination.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/jquery.twbsPagination.min.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/script.js -------------------------------------------------------------------------------- /js/sweetalert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/sweetalert.js -------------------------------------------------------------------------------- /js/tinymce/jquery.tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/jquery.tinymce.min.js -------------------------------------------------------------------------------- /js/tinymce/langs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/langs/readme.md -------------------------------------------------------------------------------- /js/tinymce/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/license.txt -------------------------------------------------------------------------------- /js/tinymce/plugins/advlist/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/advlist/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/anchor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/anchor/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/autolink/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/autolink/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/autoresize/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/autoresize/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/autosave/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/autosave/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/bbcode/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/bbcode/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/charmap/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/charmap/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/code/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/code/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/codesample/css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/codesample/css/prism.css -------------------------------------------------------------------------------- /js/tinymce/plugins/codesample/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/codesample/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/colorpicker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/colorpicker/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/contextmenu/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/contextmenu/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/directionality/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/directionality/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /js/tinymce/plugins/emoticons/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/emoticons/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/fullpage/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/fullpage/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/fullscreen/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/fullscreen/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/help/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/help/img/logo.png -------------------------------------------------------------------------------- /js/tinymce/plugins/help/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/help/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/hr/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/hr/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/image/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/image/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/imagetools/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/imagetools/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/importcss/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/importcss/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/insertdatetime/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/insertdatetime/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/legacyoutput/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/legacyoutput/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/link/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/link/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/lists/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/lists/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/media/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/media/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/nonbreaking/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/nonbreaking/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/noneditable/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/noneditable/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/pagebreak/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/pagebreak/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/paste/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/paste/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/preview/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/preview/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/print/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/print/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/save/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/save/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/searchreplace/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/searchreplace/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/spellchecker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/spellchecker/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/tabfocus/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/tabfocus/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/table/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/table/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/template/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/template/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/textcolor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/textcolor/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/textpattern/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/textpattern/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/toc/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/toc/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/visualblocks/css/visualblocks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/visualblocks/css/visualblocks.css -------------------------------------------------------------------------------- /js/tinymce/plugins/visualblocks/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/visualblocks/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/visualchars/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/visualchars/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/plugins/wordcount/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/plugins/wordcount/plugin.min.js -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/content.inline.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/content.inline.min.css -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/content.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/content.min.css -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce-small.svg -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce.svg -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /js/tinymce/skins/lightgray/skin.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/skins/lightgray/skin.min.css -------------------------------------------------------------------------------- /js/tinymce/themes/inlite/theme.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/themes/inlite/theme.min.js -------------------------------------------------------------------------------- /js/tinymce/themes/modern/theme.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/themes/modern/theme.min.js -------------------------------------------------------------------------------- /js/tinymce/tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/js/tinymce/tinymce.min.js -------------------------------------------------------------------------------- /login-candidates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/login-candidates.php -------------------------------------------------------------------------------- /login-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/login-company.php -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/login.php -------------------------------------------------------------------------------- /package-lock (1).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/package-lock (1).json -------------------------------------------------------------------------------- /php/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/php/footer.php -------------------------------------------------------------------------------- /php/head.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/php/head.php -------------------------------------------------------------------------------- /php/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/php/header.php -------------------------------------------------------------------------------- /register-candidates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/register-candidates.php -------------------------------------------------------------------------------- /register-company.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/register-company.php -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/search.php -------------------------------------------------------------------------------- /state.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/state.php -------------------------------------------------------------------------------- /uploads/admin_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/admin_header.php -------------------------------------------------------------------------------- /uploads/jobs_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/jobs_header.php -------------------------------------------------------------------------------- /uploads/logo/59cd0fd60ae8b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/59cd0fd60ae8b.png -------------------------------------------------------------------------------- /uploads/logo/59d275f598789.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/59d275f598789.png -------------------------------------------------------------------------------- /uploads/logo/59d2781509663.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/59d2781509663.png -------------------------------------------------------------------------------- /uploads/logo/59d278273078a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/59d278273078a.png -------------------------------------------------------------------------------- /uploads/logo/62400af9d8355.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/62400af9d8355.png -------------------------------------------------------------------------------- /uploads/logo/62432fa282fa7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/62432fa282fa7.png -------------------------------------------------------------------------------- /uploads/logo/624740ed2e671.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/624740ed2e671.png -------------------------------------------------------------------------------- /uploads/logo/627387471fa82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/627387471fa82.png -------------------------------------------------------------------------------- /uploads/logo/62738e2ac607b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/62738e2ac607b.png -------------------------------------------------------------------------------- /uploads/logo/627635c95a472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/logo/627635c95a472.jpg -------------------------------------------------------------------------------- /uploads/register_page_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/register_page_header.php -------------------------------------------------------------------------------- /uploads/resume/6274191362adf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/6274191362adf.pdf -------------------------------------------------------------------------------- /uploads/resume/627619d4b2af2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/627619d4b2af2.pdf -------------------------------------------------------------------------------- /uploads/resume/627e7a246e8c0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/627e7a246e8c0.pdf -------------------------------------------------------------------------------- /uploads/resume/628a5e59ae320.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/628a5e59ae320.pdf -------------------------------------------------------------------------------- /uploads/resume/628a5efec3b57.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/628a5efec3b57.pdf -------------------------------------------------------------------------------- /uploads/resume/628a5f3dba732.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/628a5f3dba732.pdf -------------------------------------------------------------------------------- /uploads/resume/63be49cd1ceca.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/resume/63be49cd1ceca.pdf -------------------------------------------------------------------------------- /uploads/temp/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/temp/login.php -------------------------------------------------------------------------------- /uploads/temp/sign-up.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/temp/sign-up.php -------------------------------------------------------------------------------- /uploads/user_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/uploads/user_header.php -------------------------------------------------------------------------------- /user/add-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/add-mail.php -------------------------------------------------------------------------------- /user/change-password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/change-password.php -------------------------------------------------------------------------------- /user/checkeligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/checkeligibility.php -------------------------------------------------------------------------------- /user/create-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/create-mail.php -------------------------------------------------------------------------------- /user/deactivate-account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/deactivate-account.php -------------------------------------------------------------------------------- /user/edit-profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/edit-profile.php -------------------------------------------------------------------------------- /user/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/header.php -------------------------------------------------------------------------------- /user/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/index.php -------------------------------------------------------------------------------- /user/mailbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/mailbox.php -------------------------------------------------------------------------------- /user/notice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/notice.php -------------------------------------------------------------------------------- /user/read-mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/read-mail.php -------------------------------------------------------------------------------- /user/reply-mailbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/reply-mailbox.php -------------------------------------------------------------------------------- /user/resume.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/resume.php -------------------------------------------------------------------------------- /user/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/settings.php -------------------------------------------------------------------------------- /user/update-profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/update-profile.php -------------------------------------------------------------------------------- /user/view-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/user/view-job-post.php -------------------------------------------------------------------------------- /view-job-post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atinder11/Placement-Portal/HEAD/view-job-post.php --------------------------------------------------------------------------------