├── README.md ├── assets ├── css │ ├── animate.css │ ├── animated-headline.css │ ├── bootstrap.min.css │ ├── jquery.nav.js │ ├── main.css │ ├── nivo-lightbox.css │ ├── normalize.css │ ├── owl.carousel.min.css │ ├── owl.theme.default.min.css │ ├── responsive.css │ └── slicknav.css ├── fonts │ ├── FontAwesome.otf │ ├── font-awesome.min.css │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ ├── glyphicons-halflings-regular.woff2 │ ├── line-icons │ │ ├── Simple-Line-Icons.eot │ │ ├── Simple-Line-Icons.svg │ │ ├── Simple-Line-Icons.ttf │ │ ├── Simple-Line-Icons.woff │ │ └── Simple-Line-Icons.woff2 │ └── simple-line-icons.css ├── img │ ├── arr (4).jpg │ ├── b1.jpg │ ├── b2.png │ ├── b3.png │ ├── b4.png │ ├── b5.png │ ├── b6.jpg │ ├── b7.png │ ├── b8.jpg │ ├── favicon.jpg │ ├── port3.jpg │ ├── port9.jpg │ └── service │ │ ├── icon-easy.svg │ │ ├── icon-email.svg │ │ ├── icon-lock.svg │ │ ├── icon-responsive.svg │ │ └── service-icon-bg.svg └── js │ ├── animated-headline.js │ ├── app.js │ ├── bootstrap.min.js │ ├── form-contact.js │ ├── jquery-3.2.1.min.js │ ├── jquery-min.js │ ├── jquery.counterup.min.js │ ├── jquery.easing.min.js │ ├── jquery.mixitup.js │ ├── jquery.nav.js │ ├── main.js │ ├── modernizr-2.8.3.min.js │ ├── nivo-lightbox.js │ ├── nivo-lightbox.min.js │ ├── owl.carousel.min.js │ ├── particles.min.js │ ├── popper.min.js │ ├── smooth-scroll.js │ ├── waypoints.min.js │ └── wow.js ├── contact.php ├── index.html └── thank-you.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/animate.css -------------------------------------------------------------------------------- /assets/css/animated-headline.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/animated-headline.css -------------------------------------------------------------------------------- /assets/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/css/jquery.nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/jquery.nav.js -------------------------------------------------------------------------------- /assets/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/main.css -------------------------------------------------------------------------------- /assets/css/nivo-lightbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/nivo-lightbox.css -------------------------------------------------------------------------------- /assets/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/normalize.css -------------------------------------------------------------------------------- /assets/css/owl.carousel.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/owl.carousel.min.css -------------------------------------------------------------------------------- /assets/css/owl.theme.default.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/owl.theme.default.min.css -------------------------------------------------------------------------------- /assets/css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/responsive.css -------------------------------------------------------------------------------- /assets/css/slicknav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/css/slicknav.css -------------------------------------------------------------------------------- /assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /assets/fonts/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/font-awesome.min.css -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /assets/fonts/line-icons/Simple-Line-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/line-icons/Simple-Line-Icons.eot -------------------------------------------------------------------------------- /assets/fonts/line-icons/Simple-Line-Icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/line-icons/Simple-Line-Icons.svg -------------------------------------------------------------------------------- /assets/fonts/line-icons/Simple-Line-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/line-icons/Simple-Line-Icons.ttf -------------------------------------------------------------------------------- /assets/fonts/line-icons/Simple-Line-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/line-icons/Simple-Line-Icons.woff -------------------------------------------------------------------------------- /assets/fonts/line-icons/Simple-Line-Icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/line-icons/Simple-Line-Icons.woff2 -------------------------------------------------------------------------------- /assets/fonts/simple-line-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/fonts/simple-line-icons.css -------------------------------------------------------------------------------- /assets/img/arr (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/arr (4).jpg -------------------------------------------------------------------------------- /assets/img/b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b1.jpg -------------------------------------------------------------------------------- /assets/img/b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b2.png -------------------------------------------------------------------------------- /assets/img/b3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b3.png -------------------------------------------------------------------------------- /assets/img/b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b4.png -------------------------------------------------------------------------------- /assets/img/b5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b5.png -------------------------------------------------------------------------------- /assets/img/b6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b6.jpg -------------------------------------------------------------------------------- /assets/img/b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b7.png -------------------------------------------------------------------------------- /assets/img/b8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/b8.jpg -------------------------------------------------------------------------------- /assets/img/favicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/favicon.jpg -------------------------------------------------------------------------------- /assets/img/port3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/port3.jpg -------------------------------------------------------------------------------- /assets/img/port9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/port9.jpg -------------------------------------------------------------------------------- /assets/img/service/icon-easy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/service/icon-easy.svg -------------------------------------------------------------------------------- /assets/img/service/icon-email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/service/icon-email.svg -------------------------------------------------------------------------------- /assets/img/service/icon-lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/service/icon-lock.svg -------------------------------------------------------------------------------- /assets/img/service/icon-responsive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/service/icon-responsive.svg -------------------------------------------------------------------------------- /assets/img/service/service-icon-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/img/service/service-icon-bg.svg -------------------------------------------------------------------------------- /assets/js/animated-headline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/animated-headline.js -------------------------------------------------------------------------------- /assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/app.js -------------------------------------------------------------------------------- /assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /assets/js/form-contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/form-contact.js -------------------------------------------------------------------------------- /assets/js/jquery-3.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery-3.2.1.min.js -------------------------------------------------------------------------------- /assets/js/jquery-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery-min.js -------------------------------------------------------------------------------- /assets/js/jquery.counterup.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery.counterup.min.js -------------------------------------------------------------------------------- /assets/js/jquery.easing.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery.easing.min.js -------------------------------------------------------------------------------- /assets/js/jquery.mixitup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery.mixitup.js -------------------------------------------------------------------------------- /assets/js/jquery.nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/jquery.nav.js -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /assets/js/modernizr-2.8.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/modernizr-2.8.3.min.js -------------------------------------------------------------------------------- /assets/js/nivo-lightbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/nivo-lightbox.js -------------------------------------------------------------------------------- /assets/js/nivo-lightbox.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/nivo-lightbox.min.js -------------------------------------------------------------------------------- /assets/js/owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/owl.carousel.min.js -------------------------------------------------------------------------------- /assets/js/particles.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/particles.min.js -------------------------------------------------------------------------------- /assets/js/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/popper.min.js -------------------------------------------------------------------------------- /assets/js/smooth-scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/smooth-scroll.js -------------------------------------------------------------------------------- /assets/js/waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/waypoints.min.js -------------------------------------------------------------------------------- /assets/js/wow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/assets/js/wow.js -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/contact.php -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/index.html -------------------------------------------------------------------------------- /thank-you.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-9-Portfolio-Website-Interactive/HEAD/thank-you.html --------------------------------------------------------------------------------