├── README.md ├── blog.html ├── cart.html ├── img ├── back.jpg ├── banner │ ├── 1.jpg │ ├── 2.jpg │ └── parallax.jpg ├── blog │ ├── 1.jpg │ ├── 1.webp │ ├── 2.jpg │ ├── 2.webp │ ├── 3.jpg │ ├── 3.webp │ ├── 4.jpg │ ├── 4.webp │ ├── 5.jpg │ ├── 6.jpg │ └── banner.webp ├── brand │ ├── 1.png │ ├── 1.webp │ ├── 2.png │ ├── 2.webp │ ├── 3.png │ ├── 3.webp │ ├── 4.png │ ├── 4.webp │ ├── 5.png │ ├── 5.webp │ ├── 6.png │ └── 6.webp ├── cart │ └── cart.jpg ├── clothes │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── featured │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── insta │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── logo1.png ├── logo2.png ├── new │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ └── 5.jpg ├── payment.png ├── shoes │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ └── 8.jpg ├── shop │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg └── watches │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── index.html ├── shop.html ├── sproduct.html └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/README.md -------------------------------------------------------------------------------- /blog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/blog.html -------------------------------------------------------------------------------- /cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/cart.html -------------------------------------------------------------------------------- /img/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/back.jpg -------------------------------------------------------------------------------- /img/banner/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/banner/1.jpg -------------------------------------------------------------------------------- /img/banner/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/banner/2.jpg -------------------------------------------------------------------------------- /img/banner/parallax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/banner/parallax.jpg -------------------------------------------------------------------------------- /img/blog/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/1.jpg -------------------------------------------------------------------------------- /img/blog/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/1.webp -------------------------------------------------------------------------------- /img/blog/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/2.jpg -------------------------------------------------------------------------------- /img/blog/2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/2.webp -------------------------------------------------------------------------------- /img/blog/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/3.jpg -------------------------------------------------------------------------------- /img/blog/3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/3.webp -------------------------------------------------------------------------------- /img/blog/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/4.jpg -------------------------------------------------------------------------------- /img/blog/4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/4.webp -------------------------------------------------------------------------------- /img/blog/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/5.jpg -------------------------------------------------------------------------------- /img/blog/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/6.jpg -------------------------------------------------------------------------------- /img/blog/banner.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/blog/banner.webp -------------------------------------------------------------------------------- /img/brand/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/1.png -------------------------------------------------------------------------------- /img/brand/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/1.webp -------------------------------------------------------------------------------- /img/brand/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/2.png -------------------------------------------------------------------------------- /img/brand/2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/2.webp -------------------------------------------------------------------------------- /img/brand/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/3.png -------------------------------------------------------------------------------- /img/brand/3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/3.webp -------------------------------------------------------------------------------- /img/brand/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/4.png -------------------------------------------------------------------------------- /img/brand/4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/4.webp -------------------------------------------------------------------------------- /img/brand/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/5.png -------------------------------------------------------------------------------- /img/brand/5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/5.webp -------------------------------------------------------------------------------- /img/brand/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/6.png -------------------------------------------------------------------------------- /img/brand/6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/brand/6.webp -------------------------------------------------------------------------------- /img/cart/cart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/cart/cart.jpg -------------------------------------------------------------------------------- /img/clothes/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/clothes/1.jpg -------------------------------------------------------------------------------- /img/clothes/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/clothes/2.jpg -------------------------------------------------------------------------------- /img/clothes/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/clothes/3.jpg -------------------------------------------------------------------------------- /img/clothes/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/clothes/4.jpg -------------------------------------------------------------------------------- /img/featured/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/featured/1.jpg -------------------------------------------------------------------------------- /img/featured/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/featured/2.jpg -------------------------------------------------------------------------------- /img/featured/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/featured/3.jpg -------------------------------------------------------------------------------- /img/featured/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/featured/4.jpg -------------------------------------------------------------------------------- /img/insta/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/1.jpg -------------------------------------------------------------------------------- /img/insta/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/2.jpg -------------------------------------------------------------------------------- /img/insta/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/3.jpg -------------------------------------------------------------------------------- /img/insta/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/4.jpg -------------------------------------------------------------------------------- /img/insta/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/5.jpg -------------------------------------------------------------------------------- /img/insta/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/insta/6.jpg -------------------------------------------------------------------------------- /img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/logo1.png -------------------------------------------------------------------------------- /img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/logo2.png -------------------------------------------------------------------------------- /img/new/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/new/1.jpg -------------------------------------------------------------------------------- /img/new/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/new/2.jpg -------------------------------------------------------------------------------- /img/new/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/new/3.jpg -------------------------------------------------------------------------------- /img/new/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/new/4.jpg -------------------------------------------------------------------------------- /img/new/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/new/5.jpg -------------------------------------------------------------------------------- /img/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/payment.png -------------------------------------------------------------------------------- /img/shoes/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/1.jpg -------------------------------------------------------------------------------- /img/shoes/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/2.jpg -------------------------------------------------------------------------------- /img/shoes/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/3.jpg -------------------------------------------------------------------------------- /img/shoes/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/4.jpg -------------------------------------------------------------------------------- /img/shoes/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/5.jpg -------------------------------------------------------------------------------- /img/shoes/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/6.jpg -------------------------------------------------------------------------------- /img/shoes/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/7.jpg -------------------------------------------------------------------------------- /img/shoes/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shoes/8.jpg -------------------------------------------------------------------------------- /img/shop/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/1.jpg -------------------------------------------------------------------------------- /img/shop/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/10.jpg -------------------------------------------------------------------------------- /img/shop/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/11.jpg -------------------------------------------------------------------------------- /img/shop/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/12.jpg -------------------------------------------------------------------------------- /img/shop/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/13.jpg -------------------------------------------------------------------------------- /img/shop/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/14.jpg -------------------------------------------------------------------------------- /img/shop/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/15.jpg -------------------------------------------------------------------------------- /img/shop/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/16.jpg -------------------------------------------------------------------------------- /img/shop/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/17.jpg -------------------------------------------------------------------------------- /img/shop/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/18.jpg -------------------------------------------------------------------------------- /img/shop/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/19.jpg -------------------------------------------------------------------------------- /img/shop/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/2.jpg -------------------------------------------------------------------------------- /img/shop/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/20.jpg -------------------------------------------------------------------------------- /img/shop/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/21.jpg -------------------------------------------------------------------------------- /img/shop/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/22.jpg -------------------------------------------------------------------------------- /img/shop/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/23.jpg -------------------------------------------------------------------------------- /img/shop/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/24.jpg -------------------------------------------------------------------------------- /img/shop/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/25.jpg -------------------------------------------------------------------------------- /img/shop/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/26.jpg -------------------------------------------------------------------------------- /img/shop/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/3.jpg -------------------------------------------------------------------------------- /img/shop/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/4.jpg -------------------------------------------------------------------------------- /img/shop/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/5.jpg -------------------------------------------------------------------------------- /img/shop/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/6.jpg -------------------------------------------------------------------------------- /img/shop/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/7.jpg -------------------------------------------------------------------------------- /img/shop/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/8.jpg -------------------------------------------------------------------------------- /img/shop/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/shop/9.jpg -------------------------------------------------------------------------------- /img/watches/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/watches/1.jpg -------------------------------------------------------------------------------- /img/watches/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/watches/2.jpg -------------------------------------------------------------------------------- /img/watches/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/watches/3.jpg -------------------------------------------------------------------------------- /img/watches/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/img/watches/4.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/index.html -------------------------------------------------------------------------------- /shop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/shop.html -------------------------------------------------------------------------------- /sproduct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/sproduct.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech2etc/Build-Ecommerce-Website-With-HTML-CSS-JavaScript/HEAD/style.css --------------------------------------------------------------------------------