-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviews.html
140 lines (138 loc) · 6.98 KB
/
reviews.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<title>Reviews</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="./styles2.css"/>
</head>
<body class = "backgroundColor">
<!-- This code creates a navigiation bar -->
<div id = "navbarMenu">
<nav class="navbar navbar-light">
<nav class="navbar navbar-expand-lg" id = "mynav">
<a class="navbar-brand" href="#">Menu</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./recipes.html">Recipes</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./meal.html">Meal of The Day</a>
</li>
<li><img src="./images/coffee.png" width = 30px height = 30px></li>
</ul>
</div>
</nav>
</nav>
</div>
<div = class ="bodyMargins">
<!-- END of navigation bar -->
<br>
<h1 class = "BlogName">A Blend Of Sweet</h1>
<h2 id = "titleOfPage">REVIEWS</h2>
<h3 id = "date"></h3>
<br>
<br>
<div id = "textInReviews">
<p>Did we love it? Food for thought... </p>
<p>We tried some of Provo's favourite places and here's what we decided!</p><hr>
<div id="app">
<h2><ul><a href="https://bombayhouse.com/menu/">Bombay House</a></h2>
<div class="container">
<div class="row">
<div class="col-sm">
<img src="./images/bombayFood.jpg" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/bombay.jpeg" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/bombayFood_2.jpg" id = "imageInRecipe"></img>
</div>
</div>
</div>
<p>If you like Indian food, this is the place for you! With mouthwatering choices for all the meatlovers, vegetarians, and gluten-free foodies, you can never go wrong! We are big fans of the chicken coconut kurma, and of course, you can't forget the naan!
</ul></p>
<h2><ul><a href="https://www.chick-fil-a.com/">Chick-Fil-A</a></h2>
<div class="container">
<div class="row">
<div class="col-sm">
<img src="./images/chicken.jpg" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/chickfila.png" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/chicken_2.jpg" id = "imageInRecipe"></img>
</div>
</div>
</div>
<p>Who doesn't like chicken?! This is the best place to eat any time of the day because they offer both breakfast type meals and larger appetite curbing selections. The Chick-Fil-A sauce completes any chicken-choice on the menu! Our favourite is a toss up between the chicken sandwich with cheese and the chicken bites, we can't get enough of those with a side of fries!
</ul></p>
<h2><ul><a href="https://www.tacobell.com/">Taco Bell</a></h2>
<div class="container">
<div class="row">
<div class="col-sm">
<img src="./images/taco_2.jpg" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/tacobell.png" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/taco.jpg" id = "imageInRecipe"></img>
</div>
</div>
</div>
<p>Classic choice among the student population, Taco Bell offers an assortment of options to crave hunger! Not only are their tacos a classic, but one of our go to items is the chicken quesadilla!
</ul></p>
<h2><ul><a href="https://www.jamba.com/menu">Jamba Juice</a></h2>
<div class="container">
<div class="row">
<div class="col-sm">
<img src="./images/jamba.jpg" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/jamba.png" id = "imageInRecipe"></img>
</div>
<div class="col-sm">
<img src="./images/jamba_2.jpg" id = "imageInRecipe"></img>
</div>
</div>
</div>
<p>Best option for a healty choice! With the ability to customise orders to be filled with protein, a fruit bowl, or whatever you may need, this easy to go option is a favourite among many! Anything I buy here is not only tasty but keeps me filled until the next meal!
</ul></p>
</p>
<hr>
</div>
<div id = "addressbody">
<p>
<em>Address: 300 E, 450 N, Provo, UT 84602</em>
</p>
<a href ="./contact.html"><i>Contact us</i></a>
</div>
</div>
<!-- Github footer-->
<div class = "footer">
<a href = "https://github.com/sben502/creative3"><u>GitHub</u></a>
</div>
</div>
<!-- Interactive java script code for website -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script src="./script.js"></script>
</body>
</html>