├── images ├── Categories │ ├── bag.png │ ├── pale-order.png │ ├── perfume.png │ └── shoe.png ├── banner-products │ ├── product-1.png │ ├── slider-1.png │ └── slider-3.png ├── hot-gadget.png ├── laptop │ ├── product-1.png │ ├── product-2.png │ └── product-3.png ├── logo.png └── phone │ ├── phone-1.png │ ├── phone-2.png │ └── phone-3.png ├── index.html └── style.css /images/Categories/bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/Categories/bag.png -------------------------------------------------------------------------------- /images/Categories/pale-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/Categories/pale-order.png -------------------------------------------------------------------------------- /images/Categories/perfume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/Categories/perfume.png -------------------------------------------------------------------------------- /images/Categories/shoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/Categories/shoe.png -------------------------------------------------------------------------------- /images/banner-products/product-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/banner-products/product-1.png -------------------------------------------------------------------------------- /images/banner-products/slider-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/banner-products/slider-1.png -------------------------------------------------------------------------------- /images/banner-products/slider-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/banner-products/slider-3.png -------------------------------------------------------------------------------- /images/hot-gadget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/hot-gadget.png -------------------------------------------------------------------------------- /images/laptop/product-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/laptop/product-1.png -------------------------------------------------------------------------------- /images/laptop/product-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/laptop/product-2.png -------------------------------------------------------------------------------- /images/laptop/product-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/laptop/product-3.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/logo.png -------------------------------------------------------------------------------- /images/phone/phone-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/phone/phone-1.png -------------------------------------------------------------------------------- /images/phone/phone-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/phone/phone-2.png -------------------------------------------------------------------------------- /images/phone/phone-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/hot-gadget-solution/a2238ad419670cfddc2945003c0b4803e71351c0/images/phone/phone-3.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Some quick example of to build the card title
131 |Some quick example of to build the card title
145 |Some quick example of to build the card title
159 |Some quick example of to build the card title
188 |Some quick example of to build the card title
202 |Some quick example of to build the card title
216 |