├── README.md ├── images ├── bg2.png ├── female_photo.png ├── food1.png ├── food2.png └── hero_photo.png ├── index.html └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # Good Food 2 | -------------------------------------------------------------------------------- /images/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/images/bg2.png -------------------------------------------------------------------------------- /images/female_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/images/female_photo.png -------------------------------------------------------------------------------- /images/food1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/images/food1.png -------------------------------------------------------------------------------- /images/food2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/images/food2.png -------------------------------------------------------------------------------- /images/hero_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/images/hero_photo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehedi53423/Good-Food/HEAD/style.css --------------------------------------------------------------------------------