-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresturants.html
More file actions
286 lines (234 loc) · 13.6 KB
/
resturants.html
File metadata and controls
286 lines (234 loc) · 13.6 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<title>Visit Charleston South Carolina</title>
<meta charset="utf-8">
<link rel="icon" href="lighthouseICON.jpg" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="final.css">
<meta name="description" content="Indulge in Charleston's top culinary experiences. From traditional Lowcountry flavors at
Poogan's Porch to fresh sushi delights at 167 Sushi Bar, savor the vibrant food scene in Charleston.">
</head>
<body>
<header>
<h1><a href="index.html">The Top Local Eatery</a></h1>
</header>
<div class="wrapper">
<div id="top"></div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="history.html">History <span class="arrow">▼</span></a>
<ul class="drop">
<li><a href="history.html#majorevents">Major Historical Events</a></li>
<li><a href="history.html#monuments">Monuments in Charleston</a></li>
<li><a href="history.html#haunted-section">What makes Charleston Haunted?</a></li>
</ul>
</li>
<li><a href="resturants.html">Taste Charleston <span class="arrow">▼</span></a>
<ul class="drop">
<li><a href="resturants.html#poogansporch">Poogan's Porch</a></li>
<li><a href="resturantshtml#taverntable">Tavern & Table</a></li>
<li><a href="resturants.html#sushibar">167 Sushi Bar</a></li>
<li><a href="resturants.html#thegrocery">The Grocery</a></li>
<li><a href="resturants.html#leons">Leon's Fine Poultry & Oyster Shop</a></li>
<li><a href="resturants.html#morefood">More of the Best!</a></li>
</ul>
</li>
<li><a href="bestofcharleston.html">Explore <span class="arrow">▼</span></a>
<ul class="drop">
<li><a href="bestofcharleston.html#parksandmore">Parks, Plantations, and Shops</a></li>
<li><a href="bestofcharleston.html#beaches">Charleston Beaches</a></li>
<li><a href="bestofcharleston.html#museums">Charleston Museums</a></li>
</ul>
</li>
<li><a href="obx.html">Outer Banks Hub <span class="arrow">▼</span></a>
<ul class="drop">
<li><a href="obx.html#whatisobx">What is Netflix's Outer Banks</a></li>
<li><a href="obx.html#kooksvspogues">Pogues vs Kooks</a></li>
<li><a href="obx.html#filiming">Filming Locations</a></li>
</ul>
</li>
<li><a href="tours.html">Charleston Tours <span class="arrow">▼</span></a>
<ul class="drop" id="tour-viewport">
<li><a href="tours.html#boat-tours">Boating Tours</a></li>
<li><a href="tours.html#sight-tours">City Tours</a></li>
<li><a href="tours.html#haunted-tours">Haunted Tours</a></li>
</ul>
</li>
</ul>
</nav>
<div id="restauranthero" role="img" aria-label="Description of the hero image"></div>
<div class="hero-section">
<figure>
<img src="poogansporch.jpg" alt="Poogan's Porch">
<figcaption><a href="https://www.flickr.com/photos/via/8110186267">Poogan's Porch</a></figcaption>
</figure>
</div>
<!--The following details provide an overview of top restaurants to visit in charleston-->
<main>
<h2>Top Local Eatery</h2>
<br>
<div id="flow">
<div class="restaurant-section">
<!--The following paragraph provides a brief description of the restaurant-->
<div class="section-food" id="poogansporch">
<br>
<p><span class="restaurant"><a href="https://www.poogansporch.com/">Poogan's Porch</a></span>
is a charming restaurant formed from a Victorian home. The restaurant offers a warm and inviting
atmosphere for diners to enjoy traditional Lowcountry flavors.
</p>
<!--Contact Details in Table-->
<table>
<caption>Contact Details</caption>
<tr>
<th id="location-of-restaurant">Location</th>
<td headers="location-of-restaurant">72 Queen Street Charleston, SC 29401</td>
</tr>
<tr>
<th id="hours-of-operation">Hours of Operation</th>
<td headers="hours-of-operation">Brunch Everyday: 9am-3pm |
Dinner Everyday: 4:30pm-9:30pm
</td>
</tr>
<tr>
<th id="phone">Phone Number</th>
<td headers="phone">(843) 829-4332</td>
</tr>
</table>
</div>
</div>
<div class="restaurant-section">
<!--The following paragraph provides a brief description of the restaurant-->
<div class="section-food" id="taverntable">
<p><span class="restaurant"><a href="https://www.tavernandtable.com/">Tavern & Table</a></span> proudly utilize a variety of local vendors, fishermen,
and farmers to provide an authentic and exceptional dining experience.
The creative menu honors the flavors of the Lowcountry.
</p>
<!--Contact Details in Table-->
<table>
<caption>Contact Details</caption>
<tr>
<th id="location-rest">Location</th>
<td headers="location-rest">100 Church St Mt Pleasant, SC 29464</td>
</tr>
<tr>
<th id="hours-rest">Hours of Operation</th>
<td headers="hours-rest">Mon-Wed: 11am-10pm |
Thurs-Sat: 11am-11pm |
Sun: 10am-10pm
</tr>
<tr>
<th id="p-number">Phone Number</th>
<td headers="p-number">(843) 352-9510</td>
</tr>
</table>
</div>
</div>
<div class="restaurant-section">
<!--The following paragraph provides a brief description of the restaurant-->
<div class="section-food" id="sushibar">
<br>
<p><span class="restaurant"><a href="https://www.167sushibar.com/">167 Sushi Bar</a></span> is
a popular spot offering a variety of fresh and delicious sushi options, along with
other seafood dishes. The casual yet bustling atmosphere and high-quality ingredients
make it a must-visit for sushi and seafood lovers.
</p>
<!--Contact Details in Table -->
<table>
<caption>Contact Details</caption>
<tr>
<th id="rest-loc">Location</th>
<td headers="rest-loc">289 East Bay Street Charleston, SC 29401</td>
</tr>
<tr>
<th id="rest-hr">Hours of Operation</th>
<td headers="rest-hr">Mon-Wed: 12pm-10pm |
Thurs-Sat: 12pm-10:30pm |
Sun: Closed
</tr>
<tr>
<th id="ph-number">Phone Number</th>
<td headers="ph-number">(843) 625-3031</td>
</tr>
</table>
</div>
</div>
<div class="restaurant-section">
<!--The following paragraph provides a brief description of the restaurant-->
<div class="section-food" id="thegrocery">
<p><span class="restaurant"><a href="https://thegrocerycharleston.com/contact/">The Grocery</a></span>
offers a modern take on Lowcountry cuisine with a focus on locally-sourced ingredients
and creative dishes. The restaurant's inviting atmosphere and attentive service make it a
must-visit for anyone looking to experience the vibrant food scene in Charleston.
</p>
<!--Contact Details in Table-->
<table>
<caption>Contact Details</caption>
<tr>
<th id="rest-location">Location</th>
<td headers="rest-location">4 Cannon Street Charleston, SC 29403</td>
</tr>
<tr>
<th id="rest-hours">Hours of Operation</th>
<td headers="rest-hours">Tues-Sun:
Opens at 5pm</td>
</tr>
<tr>
<th id="phone-num">Phone Number</th>
<td headers="phone-num">(843) 302-8825</td>
</tr>
</table>
</div>
</div>
<div class="restaurant-section">
<!--The following paragraph provides a brief description of the restaurant-->
<div class="section-food" id="leons">
<p><span class="restaurant"><a href="https://leonsoystershop.com/">Leon's Fine Poultry & Oyster Shop</a></span>
is a charming and cozy restaurant known for its delicious poultry and fresh oysters.
The intimate atmosphere and stellar service make it a must-visit spot for foodies
exploring the Charleston dining scene.
</p>
<!--Contact Details in Table-->
<table>
<caption>Contact Details</caption>
<tr>
<th id="location">Location</th>
<td headers="location">698 King Street Charleston, SC 29403</td>
</tr>
<tr>
<th id="hours">Hours of Operation</th>
<td headers="hours">Mon-Sun:
11am-10pm</td>
</tr>
<tr>
<th id="phone-number">Phone Number</th>
<td headers="phone-number">(843) 531-6500</td>
</tr>
</table>
</div>
</div>
<div class="restaurant-section">
<h3 id="morefood" class="link-section">For More Adversity and Taste<br>
<span class="link"><a href="https://www.southernliving.com/best-restaurants-in-charleston-8648429">The 20 Best Restaurants in Charleston</a></span>
</h3>
</div>
</div>
<h4 class="top"><a href="#top">Jump to top</a></h4>
</main>
<footer>
<div class="sitemap-link"><a href="sitemap.html">Sitemap</a></div>
<br>
<br>
<div>
<script>
// JavaScript to display modified date and time
document.write("Last modified: " + document.lastModified);
</script>
</div>
Copyright © 2024 Visit Charleston South Carolina <br>
<a href="mailto:sharper23@ivytech.edu">sharper23@ivytech.edu</a>
</footer>
</div>
</body>
</html>