Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Thai Restaurant Assignment #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,41 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- Remember to link to your CSS file! -->
</head>
<body>
<div>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="menu.html">Menu</a></li>
<li> <a href="about.html">About</a></li>
<li> <a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div id="banner">
<img src="assets/images/banner.png" alt="Banner">
<!-- ABOUT PAGE -->
<!-- TODO: Navbar here -->
<!-- TODO: Banner Image here-->
<main>
<!-- About page code here -->
<a href="#about">
<h1>About Us</h1>
<h2>Locations</h2>
<ul>
<li>San Diego, California</li>
<li>Honolulu, Hawaii</li>
<li>Miami, Florida</li>
<li>Outer Banks, North Carolina</li>
</ul>
<h2>Origin Story</h2>
<img src="assets/images/about.jpg" alt="Spices">
<h2><p>Starting in San Diego as a tiny little Thai food stand, my partner and I decided to take the leap and open a full on restaurant. It became increasingly popular and thus began the story of our ever-growing Thai Chain, "H-Thai-ML!</p>
</h2>
</div>
</main>
</body>
</html>
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ nav a:hover {

.service {
display: inline-block;
text-align: center
background-color: white;
border: 5px solid green;
border-radius: 5px;
Expand Down
17 changes: 16 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- Remember to link to your CSS file! -->
</head>
<body>
<!-- CONTACT PAGE -->
<!-- TODO: Navbar here -->
<div>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="menu.html">Menu</a></li>
<li> <a href="about.html">About</a></li>
<li> <a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div id="banner">
<img src="assets/images/banner.png" alt="Banner">
<!-- TODO: Banner Image here-->
<main>
<h2>Hours of Operation</h2>
Expand All @@ -20,7 +33,9 @@ <h2>Hours of Operation</h2>
</p>
<h2>Contact Info</h2>
<p>
<strong>Phone Number:</strong> TBD
<h3><strong><i class="fa fa-phone"></i>Phone Number:</strong> (444)444-4444 </h3>
<h3><strong><i class="fa fa-envelope"></i>Email:</strong> HThaiML@gmail.com</h3>
<h3><strong><i class="fa fa-address-card"></i>Address:</strong> 44 E Street Ave., San Diego, California, 44444</h3>
</p>
</main>
</body>
Expand Down
23 changes: 19 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,27 @@
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
</head>
<body>
<!-- HOME PAGE -->
<!-- TODO: Navbar here -->
<!-- TODO: Banner Image here-->
<div>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="menu.html">Menu</a></li>
<li> <a href="about.html">About</a></li>
<li> <a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div id="banner">
<img src="assets/images/banner.png" alt="Banner">
<main>
<h1>H-Thai-ML</h1>
<!-- TODO: Home page code here-->
<h2>It's Pad-Thaim for you to stop by!</h2>
<div class="service">
<h3>Dine In</h3>
<h3>Take Out</h3>
<h3>Delivery</h3>
</div>
<h2><img src="assets/images/table-in-restaurant.jpg" alt="Table in Restaurant"></h2>
</main>
</body>
</html>
191 changes: 150 additions & 41 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,164 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Remember to link to your CSS file! -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
</head>
<body>
<!-- MENU PAGE -->
<!-- TODO: Navbar here -->
<!-- TODO: Banner Image here-->
<div>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="menu.html">Menu</a></li>
<li> <a href="about.html">About</a></li>
<li> <a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div id="banner">
<img src="assets/images/banner.png" alt="Banner">
<main>
<h1>Our Menu</h1>
<!-- Your job is to make the menu items in each section below a proper table! -->
Appetizers
<h2>Appetizers</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chicken Satay</td>
<td>$7.95</td>
</tr>
<td>Fresh Rolls</td>
<td>$6.95</td>
</tbody>
</table>
<h2>Lunch</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Panang Curry</td>
<td>$9.95</td>
</tr>
<tr>
<td>Red Curry</td>
<td>$9.95</td>
</tr>
<tr>
<td>Yellow Curry</td>
<td>$8.95</td>
</tr>
<tr>
<td>Tom Ka Soup</td>
<td>$8.95</td>
</tr>
<tr>
<td>Tom Yum Soup</td>
<td>$8.95</td>
</tr>
</tbody>
</table>

Name Price
Chicken Satay $7.95
Fresh Rolls $6.95

Lunch
<h2>Dinner</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pad Thai</td>
<td>$10.95</td>
</tr>
<tr>
<td>Pad See Ew</td>
<td>$10.49</td>
</tr>
<tr>
<td>Rad Nah</td>
<td>$10.49</td>
</tr>
</tbody>
</table>

Name Price
Panang Curry $9.95
Red Curry $9.95
Yellow Curry $8.95
Tom Ka Soup $8.95
Tom Yum Soup $8.95
<h2>Dessert</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Black Sticky Rice Pudding</td>
<td>$3.99</td>
</tr>
<tr>
<td>Mango Sticky Rice</td>
<td>$5.99</td>
</tr>
</tbody>
</table>

Dinner
<h2>Beverages</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Thai Iced Coffee</td>
<td>$3.49</td>
</tr>
<tr>
<td>Thai Iced Tea</td>
<td>$3.49</td>
</tr>
<tr>
<td>Unsweetened Iced Tea</td>
<td>$2.49</td>
</tr>
</tbody>
</table>

Name Price
Pad Thai $10.95
Pad See Ew $10.49
Rad Nah $10.49

Dessert

Name Price
Black Sticky Rice Pudding $3.99
Mango Sticky Rice $5.99

Beverages

Name Price
Thai Iced Coffee $3.49
Thai Iced Tea $3.49
Unsweetened Iced Tea $2.49

Side Orders

Name Price
Jasmine rice $1.99
Brown rice $2.49
Cucumber Salad $2.99
<h2>Side Orders</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jasmine rice</td>
<td>$1.99</td>
</tr>
<tr>
<td>Brown rice</td>
<td>$2.49</td>
</tr>
<tr>
<td>Cucumber Salad</td>
<td>$2.99</td>
</tr>
</tbody>
</table>
</main>
</body>
</html>