├── README.md ├── css ├── animate.css ├── bootstrap.css ├── bootstrap.css.map ├── flexslider.css ├── icomoon.css ├── owl.carousel.min.css ├── owl.theme.default.min.css ├── style.css └── style.css.map ├── fonts ├── bootstrap │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 └── icomoon │ ├── icomoon.eot │ ├── icomoon.svg │ ├── icomoon.ttf │ └── icomoon.woff ├── images ├── about.jpg ├── blog-1.jpg ├── blog-2.jpg ├── blog-3.jpg ├── cover_bg_1.jpg ├── images │ ├── about.jpg │ ├── blog-1.jpg │ ├── blog-2.jpg │ ├── blog-3.jpg │ ├── cover_bg_1.jpg │ ├── img-1.jpg │ ├── img-2.jpg │ ├── img-3.jpg │ ├── img-4.jpg │ ├── img-5.jpg │ ├── img-6.jpg │ ├── img_bg_1.jpg │ ├── img_bg_2.png │ └── loc.png ├── img-1.jpg ├── img-2.jpg ├── img-3.jpg ├── img-4.jpg ├── img-5.jpg ├── img-6.jpg ├── img_bg_1.jpg ├── img_bg_2.png └── loc.png ├── index.html └── js ├── bootstrap.min.js ├── google_map.js ├── jquery.countTo.js ├── jquery.easing.1.3.js ├── jquery.flexslider-min.js ├── jquery.min.js ├── jquery.waypoints.min.js ├── main.js ├── modernizr-2.6.2.min.js ├── owl.carousel.min.js └── respond.min.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/README.md -------------------------------------------------------------------------------- /css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/animate.css -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/bootstrap.css.map -------------------------------------------------------------------------------- /css/flexslider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/flexslider.css -------------------------------------------------------------------------------- /css/icomoon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/icomoon.css -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/owl.carousel.min.css -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/owl.theme.default.min.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/style.css -------------------------------------------------------------------------------- /css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/css/style.css.map -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/bootstrap/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/bootstrap/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/bootstrap/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/icomoon/icomoon.svg -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/about.jpg -------------------------------------------------------------------------------- /images/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/blog-1.jpg -------------------------------------------------------------------------------- /images/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/blog-2.jpg -------------------------------------------------------------------------------- /images/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/blog-3.jpg -------------------------------------------------------------------------------- /images/cover_bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/cover_bg_1.jpg -------------------------------------------------------------------------------- /images/images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/about.jpg -------------------------------------------------------------------------------- /images/images/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/blog-1.jpg -------------------------------------------------------------------------------- /images/images/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/blog-2.jpg -------------------------------------------------------------------------------- /images/images/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/blog-3.jpg -------------------------------------------------------------------------------- /images/images/cover_bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/cover_bg_1.jpg -------------------------------------------------------------------------------- /images/images/img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-1.jpg -------------------------------------------------------------------------------- /images/images/img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-2.jpg -------------------------------------------------------------------------------- /images/images/img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-3.jpg -------------------------------------------------------------------------------- /images/images/img-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-4.jpg -------------------------------------------------------------------------------- /images/images/img-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-5.jpg -------------------------------------------------------------------------------- /images/images/img-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img-6.jpg -------------------------------------------------------------------------------- /images/images/img_bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img_bg_1.jpg -------------------------------------------------------------------------------- /images/images/img_bg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/img_bg_2.png -------------------------------------------------------------------------------- /images/images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/images/loc.png -------------------------------------------------------------------------------- /images/img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-1.jpg -------------------------------------------------------------------------------- /images/img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-2.jpg -------------------------------------------------------------------------------- /images/img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-3.jpg -------------------------------------------------------------------------------- /images/img-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-4.jpg -------------------------------------------------------------------------------- /images/img-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-5.jpg -------------------------------------------------------------------------------- /images/img-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img-6.jpg -------------------------------------------------------------------------------- /images/img_bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img_bg_1.jpg -------------------------------------------------------------------------------- /images/img_bg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/img_bg_2.png -------------------------------------------------------------------------------- /images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/images/loc.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/index.html -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/google_map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/google_map.js -------------------------------------------------------------------------------- /js/jquery.countTo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/jquery.countTo.js -------------------------------------------------------------------------------- /js/jquery.easing.1.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/jquery.easing.1.3.js -------------------------------------------------------------------------------- /js/jquery.flexslider-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/jquery.flexslider-min.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/jquery.waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/jquery.waypoints.min.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/main.js -------------------------------------------------------------------------------- /js/modernizr-2.6.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/modernizr-2.6.2.min.js -------------------------------------------------------------------------------- /js/owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/owl.carousel.min.js -------------------------------------------------------------------------------- /js/respond.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JayTh3l/JayPortfolio/HEAD/js/respond.min.js --------------------------------------------------------------------------------