├── LICENSE ├── README.md ├── assets ├── css │ ├── base.css │ ├── grid.css │ ├── responsive.css │ └── style.css ├── db │ └── shopee.json ├── img │ ├── buy │ │ ├── 1.PNG │ │ ├── 2.PNG │ │ ├── 3.PNG │ │ ├── 4.PNG │ │ ├── 5.PNG │ │ ├── 6.PNG │ │ ├── 7.PNG │ │ └── 8.PNG │ ├── home │ │ ├── 1.PNG │ │ ├── 10.PNG │ │ ├── 11.PNG │ │ ├── 12.PNG │ │ ├── 13.PNG │ │ ├── 14.PNG │ │ ├── 15.PNG │ │ ├── 16.PNG │ │ ├── 17.PNG │ │ ├── 18.PNG │ │ ├── 19.PNG │ │ ├── 2.PNG │ │ ├── 20.PNG │ │ ├── 21.PNG │ │ ├── 22.PNG │ │ ├── 23.PNG │ │ ├── 24.PNG │ │ ├── 25.PNG │ │ ├── 3.PNG │ │ ├── 4.PNG │ │ ├── 5.PNG │ │ ├── 6.PNG │ │ ├── 7.PNG │ │ ├── 8.PNG │ │ └── 9.PNG │ ├── logo │ │ ├── Shopee logo.svg │ │ ├── Shopee.svg │ │ ├── logo-full-white.png │ │ └── shopee-logo.png │ ├── pay │ │ ├── 1.PNG │ │ ├── 2.PNG │ │ ├── 3.PNG │ │ ├── 4.PNG │ │ └── 5.PNG │ ├── qr │ │ ├── app-gallery.png │ │ ├── app-store.png │ │ ├── gg-play.png │ │ ├── ltp-img.png │ │ └── qr-code.png │ ├── ship │ │ ├── 1.PNG │ │ ├── 2.PNG │ │ ├── 3.PNG │ │ ├── 4.PNG │ │ ├── 5.PNG │ │ ├── 6.PNG │ │ ├── 7.PNG │ │ ├── 8.PNG │ │ └── 9.PNG │ ├── sp │ │ ├── casio.png │ │ ├── iphone.png │ │ ├── iphone2.png │ │ ├── laptop.png │ │ ├── laptop2.png │ │ └── no-cart.png │ └── user.png └── js │ └── product.js └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/css/base.css -------------------------------------------------------------------------------- /assets/css/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/css/grid.css -------------------------------------------------------------------------------- /assets/css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/css/responsive.css -------------------------------------------------------------------------------- /assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/css/style.css -------------------------------------------------------------------------------- /assets/db/shopee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/db/shopee.json -------------------------------------------------------------------------------- /assets/img/buy/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/1.PNG -------------------------------------------------------------------------------- /assets/img/buy/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/2.PNG -------------------------------------------------------------------------------- /assets/img/buy/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/3.PNG -------------------------------------------------------------------------------- /assets/img/buy/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/4.PNG -------------------------------------------------------------------------------- /assets/img/buy/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/5.PNG -------------------------------------------------------------------------------- /assets/img/buy/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/6.PNG -------------------------------------------------------------------------------- /assets/img/buy/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/7.PNG -------------------------------------------------------------------------------- /assets/img/buy/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/buy/8.PNG -------------------------------------------------------------------------------- /assets/img/home/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/1.PNG -------------------------------------------------------------------------------- /assets/img/home/10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/10.PNG -------------------------------------------------------------------------------- /assets/img/home/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/11.PNG -------------------------------------------------------------------------------- /assets/img/home/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/12.PNG -------------------------------------------------------------------------------- /assets/img/home/13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/13.PNG -------------------------------------------------------------------------------- /assets/img/home/14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/14.PNG -------------------------------------------------------------------------------- /assets/img/home/15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/15.PNG -------------------------------------------------------------------------------- /assets/img/home/16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/16.PNG -------------------------------------------------------------------------------- /assets/img/home/17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/17.PNG -------------------------------------------------------------------------------- /assets/img/home/18.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/18.PNG -------------------------------------------------------------------------------- /assets/img/home/19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/19.PNG -------------------------------------------------------------------------------- /assets/img/home/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/2.PNG -------------------------------------------------------------------------------- /assets/img/home/20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/20.PNG -------------------------------------------------------------------------------- /assets/img/home/21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/21.PNG -------------------------------------------------------------------------------- /assets/img/home/22.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/22.PNG -------------------------------------------------------------------------------- /assets/img/home/23.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/23.PNG -------------------------------------------------------------------------------- /assets/img/home/24.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/24.PNG -------------------------------------------------------------------------------- /assets/img/home/25.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/25.PNG -------------------------------------------------------------------------------- /assets/img/home/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/3.PNG -------------------------------------------------------------------------------- /assets/img/home/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/4.PNG -------------------------------------------------------------------------------- /assets/img/home/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/5.PNG -------------------------------------------------------------------------------- /assets/img/home/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/6.PNG -------------------------------------------------------------------------------- /assets/img/home/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/7.PNG -------------------------------------------------------------------------------- /assets/img/home/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/8.PNG -------------------------------------------------------------------------------- /assets/img/home/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/home/9.PNG -------------------------------------------------------------------------------- /assets/img/logo/Shopee logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/logo/Shopee logo.svg -------------------------------------------------------------------------------- /assets/img/logo/Shopee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/logo/Shopee.svg -------------------------------------------------------------------------------- /assets/img/logo/logo-full-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/logo/logo-full-white.png -------------------------------------------------------------------------------- /assets/img/logo/shopee-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/logo/shopee-logo.png -------------------------------------------------------------------------------- /assets/img/pay/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/pay/1.PNG -------------------------------------------------------------------------------- /assets/img/pay/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/pay/2.PNG -------------------------------------------------------------------------------- /assets/img/pay/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/pay/3.PNG -------------------------------------------------------------------------------- /assets/img/pay/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/pay/4.PNG -------------------------------------------------------------------------------- /assets/img/pay/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/pay/5.PNG -------------------------------------------------------------------------------- /assets/img/qr/app-gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/qr/app-gallery.png -------------------------------------------------------------------------------- /assets/img/qr/app-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/qr/app-store.png -------------------------------------------------------------------------------- /assets/img/qr/gg-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/qr/gg-play.png -------------------------------------------------------------------------------- /assets/img/qr/ltp-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/qr/ltp-img.png -------------------------------------------------------------------------------- /assets/img/qr/qr-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/qr/qr-code.png -------------------------------------------------------------------------------- /assets/img/ship/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/1.PNG -------------------------------------------------------------------------------- /assets/img/ship/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/2.PNG -------------------------------------------------------------------------------- /assets/img/ship/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/3.PNG -------------------------------------------------------------------------------- /assets/img/ship/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/4.PNG -------------------------------------------------------------------------------- /assets/img/ship/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/5.PNG -------------------------------------------------------------------------------- /assets/img/ship/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/6.PNG -------------------------------------------------------------------------------- /assets/img/ship/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/7.PNG -------------------------------------------------------------------------------- /assets/img/ship/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/8.PNG -------------------------------------------------------------------------------- /assets/img/ship/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/ship/9.PNG -------------------------------------------------------------------------------- /assets/img/sp/casio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/casio.png -------------------------------------------------------------------------------- /assets/img/sp/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/iphone.png -------------------------------------------------------------------------------- /assets/img/sp/iphone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/iphone2.png -------------------------------------------------------------------------------- /assets/img/sp/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/laptop.png -------------------------------------------------------------------------------- /assets/img/sp/laptop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/laptop2.png -------------------------------------------------------------------------------- /assets/img/sp/no-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/sp/no-cart.png -------------------------------------------------------------------------------- /assets/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/img/user.png -------------------------------------------------------------------------------- /assets/js/product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/assets/js/product.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/shopee/HEAD/index.html --------------------------------------------------------------------------------