-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-old.html
37 lines (30 loc) · 2.8 KB
/
contact-old.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact Arturo's</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/fonts.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif] -->
</head>
<body>
<header id="main_header">
<div id="green_header">
<span id="home_btn"><a href="index.html"><img src="img/home_off.png" data-rollover="img/home_on.png" alt="Home" width="90" height="39" /></a></span>
<span id="menu_btn"><a href="menu.html"><img src="img/menu_off.png" data-rollover="img/menu_on.png" alt="Menu" width="90" height="39" /></a></span>
<span id="drinks_btn"><a href="drinks.html"><img src="img/drinks_off.png" data-rollover="img/drinks_on.png" alt="Drinks" width="90" height="39" /></a></span>
<span id="happy_hour_btn"><a href="happy_hour.html"><img src="img/happy_hour_off.png" data-rollover="img/happy_hour_on.png" alt="Happy Hour" width="123" height="39" /></a></span>
<span id="contact_btn"><a href="contact.html"><img src="img/contact_on.png" data-rollover="img/contact_on.png" alt="Contact Us" width="123" height="39" /></a></span>
</div> <!-- end green header -->
<a href="index.html"><img src="img/logo.png" id="logo" width="312" height="276" alt="" /></a>
<span id="main_tagline">Contact Us:</span>
</header>
<div id="map">
<iframe style="border: 1px solid #666;" width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=22204+Marine+View+Drive+S.+Des+Moines+WA.+98198&aq=&sll=37.269174,-119.306607&sspn=12.35152,16.062012&ie=UTF8&hq=&hnear=22204+Marine+View+Dr+S,+Des+Moines,+King,+Washington+98198&ll=47.402886,-122.324322&spn=0.041073,0.062742&t=m&z=14&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=22204+Marine+View+Drive+S.+Des+Moines+WA.+98198&aq=&sll=37.269174,-119.306607&sspn=12.35152,16.062012&ie=UTF8&hq=&hnear=22204+Marine+View+Dr+S,+Des+Moines,+King,+Washington+98198&ll=47.402886,-122.324322&spn=0.041073,0.062742&t=m&z=14" style="color:#0000FF;text-align:left;">View Larger Map</a></small>
</div>
<p id="contact_info">22204 Marine View Drive S.<br />Des Moines, WA 98198<br /><br />206–824–1155</p>
<footer id="footer">Copyright © <span id="copyright_year"></span> ArturoMexicanRestaurant.com | All Rights Reserved | 22204 Marine View Drive S. Des Moines WA. 98198 | 206–824–1155</footer>
</body>
</html>