diff --git a/assets/data/data.json b/assets/data/data.json index cb15d88..3d53474 100644 --- a/assets/data/data.json +++ b/assets/data/data.json @@ -204,9 +204,9 @@ }, { "place": "Bison Bar & BBQ", - "rating": 8.3, + "rating": 8, "category": ["American", "Bar", "Student Deal", "Dessert"], - "images": ["bisonbar.jpg", "bisonbar2.jpg", "bisonbar3.jpg"], + "images": ["bisonbar.jpg", "bisonbar2.jpg", "bisonbar3.jpg", "bisonbar4.jpg", "bisonbar5.jpg"], "description": "The atmosphere and vibe was cool. Nice place for a brisket. The burgers are nice and they also have a student deal. The peach cobler was okay, a bit hard and crunchy but everything else was great." }, { @@ -225,11 +225,18 @@ }, { "place": "Born for Burgers", - "rating": "?", + "rating": "8", "category": ["American", "Halal", "Student Deal"], "images": ["bornforburgers.jpg"], "description": "Very nice burger joint in town for a decent price. The quality of the food was high from the meat to the buns. The only thing is that the place could have more variety in the menu." }, + { + "place": "Bambino", + "rating": "7", + "category": ["American", "Pizza"], + "images": ["bambinos.jpg"], + "description": "Nice place to get NYC style pizza slice in town. Good pizza, okay prices. The place is a bit small and can be a bit cramped." + }, { "place": "Dolce Sicily", "rating": "7.1", diff --git a/assets/img/food/bambinos.jpg b/assets/img/food/bambinos.jpg new file mode 100644 index 0000000..ec77b43 Binary files /dev/null and b/assets/img/food/bambinos.jpg differ diff --git a/assets/img/food/bisonbar4.jpg b/assets/img/food/bisonbar4.jpg new file mode 100644 index 0000000..dd5794d Binary files /dev/null and b/assets/img/food/bisonbar4.jpg differ diff --git a/assets/img/food/bisonbar5.jpg b/assets/img/food/bisonbar5.jpg new file mode 100644 index 0000000..d83953b Binary files /dev/null and b/assets/img/food/bisonbar5.jpg differ