├── Basic Weather App using html, css and js.html ├── CONTRIBUTING.md ├── Decimal to Binary ├── Dice Roll Game with JS ├── app.js ├── back.jpg ├── dice-1.png ├── dice-2.png ├── dice-3.png ├── dice-4.png ├── dice-5.png ├── piggame.html └── style.css ├── DoggoSelect ├── README.md ├── css │ └── styles.css ├── images │ └── logo.svg ├── index.html └── js │ └── app.js ├── Facebook_clone_ReactJs └── src │ ├── App.css │ ├── App.jsx │ ├── Feed.jsx │ ├── Header.jsx │ ├── Login.jsx │ ├── MessageSender.jsx │ ├── Post.jsx │ ├── Sidebar.jsx │ ├── SidebarRow.css │ ├── SidebarRow.jsx │ ├── Story.css │ ├── Story.jsx │ ├── StoryReel.jsx │ ├── Widgets.jsx │ ├── assets │ └── react.svg │ ├── feed.css │ ├── header.css │ ├── index.css │ ├── login.css │ ├── main.jsx │ ├── messagesender.css │ ├── post.css │ ├── sidebar.css │ ├── storyreel.css │ └── widgets.css ├── Factorial_Of_a_Number ├── Fake-Job-Detection ├── README.md ├── fake_job_detection.ipynb ├── fake_job_detection.pdf └── fake_job_detection.py ├── First_and_last_occurrence_in_array ├── Fitness World GYM Website ├── README.md ├── about-us-page.html ├── aboutusstyle.css ├── fitcaljs.js ├── fitcalstyle.css ├── fitness-cal-page.html ├── gym-responsive-website.html ├── homepgstyle.css ├── packs.html └── packstyle.css ├── Interactive-form ├── README.md ├── css │ ├── normalize.css │ └── style.css ├── img │ ├── angular.svg │ ├── build.svg │ ├── caret.png │ ├── express.svg │ ├── js.svg │ ├── node.svg │ ├── not-valid.svg │ ├── npm.svg │ ├── react.svg │ └── valid.svg ├── index.html └── js │ └── script.js ├── Javascript projects ├── GitHub Finder │ ├── app.js │ ├── github.js │ ├── index.html │ └── ui.js └── Tracalories │ ├── app.js │ └── index.html ├── Job Application Form ├── index.html └── styles.css ├── Messaging ├── comments.txt ├── index.php └── style.css ├── MovieApp using JS ├── index.html ├── script.js └── style.css ├── Pet-directory ├── README.md ├── css │ └── style.css ├── img │ ├── aussie.jpg │ ├── dachshund.jpg │ ├── golden.jpg │ ├── persian.jpg │ ├── pug.jpg │ └── tabby.jpg ├── index.html └── js │ ├── directory.js │ └── pets.js ├── Public-API-Requests ├── README.md ├── css │ ├── normalize.css │ └── styles.css ├── index.html ├── js │ └── scripts.js └── mockups │ ├── employee_directory.png │ └── employee_overlay.png ├── Racing car using JS ├── 1icon.png ├── icon.png ├── images │ ├── car04.png │ ├── cloud.jpg │ ├── finish.png │ ├── hero.png │ └── tree.png ├── index.html └── javascript │ ├── 1.js │ └── null.js ├── Random-quote-generator ├── README.md ├── css │ ├── normalize.css │ └── styles.css ├── index.html └── js │ └── script.js ├── Reaction Tester ├── Index.html └── style.css ├── Readme.md ├── Restaurant site frontend ├── Companies Logo │ ├── Dominos-logo.png │ ├── KFC (18).png │ ├── Mcdonald-logo.png │ ├── man-6051503_1280.png │ ├── swiggy logo.png │ └── zomato-logo-png-5.png ├── Login.html ├── Logo.png ├── Signup.html ├── bg.jpg ├── bg1.jpg ├── contact-us.jpg ├── css │ ├── Login.css │ ├── SignUp.css │ ├── phone.css │ └── style.css ├── food img │ ├── Falafel.png │ ├── Falafel1.png │ ├── KFC.png │ ├── burger.png │ ├── burger1.png │ ├── cake.png │ ├── cake1.png │ ├── cake2.png │ ├── cake3.png │ ├── cofee.png │ ├── coffee1.png │ ├── fries.png │ ├── icecream.png │ ├── icecream1.png │ ├── pizza.png │ ├── pizza1.png │ └── pizza2.png └── index.html ├── Simple-CalculatorwithJS ├── calculator-ifelse.js ├── custom.css ├── index.html └── simplecalculator.js ├── Snake Game using html css and javascript ├── bg.jpg ├── food.mp3 ├── gameover.mp3 ├── index.html ├── index.js ├── move.mp3 ├── music.mp3 └── style.css ├── Sokoban html, css and js ├── css │ └── style.css ├── index.html └── js │ ├── Jeux.js │ ├── Niveaux.js │ └── principale.js ├── Space-Explorers ├── README.md ├── css │ └── style.css ├── img │ └── profile.jpg ├── index.html └── js │ ├── async-await.js │ ├── callbacks.js │ ├── promises-breakfast.js │ └── promises.js ├── SpaceInvadersWithPyGame ├── README.md ├── background.png ├── background.wav ├── bullet.png ├── enemy.png ├── explosion.wav ├── hero.png ├── laser.wav ├── main.py └── ufo .png ├── SudokuSolver ├── README.md ├── favicon_io │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ └── site.webmanifest ├── index.html ├── js │ └── sudoku.js └── style.css ├── Tacos-By-Roscoe-Delivery-Form ├── README.md ├── error.html ├── images │ └── taco-emoji.png ├── index.html ├── mockup.png └── style.css ├── Tailwind CSS Website ├── boy.png ├── d4.jpg ├── img1.jpg ├── img2.jpg ├── img3.jpg ├── index.html ├── key.png └── output.css ├── Tictactoe Game └── tictactoe.py ├── To-do-list ├── README.md ├── app.js ├── css │ └── style.css ├── index.html └── temp.js ├── University-Finder ├── README.md ├── db.sqlite3 ├── manage.py ├── static │ ├── css │ │ ├── login_style.css │ │ ├── main.css │ │ ├── regis_style.css │ │ └── styles.css │ ├── images │ │ ├── ad1.png │ │ ├── ad2.png │ │ ├── ad3.png │ │ ├── contact.png │ │ ├── design.png │ │ ├── logo.jpg │ │ ├── mgmt.png │ │ ├── pic.jpg │ │ ├── team.png │ │ └── tech.png │ ├── js │ │ └── login.js │ └── videos │ │ ├── ad.mp4 │ │ └── vidad2.mp4 ├── students │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ ├── admin.cpython-38.pyc │ │ ├── apps.cpython-38.pyc │ │ ├── decorators.cpython-38.pyc │ │ ├── filter.cpython-38.pyc │ │ ├── forms.cpython-38.pyc │ │ ├── models.cpython-38.pyc │ │ ├── urls.cpython-38.pyc │ │ └── views.cpython-38.pyc │ ├── admin.py │ ├── apps.py │ ├── decorators.py │ ├── filter.py │ ├── forms.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── 0002_courses_suggestion_topics_univdegree_university.py │ │ ├── 0003_auto_20201020_1843.py │ │ ├── 0004_auto_20201021_0705.py │ │ ├── 0005_auto_20201021_0712.py │ │ ├── 0006_auto_20201021_1159.py │ │ ├── 0007_auto_20201021_1326.py │ │ ├── 0008_auto_20201021_1404.py │ │ ├── 0009_auto_20201107_1807.py │ │ ├── 0010_auto_20201107_1821.py │ │ ├── 0011_auto_20210428_1538.py │ │ ├── 0012_university_info.py │ │ ├── 0013_auto_20210429_1036.py │ │ ├── 0014_auto_20210429_1038.py │ │ ├── 0015_donationinfo.py │ │ ├── __init__.py │ │ └── __pycache__ │ │ │ ├── 0001_initial.cpython-38.pyc │ │ │ ├── 0002_courses_suggestion_topics_univdegree_university.cpython-38.pyc │ │ │ ├── 0003_auto_20201020_1843.cpython-38.pyc │ │ │ ├── 0004_auto_20201021_0705.cpython-38.pyc │ │ │ ├── 0005_auto_20201021_0712.cpython-38.pyc │ │ │ ├── 0006_auto_20201021_1159.cpython-38.pyc │ │ │ ├── 0007_auto_20201021_1326.cpython-38.pyc │ │ │ ├── 0008_auto_20201021_1404.cpython-38.pyc │ │ │ ├── 0009_auto_20201107_1807.cpython-38.pyc │ │ │ ├── 0010_auto_20201107_1821.cpython-38.pyc │ │ │ ├── 0011_auto_20210428_1538.cpython-38.pyc │ │ │ ├── 0012_university_info.cpython-38.pyc │ │ │ ├── 0013_auto_20210429_1036.cpython-38.pyc │ │ │ ├── 0014_auto_20210429_1038.cpython-38.pyc │ │ │ ├── 0015_donationinfo.cpython-38.pyc │ │ │ └── __init__.cpython-38.pyc │ ├── models.py │ ├── templates │ │ └── students │ │ │ ├── del_acc.html │ │ │ ├── donate-pay.html │ │ │ ├── donate.html │ │ │ ├── finder.html │ │ │ ├── home.html │ │ │ ├── index.html │ │ │ ├── login.html │ │ │ ├── logout_page.html │ │ │ ├── main.html │ │ │ ├── navbar.html │ │ │ ├── register.html │ │ │ ├── status.html │ │ │ ├── univ_info.html │ │ │ └── user-detail.html │ ├── tests.py │ ├── urls.py │ └── views.py └── u_finder │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-38.pyc │ ├── settings.cpython-38.pyc │ ├── urls.cpython-38.pyc │ └── wsgi.cpython-38.pyc │ ├── asgi.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── Weather Web App ├── Readme.md ├── index.html ├── index.js └── style.css ├── emoji-selector ├── README.md ├── icons │ ├── at-solid.svg │ ├── bold-solid.svg │ ├── code-solid.svg │ ├── face-smile-regular.svg │ ├── font-solid.svg │ ├── italic-solid.svg │ ├── link-solid.svg │ ├── list-ol-solid.svg │ ├── list-solid.svg │ ├── microphone-solid.svg │ ├── paper-plane-solid.svg │ ├── plus-solid.svg │ ├── strikethrough-solid.svg │ └── video-solid.svg ├── images │ ├── api-key.png │ ├── console.png │ ├── endpoints.png │ └── open-menu.png ├── index.html ├── scripts │ └── app.js └── styles │ ├── css │ ├── styles.css │ └── styles.css.map │ └── scss │ └── styles.scss ├── gallery using HTML CSS └── index.html ├── quote generator ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── images │ └── city.jpg │ └── index.js ├── restra_menu_order ├── sharenote ├── PHPMailer │ ├── 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 ├── README.md ├── 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 │ │ ├── 258160.pdf │ │ ├── 305047.zip │ │ ├── 311560.pdf │ │ ├── 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 │ │ ├── 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 │ │ │ └── material-icons.woff2 │ ├── 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 │ ├── notes.php │ ├── profilepics │ │ ├── 111489.jpg │ │ └── Thumbs.db │ ├── 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 │ ├── Thumbs.db │ ├── next.png │ ├── next_a.png │ ├── prev.png │ ├── prev_a.png │ ├── shadow_bottom.png │ ├── shadow_top.png │ ├── slider │ │ ├── slider1.jpg │ │ ├── slider2.jpg │ │ └── slider3.jpg │ └── slider_caption_bg.png ├── includes │ ├── 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 ├── logout.php ├── recoverpassword.php ├── signup.php ├── styles.css └── verifytoken.php ├── web.html └── youtube-clone ├── README.md ├── images ├── Jack.png ├── My.png ├── banner.png ├── cameron.png ├── cast.png ├── dislike.png ├── explore.png ├── gerard.png ├── history.png ├── home.png ├── library.png ├── like.png ├── logo-white.png ├── logo.png ├── logo1.png ├── megan.png ├── menu.png ├── messages.png ├── more.png ├── notification.png ├── playlist.png ├── save.png ├── search.png ├── share.png ├── show-more.png ├── simon.png ├── subscriprion.png ├── thumbnail1.png ├── thumbnail2.png ├── thumbnail3.png ├── thumbnail4.png ├── thumbnail5.png ├── thumbnail6.png ├── thumbnail7.png ├── thumbnail8.png ├── tom.png ├── upload.png ├── video.mp4 └── voice-search.png ├── index.html ├── play-video.html ├── screenshots ├── I-Phone 11 PRO MAX │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ └── 6.png └── MacBook Air │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ └── 6.png ├── script.js └── style.css /Basic Weather App using html, css and js.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Basic Weather App using html, css and js.html -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Decimal to Binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Decimal to Binary -------------------------------------------------------------------------------- /Dice Roll Game with JS/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Dice Roll Game with JS/app.js -------------------------------------------------------------------------------- /Dice Roll Game with JS/back.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/dice-1.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/dice-2.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/dice-3.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/dice-4.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/dice-5.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dice Roll Game with JS/piggame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Dice Roll Game with JS/piggame.html -------------------------------------------------------------------------------- /Dice Roll Game with JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Dice Roll Game with JS/style.css -------------------------------------------------------------------------------- /DoggoSelect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/DoggoSelect/README.md -------------------------------------------------------------------------------- /DoggoSelect/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/DoggoSelect/css/styles.css -------------------------------------------------------------------------------- /DoggoSelect/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/DoggoSelect/images/logo.svg -------------------------------------------------------------------------------- /DoggoSelect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/DoggoSelect/index.html -------------------------------------------------------------------------------- /DoggoSelect/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/DoggoSelect/js/app.js -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/App.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/App.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Feed.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Feed.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Header.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Header.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Login.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Login.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/MessageSender.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/MessageSender.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Post.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Post.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Sidebar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Sidebar.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/SidebarRow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/SidebarRow.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/SidebarRow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/SidebarRow.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Story.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Story.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Story.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Story.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/StoryReel.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/StoryReel.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/Widgets.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/Widgets.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/assets/react.svg -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/feed.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/feed.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/header.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/index.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/login.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/main.jsx -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/messagesender.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/messagesender.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/post.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/post.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Facebook_clone_ReactJs/src/sidebar.css -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/storyreel.css: -------------------------------------------------------------------------------- 1 | .storyReel { 2 | display: flex; 3 | } 4 | -------------------------------------------------------------------------------- /Facebook_clone_ReactJs/src/widgets.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Factorial_Of_a_Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Factorial_Of_a_Number -------------------------------------------------------------------------------- /Fake-Job-Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fake-Job-Detection/README.md -------------------------------------------------------------------------------- /Fake-Job-Detection/fake_job_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fake-Job-Detection/fake_job_detection.ipynb -------------------------------------------------------------------------------- /Fake-Job-Detection/fake_job_detection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fake-Job-Detection/fake_job_detection.pdf -------------------------------------------------------------------------------- /Fake-Job-Detection/fake_job_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fake-Job-Detection/fake_job_detection.py -------------------------------------------------------------------------------- /First_and_last_occurrence_in_array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/First_and_last_occurrence_in_array -------------------------------------------------------------------------------- /Fitness World GYM Website/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/README.md -------------------------------------------------------------------------------- /Fitness World GYM Website/about-us-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/about-us-page.html -------------------------------------------------------------------------------- /Fitness World GYM Website/aboutusstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/aboutusstyle.css -------------------------------------------------------------------------------- /Fitness World GYM Website/fitcaljs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/fitcaljs.js -------------------------------------------------------------------------------- /Fitness World GYM Website/fitcalstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/fitcalstyle.css -------------------------------------------------------------------------------- /Fitness World GYM Website/fitness-cal-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/fitness-cal-page.html -------------------------------------------------------------------------------- /Fitness World GYM Website/gym-responsive-website.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/gym-responsive-website.html -------------------------------------------------------------------------------- /Fitness World GYM Website/homepgstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/homepgstyle.css -------------------------------------------------------------------------------- /Fitness World GYM Website/packs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/packs.html -------------------------------------------------------------------------------- /Fitness World GYM Website/packstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Fitness World GYM Website/packstyle.css -------------------------------------------------------------------------------- /Interactive-form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/README.md -------------------------------------------------------------------------------- /Interactive-form/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/css/normalize.css -------------------------------------------------------------------------------- /Interactive-form/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/css/style.css -------------------------------------------------------------------------------- /Interactive-form/img/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/angular.svg -------------------------------------------------------------------------------- /Interactive-form/img/build.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/build.svg -------------------------------------------------------------------------------- /Interactive-form/img/caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/caret.png -------------------------------------------------------------------------------- /Interactive-form/img/express.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/express.svg -------------------------------------------------------------------------------- /Interactive-form/img/js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/js.svg -------------------------------------------------------------------------------- /Interactive-form/img/node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/node.svg -------------------------------------------------------------------------------- /Interactive-form/img/not-valid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/not-valid.svg -------------------------------------------------------------------------------- /Interactive-form/img/npm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/npm.svg -------------------------------------------------------------------------------- /Interactive-form/img/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/react.svg -------------------------------------------------------------------------------- /Interactive-form/img/valid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/img/valid.svg -------------------------------------------------------------------------------- /Interactive-form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/index.html -------------------------------------------------------------------------------- /Interactive-form/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Interactive-form/js/script.js -------------------------------------------------------------------------------- /Javascript projects/GitHub Finder/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/GitHub Finder/app.js -------------------------------------------------------------------------------- /Javascript projects/GitHub Finder/github.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/GitHub Finder/github.js -------------------------------------------------------------------------------- /Javascript projects/GitHub Finder/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/GitHub Finder/index.html -------------------------------------------------------------------------------- /Javascript projects/GitHub Finder/ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/GitHub Finder/ui.js -------------------------------------------------------------------------------- /Javascript projects/Tracalories/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/Tracalories/app.js -------------------------------------------------------------------------------- /Javascript projects/Tracalories/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Javascript projects/Tracalories/index.html -------------------------------------------------------------------------------- /Job Application Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Job Application Form/index.html -------------------------------------------------------------------------------- /Job Application Form/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Job Application Form/styles.css -------------------------------------------------------------------------------- /Messaging/comments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Messaging/comments.txt -------------------------------------------------------------------------------- /Messaging/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Messaging/index.php -------------------------------------------------------------------------------- /Messaging/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Messaging/style.css -------------------------------------------------------------------------------- /MovieApp using JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/MovieApp using JS/index.html -------------------------------------------------------------------------------- /MovieApp using JS/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/MovieApp using JS/script.js -------------------------------------------------------------------------------- /MovieApp using JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/MovieApp using JS/style.css -------------------------------------------------------------------------------- /Pet-directory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/README.md -------------------------------------------------------------------------------- /Pet-directory/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/css/style.css -------------------------------------------------------------------------------- /Pet-directory/img/aussie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/aussie.jpg -------------------------------------------------------------------------------- /Pet-directory/img/dachshund.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/dachshund.jpg -------------------------------------------------------------------------------- /Pet-directory/img/golden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/golden.jpg -------------------------------------------------------------------------------- /Pet-directory/img/persian.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/persian.jpg -------------------------------------------------------------------------------- /Pet-directory/img/pug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/pug.jpg -------------------------------------------------------------------------------- /Pet-directory/img/tabby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/img/tabby.jpg -------------------------------------------------------------------------------- /Pet-directory/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/index.html -------------------------------------------------------------------------------- /Pet-directory/js/directory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/js/directory.js -------------------------------------------------------------------------------- /Pet-directory/js/pets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Pet-directory/js/pets.js -------------------------------------------------------------------------------- /Public-API-Requests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/README.md -------------------------------------------------------------------------------- /Public-API-Requests/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/css/normalize.css -------------------------------------------------------------------------------- /Public-API-Requests/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/css/styles.css -------------------------------------------------------------------------------- /Public-API-Requests/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/index.html -------------------------------------------------------------------------------- /Public-API-Requests/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/js/scripts.js -------------------------------------------------------------------------------- /Public-API-Requests/mockups/employee_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/mockups/employee_directory.png -------------------------------------------------------------------------------- /Public-API-Requests/mockups/employee_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Public-API-Requests/mockups/employee_overlay.png -------------------------------------------------------------------------------- /Racing car using JS/1icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/1icon.png -------------------------------------------------------------------------------- /Racing car using JS/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/icon.png -------------------------------------------------------------------------------- /Racing car using JS/images/car04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/images/car04.png -------------------------------------------------------------------------------- /Racing car using JS/images/cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/images/cloud.jpg -------------------------------------------------------------------------------- /Racing car using JS/images/finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/images/finish.png -------------------------------------------------------------------------------- /Racing car using JS/images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/images/hero.png -------------------------------------------------------------------------------- /Racing car using JS/images/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/images/tree.png -------------------------------------------------------------------------------- /Racing car using JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/index.html -------------------------------------------------------------------------------- /Racing car using JS/javascript/1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/javascript/1.js -------------------------------------------------------------------------------- /Racing car using JS/javascript/null.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Racing car using JS/javascript/null.js -------------------------------------------------------------------------------- /Random-quote-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Random-quote-generator/README.md -------------------------------------------------------------------------------- /Random-quote-generator/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Random-quote-generator/css/normalize.css -------------------------------------------------------------------------------- /Random-quote-generator/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Random-quote-generator/css/styles.css -------------------------------------------------------------------------------- /Random-quote-generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Random-quote-generator/index.html -------------------------------------------------------------------------------- /Random-quote-generator/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Random-quote-generator/js/script.js -------------------------------------------------------------------------------- /Reaction Tester/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Reaction Tester/Index.html -------------------------------------------------------------------------------- /Reaction Tester/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Reaction Tester/style.css -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Readme.md -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/Dominos-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/Dominos-logo.png -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/KFC (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/KFC (18).png -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/Mcdonald-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/Mcdonald-logo.png -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/man-6051503_1280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/man-6051503_1280.png -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/swiggy logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/swiggy logo.png -------------------------------------------------------------------------------- /Restaurant site frontend/Companies Logo/zomato-logo-png-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Companies Logo/zomato-logo-png-5.png -------------------------------------------------------------------------------- /Restaurant site frontend/Login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Login.html -------------------------------------------------------------------------------- /Restaurant site frontend/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Logo.png -------------------------------------------------------------------------------- /Restaurant site frontend/Signup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/Signup.html -------------------------------------------------------------------------------- /Restaurant site frontend/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/bg.jpg -------------------------------------------------------------------------------- /Restaurant site frontend/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/bg1.jpg -------------------------------------------------------------------------------- /Restaurant site frontend/contact-us.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/contact-us.jpg -------------------------------------------------------------------------------- /Restaurant site frontend/css/Login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/css/Login.css -------------------------------------------------------------------------------- /Restaurant site frontend/css/SignUp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/css/SignUp.css -------------------------------------------------------------------------------- /Restaurant site frontend/css/phone.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/css/phone.css -------------------------------------------------------------------------------- /Restaurant site frontend/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/css/style.css -------------------------------------------------------------------------------- /Restaurant site frontend/food img/Falafel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/Falafel.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/Falafel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/Falafel1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/KFC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/KFC.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/burger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/burger.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/burger1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/burger1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/cake.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/cake1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/cake1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/cake2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/cake2.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/cake3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/cake3.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/cofee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/cofee.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/coffee1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/coffee1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/fries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/fries.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/icecream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/icecream.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/icecream1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/icecream1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/pizza.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/pizza1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/pizza1.png -------------------------------------------------------------------------------- /Restaurant site frontend/food img/pizza2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/food img/pizza2.png -------------------------------------------------------------------------------- /Restaurant site frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Restaurant site frontend/index.html -------------------------------------------------------------------------------- /Simple-CalculatorwithJS/calculator-ifelse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Simple-CalculatorwithJS/calculator-ifelse.js -------------------------------------------------------------------------------- /Simple-CalculatorwithJS/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Simple-CalculatorwithJS/custom.css -------------------------------------------------------------------------------- /Simple-CalculatorwithJS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Simple-CalculatorwithJS/index.html -------------------------------------------------------------------------------- /Simple-CalculatorwithJS/simplecalculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Simple-CalculatorwithJS/simplecalculator.js -------------------------------------------------------------------------------- /Snake Game using html css and javascript/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/bg.jpg -------------------------------------------------------------------------------- /Snake Game using html css and javascript/food.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/food.mp3 -------------------------------------------------------------------------------- /Snake Game using html css and javascript/gameover.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/gameover.mp3 -------------------------------------------------------------------------------- /Snake Game using html css and javascript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/index.html -------------------------------------------------------------------------------- /Snake Game using html css and javascript/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/index.js -------------------------------------------------------------------------------- /Snake Game using html css and javascript/move.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/move.mp3 -------------------------------------------------------------------------------- /Snake Game using html css and javascript/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/music.mp3 -------------------------------------------------------------------------------- /Snake Game using html css and javascript/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Snake Game using html css and javascript/style.css -------------------------------------------------------------------------------- /Sokoban html, css and js/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Sokoban html, css and js/css/style.css -------------------------------------------------------------------------------- /Sokoban html, css and js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Sokoban html, css and js/index.html -------------------------------------------------------------------------------- /Sokoban html, css and js/js/Jeux.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Sokoban html, css and js/js/Jeux.js -------------------------------------------------------------------------------- /Sokoban html, css and js/js/Niveaux.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Sokoban html, css and js/js/Niveaux.js -------------------------------------------------------------------------------- /Sokoban html, css and js/js/principale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Sokoban html, css and js/js/principale.js -------------------------------------------------------------------------------- /Space-Explorers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/README.md -------------------------------------------------------------------------------- /Space-Explorers/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/css/style.css -------------------------------------------------------------------------------- /Space-Explorers/img/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/img/profile.jpg -------------------------------------------------------------------------------- /Space-Explorers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/index.html -------------------------------------------------------------------------------- /Space-Explorers/js/async-await.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/js/async-await.js -------------------------------------------------------------------------------- /Space-Explorers/js/callbacks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/js/callbacks.js -------------------------------------------------------------------------------- /Space-Explorers/js/promises-breakfast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/js/promises-breakfast.js -------------------------------------------------------------------------------- /Space-Explorers/js/promises.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Space-Explorers/js/promises.js -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/README.md -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/background.png -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/background.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/background.wav -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/bullet.png -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/enemy.png -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/explosion.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/explosion.wav -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/hero.png -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/laser.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/laser.wav -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/main.py -------------------------------------------------------------------------------- /SpaceInvadersWithPyGame/ufo .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SpaceInvadersWithPyGame/ufo .png -------------------------------------------------------------------------------- /SudokuSolver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/README.md -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/android-chrome-192x192.png -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/android-chrome-512x512.png -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/apple-touch-icon.png -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/favicon-16x16.png -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/favicon-32x32.png -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/favicon.ico -------------------------------------------------------------------------------- /SudokuSolver/favicon_io/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/favicon_io/site.webmanifest -------------------------------------------------------------------------------- /SudokuSolver/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/index.html -------------------------------------------------------------------------------- /SudokuSolver/js/sudoku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/js/sudoku.js -------------------------------------------------------------------------------- /SudokuSolver/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/SudokuSolver/style.css -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/README.md -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/error.html -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/images/taco-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/images/taco-emoji.png -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/index.html -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/mockup.png -------------------------------------------------------------------------------- /Tacos-By-Roscoe-Delivery-Form/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tacos-By-Roscoe-Delivery-Form/style.css -------------------------------------------------------------------------------- /Tailwind CSS Website/boy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/boy.png -------------------------------------------------------------------------------- /Tailwind CSS Website/d4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/d4.jpg -------------------------------------------------------------------------------- /Tailwind CSS Website/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/img1.jpg -------------------------------------------------------------------------------- /Tailwind CSS Website/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/img2.jpg -------------------------------------------------------------------------------- /Tailwind CSS Website/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/img3.jpg -------------------------------------------------------------------------------- /Tailwind CSS Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/index.html -------------------------------------------------------------------------------- /Tailwind CSS Website/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/key.png -------------------------------------------------------------------------------- /Tailwind CSS Website/output.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tailwind CSS Website/output.css -------------------------------------------------------------------------------- /Tictactoe Game/tictactoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Tictactoe Game/tictactoe.py -------------------------------------------------------------------------------- /To-do-list/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/To-do-list/README.md -------------------------------------------------------------------------------- /To-do-list/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/To-do-list/app.js -------------------------------------------------------------------------------- /To-do-list/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/To-do-list/css/style.css -------------------------------------------------------------------------------- /To-do-list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/To-do-list/index.html -------------------------------------------------------------------------------- /To-do-list/temp.js: -------------------------------------------------------------------------------- 1 | function sayHi(){ 2 | console.log("Hello") 3 | } -------------------------------------------------------------------------------- /University-Finder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/README.md -------------------------------------------------------------------------------- /University-Finder/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/db.sqlite3 -------------------------------------------------------------------------------- /University-Finder/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/manage.py -------------------------------------------------------------------------------- /University-Finder/static/css/login_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/css/login_style.css -------------------------------------------------------------------------------- /University-Finder/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/css/main.css -------------------------------------------------------------------------------- /University-Finder/static/css/regis_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/css/regis_style.css -------------------------------------------------------------------------------- /University-Finder/static/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/css/styles.css -------------------------------------------------------------------------------- /University-Finder/static/images/ad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/ad1.png -------------------------------------------------------------------------------- /University-Finder/static/images/ad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/ad2.png -------------------------------------------------------------------------------- /University-Finder/static/images/ad3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/ad3.png -------------------------------------------------------------------------------- /University-Finder/static/images/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/contact.png -------------------------------------------------------------------------------- /University-Finder/static/images/design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/design.png -------------------------------------------------------------------------------- /University-Finder/static/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/logo.jpg -------------------------------------------------------------------------------- /University-Finder/static/images/mgmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/mgmt.png -------------------------------------------------------------------------------- /University-Finder/static/images/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/pic.jpg -------------------------------------------------------------------------------- /University-Finder/static/images/team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/team.png -------------------------------------------------------------------------------- /University-Finder/static/images/tech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/images/tech.png -------------------------------------------------------------------------------- /University-Finder/static/js/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/js/login.js -------------------------------------------------------------------------------- /University-Finder/static/videos/ad.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/videos/ad.mp4 -------------------------------------------------------------------------------- /University-Finder/static/videos/vidad2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/static/videos/vidad2.mp4 -------------------------------------------------------------------------------- /University-Finder/students/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/admin.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/admin.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/apps.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/apps.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/decorators.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/decorators.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/filter.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/filter.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/forms.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/forms.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/models.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/models.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/__pycache__/views.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/__pycache__/views.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/admin.py -------------------------------------------------------------------------------- /University-Finder/students/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/apps.py -------------------------------------------------------------------------------- /University-Finder/students/decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/decorators.py -------------------------------------------------------------------------------- /University-Finder/students/filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/filter.py -------------------------------------------------------------------------------- /University-Finder/students/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/forms.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0001_initial.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0002_courses_suggestion_topics_univdegree_university.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0002_courses_suggestion_topics_univdegree_university.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0003_auto_20201020_1843.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0003_auto_20201020_1843.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0004_auto_20201021_0705.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0004_auto_20201021_0705.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0005_auto_20201021_0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0005_auto_20201021_0712.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0006_auto_20201021_1159.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0006_auto_20201021_1159.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0007_auto_20201021_1326.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0007_auto_20201021_1326.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0008_auto_20201021_1404.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0008_auto_20201021_1404.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0009_auto_20201107_1807.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0009_auto_20201107_1807.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0010_auto_20201107_1821.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0010_auto_20201107_1821.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0011_auto_20210428_1538.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0011_auto_20210428_1538.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0012_university_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0012_university_info.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0013_auto_20210429_1036.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0013_auto_20210429_1036.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0014_auto_20210429_1038.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0014_auto_20210429_1038.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/0015_donationinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/0015_donationinfo.py -------------------------------------------------------------------------------- /University-Finder/students/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0001_initial.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0001_initial.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0002_courses_suggestion_topics_univdegree_university.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0002_courses_suggestion_topics_univdegree_university.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0003_auto_20201020_1843.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0003_auto_20201020_1843.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0004_auto_20201021_0705.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0004_auto_20201021_0705.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0005_auto_20201021_0712.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0005_auto_20201021_0712.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0006_auto_20201021_1159.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0006_auto_20201021_1159.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0007_auto_20201021_1326.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0007_auto_20201021_1326.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0008_auto_20201021_1404.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0008_auto_20201021_1404.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0009_auto_20201107_1807.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0009_auto_20201107_1807.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0010_auto_20201107_1821.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0010_auto_20201107_1821.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0011_auto_20210428_1538.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0011_auto_20210428_1538.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0012_university_info.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0012_university_info.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0013_auto_20210429_1036.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0013_auto_20210429_1036.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0014_auto_20210429_1038.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0014_auto_20210429_1038.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/0015_donationinfo.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/0015_donationinfo.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/migrations/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/migrations/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/students/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/models.py -------------------------------------------------------------------------------- /University-Finder/students/templates/students/del_acc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/del_acc.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/donate-pay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/donate-pay.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/donate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/donate.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/finder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/finder.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/home.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/index.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/login.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/logout_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/logout_page.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/main.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/navbar.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/register.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/status.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/status.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/univ_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/univ_info.html -------------------------------------------------------------------------------- /University-Finder/students/templates/students/user-detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/templates/students/user-detail.html -------------------------------------------------------------------------------- /University-Finder/students/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/tests.py -------------------------------------------------------------------------------- /University-Finder/students/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/urls.py -------------------------------------------------------------------------------- /University-Finder/students/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/students/views.py -------------------------------------------------------------------------------- /University-Finder/u_finder/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /University-Finder/u_finder/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/u_finder/__pycache__/settings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/__pycache__/settings.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/u_finder/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/u_finder/__pycache__/wsgi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/__pycache__/wsgi.cpython-38.pyc -------------------------------------------------------------------------------- /University-Finder/u_finder/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/asgi.py -------------------------------------------------------------------------------- /University-Finder/u_finder/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/settings.py -------------------------------------------------------------------------------- /University-Finder/u_finder/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/urls.py -------------------------------------------------------------------------------- /University-Finder/u_finder/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/University-Finder/u_finder/wsgi.py -------------------------------------------------------------------------------- /Weather Web App/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Weather Web App/Readme.md -------------------------------------------------------------------------------- /Weather Web App/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Weather Web App/index.html -------------------------------------------------------------------------------- /Weather Web App/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Weather Web App/index.js -------------------------------------------------------------------------------- /Weather Web App/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/Weather Web App/style.css -------------------------------------------------------------------------------- /emoji-selector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/README.md -------------------------------------------------------------------------------- /emoji-selector/icons/at-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/at-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/bold-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/bold-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/code-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/code-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/face-smile-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/face-smile-regular.svg -------------------------------------------------------------------------------- /emoji-selector/icons/font-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/font-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/italic-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/italic-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/link-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/link-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/list-ol-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/list-ol-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/list-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/list-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/microphone-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/microphone-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/paper-plane-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/paper-plane-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/plus-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/plus-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/strikethrough-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/strikethrough-solid.svg -------------------------------------------------------------------------------- /emoji-selector/icons/video-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/icons/video-solid.svg -------------------------------------------------------------------------------- /emoji-selector/images/api-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/images/api-key.png -------------------------------------------------------------------------------- /emoji-selector/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/images/console.png -------------------------------------------------------------------------------- /emoji-selector/images/endpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/images/endpoints.png -------------------------------------------------------------------------------- /emoji-selector/images/open-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/images/open-menu.png -------------------------------------------------------------------------------- /emoji-selector/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/index.html -------------------------------------------------------------------------------- /emoji-selector/scripts/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/scripts/app.js -------------------------------------------------------------------------------- /emoji-selector/styles/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/styles/css/styles.css -------------------------------------------------------------------------------- /emoji-selector/styles/css/styles.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/styles/css/styles.css.map -------------------------------------------------------------------------------- /emoji-selector/styles/scss/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/emoji-selector/styles/scss/styles.scss -------------------------------------------------------------------------------- /gallery using HTML CSS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/gallery using HTML CSS/index.html -------------------------------------------------------------------------------- /quote generator/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/.gitignore -------------------------------------------------------------------------------- /quote generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/README.md -------------------------------------------------------------------------------- /quote generator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/package-lock.json -------------------------------------------------------------------------------- /quote generator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/package.json -------------------------------------------------------------------------------- /quote generator/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/favicon.ico -------------------------------------------------------------------------------- /quote generator/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/index.html -------------------------------------------------------------------------------- /quote generator/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/logo192.png -------------------------------------------------------------------------------- /quote generator/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/logo512.png -------------------------------------------------------------------------------- /quote generator/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/manifest.json -------------------------------------------------------------------------------- /quote generator/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/public/robots.txt -------------------------------------------------------------------------------- /quote generator/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/src/App.css -------------------------------------------------------------------------------- /quote generator/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/src/App.js -------------------------------------------------------------------------------- /quote generator/src/images/city.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/src/images/city.jpg -------------------------------------------------------------------------------- /quote generator/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/quote generator/src/index.js -------------------------------------------------------------------------------- /restra_menu_order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/restra_menu_order -------------------------------------------------------------------------------- /sharenote/PHPMailer/class.phpmailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/class.phpmailer.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/class.phpmaileroauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/class.phpmaileroauth.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/class.phpmaileroauthgoogle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/class.phpmaileroauthgoogle.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/class.pop3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/class.pop3.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/class.smtp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/class.smtp.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/composer.json -------------------------------------------------------------------------------- /sharenote/PHPMailer/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/composer.lock -------------------------------------------------------------------------------- /sharenote/PHPMailer/extras/EasyPeasyICS.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/extras/EasyPeasyICS.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/extras/htmlfilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/extras/htmlfilter.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/extras/ntlm_sasl_client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/extras/ntlm_sasl_client.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/get_oauth_token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/get_oauth_token.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-am.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-am.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-ar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-ar.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-az.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-az.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-be.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-be.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-bg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-bg.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-ca.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-ca.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-ch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-ch.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-cs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-cs.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-da.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-da.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-de.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-de.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-el.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-el.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-eo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-eo.php -------------------------------------------------------------------------------- /sharenote/PHPMailer/language/phpmailer.lang-es.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/PHPMailer/language/phpmailer.lang-es.php -------------------------------------------------------------------------------- /sharenote/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/README.md -------------------------------------------------------------------------------- /sharenote/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/composer.json -------------------------------------------------------------------------------- /sharenote/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap-theme.css -------------------------------------------------------------------------------- /sharenote/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /sharenote/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /sharenote/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /sharenote/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap.css -------------------------------------------------------------------------------- /sharenote/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap.css.map -------------------------------------------------------------------------------- /sharenote/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap.min.css -------------------------------------------------------------------------------- /sharenote/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /sharenote/css/cms-home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/cms-home.css -------------------------------------------------------------------------------- /sharenote/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/demo.css -------------------------------------------------------------------------------- /sharenote/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/jquery-ui.css -------------------------------------------------------------------------------- /sharenote/css/loginstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/loginstyle.css -------------------------------------------------------------------------------- /sharenote/css/material-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/material-icons.css -------------------------------------------------------------------------------- /sharenote/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/css/style.css -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/258160.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/258160.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/305047.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/305047.zip -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/311560.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/311560.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/437056.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/437056.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/502238.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/502238.docx -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/565834.txt: -------------------------------------------------------------------------------- 1 | demo -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/578090.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/578090.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/69321.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/69321.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/800920.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/800920.ppt -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/845248.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/845248.pdf -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/848114.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/848114.zip -------------------------------------------------------------------------------- /sharenote/dashboard/allfiles/898387.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/allfiles/898387.zip -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-rtl.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-rtl.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-theme.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap.css.map -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /sharenote/dashboard/css/cms-home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/cms-home.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/material-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/material-icons.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/plugins/morris.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/plugins/morris.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/sb-admin-rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/sb-admin-rtl.css -------------------------------------------------------------------------------- /sharenote/dashboard/css/sb-admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/css/sb-admin.css -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/animated.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/animated.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/core.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/icons.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/larger.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/list.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/path.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/screen-reader.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/less/variables.less -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_animated.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_screen-reader.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /sharenote/dashboard/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/material-icons/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/material-icons/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /sharenote/dashboard/fonts/material-icons/material-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/fonts/material-icons/material-icons.woff2 -------------------------------------------------------------------------------- /sharenote/dashboard/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/index.php -------------------------------------------------------------------------------- /sharenote/dashboard/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/bootstrap.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/bootstrap.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/jquery.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/npm.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/excanvas.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/excanvas.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/flot-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/flot-data.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/jquery.flot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/jquery.flot.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/jquery.flot.pie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/jquery.flot.pie.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/jquery.flot.resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/jquery.flot.resize.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/flot/jquery.flot.tooltip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/flot/jquery.flot.tooltip.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/morris/morris-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/morris/morris-data.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/morris/morris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/morris/morris.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/morris/morris.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/morris/morris.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/plugins/morris/raphael.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/plugins/morris/raphael.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/jquery.tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/jquery.tinymce.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/langs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/langs/readme.md -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/license.txt -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/advlist/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/advlist/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/anchor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/anchor/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/autolink/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/autolink/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/autoresize/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/autoresize/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/autosave/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/autosave/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/bbcode/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/bbcode/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/charmap/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/charmap/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/code/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/code/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/codesample/css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/codesample/css/prism.css -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/codesample/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/codesample/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/colorpicker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/colorpicker/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/contextmenu/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/contextmenu/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/directionality/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/directionality/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/emoticons/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/emoticons/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/example/dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/example/dialog.html -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/example/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/example/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/example_dependency/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/example_dependency/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/fullpage/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/fullpage/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/fullscreen/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/fullscreen/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/hr/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/hr/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/image/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/image/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/imagetools/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/imagetools/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/importcss/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/importcss/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/insertdatetime/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/insertdatetime/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/layer/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/layer/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/legacyoutput/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/legacyoutput/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/link/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/link/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/lists/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/lists/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/media/moxieplayer.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/media/moxieplayer.swf -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/media/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/media/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/nonbreaking/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/nonbreaking/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/noneditable/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/noneditable/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/pagebreak/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/pagebreak/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/paste/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/paste/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/preview/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/preview/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/print/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/print/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/save/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/save/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/searchreplace/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/searchreplace/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/spellchecker/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/spellchecker/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/tabfocus/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/tabfocus/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/table/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/table/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/template/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/template/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/textcolor/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/textcolor/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/textpattern/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/textpattern/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/visualblocks/css/visualblocks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/visualblocks/css/visualblocks.css -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/visualblocks/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/visualblocks/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/visualchars/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/visualchars/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/plugins/wordcount/plugin.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/plugins/wordcount/plugin.min.js -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/script.js: -------------------------------------------------------------------------------- 1 | tinymce.init({selector:'textarea'}); 2 | -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/content.inline.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/content.inline.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/content.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/content.min.css -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.svg -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/js/tinymce/skins/lightgray/fonts/tinymce.svg -------------------------------------------------------------------------------- /sharenote/dashboard/notes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/notes.php -------------------------------------------------------------------------------- /sharenote/dashboard/profilepics/111489.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/profilepics/111489.jpg -------------------------------------------------------------------------------- /sharenote/dashboard/profilepics/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/profilepics/Thumbs.db -------------------------------------------------------------------------------- /sharenote/dashboard/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/upload.php -------------------------------------------------------------------------------- /sharenote/dashboard/uploadnote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/uploadnote.php -------------------------------------------------------------------------------- /sharenote/dashboard/userprofile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/userprofile.php -------------------------------------------------------------------------------- /sharenote/dashboard/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/users.php -------------------------------------------------------------------------------- /sharenote/dashboard/viewprofile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/dashboard/viewprofile.php -------------------------------------------------------------------------------- /sharenote/db/notes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/db/notes.sql -------------------------------------------------------------------------------- /sharenote/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/demo.css -------------------------------------------------------------------------------- /sharenote/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /sharenote/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /sharenote/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /sharenote/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /sharenote/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.ijmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.ijmap -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.svg -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/material-icons/material-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/material-icons/material-icons.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Bold.eot -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Light.eot -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Medium.eot -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Regular.eot -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Thin.eot -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /sharenote/fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /sharenote/gump.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/gump.class.php -------------------------------------------------------------------------------- /sharenote/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/Thumbs.db -------------------------------------------------------------------------------- /sharenote/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/next.png -------------------------------------------------------------------------------- /sharenote/images/next_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/next_a.png -------------------------------------------------------------------------------- /sharenote/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/prev.png -------------------------------------------------------------------------------- /sharenote/images/prev_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/prev_a.png -------------------------------------------------------------------------------- /sharenote/images/shadow_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/shadow_bottom.png -------------------------------------------------------------------------------- /sharenote/images/shadow_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/shadow_top.png -------------------------------------------------------------------------------- /sharenote/images/slider/slider1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/slider/slider1.jpg -------------------------------------------------------------------------------- /sharenote/images/slider/slider2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/slider/slider2.jpg -------------------------------------------------------------------------------- /sharenote/images/slider/slider3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/slider/slider3.jpg -------------------------------------------------------------------------------- /sharenote/images/slider_caption_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/images/slider_caption_bg.png -------------------------------------------------------------------------------- /sharenote/includes/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/includes/connection.php -------------------------------------------------------------------------------- /sharenote/includes/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/includes/footer.php -------------------------------------------------------------------------------- /sharenote/includes/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/includes/header.php -------------------------------------------------------------------------------- /sharenote/includes/navbar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/includes/navbar.php -------------------------------------------------------------------------------- /sharenote/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/index.php -------------------------------------------------------------------------------- /sharenote/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/bootstrap.js -------------------------------------------------------------------------------- /sharenote/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/bootstrap.min.js -------------------------------------------------------------------------------- /sharenote/js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /sharenote/js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/jquery-ui.min.js -------------------------------------------------------------------------------- /sharenote/js/jquery.flexslider-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/jquery.flexslider-min.js -------------------------------------------------------------------------------- /sharenote/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/jquery.js -------------------------------------------------------------------------------- /sharenote/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/jquery.min.js -------------------------------------------------------------------------------- /sharenote/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/js/npm.js -------------------------------------------------------------------------------- /sharenote/lang/en.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/en.php -------------------------------------------------------------------------------- /sharenote/lang/es.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/es.php -------------------------------------------------------------------------------- /sharenote/lang/fr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/fr.php -------------------------------------------------------------------------------- /sharenote/lang/he.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/he.php -------------------------------------------------------------------------------- /sharenote/lang/pt-br.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/pt-br.php -------------------------------------------------------------------------------- /sharenote/lang/ru.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/lang/ru.php -------------------------------------------------------------------------------- /sharenote/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/login.php -------------------------------------------------------------------------------- /sharenote/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/logout.php -------------------------------------------------------------------------------- /sharenote/recoverpassword.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/recoverpassword.php -------------------------------------------------------------------------------- /sharenote/signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/signup.php -------------------------------------------------------------------------------- /sharenote/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/styles.css -------------------------------------------------------------------------------- /sharenote/verifytoken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/sharenote/verifytoken.php -------------------------------------------------------------------------------- /web.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/web.html -------------------------------------------------------------------------------- /youtube-clone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/README.md -------------------------------------------------------------------------------- /youtube-clone/images/Jack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/Jack.png -------------------------------------------------------------------------------- /youtube-clone/images/My.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/My.png -------------------------------------------------------------------------------- /youtube-clone/images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/banner.png -------------------------------------------------------------------------------- /youtube-clone/images/cameron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/cameron.png -------------------------------------------------------------------------------- /youtube-clone/images/cast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/cast.png -------------------------------------------------------------------------------- /youtube-clone/images/dislike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/dislike.png -------------------------------------------------------------------------------- /youtube-clone/images/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/explore.png -------------------------------------------------------------------------------- /youtube-clone/images/gerard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/gerard.png -------------------------------------------------------------------------------- /youtube-clone/images/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/history.png -------------------------------------------------------------------------------- /youtube-clone/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/home.png -------------------------------------------------------------------------------- /youtube-clone/images/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/library.png -------------------------------------------------------------------------------- /youtube-clone/images/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/like.png -------------------------------------------------------------------------------- /youtube-clone/images/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/logo-white.png -------------------------------------------------------------------------------- /youtube-clone/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/logo.png -------------------------------------------------------------------------------- /youtube-clone/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/logo1.png -------------------------------------------------------------------------------- /youtube-clone/images/megan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/megan.png -------------------------------------------------------------------------------- /youtube-clone/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/menu.png -------------------------------------------------------------------------------- /youtube-clone/images/messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/messages.png -------------------------------------------------------------------------------- /youtube-clone/images/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/more.png -------------------------------------------------------------------------------- /youtube-clone/images/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/notification.png -------------------------------------------------------------------------------- /youtube-clone/images/playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/playlist.png -------------------------------------------------------------------------------- /youtube-clone/images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/save.png -------------------------------------------------------------------------------- /youtube-clone/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/search.png -------------------------------------------------------------------------------- /youtube-clone/images/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/share.png -------------------------------------------------------------------------------- /youtube-clone/images/show-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/show-more.png -------------------------------------------------------------------------------- /youtube-clone/images/simon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/simon.png -------------------------------------------------------------------------------- /youtube-clone/images/subscriprion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/subscriprion.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail1.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail2.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail3.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail4.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail5.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail6.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail7.png -------------------------------------------------------------------------------- /youtube-clone/images/thumbnail8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/thumbnail8.png -------------------------------------------------------------------------------- /youtube-clone/images/tom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/tom.png -------------------------------------------------------------------------------- /youtube-clone/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/upload.png -------------------------------------------------------------------------------- /youtube-clone/images/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/video.mp4 -------------------------------------------------------------------------------- /youtube-clone/images/voice-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/images/voice-search.png -------------------------------------------------------------------------------- /youtube-clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/index.html -------------------------------------------------------------------------------- /youtube-clone/play-video.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/play-video.html -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/1.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/2.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/3.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/4.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/5.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/I-Phone 11 PRO MAX/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/I-Phone 11 PRO MAX/6.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/1.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/2.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/3.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/4.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/5.png -------------------------------------------------------------------------------- /youtube-clone/screenshots/MacBook Air/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/screenshots/MacBook Air/6.png -------------------------------------------------------------------------------- /youtube-clone/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/script.js -------------------------------------------------------------------------------- /youtube-clone/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nischalgautam2/WebDevProjects/HEAD/youtube-clone/style.css --------------------------------------------------------------------------------