├── README.md ├── index.html ├── resources ├── css │ ├── img │ │ ├── back-customers-min.jpg │ │ ├── back-customers.jpg │ │ ├── hero-min.jpg │ │ └── hero.jpg │ ├── queries.css │ └── styles.css ├── img │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ ├── app-iPhone.png │ ├── back-customers.jpg │ ├── berlin.jpg │ ├── customer-1.jpg │ ├── customer-2.jpg │ ├── customer-3.jpg │ ├── download-app-android.png │ ├── download-app.svg │ ├── hero.jpg │ ├── lisbon-3.jpg │ ├── logo-white.png │ ├── logo.png │ ├── london.jpg │ └── san-francisco.jpg └── js │ └── scripts.js └── vendors ├── css ├── animate.css ├── grid.css ├── ionicons.min.css └── node_modules │ └── normalize.css │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── normalize.css │ └── package.json ├── fonts ├── ionicons.eot ├── ionicons.svg ├── ionicons.ttf └── ionicons.woff └── js ├── gmaps.js └── jquery.waypoints.min.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/index.html -------------------------------------------------------------------------------- /resources/css/img/back-customers-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/img/back-customers-min.jpg -------------------------------------------------------------------------------- /resources/css/img/back-customers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/img/back-customers.jpg -------------------------------------------------------------------------------- /resources/css/img/hero-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/img/hero-min.jpg -------------------------------------------------------------------------------- /resources/css/img/hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/img/hero.jpg -------------------------------------------------------------------------------- /resources/css/queries.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/queries.css -------------------------------------------------------------------------------- /resources/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/css/styles.css -------------------------------------------------------------------------------- /resources/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/1.jpg -------------------------------------------------------------------------------- /resources/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/2.jpg -------------------------------------------------------------------------------- /resources/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/3.jpg -------------------------------------------------------------------------------- /resources/img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/4.jpg -------------------------------------------------------------------------------- /resources/img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/5.jpg -------------------------------------------------------------------------------- /resources/img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/6.jpg -------------------------------------------------------------------------------- /resources/img/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/7.jpg -------------------------------------------------------------------------------- /resources/img/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/8.jpg -------------------------------------------------------------------------------- /resources/img/app-iPhone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/app-iPhone.png -------------------------------------------------------------------------------- /resources/img/back-customers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/back-customers.jpg -------------------------------------------------------------------------------- /resources/img/berlin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/berlin.jpg -------------------------------------------------------------------------------- /resources/img/customer-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/customer-1.jpg -------------------------------------------------------------------------------- /resources/img/customer-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/customer-2.jpg -------------------------------------------------------------------------------- /resources/img/customer-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/customer-3.jpg -------------------------------------------------------------------------------- /resources/img/download-app-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/download-app-android.png -------------------------------------------------------------------------------- /resources/img/download-app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/download-app.svg -------------------------------------------------------------------------------- /resources/img/hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/hero.jpg -------------------------------------------------------------------------------- /resources/img/lisbon-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/lisbon-3.jpg -------------------------------------------------------------------------------- /resources/img/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/logo-white.png -------------------------------------------------------------------------------- /resources/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/logo.png -------------------------------------------------------------------------------- /resources/img/london.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/london.jpg -------------------------------------------------------------------------------- /resources/img/san-francisco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/img/san-francisco.jpg -------------------------------------------------------------------------------- /resources/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/resources/js/scripts.js -------------------------------------------------------------------------------- /vendors/css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/animate.css -------------------------------------------------------------------------------- /vendors/css/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/grid.css -------------------------------------------------------------------------------- /vendors/css/ionicons.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/ionicons.min.css -------------------------------------------------------------------------------- /vendors/css/node_modules/normalize.css/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/node_modules/normalize.css/CHANGELOG.md -------------------------------------------------------------------------------- /vendors/css/node_modules/normalize.css/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/node_modules/normalize.css/LICENSE.md -------------------------------------------------------------------------------- /vendors/css/node_modules/normalize.css/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/node_modules/normalize.css/README.md -------------------------------------------------------------------------------- /vendors/css/node_modules/normalize.css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/node_modules/normalize.css/normalize.css -------------------------------------------------------------------------------- /vendors/css/node_modules/normalize.css/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/css/node_modules/normalize.css/package.json -------------------------------------------------------------------------------- /vendors/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/fonts/ionicons.eot -------------------------------------------------------------------------------- /vendors/fonts/ionicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/fonts/ionicons.svg -------------------------------------------------------------------------------- /vendors/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/fonts/ionicons.ttf -------------------------------------------------------------------------------- /vendors/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/fonts/ionicons.woff -------------------------------------------------------------------------------- /vendors/js/gmaps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/js/gmaps.js -------------------------------------------------------------------------------- /vendors/js/jquery.waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvmvr/omnifood-website/HEAD/vendors/js/jquery.waypoints.min.js --------------------------------------------------------------------------------