├── .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 |
5 | thumb 6 |
7 |

{data.artist_name}

8 |
9 |
10 | ) 11 | } 12 | 13 | export default RG; -------------------------------------------------------------------------------- /ASHISH/src/components/songCard.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { AiOutlineEye } from "react-icons/ai"; 3 | 4 | const SG = ({data}) => { 5 | return ( 6 |
7 | thumb 8 |
9 |

{data.mp3_duration} min

10 |

11 | 12 |   13 | {data.total_views} 14 |

15 |
16 |
17 |

{data.mp3_title}

18 |

{data.mp3_artist}

19 |

{data.category_name}

20 | 23 |
24 |
25 | ) 26 | } 27 | 28 | export default SG; -------------------------------------------------------------------------------- /ASHISH/src/index.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ReactDOM from 'react-dom/client'; 3 | import './sass-css/index.css'; 4 | import App from './App'; 5 | 6 | const root = ReactDOM.createRoot(document.getElementById('root')); 7 | root.render( 8 | <> 9 | 10 | 11 | ); 12 | -------------------------------------------------------------------------------- /Aiman_Aisa/img/aisha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/aisha.jpg -------------------------------------------------------------------------------- /Aiman_Aisa/img/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/bg1.jpg -------------------------------------------------------------------------------- /Aiman_Aisa/img/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/git.png -------------------------------------------------------------------------------- /Aiman_Aisa/img/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/gmail.png -------------------------------------------------------------------------------- /Aiman_Aisa/img/insta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/insta.png -------------------------------------------------------------------------------- /Aiman_Aisa/img/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/linkedin.png -------------------------------------------------------------------------------- /Aiman_Aisa/img/pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/pop.png -------------------------------------------------------------------------------- /Aiman_Aisa/img/twit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aiman_Aisa/img/twit.png -------------------------------------------------------------------------------- /Alvin_Alex/images/big-cinema.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Alvin_Alex/images/big-cinema.jpeg -------------------------------------------------------------------------------- /Alvin_Alex/images/blue-star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Alvin_Alex/images/classbot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Alvin_Alex/images/classbot.PNG -------------------------------------------------------------------------------- /Alvin_Alex/images/file-automater.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Alvin_Alex/images/file-automater.PNG -------------------------------------------------------------------------------- /Alvin_Alex/images/hackKnight.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Alvin_Alex/images/hackKnight.PNG -------------------------------------------------------------------------------- /Alvin_Alex/images/quiz-website.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Alvin_Alex/images/quiz-website.PNG -------------------------------------------------------------------------------- /Alvin_Alex/images/white-star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Alvin_Alex/script.js: -------------------------------------------------------------------------------- 1 | let about = ["Hey there! I am a professional Web Developer", "I am capable of working with Linux environment", "An AI and ML enthusiast", "Interested in learning new tech stacks", "Enjoys working with a team !"]; 2 | let i = 0; 3 | 4 | setInterval(function () { 5 | $(".about-content").text(about[i]); 6 | i = (i+1)%(about.length); 7 | }, 4000) 8 | -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/android-icon-192x192.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-114x114.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-120x120.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-144x144.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-152x152.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-180x180.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-57x57.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-60x60.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-72x72.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/apple-icon-76x76.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aman Kumar/assets/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /Aman Kumar/assets/favicon/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "App", 3 | "icons": [ 4 | { 5 | "src": "\/android-icon-36x36.png", 6 | "sizes": "36x36", 7 | "type": "image\/png", 8 | "density": "0.75" 9 | }, 10 | { 11 | "src": "\/android-icon-48x48.png", 12 | "sizes": "48x48", 13 | "type": "image\/png", 14 | "density": "1.0" 15 | }, 16 | { 17 | "src": "\/android-icon-72x72.png", 18 | "sizes": "72x72", 19 | "type": "image\/png", 20 | "density": "1.5" 21 | }, 22 | { 23 | "src": "\/android-icon-96x96.png", 24 | "sizes": "96x96", 25 | "type": "image\/png", 26 | "density": "2.0" 27 | }, 28 | { 29 | "src": "\/android-icon-144x144.png", 30 | "sizes": "144x144", 31 | "type": "image\/png", 32 | "density": "3.0" 33 | }, 34 | { 35 | "src": "\/android-icon-192x192.png", 36 | "sizes": "192x192", 37 | "type": "image\/png", 38 | "density": "4.0" 39 | } 40 | ] 41 | } -------------------------------------------------------------------------------- /Aman Maurya/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 |
17 | 18 |

Aman Maurya

19 |

Web developer / Competetive Programmer

20 |

B.tech C.S.E. 3rd year

21 | 22 | 23 | 24 | 25 |
26 |
27 |
28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Ambar Kansal/Capture.jpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Ambar Kansal/Capture.jpg.jpg -------------------------------------------------------------------------------- /Anant_Singh/animation.js: -------------------------------------------------------------------------------- 1 | gsap.registerPlugin(ScrollTrigger); 2 | // REVEAL // 3 | gsap.utils.toArray(".about").forEach(function (elem) { 4 | ScrollTrigger.create({ 5 | trigger: elem, 6 | start: "top 80%", 7 | end: "bottom 20%", 8 | markers: true, 9 | onEnter: function () { 10 | gsap.fromTo( 11 | elem, 12 | { y: 100, autoAlpha: 0 }, 13 | { 14 | duration: 1.25, 15 | y: 0, 16 | autoAlpha: 1, 17 | ease: "back", 18 | overwrite: "auto" 19 | } 20 | ); 21 | }, 22 | onLeave: function () { 23 | gsap.fromTo(elem, { autoAlpha: 1 }, { autoAlpha: 0, overwrite: "auto" }); 24 | }, 25 | onEnterBack: function () { 26 | gsap.fromTo( 27 | elem, 28 | { y: -100, autoAlpha: 0 }, 29 | { 30 | duration: 1.25, 31 | y: 0, 32 | autoAlpha: 1, 33 | ease: "back", 34 | overwrite: "auto" 35 | } 36 | ); 37 | }, 38 | onLeaveBack: function () { 39 | gsap.fromTo(elem, { autoAlpha: 1 }, { autoAlpha: 0, overwrite: "auto" }); 40 | } 41 | }); 42 | }); -------------------------------------------------------------------------------- /Anant_Singh/app.js: -------------------------------------------------------------------------------- 1 | //Movement animation to happen 2 | const card = document.querySelector('.card'); 3 | const container = document.querySelector('.containercard'); 4 | 5 | 6 | 7 | 8 | container.addEventListener('mousemove', (e) => { 9 | // console.log(e.pageX, e.pageY);//will give the position 10 | let xAxis = (window.innerWidth / 2 - e.pageX) / 25;//whole width of the monitor 11 | let yAxis = (window.innerHeight / 2 - e.pageY) / 25;//whole width of the monitor 12 | card.style.transform = `rotateY(${xAxis}deg) rotateX(${yAxis}deg)`; 13 | }); 14 | //Animate In 15 | container.addEventListener('mouseenter', e => { 16 | card.style.transition = 'none'; 17 | // //Popout Effect 18 | // title.style.transform = 'translateZ(150px)'; 19 | }) 20 | 21 | //Animate Out 22 | container.addEventListener('mouseleave', e => { 23 | card.style.transition = 'all 0.5s ease'; 24 | card.style.transform = 'rotateY(0deg) rotateX(0deg)'; 25 | // //popback 26 | // title.style.transform = 'translateZ(0px)'; 27 | 28 | }) 29 | -------------------------------------------------------------------------------- /Anant_Singh/img/PF2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anant_Singh/img/PF2.png -------------------------------------------------------------------------------- /Anant_Singh/img/Photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anant_Singh/img/Photo.png -------------------------------------------------------------------------------- /Anushka Mandal/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/.DS_Store -------------------------------------------------------------------------------- /Anushka Mandal/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/favicon.ico -------------------------------------------------------------------------------- /Anushka Mandal/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/.DS_Store -------------------------------------------------------------------------------- /Anushka Mandal/images/angela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/angela.png -------------------------------------------------------------------------------- /Anushka Mandal/images/chillies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/chillies.png -------------------------------------------------------------------------------- /Anushka Mandal/images/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/cloud.png -------------------------------------------------------------------------------- /Anushka Mandal/images/coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/coding.png -------------------------------------------------------------------------------- /Anushka Mandal/images/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/computer.png -------------------------------------------------------------------------------- /Anushka Mandal/images/mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/mountain.png -------------------------------------------------------------------------------- /Anushka Mandal/images/photography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/photography.png -------------------------------------------------------------------------------- /Anushka Mandal/images/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Anushka Mandal/images/profile.png -------------------------------------------------------------------------------- /Anushka Singh/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Personal Portfolio Website 6 | 7 | 8 | 9 | 10 | 11 |
12 | 24 | 25 |
26 | Freelance Web Developer 27 |

Hello, I’m Anushka Singh

28 |

I’m working on a professional, visually sophisticated and technologically proficient, responsive, UX designing portfolio.

29 | Download CV 30 |
31 |
32 | 33 | 34 | -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/apple-touch-icon.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/arnav1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/arnav1.jpeg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/arnav2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/arnav2.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/favicon.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/Screenshot 2022-10-16 at 8.20.41 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/Screenshot 2022-10-16 at 8.20.41 PM.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/WhatsApp Image 2022-10-16 at 8.13.29 PM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/WhatsApp Image 2022-10-16 at 8.13.29 PM.jpeg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/abstract-coming-soon-halftone-style-background-design_1017-27282.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/abstract-coming-soon-halftone-style-background-design_1017-27282.webp -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/g1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/g1.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/g2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/g2.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/logo.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/portfolio/web1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/portfolio/web1.png -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/testimonials/testimonials-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/testimonials/testimonials-1.jpg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/testimonials/testimonials-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/testimonials/testimonials-2.jpg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/testimonials/testimonials-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/testimonials/testimonials-3.jpg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/testimonials/testimonials-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/testimonials/testimonials-4.jpg -------------------------------------------------------------------------------- /Arnav Gupta/assets/img/testimonials/testimonials-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/img/testimonials/testimonials-5.jpg -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/boxicons/css/transformations.css: -------------------------------------------------------------------------------- 1 | .bx-rotate-90 2 | { 3 | transform: rotate(90deg); 4 | 5 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; 6 | } 7 | .bx-rotate-180 8 | { 9 | transform: rotate(180deg); 10 | 11 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; 12 | } 13 | .bx-rotate-270 14 | { 15 | transform: rotate(270deg); 16 | 17 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; 18 | } 19 | .bx-flip-horizontal 20 | { 21 | transform: scaleX(-1); 22 | 23 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; 24 | } 25 | .bx-flip-vertical 26 | { 27 | transform: scaleY(-1); 28 | 29 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; 30 | } 31 | -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.eot -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.ttf -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.woff -------------------------------------------------------------------------------- /Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Arnav Gupta/assets/vendor/boxicons/fonts/boxicons.woff2 -------------------------------------------------------------------------------- /Aryan_Garg/README.md: -------------------------------------------------------------------------------- 1 | # Portfolio 2 | My Portfolio Created with Html,Css, Bootstrap and Tailwind css with small amount of graphics skills. 3 | 4 | Visit My Dummy Portfolio Website At -> 5 | 6 | https://code08-ind.github.io/Portfolio/ 7 | -------------------------------------------------------------------------------- /Aryan_Garg/back23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Garg/back23.jpg -------------------------------------------------------------------------------- /Aryan_Garg/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Garg/color.png -------------------------------------------------------------------------------- /Aryan_Garg/dal.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Garg/dal.jpeg -------------------------------------------------------------------------------- /Aryan_Garg/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Garg/python.png -------------------------------------------------------------------------------- /Aryan_Sharma/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/.DS_Store -------------------------------------------------------------------------------- /Aryan_Sharma/README.md: -------------------------------------------------------------------------------- 1 | # Portfolio-Site 2 | 3 | https://tender-tereshkova-7c23d5.netlify.app/ 4 | -------------------------------------------------------------------------------- /Aryan_Sharma/game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/game.png -------------------------------------------------------------------------------- /Aryan_Sharma/goku-rb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/goku-rb.png -------------------------------------------------------------------------------- /Aryan_Sharma/goku.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/goku.jpeg -------------------------------------------------------------------------------- /Aryan_Sharma/prog_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/prog_clipart.png -------------------------------------------------------------------------------- /Aryan_Sharma/vid_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Aryan_Sharma/vid_edit.png -------------------------------------------------------------------------------- /Athul Joy/CNAME: -------------------------------------------------------------------------------- 1 | Athul Joy 2 | -------------------------------------------------------------------------------- /Athul Joy/README.md: -------------------------------------------------------------------------------- 1 | This is a starter template for [Learn Next.js](https://nextjs.org/learn). -------------------------------------------------------------------------------- /Athul Joy/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "learn-starter", 3 | "version": "0.1.0", 4 | "private": true, 5 | "scripts": { 6 | "dev": "next dev", 7 | "build": "next build", 8 | "start": "next start" 9 | }, 10 | "dependencies": { 11 | "next": "^10.2.0", 12 | "react": "17.0.1", 13 | "react-dom": "17.0.1" 14 | }, 15 | "devDependencies": { 16 | "autoprefixer": "^10.2.5", 17 | "postcss": "^8.2.15", 18 | "tailwindcss": "^2.1.2" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Athul Joy/postcss.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | plugins: { 3 | tailwindcss: {}, 4 | autoprefixer: {}, 5 | }, 6 | } 7 | -------------------------------------------------------------------------------- /Athul Joy/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Athul Joy/public/favicon.ico -------------------------------------------------------------------------------- /Athul Joy/public/vercel.svg: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /Athul Joy/tailwind.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], 3 | darkMode: false, // or 'media' or 'class' 4 | theme: { 5 | extend: {} 6 | }, 7 | variants: { 8 | extend: {} 9 | }, 10 | plugins: [] 11 | } 12 | -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/css/images/intro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/css/noscript.css: -------------------------------------------------------------------------------- 1 | /* 2 | Hyperspace by HTML5 UP 3 | html5up.net | @ajlkn 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | /* Spotlights */ 8 | 9 | .spotlights > section > .image:before { 10 | opacity: 0 !important; 11 | } 12 | 13 | .spotlights > section > .content > .inner { 14 | -moz-transform: none !important; 15 | -webkit-transform: none !important; 16 | -ms-transform: none !important; 17 | transform: none !important; 18 | opacity: 1 !important; 19 | } 20 | 21 | /* Wrapper */ 22 | 23 | .wrapper > .inner { 24 | opacity: 1 !important; 25 | -moz-transform: none !important; 26 | -webkit-transform: none !important; 27 | -ms-transform: none !important; 28 | transform: none !important; 29 | } 30 | 31 | /* Sidebar */ 32 | 33 | #sidebar > .inner { 34 | opacity: 1 !important; 35 | } 36 | 37 | #sidebar nav > ul > li { 38 | -moz-transform: none !important; 39 | -webkit-transform: none !important; 40 | -ms-transform: none !important; 41 | transform: none !important; 42 | opacity: 1 !important; 43 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/js/jquery.scrolly.min.js: -------------------------------------------------------------------------------- 1 | /* jquery.scrolly v1.0.0-dev | (c) @ajlkn | MIT licensed */ 2 | (function(e){function u(s,o){var u,a,f;if((u=e(s))[t]==0)return n;a=u[i]()[r];switch(o.anchor){case"middle":f=a-(e(window).height()-u.outerHeight())/2;break;default:case r:f=Math.max(a,0)}return typeof o[i]=="function"?f-=o[i]():f-=o[i],f}var t="length",n=null,r="top",i="offset",s="click.scrolly",o=e(window);e.fn.scrolly=function(i){var o,a,f,l,c=e(this);if(this[t]==0)return c;if(this[t]>1){for(o=0;o=320px. 20 | @include breakpoint('<=xsmall') { 21 | html, body { 22 | min-width: 320px; 23 | } 24 | } 25 | 26 | // Set box model to border-box. 27 | // Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice 28 | html { 29 | box-sizing: border-box; 30 | } 31 | 32 | *, *:before, *:after { 33 | box-sizing: inherit; 34 | } 35 | 36 | body { 37 | background: _palette(bg); 38 | 39 | // Stops initial animations until page loads. 40 | &.is-preload { 41 | *, *:before, *:after { 42 | @include vendor('animation', 'none !important'); 43 | @include vendor('transition', 'none !important'); 44 | } 45 | } 46 | 47 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_box.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Box */ 8 | 9 | .box { 10 | border-radius: _size(border-radius); 11 | border: solid _size(border-width) _palette(border); 12 | margin-bottom: _size(element-margin); 13 | padding: 1.5em; 14 | 15 | > :last-child, 16 | > :last-child > :last-child, 17 | > :last-child > :last-child > :last-child { 18 | margin-bottom: 0; 19 | } 20 | 21 | &.alt { 22 | border: 0; 23 | border-radius: 0; 24 | padding: 0; 25 | } 26 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_contact.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Contact */ 8 | 9 | ul.contact { 10 | list-style: none; 11 | padding: 0; 12 | 13 | > li { 14 | padding: 0; 15 | margin: 1.5em 0 0 0; 16 | 17 | &:first-child { 18 | margin-top: 0; 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_icon.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Icon */ 8 | 9 | .icon { 10 | @include icon; 11 | border-bottom: none; 12 | position: relative; 13 | 14 | > .label { 15 | display: none; 16 | } 17 | 18 | &:before { 19 | line-height: inherit; 20 | } 21 | 22 | &.solid { 23 | &:before { 24 | font-weight: 900; 25 | } 26 | } 27 | 28 | &.brands { 29 | &:before { 30 | font-family: 'Font Awesome 5 Brands'; 31 | } 32 | } 33 | 34 | &.major { 35 | width: 2.5em; 36 | height: 2.5em; 37 | display: block; 38 | background: _palette(fg-bold); 39 | border-radius: 100%; 40 | color: _palette(bg); 41 | text-align: center; 42 | line-height: 2.5em; 43 | margin: 0 0 (_size(element-margin) * 0.65) 0; 44 | 45 | &:before { 46 | font-size: 1.25em; 47 | 48 | .wrapper.style1 & { 49 | color: _palette(accent1); 50 | } 51 | 52 | .wrapper.style1-alt & { 53 | color: _palette(accent1-alt); 54 | } 55 | 56 | .wrapper.style2 & { 57 | color: _palette(accent2); 58 | } 59 | 60 | .wrapper.style2-alt & { 61 | color: _palette(accent2-alt); 62 | } 63 | 64 | .wrapper.style3 & { 65 | color: _palette(accent3); 66 | } 67 | 68 | .wrapper.style3-alt & { 69 | color: _palette(accent3-alt); 70 | } 71 | } 72 | } 73 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_icons.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Icons */ 8 | 9 | ul.icons { 10 | cursor: default; 11 | list-style: none; 12 | padding-left: 0; 13 | 14 | li { 15 | display: inline-block; 16 | padding: 0 0.75em 0 0; 17 | 18 | &:last-child { 19 | padding-right: 0; 20 | } 21 | 22 | > a, > span { 23 | border: 0; 24 | 25 | .label { 26 | display: none; 27 | } 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_image.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Image */ 8 | 9 | .image { 10 | border-radius: _size(border-radius); 11 | border: 0; 12 | display: inline-block; 13 | position: relative; 14 | 15 | img { 16 | border-radius: _size(border-radius); 17 | display: block; 18 | } 19 | 20 | &.left, 21 | &.right { 22 | max-width: 40%; 23 | 24 | img { 25 | width: 100%; 26 | } 27 | } 28 | 29 | &.left { 30 | float: left; 31 | margin: 0 1.5em 1em 0; 32 | top: 0.25em; 33 | } 34 | 35 | &.right { 36 | float: right; 37 | margin: 0 0 1em 1.5em; 38 | top: 0.25em; 39 | } 40 | 41 | &.fit { 42 | display: block; 43 | margin: 0 0 _size(element-margin) 0; 44 | width: 100%; 45 | 46 | img { 47 | width: 100%; 48 | } 49 | } 50 | 51 | &.main { 52 | display: block; 53 | margin: 0 0 (_size(element-margin) * 1.5) 0; 54 | width: 100%; 55 | 56 | img { 57 | width: 100%; 58 | } 59 | } 60 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_list.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* List */ 8 | 9 | ol { 10 | list-style: decimal; 11 | margin: 0 0 _size(element-margin) 0; 12 | padding-left: 1.25em; 13 | 14 | li { 15 | padding-left: 0.25em; 16 | } 17 | } 18 | 19 | ul { 20 | list-style: disc; 21 | margin: 0 0 _size(element-margin) 0; 22 | padding-left: 1em; 23 | 24 | li { 25 | padding-left: 0.5em; 26 | } 27 | 28 | &.alt { 29 | list-style: none; 30 | padding-left: 0; 31 | 32 | li { 33 | border-top: solid _size(border-width) _palette(border); 34 | padding: 0.5em 0; 35 | 36 | &:first-child { 37 | border-top: 0; 38 | padding-top: 0; 39 | } 40 | } 41 | } 42 | } 43 | 44 | dl { 45 | margin: 0 0 _size(element-margin) 0; 46 | 47 | dt { 48 | display: block; 49 | font-weight: _font(weight-bold); 50 | margin: 0 0 (_size(element-margin) * 0.5) 0; 51 | } 52 | 53 | dd { 54 | margin-left: _size(element-margin); 55 | } 56 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_menu.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Menu */ 8 | 9 | ul.menu { 10 | list-style: none; 11 | padding: 0; 12 | 13 | > li { 14 | border-left: solid 1px _palette(border); 15 | display: inline-block; 16 | line-height: 1; 17 | margin-left: 1.5em; 18 | padding: 0 0 0 1.5em; 19 | 20 | &:first-child { 21 | border-left: 0; 22 | margin: 0; 23 | padding-left: 0; 24 | } 25 | } 26 | 27 | @include breakpoint('<=xsmall') { 28 | > li { 29 | border-left: 0; 30 | display: block; 31 | line-height: inherit; 32 | margin: 0.5em 0 0 0; 33 | padding-left: 0; 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_row.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Row */ 8 | 9 | .row { 10 | @include html-grid(1.5em); 11 | 12 | @include breakpoint('<=xlarge') { 13 | @include html-grid(1.5em, 'xlarge'); 14 | } 15 | 16 | @include breakpoint('<=large') { 17 | @include html-grid(1.5em, 'large'); 18 | } 19 | 20 | @include breakpoint('<=medium') { 21 | @include html-grid(1.5em, 'medium'); 22 | } 23 | 24 | @include breakpoint('<=small') { 25 | @include html-grid(1.5em, 'small'); 26 | } 27 | 28 | @include breakpoint('<=xsmall') { 29 | @include html-grid(1.5em, 'xsmall'); 30 | } 31 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/components/_section.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Section/Article */ 8 | 9 | section, article { 10 | &.special { 11 | text-align: center; 12 | } 13 | } 14 | 15 | header { 16 | p { 17 | color: _palette(fg-light); 18 | position: relative; 19 | margin: 0 0 (_size(element-margin) * 0.75) 0; 20 | } 21 | 22 | h2 + p { 23 | font-size: 1.25em; 24 | margin-top: (_size(element-margin) * -0.5); 25 | line-height: 1.5em; 26 | } 27 | 28 | h3 + p { 29 | font-size: 1.1em; 30 | margin-top: (_size(element-margin) * -0.4); 31 | line-height: 1.5em; 32 | } 33 | 34 | h4 + p, 35 | h5 + p, 36 | h6 + p { 37 | font-size: 0.9em; 38 | margin-top: (_size(element-margin) * -0.3); 39 | line-height: 1.5em; 40 | } 41 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/layout/_footer.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Footer */ 8 | 9 | #footer { 10 | #sidebar + #wrapper + & { 11 | margin-left: _size(sidebar-width); 12 | 13 | @include breakpoint('<=large') { 14 | margin-left: 0; 15 | } 16 | } 17 | 18 | > .inner { 19 | a { 20 | border-bottom-color: _palette(border); 21 | 22 | &:hover { 23 | border-bottom-color: transparent; 24 | } 25 | } 26 | 27 | .menu { 28 | font-size: 0.8em; 29 | color: _palette(border); 30 | } 31 | } 32 | 33 | #header + #wrapper + & { 34 | > .inner { 35 | margin: 0 auto; 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/layout/_intro.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Intro */ 8 | 9 | #intro { 10 | background-attachment: fixed; 11 | background-image: url('images/intro.svg'); 12 | background-position: top right; 13 | background-repeat: no-repeat; 14 | background-size: 100% 100%; 15 | 16 | p { 17 | font-size: 1.25em; 18 | 19 | @include breakpoint('<=medium') { 20 | br { 21 | display: none; 22 | } 23 | } 24 | 25 | @include breakpoint('<=small') { 26 | font-size: 1em; 27 | } 28 | } 29 | 30 | @include breakpoint('<=large') { 31 | background-attachment: scroll; 32 | } 33 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/layout/_wrapper.scss: -------------------------------------------------------------------------------- 1 | /// 2 | /// Hyperspace by HTML5 UP 3 | /// html5up.net | @ajlkn 4 | /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | /// 6 | 7 | /* Wrapper (main) */ 8 | 9 | #wrapper { 10 | #sidebar + & { 11 | margin-left: _size(sidebar-width); 12 | 13 | @include breakpoint('<=large') { 14 | margin-left: 0; 15 | padding-top: _size(sidebar-height); 16 | } 17 | 18 | @include breakpoint('<=small') { 19 | padding-top: 0; 20 | } 21 | } 22 | 23 | #header + & { 24 | > .wrapper { 25 | > .inner { 26 | margin: 0 auto; 27 | } 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/libs/_vars.scss: -------------------------------------------------------------------------------- 1 | // Misc. 2 | $misc: ( 3 | z-index-base: 10000, 4 | max-features: 20, 5 | max-sidebar-links: 20 6 | ); 7 | 8 | // Duration. 9 | $duration: ( 10 | transition: 0.2s, 11 | activation: 1s 12 | ); 13 | 14 | // Size. 15 | $size: ( 16 | border-radius: 0.25em, 17 | border-width: 1px, 18 | element-height: 2.75em, 19 | element-margin: 2em, 20 | sidebar-width: 18em, 21 | sidebar-height: 3.5em, // when <=large is active 22 | inner-width: 75em 23 | ); 24 | 25 | // Font. 26 | $font: ( 27 | family: (Arial, Helvetica, sans-serif), 28 | family-fixed: ('Courier New', monospace), 29 | weight: normal, 30 | weight-bold: bold, 31 | kerning-alt: 0.25em 32 | ); 33 | 34 | // Palette. 35 | $palette: ( 36 | bg: #312450, 37 | bg-alt: darken(#312450, 5), 38 | fg: rgba(255,255,255,0.55), 39 | fg-bold: #ffffff, 40 | fg-light: rgba(255,255,255,0.35), 41 | border: rgba(255,255,255,0.15), 42 | border-bg: rgba(255,255,255,0.05), 43 | accent1: #5e42a6, 44 | accent1-alt: darken(#5e42a6, 10), 45 | accent2: #5052b5, 46 | accent2-alt: darken(#5052b5, 10), 47 | accent3: #b74e91, 48 | accent3-alt: darken(#b74e91, 10) 49 | ); -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/main.scss: -------------------------------------------------------------------------------- 1 | @import 'libs/vars'; 2 | @import 'libs/functions'; 3 | @import 'libs/mixins'; 4 | @import 'libs/vendor'; 5 | @import 'libs/breakpoints'; 6 | @import 'libs/html-grid'; 7 | @import 'fontawesome-all.min.css'; 8 | 9 | /* 10 | Hyperspace by HTML5 UP 11 | html5up.net | @ajlkn 12 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 13 | */ 14 | 15 | // Breakpoints. 16 | 17 | @include breakpoints(( 18 | xlarge: ( 1281px, 1680px ), 19 | large: ( 981px, 1280px ), 20 | medium: ( 737px, 980px ), 21 | small: ( 481px, 736px ), 22 | xsmall: ( 361px, 480px ), 23 | xxsmall: ( null, 360px ) 24 | )); 25 | 26 | // Base. 27 | 28 | @import 'base/reset'; 29 | @import 'base/page'; 30 | @import 'base/typography'; 31 | 32 | // Component. 33 | 34 | @import 'components/row'; 35 | @import 'components/box'; 36 | @import 'components/button'; 37 | @import 'components/features'; 38 | @import 'components/form'; 39 | @import 'components/icon'; 40 | @import 'components/image'; 41 | @import 'components/list'; 42 | @import 'components/actions'; 43 | @import 'components/contact'; 44 | @import 'components/icons'; 45 | @import 'components/menu'; 46 | @import 'components/section'; 47 | @import 'components/split'; 48 | @import 'components/spotlights'; 49 | @import 'components/table'; 50 | @import 'components/wrapper'; 51 | 52 | // Layout. 53 | 54 | @import 'layout/header'; 55 | @import 'layout/wrapper'; 56 | @import 'layout/footer'; 57 | @import 'layout/sidebar'; 58 | @import 'layout/intro'; -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/sass/noscript.scss: -------------------------------------------------------------------------------- 1 | @import 'libs/vars'; 2 | @import 'libs/functions'; 3 | @import 'libs/mixins'; 4 | @import 'libs/vendor'; 5 | @import 'libs/breakpoints'; 6 | @import 'libs/html-grid'; 7 | 8 | /* 9 | Hyperspace by HTML5 UP 10 | html5up.net | @ajlkn 11 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 12 | */ 13 | 14 | /* Spotlights */ 15 | 16 | .spotlights { 17 | > section { 18 | > .image { 19 | &:before { 20 | opacity: 0 !important; 21 | } 22 | } 23 | 24 | > .content { 25 | > .inner { 26 | @include vendor('transform', 'none !important'); 27 | opacity: 1 !important; 28 | } 29 | } 30 | } 31 | } 32 | 33 | /* Wrapper */ 34 | 35 | .wrapper { 36 | > .inner { 37 | opacity: 1 !important; 38 | @include vendor('transform', 'none !important'); 39 | } 40 | } 41 | 42 | /* Sidebar */ 43 | 44 | #sidebar { 45 | > .inner { 46 | opacity: 1 !important; 47 | } 48 | 49 | nav { 50 | > ul { 51 | > li { 52 | @include vendor('transform', 'none !important'); 53 | opacity: 1 !important; 54 | } 55 | } 56 | } 57 | } -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /Atreay_Kukanur/assets/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/assets/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /Atreay_Kukanur/images/pic01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/images/pic01.jpg -------------------------------------------------------------------------------- /Atreay_Kukanur/images/pic02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/images/pic02.jpg -------------------------------------------------------------------------------- /Atreay_Kukanur/images/pic03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Atreay_Kukanur/images/pic03.jpg -------------------------------------------------------------------------------- /Ayushi Chouhan/contact_me.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Contact Me 8 | 9 | 10 |

My Contact Details

11 |

My fictional Address

12 |

Phone no.

13 |

ayushichouhan2003@gmail.com

14 |

www.linkedin.com/in/ayushi-c-074758221

15 |
16 |
17 | 18 | 19 |
20 |
21 | 22 | 23 |
24 |
25 | 26 |
27 | 28 |

29 | 30 |
31 | 32 | -------------------------------------------------------------------------------- /Ayushi Chouhan/pic-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Ayushi Chouhan/pic-modified.png -------------------------------------------------------------------------------- /BSinhacodes/README.txt: -------------------------------------------------------------------------------- 1 | 2 | TITLE: 3 | Roxy - Bootstrap 4 template built by GetTemplates.co 4 | 5 | AUTHOR: 6 | DESIGNED & DEVELOPED by GetTemplates.co and FreeHTML5.co 7 | 8 | Websites: https://gettemplates.co https://freehtml5.co/ 9 | 10 | 11 | CREDITS: 12 | 13 | Bootstrap 14 | http://getbootstrap.com/ 15 | 16 | jQuery 17 | http://jquery.com/ 18 | 19 | OwlCarousel 20 | https://owlcarousel2.github.io/OwlCarousel2/ 21 | 22 | Isotope 23 | https://isotope.metafizzy.co 24 | 25 | Select2 26 | https://select2.org 27 | 28 | Stellar 29 | http://markdalgleish.com/projects/stellar.js/ 30 | 31 | Lightcase 32 | https://cornel.bopp-art.com/lightcase/ 33 | 34 | Demo Images: 35 | http://unsplash.com 36 | 37 | -------------------------------------------------------------------------------- /BSinhacodes/img/aayush.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/aayush.jfif -------------------------------------------------------------------------------- /BSinhacodes/img/app-profile-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/app-profile-mockup.png -------------------------------------------------------------------------------- /BSinhacodes/img/ayushp.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/ayushp.jfif -------------------------------------------------------------------------------- /BSinhacodes/img/bg-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/bg-white.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/bg.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/blog-1.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/blog-2.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/blog-3.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/blog-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/blog-4.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/client.png -------------------------------------------------------------------------------- /BSinhacodes/img/designing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/designing.png -------------------------------------------------------------------------------- /BSinhacodes/img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/favicon-32x32.png -------------------------------------------------------------------------------- /BSinhacodes/img/hiking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/hiking.png -------------------------------------------------------------------------------- /BSinhacodes/img/icons/animat-checkmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/icons/animat-checkmark.gif -------------------------------------------------------------------------------- /BSinhacodes/img/icons/animat-customize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/icons/animat-customize.gif -------------------------------------------------------------------------------- /BSinhacodes/img/icons/animat-responsive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/icons/animat-responsive.gif -------------------------------------------------------------------------------- /BSinhacodes/img/obj_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/obj_triangle.png -------------------------------------------------------------------------------- /BSinhacodes/img/photo-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-1.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photo-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-2.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photo-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-4.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photo-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-6.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photo-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-7.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photo-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photo-9.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/photography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/photography.png -------------------------------------------------------------------------------- /BSinhacodes/img/pic1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic1.webp -------------------------------------------------------------------------------- /BSinhacodes/img/pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic2.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic3.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic4.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/pic5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic5.webp -------------------------------------------------------------------------------- /BSinhacodes/img/pic6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/pic6.webp -------------------------------------------------------------------------------- /BSinhacodes/img/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/profile.png -------------------------------------------------------------------------------- /BSinhacodes/img/profile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/profile1.png -------------------------------------------------------------------------------- /BSinhacodes/img/satyaki.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/satyaki.jfif -------------------------------------------------------------------------------- /BSinhacodes/img/testi-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/testi-1.jpg -------------------------------------------------------------------------------- /BSinhacodes/img/webdev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/BSinhacodes/img/webdev.png -------------------------------------------------------------------------------- /Bhaitabahi/img/KPR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhaitabahi/img/KPR.jpg -------------------------------------------------------------------------------- /Bhaitabahi/js/main.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | // Dropdown on mouse hover 5 | $(document).ready(function () { 6 | function toggleNavbarMethod() { 7 | if ($(window).width() > 992) { 8 | $('.navbar .dropdown').on('mouseover', function () { 9 | $('.dropdown-toggle', this).trigger('click'); 10 | }).on('mouseout', function () { 11 | $('.dropdown-toggle', this).trigger('click').blur(); 12 | }); 13 | } else { 14 | $('.navbar .dropdown').off('mouseover').off('mouseout'); 15 | } 16 | } 17 | toggleNavbarMethod(); 18 | $(window).resize(toggleNavbarMethod); 19 | }); 20 | 21 | 22 | // Skills 23 | $('.skills').waypoint(function () { 24 | $('.progress .progress-bar').each(function () { 25 | $(this).css("width", $(this).attr("aria-valuenow") + '%'); 26 | }); 27 | }, {offset: '80%'}); 28 | 29 | 30 | // Back to top button 31 | $(window).scroll(function () { 32 | if ($(this).scrollTop() > 100) { 33 | $('.back-to-top').fadeIn('slow'); 34 | } else { 35 | $('.back-to-top').fadeOut('slow'); 36 | } 37 | }); 38 | $('.back-to-top').click(function () { 39 | $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); 40 | return false; 41 | }); 42 | })(jQuery); 43 | 44 | -------------------------------------------------------------------------------- /Bhavini_Singh/css/utilities.css: -------------------------------------------------------------------------------- 1 | .flex{ 2 | display : flex; 3 | } 4 | 5 | .items-center{ 6 | align-items: center; 7 | } 8 | 9 | .justify-between{ 10 | justify-content: space-between; 11 | } 12 | .btn{ 13 | padding:0.8rem 3rem; 14 | font-size:1rem; 15 | font-weight:600 ; 16 | border:2px solid transparent; 17 | outline:none; 18 | cursor:pointer; 19 | text-transform:uppercase; 20 | transition:all .3s ease; 21 | } 22 | .btn-primary{ 23 | background: var(--primary); 24 | color:var(--secondary); 25 | } 26 | .btn-primary:hover{ 27 | background: transparent; 28 | border-color:var(--primary); 29 | color:var(--primary); 30 | } 31 | 32 | .btn-secondary{ 33 | background:transparent; 34 | color:var(--primary); 35 | border-color: var(--primary); 36 | border-radius: 2rem; 37 | } 38 | .btn-secondary:hover{ 39 | background: var(--primary); 40 | color:var(--dark); 41 | } 42 | 43 | .flex-1{ 44 | flex:1; 45 | } 46 | .justify-centre{ 47 | justify-content:center; 48 | } 49 | -------------------------------------------------------------------------------- /Bhavini_Singh/images/-Website-Background-Web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/-Website-Background-Web.jpg -------------------------------------------------------------------------------- /Bhavini_Singh/images/abt2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/abt2.jpg -------------------------------------------------------------------------------- /Bhavini_Singh/images/back.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/back.jpeg -------------------------------------------------------------------------------- /Bhavini_Singh/images/background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/background2.jpg -------------------------------------------------------------------------------- /Bhavini_Singh/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/close.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/coding.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/curriculum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/curriculum.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/desktop.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/dialog.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/down.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/down.jpeg -------------------------------------------------------------------------------- /Bhavini_Singh/images/download.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/download.jpeg -------------------------------------------------------------------------------- /Bhavini_Singh/images/elegant-man-saluting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/elegant-man-saluting.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/email.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/facebook-circular-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/facebook-circular-logo.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/instagram.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/lastry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/lastry.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/linkedin.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/logo website.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/logo website.jpg -------------------------------------------------------------------------------- /Bhavini_Singh/images/menu-of-three-lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/menu-of-three-lines.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/menu.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/paint-brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/paint-brush.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/plain-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/plain-square.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/programming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/programming.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/try.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/try.png -------------------------------------------------------------------------------- /Bhavini_Singh/images/unnamed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/unnamed.jpg -------------------------------------------------------------------------------- /Bhavini_Singh/images/website background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Bhavini_Singh/images/website background.png -------------------------------------------------------------------------------- /Bhavini_Singh/js/app.js: -------------------------------------------------------------------------------- 1 | const selectElement = (s) => document.querySelector(s); 2 | const navLinks = document.querySelectorAll(".nav-link"); 3 | 4 | selectElement(".menu-icon").addEventListener("click", () => { 5 | selectElement(".nav-list").classList.toggle("active"); 6 | selectElement(".menu-icon").classList.toggle("toggle") 7 | 8 | navLinks.forEach((link, index) => { 9 | if (link.style.animation){ 10 | link.style.animation = "" 11 | }else{ 12 | link.style.animation = `navLinkAnimate 0.5s ease forwards ${ index/7 + 0.5}s` 13 | console.log(index/7 + 0.5) 14 | } 15 | }) 16 | }); 17 | 18 | navLinks.forEach(link => { 19 | link.addEventListener("click", () => { 20 | selectElement(".nav-list").classList.toggle("active"); 21 | selectElement(".menu-icon").classList.toggle("toggle"); 22 | 23 | navLinks.forEach((link, index) => { 24 | if (link.style.animation){ 25 | link.style.animation = "" 26 | }else{ 27 | link.style.animation = `navLinkAnimate 0.5s ease forwards ${ index/7 + 0.5}s` 28 | console.log(index/7 + 0.5) 29 | } 30 | }) 31 | }) 32 | }) 33 | -------------------------------------------------------------------------------- /Daooda/.gitignore: -------------------------------------------------------------------------------- 1 | # build output 2 | dist/ 3 | 4 | # dependencies 5 | node_modules/ 6 | 7 | # logs 8 | npm-debug.log* 9 | yarn-debug.log* 10 | yarn-error.log* 11 | pnpm-debug.log* 12 | 13 | 14 | # environment variables 15 | .env 16 | .env.production 17 | 18 | # macOS-specific files 19 | .DS_Store 20 | package-lock.json 21 | -------------------------------------------------------------------------------- /Daooda/.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": ["astro-build.astro-vscode"], 3 | "unwantedRecommendations": [] 4 | } 5 | -------------------------------------------------------------------------------- /Daooda/.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.0", 3 | "configurations": [ 4 | { 5 | "command": "./node_modules/.bin/astro dev", 6 | "name": "Development server", 7 | "request": "launch", 8 | "type": "node-terminal" 9 | } 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /Daooda/README.md: -------------------------------------------------------------------------------- 1 | # Astro Starter Kit : Portfolio 2 | 3 | ```js 4 | npm create astro@latest -- --template portfolio 5 | ``` 6 | 7 | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio) 8 | 9 | > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! 10 | 11 | ![portfolio](https://user-images.githubusercontent.com/4677417/186189473-03dda103-65d3-4220-8b60-180ccaee5939.png) 12 | 13 | ## 🧞 Commands 14 | 15 | All commands are run from the root of the project, from a terminal: 16 | 17 | | Command | Action | 18 | | :--------------------- | :----------------------------------------------- | 19 | | `npm install` | Installs dependencies | 20 | | `npm run dev` | Starts local dev server at `localhost:3000` | 21 | | `npm run build` | Build your production site to `./dist/` | 22 | | `npm run preview` | Preview your build locally, before deploying | 23 | | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | 24 | | `npm run astro --help` | Get help using the Astro CLI | 25 | 26 | ## 👀 Want to learn more? 27 | 28 | Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). 29 | -------------------------------------------------------------------------------- /Daooda/astro.config.mjs: -------------------------------------------------------------------------------- 1 | import { defineConfig } from 'astro/config'; 2 | 3 | // https://astro.build/config 4 | export default defineConfig({}); 5 | -------------------------------------------------------------------------------- /Daooda/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@example/portfolio", 3 | "type": "module", 4 | "version": "0.0.1", 5 | "private": true, 6 | "scripts": { 7 | "dev": "astro dev", 8 | "start": "astro dev", 9 | "build": "astro build", 10 | "preview": "astro preview", 11 | "astro": "astro" 12 | }, 13 | "dependencies": { 14 | "astro": "^1.5.0" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Daooda/public/assets/mesh-gradient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Daooda/public/assets/mesh-gradient.jpg -------------------------------------------------------------------------------- /Daooda/public/daooda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TwoGenius/HacktoberFest2022/3a1f4e2e3f7163d395f48c262af010284e6e7ef0/Daooda/public/daooda.png -------------------------------------------------------------------------------- /Daooda/public/favicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /Daooda/src/components/Footer.astro: -------------------------------------------------------------------------------- 1 | --- 2 | const currentYear = new Date().getFullYear(); 3 | --- 4 | 5 |
6 | © {currentYear} Daouda BA 7 | 8 |
9 | 26 | -------------------------------------------------------------------------------- /Daooda/src/components/MainHead.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import '../styles/global.css'; 3 | const { 4 | title = 'Daouda BA', 5 | description = 'The personal site of Daouda BA', 6 | } = Astro.props; 7 | --- 8 | 9 | 10 | 11 | 12 | 13 | {title} 14 | 15 | 16 | 17 | 18 | 22 | -------------------------------------------------------------------------------- /Daooda/src/env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /Daooda/src/pages/404.astro: -------------------------------------------------------------------------------- 1 | --- 2 | import MainHead from '../components/MainHead.astro'; 3 | import Footer from '../components/Footer.astro'; 4 | import Nav from '../components/Nav.astro'; 5 | --- 6 | 7 | 8 | 9 | 10 | 16 | 17 | 18 |