├── README.md ├── assets ├── css │ └── style.css ├── images │ ├── Thumbs.db │ ├── cta-banner.png │ ├── hero-banner.png │ ├── hero-bg.png │ ├── hero-shape-1.svg │ ├── hero-shape-2.svg │ ├── instructuion-1.png │ ├── instructuion-2.png │ ├── instructuion-3.png │ ├── logo-footer.svg │ ├── logo.svg │ ├── newsletter-banenr.png │ ├── partner-1.jpg │ ├── partner-2.jpg │ ├── rest-1.jpg │ ├── rest-2.jpg │ ├── rest-3.jpg │ ├── testi-avatar.jpg │ ├── testi-shape.svg │ └── testimonial-banner.png └── js │ └── script.js ├── favicon.svg ├── index.html ├── index.txt ├── readme-images └── desktop.png └── style-guide.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/css/style.css -------------------------------------------------------------------------------- /assets/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/Thumbs.db -------------------------------------------------------------------------------- /assets/images/cta-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/cta-banner.png -------------------------------------------------------------------------------- /assets/images/hero-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/hero-banner.png -------------------------------------------------------------------------------- /assets/images/hero-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/hero-bg.png -------------------------------------------------------------------------------- /assets/images/hero-shape-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/hero-shape-1.svg -------------------------------------------------------------------------------- /assets/images/hero-shape-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/hero-shape-2.svg -------------------------------------------------------------------------------- /assets/images/instructuion-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/instructuion-1.png -------------------------------------------------------------------------------- /assets/images/instructuion-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/instructuion-2.png -------------------------------------------------------------------------------- /assets/images/instructuion-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/instructuion-3.png -------------------------------------------------------------------------------- /assets/images/logo-footer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/logo-footer.svg -------------------------------------------------------------------------------- /assets/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/logo.svg -------------------------------------------------------------------------------- /assets/images/newsletter-banenr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/newsletter-banenr.png -------------------------------------------------------------------------------- /assets/images/partner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/partner-1.jpg -------------------------------------------------------------------------------- /assets/images/partner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/partner-2.jpg -------------------------------------------------------------------------------- /assets/images/rest-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/rest-1.jpg -------------------------------------------------------------------------------- /assets/images/rest-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/rest-2.jpg -------------------------------------------------------------------------------- /assets/images/rest-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/rest-3.jpg -------------------------------------------------------------------------------- /assets/images/testi-avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/testi-avatar.jpg -------------------------------------------------------------------------------- /assets/images/testi-shape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/testi-shape.svg -------------------------------------------------------------------------------- /assets/images/testimonial-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/images/testimonial-banner.png -------------------------------------------------------------------------------- /assets/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/assets/js/script.js -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/favicon.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/index.html -------------------------------------------------------------------------------- /index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/index.txt -------------------------------------------------------------------------------- /readme-images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/readme-images/desktop.png -------------------------------------------------------------------------------- /style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithsadee/fasteat/HEAD/style-guide.md --------------------------------------------------------------------------------