├── 404.html ├── LICENSE ├── README.md ├── apple-touch-icon-144x144.png ├── apple-touch-icon-72x72.png ├── apple-touch-icon.png ├── css ├── bootstrap-grid.min.css ├── bootstrap.min.css └── style.css ├── error_log ├── favicon.png ├── fonts ├── Linearicons.ttf ├── ionicons28b5.eot ├── ionicons28b5.svg ├── ionicons28b5.ttf ├── ionicons28b5.woff ├── montserrat.woff2 └── poppins-regular-webfont.html ├── images ├── bg │ ├── contact.webp │ ├── main.webp │ ├── main1.webp │ ├── project.webp │ ├── project1-1.webp │ ├── project1-2.webp │ ├── project1.webp │ ├── project2.webp │ ├── resume.webp │ ├── site-preview.png │ └── texture.webp └── brand.png ├── index.html ├── js ├── animsition.js ├── jquery.magnific-popup.min.js ├── jquery.min.js ├── jquery.pagepiling.min.js ├── jquery.validate.min.js ├── merged.js ├── owl.carousel.min.js ├── scripts.js ├── smoothscroll.js └── wow.min.js ├── mail.php ├── project-detail.html ├── robots.txt ├── sitemap.xml └── typed.js ├── typed.js ├── typed.min.js └── typed.min.js.map /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/404.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/README.md -------------------------------------------------------------------------------- /apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/apple-touch-icon.png -------------------------------------------------------------------------------- /css/bootstrap-grid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/css/bootstrap-grid.min.css -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/css/style.css -------------------------------------------------------------------------------- /error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/error_log -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/favicon.png -------------------------------------------------------------------------------- /fonts/Linearicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/Linearicons.ttf -------------------------------------------------------------------------------- /fonts/ionicons28b5.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/ionicons28b5.eot -------------------------------------------------------------------------------- /fonts/ionicons28b5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/ionicons28b5.svg -------------------------------------------------------------------------------- /fonts/ionicons28b5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/ionicons28b5.ttf -------------------------------------------------------------------------------- /fonts/ionicons28b5.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/ionicons28b5.woff -------------------------------------------------------------------------------- /fonts/montserrat.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/montserrat.woff2 -------------------------------------------------------------------------------- /fonts/poppins-regular-webfont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/fonts/poppins-regular-webfont.html -------------------------------------------------------------------------------- /images/bg/contact.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/contact.webp -------------------------------------------------------------------------------- /images/bg/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/main.webp -------------------------------------------------------------------------------- /images/bg/main1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/main1.webp -------------------------------------------------------------------------------- /images/bg/project.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/project.webp -------------------------------------------------------------------------------- /images/bg/project1-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/project1-1.webp -------------------------------------------------------------------------------- /images/bg/project1-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/project1-2.webp -------------------------------------------------------------------------------- /images/bg/project1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/project1.webp -------------------------------------------------------------------------------- /images/bg/project2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/project2.webp -------------------------------------------------------------------------------- /images/bg/resume.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/resume.webp -------------------------------------------------------------------------------- /images/bg/site-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/site-preview.png -------------------------------------------------------------------------------- /images/bg/texture.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/bg/texture.webp -------------------------------------------------------------------------------- /images/brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/images/brand.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/index.html -------------------------------------------------------------------------------- /js/animsition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/animsition.js -------------------------------------------------------------------------------- /js/jquery.magnific-popup.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/jquery.magnific-popup.min.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/jquery.pagepiling.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/jquery.pagepiling.min.js -------------------------------------------------------------------------------- /js/jquery.validate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/jquery.validate.min.js -------------------------------------------------------------------------------- /js/merged.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/merged.js -------------------------------------------------------------------------------- /js/owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/owl.carousel.min.js -------------------------------------------------------------------------------- /js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/scripts.js -------------------------------------------------------------------------------- /js/smoothscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/smoothscroll.js -------------------------------------------------------------------------------- /js/wow.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/js/wow.min.js -------------------------------------------------------------------------------- /mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/mail.php -------------------------------------------------------------------------------- /project-detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/project-detail.html -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/robots.txt -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/sitemap.xml -------------------------------------------------------------------------------- /typed.js/typed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/typed.js/typed.js -------------------------------------------------------------------------------- /typed.js/typed.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/typed.js/typed.min.js -------------------------------------------------------------------------------- /typed.js/typed.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingshukkundu/personal-portfolio-template/HEAD/typed.js/typed.min.js.map --------------------------------------------------------------------------------