├── .DS_Store ├── .hintrc ├── AILA SHREYAS ├── formValidate.js ├── index.html ├── shreyas.png └── style.css ├── ASHISH ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── App.js │ ├── api │ ├── reco.json │ ├── released.json │ └── trending.json │ ├── components │ ├── recoCard.js │ └── songCard.js │ ├── index.js │ ├── sass-css │ ├── index.css │ └── index.css.map │ └── sass │ └── index.scss ├── Aiman_Aisa ├── img │ ├── aisha.jpg │ ├── bg1.jpg │ ├── git.png │ ├── gmail.png │ ├── insta.png │ ├── linkedin.png │ ├── pop.png │ └── twit.png ├── index.html └── style.css ├── Alvin_Alex ├── images │ ├── big-cinema.jpeg │ ├── blue-star.svg │ ├── classbot.PNG │ ├── file-automater.PNG │ ├── hackKnight.PNG │ ├── quiz-website.PNG │ └── white-star.svg ├── index.html ├── script.js └── styles.css ├── Aman Kumar ├── assets │ └── favicon │ │ ├── android-icon-192x192.png │ │ ├── apple-icon-114x114.png │ │ ├── apple-icon-120x120.png │ │ ├── apple-icon-144x144.png │ │ ├── apple-icon-152x152.png │ │ ├── apple-icon-180x180.png │ │ ├── apple-icon-57x57.png │ │ ├── apple-icon-60x60.png │ │ ├── apple-icon-72x72.png │ │ ├── apple-icon-76x76.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon-96x96.png │ │ └── manifest.json ├── index.html ├── js │ ├── content.js │ ├── main.js │ ├── particle.js │ └── particles.min.js └── style │ ├── style.css │ └── style.css.map ├── Aman Maurya ├── index.html └── styles.css ├── Ambar Kansal ├── Capture.jpg.jpg └── index.html ├── Anant_Singh ├── animation.js ├── app.js ├── img │ ├── PF2.png │ ├── Photo.png │ ├── undraw_calculator_dark.svg │ ├── undraw_calculator_light.svg │ ├── undraw_conceptual_idea_dark.svg │ ├── undraw_conceptual_idea_light.svg │ ├── undraw_feeling_proud_dark.svg │ ├── undraw_feeling_proud_light.svg │ ├── undraw_proud_coder_dark.svg │ ├── undraw_proud_coder_light.svg │ ├── undraw_task_list_dark.svg │ ├── undraw_task_list_light.svg │ ├── undraw_youtube_tutorial_dark.svg │ └── undraw_youtube_tutorial_light.svg ├── index.html ├── script.js └── style.css ├── Anushka Mandal ├── .DS_Store ├── css │ └── style.css ├── favicon.ico ├── images │ ├── .DS_Store │ ├── angela.png │ ├── chillies.png │ ├── cloud.png │ ├── coding.png │ ├── computer.png │ ├── mountain.png │ ├── photography.png │ └── profile.png └── index.html ├── Anushka Singh ├── index.html └── style.css ├── Arnav Gupta ├── assets │ ├── css │ │ └── style.css │ ├── img │ │ ├── apple-touch-icon.png │ │ ├── arnav1.jpeg │ │ ├── arnav2.png │ │ ├── favicon.png │ │ ├── portfolio │ │ │ ├── Screenshot 2022-10-16 at 8.20.41 PM.png │ │ │ ├── WhatsApp Image 2022-10-16 at 8.13.29 PM.jpeg │ │ │ ├── abstract-coming-soon-halftone-style-background-design_1017-27282.webp │ │ │ ├── g1.png │ │ │ ├── g2.png │ │ │ ├── logo.png │ │ │ └── web1.png │ │ └── testimonials │ │ │ ├── testimonials-1.jpg │ │ │ ├── testimonials-2.jpg │ │ │ ├── testimonials-3.jpg │ │ │ ├── testimonials-4.jpg │ │ │ └── testimonials-5.jpg │ ├── js │ │ └── main.js │ └── vendor │ │ ├── aos │ │ ├── aos.css │ │ └── aos.js │ │ ├── bootstrap-icons │ │ ├── bootstrap-icons.css │ │ ├── bootstrap-icons.json │ │ ├── fonts │ │ │ ├── bootstrap-icons.woff │ │ │ └── bootstrap-icons.woff2 │ │ └── index.html │ │ ├── bootstrap │ │ ├── css │ │ │ ├── bootstrap-grid.css │ │ │ ├── bootstrap-grid.css.map │ │ │ ├── bootstrap-grid.min.css │ │ │ ├── bootstrap-grid.min.css.map │ │ │ ├── bootstrap-grid.rtl.css │ │ │ ├── bootstrap-grid.rtl.css.map │ │ │ ├── bootstrap-grid.rtl.min.css │ │ │ ├── bootstrap-grid.rtl.min.css.map │ │ │ ├── bootstrap-reboot.css │ │ │ ├── bootstrap-reboot.css.map │ │ │ ├── bootstrap-reboot.min.css │ │ │ ├── bootstrap-reboot.min.css.map │ │ │ ├── bootstrap-reboot.rtl.css │ │ │ ├── bootstrap-reboot.rtl.css.map │ │ │ ├── bootstrap-reboot.rtl.min.css │ │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ │ ├── bootstrap-utilities.css │ │ │ ├── bootstrap-utilities.css.map │ │ │ ├── bootstrap-utilities.min.css │ │ │ ├── bootstrap-utilities.min.css.map │ │ │ ├── bootstrap-utilities.rtl.css │ │ │ ├── bootstrap-utilities.rtl.css.map │ │ │ ├── bootstrap-utilities.rtl.min.css │ │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── bootstrap.min.css.map │ │ │ ├── bootstrap.rtl.css │ │ │ ├── bootstrap.rtl.css.map │ │ │ ├── bootstrap.rtl.min.css │ │ │ └── bootstrap.rtl.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.esm.js │ │ │ ├── bootstrap.esm.js.map │ │ │ ├── bootstrap.esm.min.js │ │ │ ├── bootstrap.esm.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ │ ├── boxicons │ │ ├── css │ │ │ ├── animations.css │ │ │ ├── boxicons.css │ │ │ ├── boxicons.min.css │ │ │ └── transformations.css │ │ └── fonts │ │ │ ├── boxicons.eot │ │ │ ├── boxicons.svg │ │ │ ├── boxicons.ttf │ │ │ ├── boxicons.woff │ │ │ └── boxicons.woff2 │ │ ├── glightbox │ │ ├── css │ │ │ ├── glightbox.css │ │ │ ├── glightbox.min.css │ │ │ ├── plyr.css │ │ │ └── plyr.min.css │ │ └── js │ │ │ ├── glightbox.js │ │ │ └── glightbox.min.js │ │ ├── isotope-layout │ │ ├── isotope.pkgd.js │ │ └── isotope.pkgd.min.js │ │ ├── php-email-form │ │ └── validate.js │ │ ├── purecounter │ │ └── purecounter_vanilla.js │ │ ├── swiper │ │ ├── swiper-bundle.min.css │ │ └── swiper-bundle.min.js │ │ ├── typed.js │ │ ├── typed.js │ │ ├── typed.min.js │ │ └── typed.min.js.map │ │ └── waypoints │ │ └── noframework.waypoints.js └── index.html ├── Aryan_Garg ├── README.md ├── back23.jpg ├── color.png ├── dal.jpeg ├── index.html ├── login.html └── python.png ├── Aryan_Sharma ├── .DS_Store ├── README.md ├── game.png ├── goku-rb.png ├── goku.jpeg ├── index.html ├── prog_clipart.png ├── style.css └── vid_edit.png ├── Athul Joy ├── CNAME ├── README.md ├── package-lock.json ├── package.json ├── pages │ └── index.js ├── postcss.config.js ├── public │ ├── favicon.ico │ └── vercel.svg ├── tailwind.config.js └── yarn.lock ├── Atreay_Kukanur ├── assets │ ├── css │ │ ├── fontawesome-all.min.css │ │ ├── images │ │ │ └── intro.svg │ │ ├── main.css │ │ └── noscript.css │ ├── js │ │ ├── breakpoints.min.js │ │ ├── browser.min.js │ │ ├── jquery.min.js │ │ ├── jquery.scrollex.min.js │ │ ├── jquery.scrolly.min.js │ │ ├── main.js │ │ └── util.js │ ├── sass │ │ ├── base │ │ │ ├── _page.scss │ │ │ ├── _reset.scss │ │ │ └── _typography.scss │ │ ├── components │ │ │ ├── _actions.scss │ │ │ ├── _box.scss │ │ │ ├── _button.scss │ │ │ ├── _contact.scss │ │ │ ├── _features.scss │ │ │ ├── _form.scss │ │ │ ├── _icon.scss │ │ │ ├── _icons.scss │ │ │ ├── _image.scss │ │ │ ├── _list.scss │ │ │ ├── _menu.scss │ │ │ ├── _row.scss │ │ │ ├── _section.scss │ │ │ ├── _split.scss │ │ │ ├── _spotlights.scss │ │ │ ├── _table.scss │ │ │ └── _wrapper.scss │ │ ├── layout │ │ │ ├── _footer.scss │ │ │ ├── _header.scss │ │ │ ├── _intro.scss │ │ │ ├── _sidebar.scss │ │ │ └── _wrapper.scss │ │ ├── libs │ │ │ ├── _breakpoints.scss │ │ │ ├── _functions.scss │ │ │ ├── _html-grid.scss │ │ │ ├── _mixins.scss │ │ │ ├── _vars.scss │ │ │ └── _vendor.scss │ │ ├── main.scss │ │ └── noscript.scss │ └── webfonts │ │ ├── fa-brands-400.eot │ │ ├── fa-brands-400.svg │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.eot │ │ ├── fa-regular-400.svg │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.eot │ │ ├── fa-solid-900.svg │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff │ │ └── fa-solid-900.woff2 ├── elements.html ├── generic.html ├── images │ ├── pic01.jpg │ ├── pic02.jpg │ └── pic03.jpg └── index.html ├── Ayushi Chouhan ├── contact_me.html ├── index.html └── pic-modified.png ├── BSinhacodes ├── LICENSE.txt ├── README.txt ├── about.html ├── blog.html ├── contact.html ├── css │ └── style.min.css ├── img │ ├── aayush.jfif │ ├── app-profile-mockup.png │ ├── ayushp.jfif │ ├── bg-white.jpg │ ├── bg.jpg │ ├── blog-1.jpg │ ├── blog-2.jpg │ ├── blog-3.jpg │ ├── blog-4.jpg │ ├── client.png │ ├── designing.png │ ├── favicon-32x32.png │ ├── hiking.png │ ├── icons │ │ ├── animat-checkmark.gif │ │ ├── animat-customize.gif │ │ └── animat-responsive.gif │ ├── obj_triangle.png │ ├── photo-1.jpg │ ├── photo-2.jpg │ ├── photo-4.jpg │ ├── photo-6.jpg │ ├── photo-7.jpg │ ├── photo-9.jpg │ ├── photography.png │ ├── pic1.webp │ ├── pic2.jpg │ ├── pic3.jpg │ ├── pic4.jpg │ ├── pic5.webp │ ├── pic6.webp │ ├── profile.png │ ├── profile1.png │ ├── satyaki.jfif │ ├── testi-1.jpg │ └── webdev.png ├── index.html ├── js │ └── app.min.js ├── single.html └── vendor │ ├── bootstrap │ ├── bootstrap.min.css │ ├── bootstrap.min.js │ └── popper.min.js │ ├── countTo │ └── jquery.countTo.js │ ├── isotope │ └── isotope.min.js │ ├── lightcase │ ├── lightcase.css │ └── lightcase.js │ ├── owlcarousel │ ├── owl.carousel.min.css │ └── owl.carousel.min.js │ ├── select2 │ ├── select2.min.css │ └── select2.min.js │ ├── stellar │ └── jquery.stellar.js │ └── waypoints │ └── waypoint.min.js ├── Bhaitabahi ├── css │ └── style.css ├── img │ └── KPR.jpg ├── index.html └── js │ └── main.js ├── Bhavini_Singh ├── css │ ├── style.css │ └── utilities.css ├── images │ ├── -Website-Background-Web.jpg │ ├── abt2.jpg │ ├── back.jpeg │ ├── background2.jpg │ ├── close.png │ ├── coding.png │ ├── curriculum.png │ ├── desktop.png │ ├── dialog.png │ ├── down.jpeg │ ├── download.jpeg │ ├── elegant-man-saluting.png │ ├── email.png │ ├── facebook-circular-logo.png │ ├── instagram.png │ ├── lastry.png │ ├── linkedin.png │ ├── logo website.jpg │ ├── menu-of-three-lines.png │ ├── menu.png │ ├── paint-brush.png │ ├── plain-square.png │ ├── programming.png │ ├── try.png │ ├── unnamed.jpg │ └── website background.png ├── index.html └── js │ └── app.js ├── Daooda ├── .gitignore ├── .vscode │ ├── extensions.json │ └── launch.json ├── README.md ├── astro.config.mjs ├── package.json ├── public │ ├── assets │ │ └── mesh-gradient.jpg │ ├── daooda.png │ └── favicon.svg ├── src │ ├── components │ │ ├── Footer.astro │ │ ├── MainHead.astro │ │ └── Nav.astro │ ├── env.d.ts │ ├── pages │ │ ├── 404.astro │ │ └── index.astro │ └── styles │ │ └── global.css └── tsconfig.json ├── Divyansh_Rastogi ├── css │ └── styles.css ├── images │ ├── Divyansh-photo.jpeg │ └── my-photo.png └── index.html ├── Gaurav_Verma ├── css │ └── styles.css ├── favicon.ico ├── images │ ├── cloud.png │ ├── gamer.png │ ├── man.png │ ├── mountain.png │ └── programmer.png └── index.html ├── Gourav chawla ├── index.html └── style.css ├── HarineMurugan ├── background.jpg ├── index.html └── profile.css ├── Harsh Harit ├── LICENSE ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── images │ │ ├── myProfile.jpg │ │ └── portfolio │ │ │ ├── carparking │ │ │ ├── p1.jpg │ │ │ └── p2.jpg │ │ │ ├── venlo │ │ │ ├── p1.jpg │ │ │ └── p2.jpg │ │ │ └── weather │ │ │ ├── p1.jpg │ │ │ └── p2.jpg │ ├── index.html │ ├── manifest.json │ ├── portfolio_shared_data.json │ ├── res_primaryLanguage.json │ └── robots.txt └── src │ ├── App.js │ ├── App.scss │ ├── App.test.js │ ├── components │ ├── About.js │ ├── Experience.js │ ├── Footer.js │ ├── Header.js │ ├── Hobbies.js │ ├── ProjectDetailsModal.js │ ├── Projects.js │ └── Skills.js │ ├── index.js │ ├── index.scss │ ├── logo.svg │ ├── scss │ ├── dark-slider.scss │ ├── light-slider.scss │ └── themes │ │ ├── theme-dark.scss │ │ └── theme-light.scss │ ├── serviceWorker.js │ └── setupTests.js ├── Ibraheem Uthman ├── index.html ├── script.js └── style.css ├── Jaspreet_Singh ├── CV.txt ├── a.exe ├── blog.html ├── contact.html ├── images │ ├── cross.png │ ├── dev.png.png │ └── hamburger.png ├── index.html ├── intro.html ├── n.exe ├── script.js ├── services.html └── style.css ├── Jatin_Bisht_Resume ├── index.html └── style.css ├── Kalaji Mohammad ├── Index.html ├── main.js ├── pic │ ├── Logo-w.png │ ├── ME.png │ ├── bild.png │ └── undraw_certificate_343v.svg └── style.css ├── Karamveer Singh ├── CSS │ └── styles.css ├── favicon.ico ├── images │ ├── cloud.png │ ├── coding.png │ ├── me.png │ └── mountain.png └── index.html ├── Karanjot Singh ├── README.md ├── components │ └── Transition.tsx ├── next-env.d.ts ├── next.config.js ├── package.json ├── pages │ ├── _app.tsx │ ├── api │ │ └── hello.ts │ ├── docs.tsx │ └── index.tsx ├── public │ ├── favicon.ico │ └── vercel.svg ├── styles │ ├── Home.module.css │ ├── globals.css │ └── transition.css ├── tsconfig.json └── yarn.lock ├── Kaustubh Shrivastava ├── Kalaji Mohammad │ ├── .hintrc │ ├── Index.html │ ├── imgs │ │ ├── Logo-w.png │ │ ├── ME.png │ │ ├── bild.png │ │ └── undraw_certificate_343v.svg │ ├── main.js │ └── style.css └── Portfolio-Web │ ├── LICENSE │ ├── README.md │ ├── docs │ └── Kaustubh's Resume v2.pdf │ ├── images │ ├── ab1.png │ ├── as1.png │ ├── bck.jpg │ ├── profile.jpg │ ├── rs1.jpg │ ├── sa1.png │ ├── sh1.png │ └── sj1.png │ ├── index.html │ ├── script.js │ └── style.css ├── Kunal Arora ├── images │ ├── Mount.jpg │ ├── askme.PNG │ ├── cafe.PNG │ ├── dd.jpg │ ├── foot.jpg │ ├── galaxy.jpg │ ├── jiij.jpg │ ├── login.PNG │ ├── se.PNG │ ├── ticfinal.PNG │ ├── tictac.PNG │ ├── tttt.PNG │ └── tyu.png ├── index.html └── sttyle.css ├── Lakshay _sharma ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── 1271617.jpg │ ├── 2018178.jpg │ ├── 982360.jpg │ ├── App.js │ ├── App.scss │ ├── Components │ ├── Header │ │ └── Header.jsx │ ├── Home │ │ ├── Home.jsx │ │ └── Home.scss │ └── Row │ │ ├── Card.jsx │ │ └── Row.jsx │ ├── Stranger-Things-logo-500x281.png │ ├── download.jpeg │ ├── index.js │ └── netflix-logo-png-2562.png ├── M.Arya ├── .DS_Store ├── Icon.png ├── index.html └── ln.png ├── Madhav_Arora ├── README.md ├── dark.css ├── images │ ├── Angry.png │ ├── Fruit.png │ ├── Ghost.png │ ├── Horizon.png │ ├── Macman.png │ ├── My.png │ ├── Space.png │ ├── frontend.png │ ├── go.gif │ ├── load.gif │ └── white.gif ├── index.html ├── script.js └── style.css ├── Mahnoor Shoukat ├── landingpage.html └── style.css ├── Mainaak ├── index.css └── index.html ├── Manisha Parichha ├── images │ ├── banner.jpg │ ├── pic.jpg │ └── profile.jpg ├── index.html ├── script.js └── style.css ├── Mohammad Kalaji ├── .hintrc ├── Index.html ├── main.js ├── pic │ ├── Logo-w.png │ ├── ME.png │ ├── bild.png │ └── undraw_certificate_343v.svg └── style.css ├── Muhammed_Shiyadh ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── index.html └── styles.css ├── NISHA ├── index.html └── p.jpg ├── NamanPokhriyal ├── Capture.jpg └── index.html ├── Nisha Chawla ├── index.html └── style.css ├── Pramit_Mondal ├── 1.png ├── index.html └── style.css ├── Pratap Parui ├── assets │ └── css │ │ ├── images │ │ ├── bg2.gif │ │ ├── favicon │ │ │ ├── apple-touch-icon.png │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ └── favicon.ico │ │ ├── github profile img.jfif │ │ ├── ie │ │ │ ├── footer.png │ │ │ └── footer.svg │ │ ├── overlay-pattern.png │ │ └── overlay.svg │ │ ├── main.css │ │ └── noscript.css └── index.html ├── README.md ├── Raushan raj ├── image │ └── background.jpg ├── index.html └── style │ └── style.css ├── Ridham_Singhal ├── css │ ├── style-green.css │ ├── style-orange.css │ ├── style-purple.css │ ├── style-red.css │ ├── style-sky-blue.css │ └── style.css ├── img │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── black-haired-guy-anime-pfp-i4blrmifg2kk0ara.jpg │ ├── counters-bg.jpg │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ ├── gradient-geometry-background-abstract-lu.jpg │ ├── gradient-geometry-background-abstract.jpg │ ├── intro-bg.jpg │ ├── intro-bg.webp │ ├── overlay-bg.jpg │ ├── overlay-bg.webp │ ├── portfolio.jpg │ ├── post-1.jpg │ ├── post-2.jpg │ ├── post-3.jpg │ ├── testimonial-4.jpg │ ├── triangle-abstract-black-background-vector.webp │ ├── work-1.jpg │ ├── work-2.jpg │ ├── work-3.jpg │ ├── work-4.jpg │ ├── work-5.jpg │ └── work-6.jpg ├── index.html ├── js │ └── main.js └── lib │ ├── animate │ ├── animate.css │ └── animate.min.css │ ├── bootstrap │ ├── css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.css.map │ └── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ └── bootstrap.min.js.map │ ├── counterup │ ├── jquery.counterup.js │ ├── jquery.counterup.min.js │ └── jquery.waypoints.min.js │ ├── easing │ ├── easing.js │ └── easing.min.js │ ├── 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 │ ├── ionicons │ ├── css │ │ ├── ionicons.css │ │ └── ionicons.min.css │ └── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ └── ionicons.woff │ ├── jquery │ ├── jquery-migrate.min.js │ └── jquery.min.js │ ├── lightbox │ ├── css │ │ ├── lightbox.css │ │ └── lightbox.min.css │ ├── images │ │ ├── close.png │ │ ├── loading.gif │ │ ├── next.png │ │ └── prev.png │ ├── js │ │ ├── lightbox.js │ │ └── lightbox.min.js │ └── links.php │ ├── owlcarousel │ ├── LICENSE │ ├── assets │ │ ├── ajax-loader.gif │ │ ├── owl.carousel.css │ │ ├── owl.carousel.min.css │ │ ├── owl.theme.default.css │ │ ├── owl.theme.default.min.css │ │ ├── owl.theme.green.css │ │ ├── owl.theme.green.min.css │ │ └── owl.video.play.png │ ├── owl.carousel.js │ └── owl.carousel.min.js │ ├── popper │ ├── popper.min.js │ └── popper.min.js.map.json │ └── typed │ ├── typed.js │ ├── typed.min.js │ └── typed.min.js.map ├── Ritesh Mohan ├── avatar.png ├── index.css └── index.html ├── Ritik R Jha ├── index.css ├── index.html └── index.js ├── Rosita Sikarwar ├── favicon.ico ├── images │ ├── brainstorming.png │ ├── cloud.png │ ├── instagram.png │ ├── linkedin.png │ ├── profilepicture.png │ └── twitter.png ├── index.html └── style.css ├── Ryan-techie └── index.html ├── Samayita_Kali ├── README.md ├── css │ └── styles.css ├── favicon.ico ├── images │ ├── chillies.png │ ├── cloud.png │ ├── computer.png │ ├── mountain.png │ └── sam.png └── index.html ├── Sayan_Khanra ├── css │ └── style.css ├── favicon.ico ├── html │ └── contact_me.html ├── image │ └── my_image.png └── index.html ├── Shital_punde ├── index.html └── style.css ├── Shreyas_Sahoo ├── PassportSizePhoto.jpeg ├── blockchain-development.webp ├── chillies.png ├── cloud.png ├── computer.png ├── favicon.ico ├── index.html ├── mountain.png └── styles.css ├── Siddhi Agarkar ├── SiddhiSnap.jpeg ├── main.html ├── myfavicon.png └── styles.css ├── Sidharth Bhardwaj ├── cover.jpg ├── cover2.jpg ├── index.html └── style.css ├── Soumyadip_Debnath ├── css │ └── styles.css ├── images │ ├── Web D.png │ ├── coding.png │ ├── man.png │ ├── shake.svg │ └── writing.png ├── index.html └── index.js ├── Tanya Singh ├── bg2.png ├── bg3.png ├── d.png ├── index.css ├── index.html └── my.png ├── Tushar_Agrawal ├── blog.css └── blog.html ├── Vyjayanti_Nandula ├── index.html └── style.css ├── arnav gupta ├── index.html └── style.css ├── arora ├── blue.css ├── bucket-policy.txt ├── default.css ├── green.css ├── images │ ├── Dennis.jpg │ ├── customer-dash.jpg │ ├── dash.jpg │ ├── desktop wallpaper.jpg │ ├── ecom.jpg │ ├── lab-dash.jpg │ ├── membership site.jpg │ ├── pdf-report.jpg │ ├── results.jpg │ └── sample-form.jpg ├── index.html ├── post.html ├── purple.css └── script.js ├── bhumithakur ├── README.md ├── script.js ├── style.css └── xyz.me ├── contact form ├── contact.html ├── images │ └── bck.jpg └── services.css ├── contact.html ├── cooln ├── index.html └── style.css ├── cross.png ├── cv.html ├── dev.png ├── ham.png ├── index.html ├── index.js ├── intro.html ├── kunal-arora ├── README.md ├── assets │ └── css │ │ └── style.css └── index.html ├── madhav ├── .gitignore ├── app.js ├── img │ ├── blog1.jpg │ ├── blog2.jpg │ ├── blog3.jpg │ ├── hero.png │ ├── port1.jpg │ ├── port2.jpg │ ├── port3.jpg │ ├── port4.jpg │ ├── port5.jpg │ ├── port6.jpg │ └── port7.jpg ├── index.html └── styles │ ├── _media.scss │ ├── styles.css │ ├── styles.css.map │ └── styles.scss ├── new-portfolio ├── index.html ├── maaz.png ├── main.js ├── menu.js └── styles.css ├── port.html ├── rittik.html ├── script.js ├── skills.html └── style.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/.DS_Store -------------------------------------------------------------------------------- /.hintrc: -------------------------------------------------------------------------------- 1 | { 2 | "extends": [ 3 | "development" 4 | ], 5 | "hints": { 6 | "axe/name-role-value": [ 7 | "default", 8 | { 9 | "button-name": "off", 10 | "link-name": "off" 11 | } 12 | ], 13 | "disown-opener": "off", 14 | "compat-api/css": [ 15 | "default", 16 | { 17 | "ignore": [ 18 | "scroll-behavior" 19 | ] 20 | } 21 | ] 22 | }, 23 | "browserslist": [ 24 | "defaults", 25 | "not ie 11", 26 | "not and_ff <= 105", 27 | "not firefox <= 105" 28 | ] 29 | } -------------------------------------------------------------------------------- /AILA SHREYAS/formValidate.js: -------------------------------------------------------------------------------- 1 | document.getElementById('form-submit').addEventListener('click', function(){ 2 | let name = document.getElementById('exampleInputName').value; 3 | let email = document.getElementById('exampleInputEmail1').value; 4 | let message = document.getElementById('messageTextarea').value; 5 | 6 | document.getElementById('name-error').innerText = ''; 7 | document.getElementById('email-error').innerText = ''; 8 | 9 | if(name == '') { 10 | document.getElementById('name-error').innerText = 'Name is required'; 11 | } else if(email == '') { 12 | document.getElementById('email-error').innerText = 'E-mail is required'; 13 | } else { 14 | alert("Form Submitted") 15 | } 16 | }); -------------------------------------------------------------------------------- /AILA SHREYAS/shreyas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/AILA SHREYAS/shreyas.png -------------------------------------------------------------------------------- /ASHISH/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "xomoy", 3 | "version": "0.1.0", 4 | "private": true, 5 | "dependencies": { 6 | "@testing-library/jest-dom": "^5.16.5", 7 | "@testing-library/react": "^13.4.0", 8 | "@testing-library/user-event": "^13.5.0", 9 | "react": "^18.2.0", 10 | "react-dom": "^18.2.0", 11 | "react-icons": "^4.4.0", 12 | "react-scripts": "5.0.1", 13 | "web-vitals": "^2.1.4" 14 | }, 15 | "scripts": { 16 | "start": "react-scripts start", 17 | "build": "react-scripts build", 18 | "test": "react-scripts test", 19 | "eject": "react-scripts eject" 20 | }, 21 | "eslintConfig": { 22 | "extends": [ 23 | "react-app", 24 | "react-app/jest" 25 | ] 26 | }, 27 | "browserslist": { 28 | "production": [ 29 | ">0.2%", 30 | "not dead", 31 | "not op_mini all" 32 | ], 33 | "development": [ 34 | "last 1 chrome version", 35 | "last 1 firefox version", 36 | "last 1 safari version" 37 | ] 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /ASHISH/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/ASHISH/public/favicon.ico -------------------------------------------------------------------------------- /ASHISH/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/ASHISH/public/logo192.png -------------------------------------------------------------------------------- /ASHISH/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/ASHISH/public/logo512.png -------------------------------------------------------------------------------- /ASHISH/public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | }, 10 | { 11 | "src": "logo192.png", 12 | "type": "image/png", 13 | "sizes": "192x192" 14 | }, 15 | { 16 | "src": "logo512.png", 17 | "type": "image/png", 18 | "sizes": "512x512" 19 | } 20 | ], 21 | "start_url": ".", 22 | "display": "standalone", 23 | "theme_color": "#000000", 24 | "background_color": "#ffffff" 25 | } 26 | -------------------------------------------------------------------------------- /ASHISH/public/robots.txt: -------------------------------------------------------------------------------- 1 | # https://www.robotstxt.org/robotstxt.html 2 | User-agent: * 3 | Disallow: 4 | -------------------------------------------------------------------------------- /ASHISH/src/components/recoCard.js: -------------------------------------------------------------------------------- 1 | 2 | const RG = ({data}) => { 3 | return ( 4 |
{data.mp3_duration} min
10 |
11 |
{data.mp3_artist}
19 |{data.category_name}
20 | 23 |