├── .github └── FUNDING.yml ├── .htaccess ├── .travis.yml ├── LICENSE ├── PHPMailer ├── LICENSE ├── PHPMailerAutoload.php ├── VERSION ├── class.phpmailer.php ├── class.phpmaileroauth.php ├── class.phpmaileroauthgoogle.php ├── class.pop3.php ├── class.smtp.php ├── composer.json ├── composer.lock ├── extras │ ├── EasyPeasyICS.php │ ├── htmlfilter.php │ └── ntlm_sasl_client.php ├── get_oauth_token.php └── language │ ├── phpmailer.lang-am.php │ ├── phpmailer.lang-ar.php │ ├── phpmailer.lang-az.php │ ├── phpmailer.lang-be.php │ ├── phpmailer.lang-bg.php │ ├── phpmailer.lang-ca.php │ ├── phpmailer.lang-ch.php │ ├── phpmailer.lang-cs.php │ ├── phpmailer.lang-da.php │ ├── phpmailer.lang-de.php │ ├── phpmailer.lang-el.php │ ├── phpmailer.lang-eo.php │ ├── phpmailer.lang-es.php │ ├── phpmailer.lang-et.php │ ├── phpmailer.lang-fa.php │ ├── phpmailer.lang-fi.php │ ├── phpmailer.lang-fo.php │ ├── phpmailer.lang-fr.php │ ├── phpmailer.lang-gl.php │ ├── phpmailer.lang-he.php │ ├── phpmailer.lang-hr.php │ ├── phpmailer.lang-hu.php │ ├── phpmailer.lang-id.php │ ├── phpmailer.lang-it.php │ ├── phpmailer.lang-ja.php │ ├── phpmailer.lang-ka.php │ ├── phpmailer.lang-ko.php │ ├── phpmailer.lang-lt.php │ ├── phpmailer.lang-lv.php │ ├── phpmailer.lang-ms.php │ ├── phpmailer.lang-nb.php │ ├── phpmailer.lang-nl.php │ ├── phpmailer.lang-pl.php │ ├── phpmailer.lang-pt.php │ ├── phpmailer.lang-pt_br.php │ ├── phpmailer.lang-ro.php │ ├── phpmailer.lang-ru.php │ ├── phpmailer.lang-sk.php │ ├── phpmailer.lang-sl.php │ ├── phpmailer.lang-sr.php │ ├── phpmailer.lang-sv.php │ ├── phpmailer.lang-tr.php │ ├── phpmailer.lang-uk.php │ ├── phpmailer.lang-vi.php │ ├── phpmailer.lang-zh.php │ └── phpmailer.lang-zh_cn.php ├── README.md ├── Synopsis └── anirbandutta_Synopsis-1.pdf ├── composer.json ├── css ├── bootstrap-theme.css ├── bootstrap-theme.css.map ├── bootstrap-theme.min.css ├── bootstrap-theme.min.css.map ├── bootstrap.css ├── bootstrap.css.map ├── bootstrap.min.css ├── bootstrap.min.css.map ├── cms-home.css ├── demo.css ├── jquery-ui.css ├── loginstyle.css ├── material-icons.css └── style.css ├── dashboard ├── allfiles │ ├── .htaccess │ ├── 305047.zip │ ├── 437056.pdf │ ├── 502238.docx │ ├── 565834.txt │ ├── 578090.pdf │ ├── 69321.pdf │ ├── 800920.ppt │ ├── 845248.pdf │ ├── 848114.zip │ └── 898387.zip ├── css │ ├── bootstrap-rtl.css │ ├── bootstrap-rtl.min.css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap-theme.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap.min.css.map │ ├── cms-home.css │ ├── material-icons.css │ ├── plugins │ │ └── morris.css │ ├── sb-admin-rtl.css │ └── sb-admin.css ├── font-awesome │ ├── HELP-US-OUT.txt │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── animated.less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── screen-reader.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ ├── glyphicons-halflings-regular.woff2 │ ├── material-icons │ │ ├── MaterialIcons-Regular.eot │ │ ├── MaterialIcons-Regular.ijmap │ │ ├── MaterialIcons-Regular.svg │ │ ├── MaterialIcons-Regular.ttf │ │ ├── MaterialIcons-Regular.woff │ │ ├── MaterialIcons-Regular.woff2 │ │ └── material-icons.woff2 │ └── roboto │ │ ├── Roboto-Bold.eot │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Bold.woff │ │ ├── Roboto-Bold.woff2 │ │ ├── Roboto-Light.eot │ │ ├── Roboto-Light.ttf │ │ ├── Roboto-Light.woff │ │ ├── Roboto-Light.woff2 │ │ ├── Roboto-Medium.eot │ │ ├── Roboto-Medium.ttf │ │ ├── Roboto-Medium.woff │ │ ├── Roboto-Medium.woff2 │ │ ├── Roboto-Regular.eot │ │ ├── Roboto-Regular.ttf │ │ ├── Roboto-Regular.woff │ │ ├── Roboto-Regular.woff2 │ │ ├── Roboto-Thin.eot │ │ ├── Roboto-Thin.ttf │ │ ├── Roboto-Thin.woff │ │ └── Roboto-Thin.woff2 ├── includes │ ├── .htaccess │ ├── adminheader.php │ ├── adminnav.php │ └── connection.php ├── index.php ├── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery-1.9.1.min.js │ ├── jquery.js │ ├── npm.js │ ├── plugins │ │ ├── flot │ │ │ ├── excanvas.min.js │ │ │ ├── flot-data.js │ │ │ ├── jquery.flot.js │ │ │ ├── jquery.flot.pie.js │ │ │ ├── jquery.flot.resize.js │ │ │ └── jquery.flot.tooltip.min.js │ │ └── morris │ │ │ ├── morris-data.js │ │ │ ├── morris.js │ │ │ ├── morris.min.js │ │ │ └── raphael.min.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 │ │ ├── example │ │ │ ├── dialog.html │ │ │ └── plugin.min.js │ │ ├── example_dependency │ │ │ └── plugin.min.js │ │ ├── fullpage │ │ │ └── plugin.min.js │ │ ├── fullscreen │ │ │ └── plugin.min.js │ │ ├── hr │ │ │ └── plugin.min.js │ │ ├── image │ │ │ └── plugin.min.js │ │ ├── imagetools │ │ │ └── plugin.min.js │ │ ├── importcss │ │ │ └── plugin.min.js │ │ ├── insertdatetime │ │ │ └── plugin.min.js │ │ ├── layer │ │ │ └── plugin.min.js │ │ ├── legacyoutput │ │ │ └── plugin.min.js │ │ ├── link │ │ │ └── plugin.min.js │ │ ├── lists │ │ │ └── plugin.min.js │ │ ├── media │ │ │ ├── moxieplayer.swf │ │ │ └── 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 │ │ ├── visualblocks │ │ │ ├── css │ │ │ │ └── visualblocks.css │ │ │ └── plugin.min.js │ │ ├── visualchars │ │ │ └── plugin.min.js │ │ └── wordcount │ │ │ └── plugin.min.js │ │ ├── script.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.ie7.min.css │ │ │ └── skin.min.css │ │ └── themes │ │ └── inlite │ │ └── theme.min.js ├── notes.php ├── profilepics │ ├── 107095.jpg │ ├── 180812.jpg │ ├── 194958.jpg │ ├── 348766.jpg │ ├── 382911.jpg │ ├── 441172.jpg │ ├── 492787.jpg │ ├── 563700.jpg │ ├── 661533.jpg │ ├── 839669.jpg │ ├── 895979.jpg │ └── profile.jpg ├── upload.php ├── uploadnote.php ├── userprofile.php ├── users.php └── viewprofile.php ├── db └── notes.sql ├── demo.css ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff ├── glyphicons-halflings-regular.woff2 ├── material-icons │ ├── MaterialIcons-Regular.eot │ ├── MaterialIcons-Regular.ijmap │ ├── MaterialIcons-Regular.svg │ ├── MaterialIcons-Regular.ttf │ ├── MaterialIcons-Regular.woff │ ├── MaterialIcons-Regular.woff2 │ └── material-icons.woff2 └── roboto │ ├── Roboto-Bold.eot │ ├── Roboto-Bold.ttf │ ├── Roboto-Bold.woff │ ├── Roboto-Bold.woff2 │ ├── Roboto-Light.eot │ ├── Roboto-Light.ttf │ ├── Roboto-Light.woff │ ├── Roboto-Light.woff2 │ ├── Roboto-Medium.eot │ ├── Roboto-Medium.ttf │ ├── Roboto-Medium.woff │ ├── Roboto-Medium.woff2 │ ├── Roboto-Regular.eot │ ├── Roboto-Regular.ttf │ ├── Roboto-Regular.woff │ ├── Roboto-Regular.woff2 │ ├── Roboto-Thin.eot │ ├── Roboto-Thin.ttf │ ├── Roboto-Thin.woff │ └── Roboto-Thin.woff2 ├── gump.class.php ├── images ├── next.png ├── next_a.png ├── prev.png ├── prev_a.png ├── shadow_bottom.png ├── shadow_top.png ├── slider │ ├── slide1.jpg │ ├── slide2.jpg │ ├── slide3.jpg │ └── slide4.jpg └── slider_caption_bg.png ├── includes ├── .htaccess ├── connection.php ├── footer.php ├── header.php └── navbar.php ├── index.php ├── js ├── bootstrap.js ├── bootstrap.min.js ├── jquery-1.9.1.min.js ├── jquery-ui.min.js ├── jquery.flexslider-min.js ├── jquery.js ├── jquery.min.js └── npm.js ├── lang ├── en.php ├── es.php ├── fr.php ├── he.php ├── pt-br.php └── ru.php ├── login.php ├── login_details.txt ├── logout.php ├── recoverpassword.php ├── signup.php ├── styles.css └── verifytoken.php /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | Options -Indexes -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/LICENSE -------------------------------------------------------------------------------- /PHPMailer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/LICENSE -------------------------------------------------------------------------------- /PHPMailer/PHPMailerAutoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/PHPMailerAutoload.php -------------------------------------------------------------------------------- /PHPMailer/VERSION: -------------------------------------------------------------------------------- 1 | 5.2.23 2 | -------------------------------------------------------------------------------- /PHPMailer/class.phpmailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/class.phpmailer.php -------------------------------------------------------------------------------- /PHPMailer/class.phpmaileroauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/class.phpmaileroauth.php -------------------------------------------------------------------------------- /PHPMailer/class.phpmaileroauthgoogle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/class.phpmaileroauthgoogle.php -------------------------------------------------------------------------------- /PHPMailer/class.pop3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/class.pop3.php -------------------------------------------------------------------------------- /PHPMailer/class.smtp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/class.smtp.php -------------------------------------------------------------------------------- /PHPMailer/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/composer.json -------------------------------------------------------------------------------- /PHPMailer/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/composer.lock -------------------------------------------------------------------------------- /PHPMailer/extras/EasyPeasyICS.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/extras/EasyPeasyICS.php -------------------------------------------------------------------------------- /PHPMailer/extras/htmlfilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/extras/htmlfilter.php -------------------------------------------------------------------------------- /PHPMailer/extras/ntlm_sasl_client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/extras/ntlm_sasl_client.php -------------------------------------------------------------------------------- /PHPMailer/get_oauth_token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/get_oauth_token.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-am.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-am.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ar.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-az.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-az.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-be.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-be.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-bg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-bg.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ca.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ca.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ch.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-cs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-cs.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-da.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-da.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-de.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-de.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-el.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-el.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-eo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-eo.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-es.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-es.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-et.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-et.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-fa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-fa.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-fi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-fi.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-fo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-fo.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-fr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-fr.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-gl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-gl.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-he.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-he.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-hr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-hr.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-hu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-hu.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-id.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-id.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-it.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-it.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ja.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ja.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ka.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ka.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ko.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ko.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-lt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-lt.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-lv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-lv.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ms.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-nb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-nb.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-nl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-nl.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-pl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-pl.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-pt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-pt.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-pt_br.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-pt_br.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ro.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-ru.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-ru.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-sk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-sk.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-sl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-sl.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-sr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-sr.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-sv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-sv.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-tr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-tr.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-uk.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-vi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-vi.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-zh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-zh.php -------------------------------------------------------------------------------- /PHPMailer/language/phpmailer.lang-zh_cn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/PHPMailer/language/phpmailer.lang-zh_cn.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/README.md -------------------------------------------------------------------------------- /Synopsis/anirbandutta_Synopsis-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/Synopsis/anirbandutta_Synopsis-1.pdf -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/composer.json -------------------------------------------------------------------------------- /css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap-theme.css -------------------------------------------------------------------------------- /css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap.css.map -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /css/cms-home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/cms-home.css -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/jquery-ui.css -------------------------------------------------------------------------------- /css/loginstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/loginstyle.css -------------------------------------------------------------------------------- /css/material-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/material-icons.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/css/style.css -------------------------------------------------------------------------------- /dashboard/allfiles/.htaccess: -------------------------------------------------------------------------------- 1 | php_flag engine off -------------------------------------------------------------------------------- /dashboard/allfiles/305047.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/305047.zip -------------------------------------------------------------------------------- /dashboard/allfiles/437056.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/437056.pdf -------------------------------------------------------------------------------- /dashboard/allfiles/502238.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/502238.docx -------------------------------------------------------------------------------- /dashboard/allfiles/565834.txt: -------------------------------------------------------------------------------- 1 | demo -------------------------------------------------------------------------------- /dashboard/allfiles/578090.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/578090.pdf -------------------------------------------------------------------------------- /dashboard/allfiles/69321.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/69321.pdf -------------------------------------------------------------------------------- /dashboard/allfiles/800920.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/800920.ppt -------------------------------------------------------------------------------- /dashboard/allfiles/845248.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/845248.pdf -------------------------------------------------------------------------------- /dashboard/allfiles/848114.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/848114.zip -------------------------------------------------------------------------------- /dashboard/allfiles/898387.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/allfiles/898387.zip -------------------------------------------------------------------------------- /dashboard/css/bootstrap-rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-rtl.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap-rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-rtl.min.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-theme.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /dashboard/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /dashboard/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap.css.map -------------------------------------------------------------------------------- /dashboard/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap.min.css -------------------------------------------------------------------------------- /dashboard/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /dashboard/css/cms-home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/cms-home.css -------------------------------------------------------------------------------- /dashboard/css/material-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/material-icons.css -------------------------------------------------------------------------------- /dashboard/css/plugins/morris.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/plugins/morris.css -------------------------------------------------------------------------------- /dashboard/css/sb-admin-rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/sb-admin-rtl.css -------------------------------------------------------------------------------- /dashboard/css/sb-admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/css/sb-admin.css -------------------------------------------------------------------------------- /dashboard/font-awesome/HELP-US-OUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/HELP-US-OUT.txt -------------------------------------------------------------------------------- /dashboard/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /dashboard/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /dashboard/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /dashboard/font-awesome/less/animated.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/animated.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/core.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/icons.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/larger.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/list.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/path.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/screen-reader.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /dashboard/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/less/variables.less -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_animated.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_screen-reader.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /dashboard/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.ijmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.ijmap -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.svg -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/material-icons/material-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/material-icons/material-icons.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Bold.eot -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Light.eot -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Medium.eot -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Regular.eot -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Thin.eot -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /dashboard/fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /dashboard/includes/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /dashboard/includes/adminheader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/includes/adminheader.php -------------------------------------------------------------------------------- /dashboard/includes/adminnav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/includes/adminnav.php -------------------------------------------------------------------------------- /dashboard/includes/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/includes/connection.php -------------------------------------------------------------------------------- /dashboard/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/index.php -------------------------------------------------------------------------------- /dashboard/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/bootstrap.js -------------------------------------------------------------------------------- /dashboard/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/bootstrap.min.js -------------------------------------------------------------------------------- /dashboard/js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /dashboard/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/jquery.js -------------------------------------------------------------------------------- /dashboard/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/npm.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/excanvas.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/excanvas.min.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/flot-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/flot-data.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/jquery.flot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/jquery.flot.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/jquery.flot.pie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/jquery.flot.pie.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/jquery.flot.resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/jquery.flot.resize.js -------------------------------------------------------------------------------- /dashboard/js/plugins/flot/jquery.flot.tooltip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/flot/jquery.flot.tooltip.min.js -------------------------------------------------------------------------------- /dashboard/js/plugins/morris/morris-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/morris/morris-data.js -------------------------------------------------------------------------------- /dashboard/js/plugins/morris/morris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/morris/morris.js -------------------------------------------------------------------------------- /dashboard/js/plugins/morris/morris.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/morris/morris.min.js -------------------------------------------------------------------------------- /dashboard/js/plugins/morris/raphael.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/plugins/morris/raphael.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/jquery.tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/jquery.tinymce.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/langs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/langs/readme.md -------------------------------------------------------------------------------- /dashboard/js/tinymce/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/license.txt -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/advlist/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/advlist/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/anchor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/anchor/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/autolink/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/autolink/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/autoresize/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/autoresize/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/autosave/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/autosave/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/bbcode/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/bbcode/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/charmap/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/charmap/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/code/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/code/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/codesample/css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/codesample/css/prism.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/codesample/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/codesample/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/colorpicker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/colorpicker/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/contextmenu/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/contextmenu/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/directionality/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/directionality/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/emoticons/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/emoticons/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/example/dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/example/dialog.html -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/example/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/example/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/example_dependency/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/example_dependency/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/fullpage/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/fullpage/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/fullscreen/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/fullscreen/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/hr/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/hr/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/image/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/image/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/imagetools/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/imagetools/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/importcss/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/importcss/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/insertdatetime/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/insertdatetime/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/layer/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/layer/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/legacyoutput/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/legacyoutput/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/link/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/link/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/lists/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/lists/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/media/moxieplayer.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/media/moxieplayer.swf -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/media/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/media/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/nonbreaking/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/nonbreaking/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/noneditable/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/noneditable/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/pagebreak/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/pagebreak/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/paste/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/paste/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/preview/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/preview/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/print/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/print/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/save/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/save/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/searchreplace/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/searchreplace/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/spellchecker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/spellchecker/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/tabfocus/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/tabfocus/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/table/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/table/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/template/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/template/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/textcolor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/textcolor/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/textpattern/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/textpattern/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/visualblocks/css/visualblocks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/visualblocks/css/visualblocks.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/visualblocks/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/visualblocks/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/visualchars/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/visualchars/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/plugins/wordcount/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/plugins/wordcount/plugin.min.js -------------------------------------------------------------------------------- /dashboard/js/tinymce/script.js: -------------------------------------------------------------------------------- 1 | tinymce.init({selector:'textarea'}); 2 | -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/content.inline.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/content.inline.min.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/content.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/content.min.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.svg -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.svg -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/skin.ie7.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/skin.ie7.min.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/skins/lightgray/skin.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/skins/lightgray/skin.min.css -------------------------------------------------------------------------------- /dashboard/js/tinymce/themes/inlite/theme.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/js/tinymce/themes/inlite/theme.min.js -------------------------------------------------------------------------------- /dashboard/notes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/notes.php -------------------------------------------------------------------------------- /dashboard/profilepics/107095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/107095.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/180812.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/180812.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/194958.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/194958.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/348766.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/348766.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/382911.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/382911.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/441172.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/441172.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/492787.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/492787.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/563700.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/563700.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/661533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/661533.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/839669.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/839669.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/895979.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/895979.jpg -------------------------------------------------------------------------------- /dashboard/profilepics/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/profilepics/profile.jpg -------------------------------------------------------------------------------- /dashboard/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/upload.php -------------------------------------------------------------------------------- /dashboard/uploadnote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/uploadnote.php -------------------------------------------------------------------------------- /dashboard/userprofile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/userprofile.php -------------------------------------------------------------------------------- /dashboard/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/users.php -------------------------------------------------------------------------------- /dashboard/viewprofile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/dashboard/viewprofile.php -------------------------------------------------------------------------------- /db/notes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/db/notes.sql -------------------------------------------------------------------------------- /demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/demo.css -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.ijmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.ijmap -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.svg -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /fonts/material-icons/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /fonts/material-icons/material-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/material-icons/material-icons.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Bold.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Light.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Medium.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Regular.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Thin.eot -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /gump.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/gump.class.php -------------------------------------------------------------------------------- /images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/next.png -------------------------------------------------------------------------------- /images/next_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/next_a.png -------------------------------------------------------------------------------- /images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/prev.png -------------------------------------------------------------------------------- /images/prev_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/prev_a.png -------------------------------------------------------------------------------- /images/shadow_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/shadow_bottom.png -------------------------------------------------------------------------------- /images/shadow_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/shadow_top.png -------------------------------------------------------------------------------- /images/slider/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/slider/slide1.jpg -------------------------------------------------------------------------------- /images/slider/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/slider/slide2.jpg -------------------------------------------------------------------------------- /images/slider/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/slider/slide3.jpg -------------------------------------------------------------------------------- /images/slider/slide4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/slider/slide4.jpg -------------------------------------------------------------------------------- /images/slider_caption_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/images/slider_caption_bg.png -------------------------------------------------------------------------------- /includes/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /includes/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/includes/connection.php -------------------------------------------------------------------------------- /includes/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/includes/footer.php -------------------------------------------------------------------------------- /includes/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/includes/header.php -------------------------------------------------------------------------------- /includes/navbar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/includes/navbar.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/index.php -------------------------------------------------------------------------------- /js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/bootstrap.js -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/jquery-ui.min.js -------------------------------------------------------------------------------- /js/jquery.flexslider-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/jquery.flexslider-min.js -------------------------------------------------------------------------------- /js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/jquery.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/js/npm.js -------------------------------------------------------------------------------- /lang/en.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/en.php -------------------------------------------------------------------------------- /lang/es.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/es.php -------------------------------------------------------------------------------- /lang/fr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/fr.php -------------------------------------------------------------------------------- /lang/he.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/he.php -------------------------------------------------------------------------------- /lang/pt-br.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/pt-br.php -------------------------------------------------------------------------------- /lang/ru.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/lang/ru.php -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/login.php -------------------------------------------------------------------------------- /login_details.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/login_details.txt -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/logout.php -------------------------------------------------------------------------------- /recoverpassword.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/recoverpassword.php -------------------------------------------------------------------------------- /signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/signup.php -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/styles.css -------------------------------------------------------------------------------- /verifytoken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anirbandutta9/College-Notes-Gallery/HEAD/verifytoken.php --------------------------------------------------------------------------------