├── blog-details1.html ├── blog-details2.html ├── blog-details3.html ├── css ├── animate.min.css ├── backToTop.css ├── bootstrap.min.css ├── flaticon_gerold.css ├── font-awesome-pro.min.css ├── light-mode.css ├── magnific-popup.css ├── main.css ├── nice-select.css ├── odometer-theme-default.css ├── owl.carousel.min.css └── responsive.css ├── fonts ├── fa-brands-400.ttf ├── fa-brands-400.woff2 ├── fa-duotone-900.ttf ├── fa-duotone-900.woff2 ├── fa-light-300.ttf ├── fa-light-300.woff2 ├── fa-regular-400.ttf ├── fa-regular-400.woff2 ├── fa-sharp-light-300.ttf ├── fa-sharp-light-300.woff2 ├── fa-sharp-regular-400.ttf ├── fa-sharp-regular-400.woff2 ├── fa-sharp-solid-900.ttf ├── fa-sharp-solid-900.woff2 ├── fa-solid-900.ttf ├── fa-solid-900.woff2 ├── fa-thin-100.ttf ├── fa-thin-100.woff2 ├── fa-v4compatibility.ttf ├── fa-v4compatibility.woff2 ├── flaticon_gerold.eot ├── flaticon_gerold.ttf ├── flaticon_gerold.woff └── flaticon_gerold.woff2 ├── images ├── 1.jpg ├── 1.png ├── 1_1.jpg ├── 1_2.jpg ├── 2.jpg ├── 2.png ├── 2_1.jpg ├── 2_2.jpg ├── 3.jpg ├── 3_1.jpg ├── 4.jpg ├── _4cb94563-2ada-4ef9-910c-28d8b3f4a2f3.jpg ├── _fa6f7882-eb60-4019-b6e8-c0dfeb51f691-Photoroom.png-Photoroom.png ├── ai │ ├── Screenshot (279).png │ ├── Screenshot (280).png │ ├── ai.png │ ├── ai2.png │ └── repo-thubmnail2.png ├── asianpaints │ ├── Screenshot (244).png │ ├── Screenshot (245).png │ ├── Screenshot (246).png │ ├── Screenshot (247).png │ └── Screenshot (248).png ├── blog-4.jpg ├── breadcrumbs.jpg ├── cargame │ ├── Screenshot (267).png │ ├── Screenshot (268).png │ └── Screenshot (269).png ├── cloud-provider.jpg ├── cloud-provider2.png ├── down-arrow-light.svg ├── down-arrow.svg ├── fa6f7882-eb60-4019-b6e8-c0dfeb51f691.png ├── favicon.png ├── festiva │ ├── Screenshot (259).png │ ├── Screenshot (260).png │ ├── Screenshot (261).png │ ├── Screenshot (262).png │ ├── Screenshot (263).png │ └── Screenshot (264).png ├── figma.svg ├── flaticon_gerold.svg ├── gans.jpg ├── gans2.png ├── healtcare.jpg ├── healtcare2.png ├── hexgl │ ├── hexgl1.png │ ├── hexgl2.png │ ├── hexgl3.png │ └── hexgl4.png ├── hextris │ ├── Screenshot (270).png │ ├── Screenshot (271).png │ ├── Screenshot (272).png │ ├── Screenshot (273).png │ └── Screenshot (274).png ├── js.svg ├── ke logo new.png ├── ke logo.png ├── ke_logo_new-removebg-preview.png ├── learn-book │ ├── Screenshot (275).png │ ├── Screenshot (276).png │ ├── Screenshot (277).png │ ├── Screenshot (278).png │ ├── cpb1.jpg │ └── cpb2.png ├── logo.png ├── maundy │ ├── Screenshot (256).png │ ├── Screenshot (257).png │ └── Screenshot (258).png ├── me.png ├── modal-img.jpg ├── modal-img_1.jpg ├── movie │ ├── Screenshot (265).png │ ├── Screenshot (266).png │ └── preview.png ├── p-gallery-1.jpg ├── p-gallery-2.jpg ├── p-gallery-3.jpg ├── p-gallery-4.jpg ├── post-thumb-1.jpg ├── post-thumb-2.jpg ├── post-thumb-3.jpg ├── react.svg ├── service │ ├── Screenshot (249).png │ ├── Screenshot (250).png │ ├── Screenshot (251).png │ └── Screenshot (252).png ├── sketch.svg ├── skills │ ├── CSS-Logo.png │ ├── aftereffects.png │ ├── anaconda.png │ ├── c-language.png │ ├── html.jpg │ ├── javascript.png │ ├── mongodb.png │ ├── mysql.png │ ├── nextjs.png │ ├── nodejs.png │ ├── photoshop.png │ ├── premierepro.png │ ├── python-logo.png │ ├── reactjs.png │ ├── solidity.png │ ├── typescript.png │ └── unity.png ├── user-1.jpg ├── user-2.jpg ├── user-3.jpg ├── user-4.jpg ├── wp.svg └── xd.svg ├── index.html └── js ├── appear.min.js ├── backToTop.js ├── bootstrap.bundle.min.js ├── gsap.min.js ├── isotope.pkgd.min.js ├── jquery.min.js ├── lightcase.js ├── magnific-popup.js ├── main.js ├── nice-select.min.js ├── odometer.min.js ├── one-page-nav.js ├── owl.carousel.min.js ├── smooth-scroll.js ├── validate.min.js └── wow.min.js /blog-details1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/blog-details1.html -------------------------------------------------------------------------------- /blog-details2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/blog-details2.html -------------------------------------------------------------------------------- /blog-details3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/blog-details3.html -------------------------------------------------------------------------------- /css/animate.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/animate.min.css -------------------------------------------------------------------------------- /css/backToTop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/backToTop.css -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/flaticon_gerold.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/flaticon_gerold.css -------------------------------------------------------------------------------- /css/font-awesome-pro.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/font-awesome-pro.min.css -------------------------------------------------------------------------------- /css/light-mode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/light-mode.css -------------------------------------------------------------------------------- /css/magnific-popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/magnific-popup.css -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/main.css -------------------------------------------------------------------------------- /css/nice-select.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/nice-select.css -------------------------------------------------------------------------------- /css/odometer-theme-default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/odometer-theme-default.css -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/owl.carousel.min.css -------------------------------------------------------------------------------- /css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/css/responsive.css -------------------------------------------------------------------------------- /fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /fonts/fa-duotone-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-duotone-900.ttf -------------------------------------------------------------------------------- /fonts/fa-duotone-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-duotone-900.woff2 -------------------------------------------------------------------------------- /fonts/fa-light-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-light-300.ttf -------------------------------------------------------------------------------- /fonts/fa-light-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-light-300.woff2 -------------------------------------------------------------------------------- /fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /fonts/fa-sharp-light-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-light-300.ttf -------------------------------------------------------------------------------- /fonts/fa-sharp-light-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-light-300.woff2 -------------------------------------------------------------------------------- /fonts/fa-sharp-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-regular-400.ttf -------------------------------------------------------------------------------- /fonts/fa-sharp-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-regular-400.woff2 -------------------------------------------------------------------------------- /fonts/fa-sharp-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-solid-900.ttf -------------------------------------------------------------------------------- /fonts/fa-sharp-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-sharp-solid-900.woff2 -------------------------------------------------------------------------------- /fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /fonts/fa-thin-100.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-thin-100.ttf -------------------------------------------------------------------------------- /fonts/fa-thin-100.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-thin-100.woff2 -------------------------------------------------------------------------------- /fonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /fonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /fonts/flaticon_gerold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/flaticon_gerold.eot -------------------------------------------------------------------------------- /fonts/flaticon_gerold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/flaticon_gerold.ttf -------------------------------------------------------------------------------- /fonts/flaticon_gerold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/flaticon_gerold.woff -------------------------------------------------------------------------------- /fonts/flaticon_gerold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/fonts/flaticon_gerold.woff2 -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/1.jpg -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/1.png -------------------------------------------------------------------------------- /images/1_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/1_1.jpg -------------------------------------------------------------------------------- /images/1_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/1_2.jpg -------------------------------------------------------------------------------- /images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/2.jpg -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/2.png -------------------------------------------------------------------------------- /images/2_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/2_1.jpg -------------------------------------------------------------------------------- /images/2_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/2_2.jpg -------------------------------------------------------------------------------- /images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/3.jpg -------------------------------------------------------------------------------- /images/3_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/3_1.jpg -------------------------------------------------------------------------------- /images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/4.jpg -------------------------------------------------------------------------------- /images/_4cb94563-2ada-4ef9-910c-28d8b3f4a2f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/_4cb94563-2ada-4ef9-910c-28d8b3f4a2f3.jpg -------------------------------------------------------------------------------- /images/_fa6f7882-eb60-4019-b6e8-c0dfeb51f691-Photoroom.png-Photoroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/_fa6f7882-eb60-4019-b6e8-c0dfeb51f691-Photoroom.png-Photoroom.png -------------------------------------------------------------------------------- /images/ai/Screenshot (279).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ai/Screenshot (279).png -------------------------------------------------------------------------------- /images/ai/Screenshot (280).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ai/Screenshot (280).png -------------------------------------------------------------------------------- /images/ai/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ai/ai.png -------------------------------------------------------------------------------- /images/ai/ai2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ai/ai2.png -------------------------------------------------------------------------------- /images/ai/repo-thubmnail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ai/repo-thubmnail2.png -------------------------------------------------------------------------------- /images/asianpaints/Screenshot (244).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/asianpaints/Screenshot (244).png -------------------------------------------------------------------------------- /images/asianpaints/Screenshot (245).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/asianpaints/Screenshot (245).png -------------------------------------------------------------------------------- /images/asianpaints/Screenshot (246).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/asianpaints/Screenshot (246).png -------------------------------------------------------------------------------- /images/asianpaints/Screenshot (247).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/asianpaints/Screenshot (247).png -------------------------------------------------------------------------------- /images/asianpaints/Screenshot (248).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/asianpaints/Screenshot (248).png -------------------------------------------------------------------------------- /images/blog-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/blog-4.jpg -------------------------------------------------------------------------------- /images/breadcrumbs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/breadcrumbs.jpg -------------------------------------------------------------------------------- /images/cargame/Screenshot (267).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/cargame/Screenshot (267).png -------------------------------------------------------------------------------- /images/cargame/Screenshot (268).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/cargame/Screenshot (268).png -------------------------------------------------------------------------------- /images/cargame/Screenshot (269).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/cargame/Screenshot (269).png -------------------------------------------------------------------------------- /images/cloud-provider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/cloud-provider.jpg -------------------------------------------------------------------------------- /images/cloud-provider2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/cloud-provider2.png -------------------------------------------------------------------------------- /images/down-arrow-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/down-arrow-light.svg -------------------------------------------------------------------------------- /images/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/down-arrow.svg -------------------------------------------------------------------------------- /images/fa6f7882-eb60-4019-b6e8-c0dfeb51f691.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/fa6f7882-eb60-4019-b6e8-c0dfeb51f691.png -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/festiva/Screenshot (259).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (259).png -------------------------------------------------------------------------------- /images/festiva/Screenshot (260).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (260).png -------------------------------------------------------------------------------- /images/festiva/Screenshot (261).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (261).png -------------------------------------------------------------------------------- /images/festiva/Screenshot (262).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (262).png -------------------------------------------------------------------------------- /images/festiva/Screenshot (263).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (263).png -------------------------------------------------------------------------------- /images/festiva/Screenshot (264).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/festiva/Screenshot (264).png -------------------------------------------------------------------------------- /images/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/figma.svg -------------------------------------------------------------------------------- /images/flaticon_gerold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/flaticon_gerold.svg -------------------------------------------------------------------------------- /images/gans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/gans.jpg -------------------------------------------------------------------------------- /images/gans2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/gans2.png -------------------------------------------------------------------------------- /images/healtcare.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/healtcare.jpg -------------------------------------------------------------------------------- /images/healtcare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/healtcare2.png -------------------------------------------------------------------------------- /images/hexgl/hexgl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hexgl/hexgl1.png -------------------------------------------------------------------------------- /images/hexgl/hexgl2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hexgl/hexgl2.png -------------------------------------------------------------------------------- /images/hexgl/hexgl3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hexgl/hexgl3.png -------------------------------------------------------------------------------- /images/hexgl/hexgl4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hexgl/hexgl4.png -------------------------------------------------------------------------------- /images/hextris/Screenshot (270).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hextris/Screenshot (270).png -------------------------------------------------------------------------------- /images/hextris/Screenshot (271).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hextris/Screenshot (271).png -------------------------------------------------------------------------------- /images/hextris/Screenshot (272).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hextris/Screenshot (272).png -------------------------------------------------------------------------------- /images/hextris/Screenshot (273).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hextris/Screenshot (273).png -------------------------------------------------------------------------------- /images/hextris/Screenshot (274).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/hextris/Screenshot (274).png -------------------------------------------------------------------------------- /images/js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/js.svg -------------------------------------------------------------------------------- /images/ke logo new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ke logo new.png -------------------------------------------------------------------------------- /images/ke logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ke logo.png -------------------------------------------------------------------------------- /images/ke_logo_new-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/ke_logo_new-removebg-preview.png -------------------------------------------------------------------------------- /images/learn-book/Screenshot (275).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/Screenshot (275).png -------------------------------------------------------------------------------- /images/learn-book/Screenshot (276).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/Screenshot (276).png -------------------------------------------------------------------------------- /images/learn-book/Screenshot (277).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/Screenshot (277).png -------------------------------------------------------------------------------- /images/learn-book/Screenshot (278).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/Screenshot (278).png -------------------------------------------------------------------------------- /images/learn-book/cpb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/cpb1.jpg -------------------------------------------------------------------------------- /images/learn-book/cpb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/learn-book/cpb2.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/maundy/Screenshot (256).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/maundy/Screenshot (256).png -------------------------------------------------------------------------------- /images/maundy/Screenshot (257).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/maundy/Screenshot (257).png -------------------------------------------------------------------------------- /images/maundy/Screenshot (258).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/maundy/Screenshot (258).png -------------------------------------------------------------------------------- /images/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/me.png -------------------------------------------------------------------------------- /images/modal-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/modal-img.jpg -------------------------------------------------------------------------------- /images/modal-img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/modal-img_1.jpg -------------------------------------------------------------------------------- /images/movie/Screenshot (265).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/movie/Screenshot (265).png -------------------------------------------------------------------------------- /images/movie/Screenshot (266).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/movie/Screenshot (266).png -------------------------------------------------------------------------------- /images/movie/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/movie/preview.png -------------------------------------------------------------------------------- /images/p-gallery-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/p-gallery-1.jpg -------------------------------------------------------------------------------- /images/p-gallery-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/p-gallery-2.jpg -------------------------------------------------------------------------------- /images/p-gallery-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/p-gallery-3.jpg -------------------------------------------------------------------------------- /images/p-gallery-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/p-gallery-4.jpg -------------------------------------------------------------------------------- /images/post-thumb-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/post-thumb-1.jpg -------------------------------------------------------------------------------- /images/post-thumb-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/post-thumb-2.jpg -------------------------------------------------------------------------------- /images/post-thumb-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/post-thumb-3.jpg -------------------------------------------------------------------------------- /images/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/react.svg -------------------------------------------------------------------------------- /images/service/Screenshot (249).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/service/Screenshot (249).png -------------------------------------------------------------------------------- /images/service/Screenshot (250).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/service/Screenshot (250).png -------------------------------------------------------------------------------- /images/service/Screenshot (251).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/service/Screenshot (251).png -------------------------------------------------------------------------------- /images/service/Screenshot (252).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/service/Screenshot (252).png -------------------------------------------------------------------------------- /images/sketch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/sketch.svg -------------------------------------------------------------------------------- /images/skills/CSS-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/CSS-Logo.png -------------------------------------------------------------------------------- /images/skills/aftereffects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/aftereffects.png -------------------------------------------------------------------------------- /images/skills/anaconda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/anaconda.png -------------------------------------------------------------------------------- /images/skills/c-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/c-language.png -------------------------------------------------------------------------------- /images/skills/html.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/html.jpg -------------------------------------------------------------------------------- /images/skills/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/javascript.png -------------------------------------------------------------------------------- /images/skills/mongodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/mongodb.png -------------------------------------------------------------------------------- /images/skills/mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/mysql.png -------------------------------------------------------------------------------- /images/skills/nextjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/nextjs.png -------------------------------------------------------------------------------- /images/skills/nodejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/nodejs.png -------------------------------------------------------------------------------- /images/skills/photoshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/photoshop.png -------------------------------------------------------------------------------- /images/skills/premierepro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/premierepro.png -------------------------------------------------------------------------------- /images/skills/python-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/python-logo.png -------------------------------------------------------------------------------- /images/skills/reactjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/reactjs.png -------------------------------------------------------------------------------- /images/skills/solidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/solidity.png -------------------------------------------------------------------------------- /images/skills/typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/typescript.png -------------------------------------------------------------------------------- /images/skills/unity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/skills/unity.png -------------------------------------------------------------------------------- /images/user-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/user-1.jpg -------------------------------------------------------------------------------- /images/user-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/user-2.jpg -------------------------------------------------------------------------------- /images/user-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/user-3.jpg -------------------------------------------------------------------------------- /images/user-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/user-4.jpg -------------------------------------------------------------------------------- /images/wp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/wp.svg -------------------------------------------------------------------------------- /images/xd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/images/xd.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/index.html -------------------------------------------------------------------------------- /js/appear.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/appear.min.js -------------------------------------------------------------------------------- /js/backToTop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/backToTop.js -------------------------------------------------------------------------------- /js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /js/gsap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/gsap.min.js -------------------------------------------------------------------------------- /js/isotope.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/isotope.pkgd.min.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/lightcase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/lightcase.js -------------------------------------------------------------------------------- /js/magnific-popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/magnific-popup.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/main.js -------------------------------------------------------------------------------- /js/nice-select.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/nice-select.min.js -------------------------------------------------------------------------------- /js/odometer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/odometer.min.js -------------------------------------------------------------------------------- /js/one-page-nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/one-page-nav.js -------------------------------------------------------------------------------- /js/owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/owl.carousel.min.js -------------------------------------------------------------------------------- /js/smooth-scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/smooth-scroll.js -------------------------------------------------------------------------------- /js/validate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/validate.min.js -------------------------------------------------------------------------------- /js/wow.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krypto-etox/Portfolio-Website/HEAD/js/wow.min.js --------------------------------------------------------------------------------