├── LICENSE ├── README.md └── Skin Care Website ├── assets ├── css │ └── style.css ├── images │ ├── banner-1.jpg │ ├── banner-2.jpg │ ├── bg-mega-menu.jpg │ ├── blog-1.jpg │ ├── blog-2.jpg │ ├── blog-3.jpg │ ├── cart-01.jpg │ ├── cart-02.jpg │ ├── cart-03.jpg │ ├── collection-1.jpg │ ├── collection-2.jpg │ ├── collection-3.jpg │ ├── feature-1.jpg │ ├── feature-2.jpg │ ├── feature-3.jpg │ ├── hero-banner-1.jpg │ ├── hero-banner-2.jpg │ ├── hero-banner-3.jpg │ ├── logo.png │ ├── offer-banner-1.jpg │ ├── offer-banner-2.jpg │ ├── pay.png │ ├── product-01.jpg │ ├── product-02.jpg │ ├── product-03.jpg │ ├── product-04.jpg │ ├── product-05.jpg │ ├── product-06.jpg │ ├── product-07.jpg │ ├── product-08.jpg │ ├── product-09.jpg │ ├── product-10.jpg │ ├── product-11.jpg │ ├── product-15.jpg │ ├── product-16.jpg │ ├── product-17.jpg │ └── screenshot.png └── js │ └── script.js ├── download.png └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/README.md -------------------------------------------------------------------------------- /Skin Care Website/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/css/style.css -------------------------------------------------------------------------------- /Skin Care Website/assets/images/banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/banner-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/banner-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/bg-mega-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/bg-mega-menu.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/blog-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/blog-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/blog-3.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/cart-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/cart-01.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/cart-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/cart-02.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/cart-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/cart-03.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/collection-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/collection-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/collection-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/collection-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/collection-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/collection-3.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/feature-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/feature-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/feature-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/feature-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/feature-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/feature-3.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/hero-banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/hero-banner-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/hero-banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/hero-banner-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/hero-banner-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/hero-banner-3.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/logo.png -------------------------------------------------------------------------------- /Skin Care Website/assets/images/offer-banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/offer-banner-1.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/offer-banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/offer-banner-2.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/pay.png -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-01.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-02.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-03.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-04.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-05.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-06.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-07.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-08.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-09.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-10.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-11.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-15.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-16.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/product-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/product-17.jpg -------------------------------------------------------------------------------- /Skin Care Website/assets/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/images/screenshot.png -------------------------------------------------------------------------------- /Skin Care Website/assets/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/assets/js/script.js -------------------------------------------------------------------------------- /Skin Care Website/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/download.png -------------------------------------------------------------------------------- /Skin Care Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewith-salman/Skin-Care-Products-Website/HEAD/Skin Care Website/index.html --------------------------------------------------------------------------------