-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
47 lines (42 loc) · 2.75 KB
/
about.php
File metadata and controls
47 lines (42 loc) · 2.75 KB
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
<?php
session_start(); // Start the session.
$page_title = 'Welcome to our Resturant Website Site!| ABOUT US';
include ('includes/header.html');
?>
<div id="content">
<div class="container">
<div class="inside">
<!-- box begin -->
<div class="box alt">
<div class="left-top-corner">
<div class="right-top-corner">
<div class="border-top"></div>
</div>
</div>
<div class="border-left">
<div class="border-right">
<div class="inner">
<h2>About Bel Resturant</h2>
<p><img src="images/food/food.png" width="125" height="99" align="left" />Bel Resturant is the largest casual dining chain in the world, with locations throughout the U.S. and many countries worldwide. We take pride in having a friendly, welcoming, neighborhood environment for both <br>
our staff and guests that makes everyone enjoy their bels experience.<p>If you're looking for a fabulous career with a great social environment, apply to become part of the Bel's family. Hand-cut steaks, award winning ribs, fresh-baked bread and made from scratch side items are the standard at Texas Roadhouse. </p>
<p>All of our food is created from scratch with only the highest quality-freshest ingredients. We combine large portions and great value to give you Legendary Food at a reasonable price.
But we're not just about steaks. With great ribs, chicken dishes, fish, salads and lots more, we can satisfy almost any appetite. </p>
<p><a href="index.php"><img src="images/small_index_pic.png" width="209" height="175" align="right" /></a>We guess that's why you all voted us #1 in both Menu Variety and Value in the 2004 Restaurant & Institution Magazine's Choice in Chains Guest Survey.
Legendary Service for every guest and Legendary Fun with our employees, are also main ingredients in our recipe for success. </p>
<p>At Bells Resturant, our team has an incredible sense of pride in everything we do. We want our guests to have such a good time they'll want to come back again tomorrow.</p> </div>
</div>
</div>
</div>
</div>
<div class="left-bot-corner">
<div class="right-bot-corner">
<div class="border-bot"></div>
</div>
</div>
</div>
</div>
<!-- box-->
<!-- box end -->
<?php
include ('includes/footer.html');
?>