-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
30 lines (27 loc) · 1.02 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<header id="main-header"></header>
<main>
<div class="body">
<h1>Directions and Parking</h1>
<p>The Evangelista Lab is located on the fifth floor of Emerson Hall at Emory University. The department
address is 1515 Dickey Dr. NE, Atlanta, GA 30322. Parking for visitors is available at the intersection
of Eagle Row and Dickey Dr., see the map below.</p>
<center><img src="img/contact/Directions.jpg" width="500px"></center>
</div>
<div class="body">
<h1>Nearby Hotels</h1>
<p>The following is a list of hotel near the Chemistry department.</p>
<ul>
<li>Emory Conference Center Hotel</li>
<li>The University Inn at Emory</li>
<li>Holiday Inn Express and Suites</li>
<li>Villa International</li>
</ul>
</div>
</main>
</body>
<script src="script.js"></script>
</html>