├── README.md ├── ReadMeFiles └── app.jpg ├── assets ├── css │ └── styles.css ├── img │ ├── ThumbnailLinkImg.jpg │ ├── about.jpg │ ├── appStoreDownload.svg │ ├── dish.svg │ ├── home.png │ ├── logo.svg │ ├── movil-app.png │ ├── pizza.svg │ ├── plate1.png │ ├── plate2.png │ ├── plate3.png │ ├── playStoreDownload.png │ └── truck.svg └── js │ └── main.js └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/README.md -------------------------------------------------------------------------------- /ReadMeFiles/app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/ReadMeFiles/app.jpg -------------------------------------------------------------------------------- /assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/css/styles.css -------------------------------------------------------------------------------- /assets/img/ThumbnailLinkImg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/ThumbnailLinkImg.jpg -------------------------------------------------------------------------------- /assets/img/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/about.jpg -------------------------------------------------------------------------------- /assets/img/appStoreDownload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/appStoreDownload.svg -------------------------------------------------------------------------------- /assets/img/dish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/dish.svg -------------------------------------------------------------------------------- /assets/img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/home.png -------------------------------------------------------------------------------- /assets/img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/logo.svg -------------------------------------------------------------------------------- /assets/img/movil-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/movil-app.png -------------------------------------------------------------------------------- /assets/img/pizza.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/pizza.svg -------------------------------------------------------------------------------- /assets/img/plate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/plate1.png -------------------------------------------------------------------------------- /assets/img/plate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/plate2.png -------------------------------------------------------------------------------- /assets/img/plate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/plate3.png -------------------------------------------------------------------------------- /assets/img/playStoreDownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/playStoreDownload.png -------------------------------------------------------------------------------- /assets/img/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/img/truck.svg -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thiagoow/UberEats-Responsive-LandingPage/HEAD/index.html --------------------------------------------------------------------------------