└── dark ├── about.html ├── blog-post.html ├── blog.html ├── contact.html ├── css ├── bootstrap.min.css ├── circle.css ├── fm.revealator.jquery.min.css ├── font-awesome.min.css ├── preloader.min.css ├── skins │ ├── blue.css │ ├── blueviolet.css │ ├── goldenrod.css │ ├── green.css │ ├── magenta.css │ ├── orange.css │ ├── purple.css │ ├── red.css │ ├── yellow.css │ └── yellowgreen.css ├── style.css └── styleswitcher.css ├── fonts ├── fontawesome-webfont3e6e.eot ├── fontawesome-webfont3e6e.html ├── fontawesome-webfont3e6e.svg ├── fontawesome-webfont3e6e.ttf ├── fontawesome-webfont3e6e.woff └── fontawesome-webfontd41d.eot ├── img ├── 2.jpg ├── blog │ ├── blog-post-1.jpg │ ├── blog-post-2.jpg │ ├── blog-post-3.jpg │ ├── blog-post-4.jpg │ ├── blog-post-5.jpg │ └── blog-post-6.jpg ├── img-mobile.jpg ├── light.jpg ├── projects │ ├── navigation │ │ ├── close-button.png │ │ ├── left-arrow.png │ │ └── right-arrow.png │ ├── project-1.jpg │ ├── project-2.jpg │ ├── project-3.jpg │ ├── project-4.jpg │ ├── project-5.jpg │ ├── project-6.jpg │ ├── project-7.jpg │ ├── project-8.jpg │ ├── project-9.jpg │ └── video.mp4 └── styleswitcher │ ├── blue.png │ ├── blueviolet.png │ ├── goldenrod.png │ ├── green.png │ ├── magenta.png │ ├── orange.png │ ├── purple.png │ ├── red.png │ ├── yellow.png │ └── yellowgreen.png ├── index.html ├── js ├── bootstrap.js ├── cbpGridGallery.js ├── classie.js ├── custom.js ├── fm.revealator.jquery.min.js ├── imagesloaded.pkgd.min.js ├── jquery-3.5.0.min.js ├── jquery.hoverdir.js ├── masonry.pkgd.min.js ├── modernizr.custom.js ├── popper.min.js ├── preloader.min.js └── styleswitcher.js └── portfolio.html /dark/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/about.html -------------------------------------------------------------------------------- /dark/blog-post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/blog-post.html -------------------------------------------------------------------------------- /dark/blog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/blog.html -------------------------------------------------------------------------------- /dark/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/contact.html -------------------------------------------------------------------------------- /dark/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/bootstrap.min.css -------------------------------------------------------------------------------- /dark/css/circle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/circle.css -------------------------------------------------------------------------------- /dark/css/fm.revealator.jquery.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/fm.revealator.jquery.min.css -------------------------------------------------------------------------------- /dark/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/font-awesome.min.css -------------------------------------------------------------------------------- /dark/css/preloader.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/preloader.min.css -------------------------------------------------------------------------------- /dark/css/skins/blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/blue.css -------------------------------------------------------------------------------- /dark/css/skins/blueviolet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/blueviolet.css -------------------------------------------------------------------------------- /dark/css/skins/goldenrod.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/goldenrod.css -------------------------------------------------------------------------------- /dark/css/skins/green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/green.css -------------------------------------------------------------------------------- /dark/css/skins/magenta.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/magenta.css -------------------------------------------------------------------------------- /dark/css/skins/orange.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/orange.css -------------------------------------------------------------------------------- /dark/css/skins/purple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/purple.css -------------------------------------------------------------------------------- /dark/css/skins/red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/red.css -------------------------------------------------------------------------------- /dark/css/skins/yellow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/yellow.css -------------------------------------------------------------------------------- /dark/css/skins/yellowgreen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/skins/yellowgreen.css -------------------------------------------------------------------------------- /dark/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/style.css -------------------------------------------------------------------------------- /dark/css/styleswitcher.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/css/styleswitcher.css -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfont3e6e.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfont3e6e.eot -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfont3e6e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfont3e6e.html -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfont3e6e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfont3e6e.svg -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfont3e6e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfont3e6e.ttf -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfont3e6e.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfont3e6e.woff -------------------------------------------------------------------------------- /dark/fonts/fontawesome-webfontd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/fonts/fontawesome-webfontd41d.eot -------------------------------------------------------------------------------- /dark/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/2.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-1.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-2.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-3.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-4.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-5.jpg -------------------------------------------------------------------------------- /dark/img/blog/blog-post-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/blog/blog-post-6.jpg -------------------------------------------------------------------------------- /dark/img/img-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/img-mobile.jpg -------------------------------------------------------------------------------- /dark/img/light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/light.jpg -------------------------------------------------------------------------------- /dark/img/projects/navigation/close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/navigation/close-button.png -------------------------------------------------------------------------------- /dark/img/projects/navigation/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/navigation/left-arrow.png -------------------------------------------------------------------------------- /dark/img/projects/navigation/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/navigation/right-arrow.png -------------------------------------------------------------------------------- /dark/img/projects/project-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-1.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-2.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-3.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-4.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-5.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-6.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-7.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-8.jpg -------------------------------------------------------------------------------- /dark/img/projects/project-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/project-9.jpg -------------------------------------------------------------------------------- /dark/img/projects/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/projects/video.mp4 -------------------------------------------------------------------------------- /dark/img/styleswitcher/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/blue.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/blueviolet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/blueviolet.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/goldenrod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/goldenrod.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/green.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/magenta.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/orange.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/purple.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/red.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/yellow.png -------------------------------------------------------------------------------- /dark/img/styleswitcher/yellowgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/img/styleswitcher/yellowgreen.png -------------------------------------------------------------------------------- /dark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/index.html -------------------------------------------------------------------------------- /dark/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/bootstrap.js -------------------------------------------------------------------------------- /dark/js/cbpGridGallery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/cbpGridGallery.js -------------------------------------------------------------------------------- /dark/js/classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/classie.js -------------------------------------------------------------------------------- /dark/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/custom.js -------------------------------------------------------------------------------- /dark/js/fm.revealator.jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/fm.revealator.jquery.min.js -------------------------------------------------------------------------------- /dark/js/imagesloaded.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/imagesloaded.pkgd.min.js -------------------------------------------------------------------------------- /dark/js/jquery-3.5.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/jquery-3.5.0.min.js -------------------------------------------------------------------------------- /dark/js/jquery.hoverdir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/jquery.hoverdir.js -------------------------------------------------------------------------------- /dark/js/masonry.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/masonry.pkgd.min.js -------------------------------------------------------------------------------- /dark/js/modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/modernizr.custom.js -------------------------------------------------------------------------------- /dark/js/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/popper.min.js -------------------------------------------------------------------------------- /dark/js/preloader.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/preloader.min.js -------------------------------------------------------------------------------- /dark/js/styleswitcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/js/styleswitcher.js -------------------------------------------------------------------------------- /dark/portfolio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/Personal-Portfolio-Website001/HEAD/dark/portfolio.html --------------------------------------------------------------------------------