├── about.html ├── contact.html ├── css └── style.css ├── icon ├── call.png ├── email.png ├── fb.png ├── h.png ├── instagram.png ├── lin(2).png ├── loc.png └── tw.png ├── images ├── Gallery1.jpg ├── Gallery2.jpg ├── Gallery3.jpg ├── Gallery4.jpg ├── about.png ├── about_bg.jpg ├── banner2.jpg ├── loading.gif ├── logo.png ├── search_icon.png └── up.jpg ├── img ├── Logo, Icon │ ├── Logo.png │ ├── XMLID 1.png │ ├── green.png │ ├── image 12.png │ ├── image 13.png │ ├── image 14.png │ └── shopping-cart 1.png ├── Photos │ ├── edit green.png │ ├── image 16.png │ ├── image 4.png │ ├── png13.png │ ├── png15.png │ ├── pngwing 1.png │ ├── pngwing 2.png │ └── pngwing 3.png └── other │ ├── img19.png │ ├── shoes.png │ └── watch.png ├── index.html ├── login ├── bg.jpg ├── config.php ├── index.php ├── logout.php ├── register.php ├── style.css └── welcome.php ├── product.html └── style.css /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/about.html -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/contact.html -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/css/style.css -------------------------------------------------------------------------------- /icon/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/call.png -------------------------------------------------------------------------------- /icon/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/email.png -------------------------------------------------------------------------------- /icon/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/fb.png -------------------------------------------------------------------------------- /icon/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/h.png -------------------------------------------------------------------------------- /icon/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/instagram.png -------------------------------------------------------------------------------- /icon/lin(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/lin(2).png -------------------------------------------------------------------------------- /icon/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/loc.png -------------------------------------------------------------------------------- /icon/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/icon/tw.png -------------------------------------------------------------------------------- /images/Gallery1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/Gallery1.jpg -------------------------------------------------------------------------------- /images/Gallery2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/Gallery2.jpg -------------------------------------------------------------------------------- /images/Gallery3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/Gallery3.jpg -------------------------------------------------------------------------------- /images/Gallery4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/Gallery4.jpg -------------------------------------------------------------------------------- /images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/about.png -------------------------------------------------------------------------------- /images/about_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/about_bg.jpg -------------------------------------------------------------------------------- /images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/banner2.jpg -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/search_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/search_icon.png -------------------------------------------------------------------------------- /images/up.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/images/up.jpg -------------------------------------------------------------------------------- /img/Logo, Icon/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/Logo.png -------------------------------------------------------------------------------- /img/Logo, Icon/XMLID 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/XMLID 1.png -------------------------------------------------------------------------------- /img/Logo, Icon/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/green.png -------------------------------------------------------------------------------- /img/Logo, Icon/image 12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/image 12.png -------------------------------------------------------------------------------- /img/Logo, Icon/image 13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/image 13.png -------------------------------------------------------------------------------- /img/Logo, Icon/image 14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/image 14.png -------------------------------------------------------------------------------- /img/Logo, Icon/shopping-cart 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Logo, Icon/shopping-cart 1.png -------------------------------------------------------------------------------- /img/Photos/edit green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/edit green.png -------------------------------------------------------------------------------- /img/Photos/image 16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/image 16.png -------------------------------------------------------------------------------- /img/Photos/image 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/image 4.png -------------------------------------------------------------------------------- /img/Photos/png13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/png13.png -------------------------------------------------------------------------------- /img/Photos/png15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/png15.png -------------------------------------------------------------------------------- /img/Photos/pngwing 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/pngwing 1.png -------------------------------------------------------------------------------- /img/Photos/pngwing 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/pngwing 2.png -------------------------------------------------------------------------------- /img/Photos/pngwing 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/Photos/pngwing 3.png -------------------------------------------------------------------------------- /img/other/img19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/other/img19.png -------------------------------------------------------------------------------- /img/other/shoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/other/shoes.png -------------------------------------------------------------------------------- /img/other/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/img/other/watch.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/index.html -------------------------------------------------------------------------------- /login/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/bg.jpg -------------------------------------------------------------------------------- /login/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/config.php -------------------------------------------------------------------------------- /login/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/index.php -------------------------------------------------------------------------------- /login/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/logout.php -------------------------------------------------------------------------------- /login/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/register.php -------------------------------------------------------------------------------- /login/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/style.css -------------------------------------------------------------------------------- /login/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/login/welcome.php -------------------------------------------------------------------------------- /product.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/product.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/penguin-web/HEAD/style.css --------------------------------------------------------------------------------