├── css └── style.css ├── img ├── Account_Icon.svg ├── Find_KFC_logo.svg ├── KFC_bottom_Logo.svg ├── Kfc Logo.png ├── app_store_button.svg ├── bucket_cart_icon.svg ├── google_play_button.svg ├── kfcLogo.png.svg ├── kfc_Facebook.svg ├── kfc_Insta.svg ├── kfc_Twitter.svg ├── kfcimglogo.png ├── searchicon.png └── stripskfc.svg └── index.html /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/css/style.css -------------------------------------------------------------------------------- /img/Account_Icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/Account_Icon.svg -------------------------------------------------------------------------------- /img/Find_KFC_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/Find_KFC_logo.svg -------------------------------------------------------------------------------- /img/KFC_bottom_Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/KFC_bottom_Logo.svg -------------------------------------------------------------------------------- /img/Kfc Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/Kfc Logo.png -------------------------------------------------------------------------------- /img/app_store_button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/app_store_button.svg -------------------------------------------------------------------------------- /img/bucket_cart_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/bucket_cart_icon.svg -------------------------------------------------------------------------------- /img/google_play_button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/google_play_button.svg -------------------------------------------------------------------------------- /img/kfcLogo.png.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/kfcLogo.png.svg -------------------------------------------------------------------------------- /img/kfc_Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/kfc_Facebook.svg -------------------------------------------------------------------------------- /img/kfc_Insta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/kfc_Insta.svg -------------------------------------------------------------------------------- /img/kfc_Twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/kfc_Twitter.svg -------------------------------------------------------------------------------- /img/kfcimglogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/kfcimglogo.png -------------------------------------------------------------------------------- /img/searchicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/searchicon.png -------------------------------------------------------------------------------- /img/stripskfc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/img/stripskfc.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/KFCDesign/HEAD/index.html --------------------------------------------------------------------------------