-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished for first submission of phase 2. Testing & updating readme.
- Loading branch information
Kate Lovett
committed
Aug 24, 2018
1 parent
2a88fe7
commit 2e0f018
Showing
20 changed files
with
152 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"short_name": "FoodReviews", | ||
"name": "Restaurant Reviews", | ||
"description": "Restaurant Reviews App - Part of the Udacity Mobile Web Soecialist Nano-Degree", | ||
"start_url": "index.html", | ||
"theme_color": "orange", | ||
"background_color": "#252831", | ||
"display": "fullscreen", | ||
"icons": [ | ||
{ "src": "img/icons/rr-icon-192.png", "type": "image/png", "sizes": "192x192" }, | ||
{ "src": "img/icons/rr-icon-512.png", "type": "image/png", "sizes": "512x512" } | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="Description" content="Restaurant Reviews"><script type="application/javascript" charset="utf-8" src="js/swregister.js"></script><link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css"><link rel="stylesheet" href="css/styles.css"><title>Restaurant Reviews</title></head><body><header><nav><h1><a href="/">Restaurant Reviews</a></h1></nav></header><main id="maincontent"><section id="map-container" role="application" aria-labelledby="aria-map-label"><label id="aria-map-label" class="aria-label">Map Application provided by Google</label><div id="map"></div></section><section><div class="filter-options"><h2>Filter Results</h2><label id="aria-select-neighborhood" class="aria-label">Select filter by neighborhood</label> <select id="neighborhoods-select" aria-labelledby="aria-select-neighborhood" name="neighborhoods" onchange="updateRestaurants()"><option value="all">All Neighborhoods</option></select> <label id="aria-select-cuisine" class="aria-label">Select filter by cuisine</label> <select id="cuisines-select" aria-labelledby="aria-select-cuisine" name="cuisines" onchange="updateRestaurants()"><option value="all">All Cuisines</option></select></div><ul id="restaurants-list"></ul></section></main><footer id="footer">Copyright (c) 2018<br><a href="/"><strong>Restaurant Reviews</strong></a><br>All Rights Reserved.</footer><script type="text/javascript" sec="js/idb.js"></script><script type="application/javascript" charset="utf-8" src="js/dbhelper.js"></script><script type="application/javascript" charset="utf-8" src="js/main.js"></script><script async defer="defer" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1aTdv0wLnDD_CvnEokElxVicSZxl4IrM&libraries=places&callback=initMap"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="orange"><link rel="manifest" href="/manifest.json"><meta name="Description" content="Restaurant Reviews"><script type="application/javascript" charset="utf-8" src="js/swregister.js"></script><link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css"><link rel="stylesheet" href="css/styles.css"><title>Restaurant Reviews</title></head><body><header><nav><h1><a href="/">Restaurant Reviews</a></h1></nav></header><main id="maincontent"><section id="map-container" role="application" aria-labelledby="aria-map-label"><label id="aria-map-label" class="aria-label">Map Application provided by Google</label><div id="map"></div></section><section><div class="filter-options"><h2>Filter Results</h2><label id="aria-select-neighborhood" class="aria-label">Select filter by neighborhood</label> <select id="neighborhoods-select" aria-labelledby="aria-select-neighborhood" name="neighborhoods" onchange="updateRestaurants()"><option value="all">All Neighborhoods</option></select> <label id="aria-select-cuisine" class="aria-label">Select filter by cuisine</label> <select id="cuisines-select" aria-labelledby="aria-select-cuisine" name="cuisines" onchange="updateRestaurants()"><option value="all">All Cuisines</option></select></div><ul id="restaurants-list"></ul></section></main><footer id="footer">Copyright (c) 2018<br><a href="/"><strong>Restaurant Reviews</strong></a><br>All Rights Reserved.</footer><script type="text/javascript" sec="js/idb.js"></script><script type="application/javascript" charset="utf-8" src="js/dbhelper.js"></script><script type="application/javascript" charset="utf-8" src="js/main.js"></script><script async defer="defer" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1aTdv0wLnDD_CvnEokElxVicSZxl4IrM&libraries=places&callback=initMap"></script></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"short_name": "FoodReviews", | ||
"name": "Restaurant Reviews", | ||
"description": "Restaurant Reviews App - Part of the Udacity Mobile Web Soecialist Nano-Degree", | ||
"start_url": "index.html", | ||
"theme_color": "orange", | ||
"background_color": "#252831", | ||
"display": "fullscreen", | ||
"icons": [ | ||
{ "src": "img/icons/rr-icon-192.png", "type": "image/png", "sizes": "192x192" }, | ||
{ "src": "img/icons/rr-icon-512.png", "type": "image/png", "sizes": "512x512" } | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="Description" content="Restaurant Details"><script type="application/javascript" charset="utf-8" src="js/swregister.js"></script><link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css"><link rel="stylesheet" href="css/styles.css" type="text/css"><title>Restaurant Info</title></head><body class="inside"><header class="header_container"><nav><h1><a href="/">Restaurant Reviews</a></h1><ul id="breadcrumb" role="navigation"><li><h2></h2><a href="/" aria-label="Return to home page">Home</a></li></ul></nav></header><main id="maincontent"><section id="map-container" role="application" aria-labelledby="aria-map-label"><label id="aria-map-label" class="aria-label">Map Application provided by Google</label><div id="map"></div></section><section id="restaurant-container"><h2 id="restaurant-name"></h2><img id="restaurant-img"><p id="restaurant-cuisine"></p><p id="restaurant-address"></p><table id="restaurant-hours"></table></section><section id="reviews-container"><ul id="reviews-list"></ul></section></main><footer id="footer">Copyright (c) 2018<br><a href="/"><strong>Restaurant Reviews</strong></a><br>All Rights Reserved.</footer><script type="text/javascript" sec="js/idb.js"></script><script type="text/javascript" src="js/dbhelper.js"></script><script type="text/javascript" src="js/restaurant_info.js"></script><script async defer="defer" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1aTdv0wLnDD_CvnEokElxVicSZxl4IrM&libraries=places&callback=initMap"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="orange"><link rel="manifest" href="/manifest.json"><meta name="Description" content="Restaurant Details"><script type="application/javascript" charset="utf-8" src="js/swregister.js"></script><link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css"><link rel="stylesheet" href="css/styles.css" type="text/css"><title>Restaurant Info</title></head><body class="inside"><header class="header_container"><nav><h1><a href="/">Restaurant Reviews</a></h1><ul id="breadcrumb" role="navigation"><li><h2></h2><a href="/" aria-label="Return to home page">Home</a></li></ul></nav></header><main id="maincontent"><section id="map-container" role="application" aria-labelledby="aria-map-label"><label id="aria-map-label" class="aria-label">Map Application provided by Google</label><div id="map"></div></section><section id="restaurant-container"><h2 id="restaurant-name"></h2><img id="restaurant-img"><p id="restaurant-cuisine"></p><p id="restaurant-address"></p><table id="restaurant-hours"></table></section><section id="reviews-container"><ul id="reviews-list"></ul></section></main><footer id="footer">Copyright (c) 2018<br><a href="/"><strong>Restaurant Reviews</strong></a><br>All Rights Reserved.</footer><script type="text/javascript" sec="js/idb.js"></script><script type="text/javascript" src="js/dbhelper.js"></script><script type="text/javascript" src="js/restaurant_info.js"></script><script async defer="defer" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1aTdv0wLnDD_CvnEokElxVicSZxl4IrM&libraries=places&callback=initMap"></script></body></html> |
Oops, something went wrong.