Deleted file not rendered
Binary file not shown.
Binary file not shown.
Binary file not shown.
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Deleted file not rendered
Deleted file not rendered
@@ -9,26 +9,21 @@
<script type="text/javascript" src="scroll.js"></script>
<script type="text/javascript" src="jquery-2.1.1.min.js"></script>

<title>The Original BBQ Hut</title>

<title></title>

<body>
<div id="navigation_bar_index">
<nav>
<ul>
<li><a href="#" id="logo_image"></a></li>
<li><a href="menu.html" id="see_menu_button">SEE THE MENU &#9663</a>
<ul class="dropdown">
<li><a href="menu.html#regular_meals">Meats</a></li>
<li><a href="menu.html#combination_meals">Combinations Meals</a></li>
<li class="sides_drop_option"><a href="#sides_meals">Sides</a></li>
</ul>
</li>
<li><a href="order.html" id="place_order_button">PLACE AN ORDER</a></li>
<li><a href="index.html#about_us" id="about_us_button">ABOUT US</a></li>
<li><a href="index.html#contact_us" id="contact_us_button">CONTACT US</a></li>
</ul>
</nav>
</div>
<nav>
<ul>
<li><a href="menu.html" id="see_menu_button">SEE THE MENU</a></li>
<li><a href="order.html" id="place_order_button">PLACE AN ORDER</a></li>
<li><a href="#" id="logo_image"></a></li>
<li><a href="#about_us" id="about_us_button">ABOUT US</a></li>
<li><a href="#contact_us" id="contact_us_button">CONTACT US</a></li>
</ul>
</nav>
</div>

<div id="index">
<div id="background_image">
@@ -15,15 +15,9 @@
<div id="navigation_bar_menu">
<nav>
<ul>
<li><a href="index.html" id="logo_image"></a></li>
<li><a href="menu.html" id="see_menu_button">SEE THE MENU &#9663</a>
<ul class="dropdown">
<li><a href="#regular_meals">Meats</a></li>
<li><a href="#combination_meals">Combinations Meals</a></li>
<li class="sides_drop_option"><a href="#sides_meals">Sides</a></li>
</ul>
</li>
<li><a href="menu.html" id="see_menu_button">SEE THE MENU</a></li>
<li><a href="order.html" id="place_order_button">PLACE AN ORDER</a></li>
<li><a href="#" id="logo_image"></a></li>
<li><a href="index.html#about_us" id="about_us_button">ABOUT US</a></li>
<li><a href="index.html#contact_us" id="contact_us_button">CONTACT US</a></li>
</ul>
@@ -32,7 +26,7 @@

<div id="menu_title">Our Menu</div>

<div id="regular_meals">
<div id="regular_meals">
<div id="regular_meals_title">Our Meats</div>

<div id="regular_meals_images">
@@ -110,24 +104,66 @@ <h1>Shrimp, Fries & any one meat</h1>

<div id="sides_meals">
<div id="sides_meals_title">Add Some Sides to Your Meal</div>
<div id="sides_meals_lists">
<ul id="sm1">
<li>Fries, Galric Bread & Green Salad</li>
<li>Fries Only</li>
<li>Baked Potato</li>
<li>Garlic Bread</li>
<li>Macaroni Pie</li>
<li>Macaroni Salad</li>
<li>Potato Salad</li>
<li>Cole Slaw</li>
<li>Extra Portion Green Salad</li>
<li>Wedges, Garlic Bread & Green Salad</li>
<li>Wedges Only</li>
<li>Fried Rice (Friday & Saturday Only)</li>
<li>Noodles (Friday & Saturday Only)</li>
<li>Chicken Kebabs</li>
<li>Shrimp Kebabs</li>
</ul>
<div id="sides_meals_table">
<table>
<tr>
<th>Fries, Galric Bread & Green Salad
</th>
<th>Fries Only
</th>
<th>Baked Potato
</th>
<th>Garlic Bread
</th>
<th>Macaroni Pie
</th>
</tr>
<tr>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
</tr>
<tr>
<th>Macaroni Salad
</th>
<th>Potato Salad
</th>
<th>Cole Slaw
</th>
<th>Extra Portion Green Salad
</th>
<th>Wedges, Garlic Bread & Green Salad
</th>
</tr>
<tr>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
</tr>
<tr>
<th>Wedges Only
</th>
<th>Fried Rice (Friday & Saturday Only)
</th>
<th>Noodles (Friday & Saturday Only)
</th>
<th>Chicken Kebabs
</th>
<th>Shrimp Kebabs
</th>
</tr>
<tr>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
<td><img src="images\bbq.jpg" alt=""></td>
</tr>
</table>
</div>
</div>
</body>
@@ -18,20 +18,11 @@ text-align: center;

/*end*/


/*orders page*/
body
{
background-color: #C5DDC3;
}

/*orders page*/

#navigation_bar_order
{
position: fixed;
top: 0%;
width: 100%;
z-index: 5;
-webkit-user-select: none;
}

#order_container
@@ -67,20 +58,20 @@ margin-top: 16%;
width: 49%;
height: 100%;
float: left;
background-color: #888;
background-color: white;
}

#review_container
{
float: right;
width: 49%;
height: 100%;
background-color: #888;
background-color: white;
}

#options_container
{
overflow-y: scroll;
overflow-y: auto;
height: 79.1%;
margin-top: 8%;
}
@@ -153,8 +144,6 @@ font-size: 2vw;
color: red;
cursor: pointer;
}
<<<<<<< HEAD
=======

#review_container
{
@@ -527,9 +516,7 @@ background-color: green;
{
position: absolute;
height: 100%;
width: 100%;
background-color: #3b3;
z-index: -1000;
width: 100%;
background-color: #fff;
z-index: -1000
}
@@ -688,14 +675,14 @@ list-style-type: none;
{
margin-left: 50%;
transform: translate(-50%,0);
width: 50%;
width: 60%;
height: 30%;
}

#onlinecontact li
{
margin-top: 5%;
width: 30%;
width: 40%;
display: inline-block;
}

@@ -723,15 +710,15 @@ text-align: center;
#regular_meals
{
position: absolute;
top: 25%;
top: 30%;
width: 100%;
height: 100%;
}

#regular_meals_title
{
position: absolute;
top: 25%;
top: 15%;
left: 32%;
font-size: 5vw;
font-family: asgalt;
@@ -741,7 +728,7 @@ color: #444;
#regular_meals_images
{
position: absolute;
top: 35%;
top: 28%;
left: 5%;
width: 40%;
height: 40%;
@@ -805,7 +792,7 @@ height: 100%;
#combination_meals_title
{
position: absolute;
top: 25%;
top: 15%;
left: 55%;
font-size: 5vw;
font-family: asgalt;
@@ -815,7 +802,7 @@ color: #444;
#combination_meals_images
{
position: absolute;
top: 35%;
top: 28%;
right: 5%;
width: 40%;
height: 40%;
@@ -845,7 +832,7 @@ width: 100%;
#combination_meals_options
{
position: absolute;
top: 25%;
top: 20%;
left: 15%;
}

@@ -882,33 +869,49 @@ height: 100%;
#sides_meals_title
{
position: absolute;
top: 20%;
top: 5%;
left: 50%;
transform:translate(-50%, 0);
font-size: 5vw;
font-family: asgalt;
color: #444;
}

#sides_meals_lists
#sides_meals_table
{
position: absolute;
top: 40%;
left: 40%;
top: 18%;
width: 100%;
height: 80.5%;
}

#sides_meals_table tr
{
text-align: center;
}

#sides_meals_table th
{
font-size: 1.2vw;
font-family: oranienbaum;
width: 20%;
height: auto;
}

#sides_meals_lists li
#sides_meals_table td
{
font-family: bebasregular;
font-size: 1.6vw;
text-align: left;
list-style-image: url('images/sides.png');
padding-left: 5%;
margin-bottom: 3%;
}

#sides_meals_table img
{
width: 80%;
border: 0.5em solid #E8FFEC;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
margin-top: 4%;
margin-bottom: 9%;
}


/*======================= NAV BAR ========================*/

#navigation_bar_index
@@ -957,35 +960,3 @@ nav a:hover
-webkit-transition: color 0.1s ease-in;
color: #999;
}

nav ul li ul
{
position: absolute;
background-color: #F7AC27;
visibility: hidden;
width: 19.8%;
height: auto;
left: 20%;
z-index: 5;
}

nav ul li:hover > ul,nav ul li ul:hover
{
visibility: visible;
}

nav ul li ul li
{
width: 100%;
}

nav ul li ul li:hover
{
background-color: #9B6D1C;
}

nav ul li ul li a
{
padding-top: 5%;
padding-bottom: 5%;
}