-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 2.08 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RESTRO</title>
<link rel="stylesheet" href="restro.css">
</head>
<body>
<nav id="header-nav">
<div class="contain">
<div class="navbar-head">
<div id="logo" alt="image of logo"></div>
</div>
<div class="navbar-brand">
<a href="index.html" style="text-decoration:none">
<h1>David Chu's China Bistro</h1>
</a>
<p><img src="star.png" alt="image">
<span>Kosher Certified</span>
</p>
</div>
<div class="header-list">
<ul>
<li><a href="https://www.davidchuschinabistro.com/#/awards" style="text-decoration:none">Awards</a></li>
<li><a href="https://www.davidchuschinabistro.com/#/about" style="text-decoration:none">About</a></li>
<li><a href="https://www.davidchuschinabistro.com/#/menu" style="text-decoration:none">Menu</a></li>
</ul>
</div>
</div>
</nav>
<div class="main">
<img src="resto1.jpg"></img>
<span><a href="https://www.davidchuschinabistro.com/#/menu" style="text-decoration:none"><img src="menu image.jfif"></a></span>
<span><a href="https://www.davidchuschinabistro.com/#/menu/SP" style="text-decoration:none"><img src="special menu image.jfif"></a></span>
<span><a href="https://www.google.com/maps/place/David+Chu's+China+Bistro/@39.3635903,-76.7138768,17z/data=!3m1!4b1!4m5!3m4!1s0x89c81a14e7817803:0xab20a0e99daa17ea!8m2!3d39.3635903!4d-76.7116881" style="text-decoration:none"><img src="map immage.jfif"></a></span>
</div>
<div class="footer">
<div class="Hours">
<p>Hours:<br><br>Sun-Thurs:11:15am-10:00pm<br>Fri:11:15am-2:30pm<br>Saturday Closed</p>
</div>
<div class="Address">
<p>Address:<br><br>7105 Resisterstown Road<br>Baltimore,MD 21215<br><h9>*Delivery area within 3-4 min</h9><br><br><br>@Copyright David Chu's China Bistro 2016|Admin</p>
</div>
<div class="thought">
<p>"The best Chinese restaurant I've been to! And that's saying a lot, since I've been to many!"<p>
<p>"Amazing food! Great service! Couldn't ask for more! I'll be back again and again!"</p>
</div>
</body>
</html>