-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (93 loc) · 5.9 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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome To Arturo's Mexican Restaurant!</title>
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/main.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif] -->
<link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.8);display:none;z-index:10000; }
#mc_embed_signup form{position:fixed; top:10%; left:50%; width:50%; margin-left:-25%; font:normal 100% Helvetica,Arial,sans-serif; font-size:14px; border-radius:4px; border:none; padding:10px 20px; background-color:#fff; color:#000; text-align:left;max-height:400px;overflow-y:auto;overflow-x:hidden;}
#mc_embed_signup a.mc_embed_close{background:transparent url(http://downloads.mailchimp.com/img/closebox.png) no-repeat; display:block; height:30px; width:30px; text-indent:-999em; position:absolute; top:-10px; right:-10px; display:none; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<body>
<header class="main">
<nav>
<span id="home_btn">
<a href="index.html"><img src="img/home_on.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_off.png" data-rollover="img/contact_on.png" alt="Contact Us" width="123" height="39" /></a>
</span>
</nav>
</header>
<section>
<div class="social-buttons">
<img src="img/logo_final.jpg" alt="Arturo's Mexican Restaurant" class="left" />
<a href="https://www.facebook.com/pages/Arturos-Mexican-Restaurant/362550827179276?fref=ts" target="_blank"><img src="img/facebookLogo.png" alt="Visit our Facebook Page" /></a>
<a href="https://twitter.com/ArturosMexican" target="_blank"><img src="img/twitterLogo.png" alt="Visit our Twitter Page" /></a>
</div>
<div class="subhead-container">
<h2>Proudly serving Des Moines, Wa since 2011</h2>
</div>
</section>
<section class="about-us-container">
<div class="about-us">
<h3>About Us:</h3>
<p>Arturo’s restaurant is family owned and operated by Arturo and his brothers Joel and Jesus. Arturo’s family grew up in Zamora, Michoacán which is a fertile and abundant agricultural farming community neighboring Guadalajara.While growing up on the family farm, their mother’s love of cooking established Arturo and his brother’s passion for making family meals. Many of Arturo’s recipes come from his mother. Arturo’s restaurant offers a fresh, healthy, appetizing food assortment that will leave you feeling like family.</p>
<span class="free-desert-btn">
<a href="http://newfangledcommerce.us/Arturos/sign-up.html" target="_blank">Click Here For A Free Desert</a>
</span>
</div>
<div id="slideshow" class="drinks">
<img src="img/bar8.jpg" alt="" width="424" height="283" style="display:block;" />
<img src="img/bar7.jpg" alt="" width="424" height="283" />
<img src="img/bar6.jpg" alt="" width="424" height="283" />
<img src="img/restaurant5.jpg" alt="" width="424" height="283" />
<img src="img/food1.jpg" alt="" width="424" height="283" />
<img src="img/food2.jpg" alt="" width="424" height="283" />
<img src="img/food3.jpg" alt="" width="424" height="283" />
<img src="img/food4.jpg" alt="" width="424" height="283" />
<img src="img/arturo.jpg" alt="" width="424" height="283" />
<img src="img/mariachi.jpg" alt="" width="424" height="283" />
<img src="img/food5.jpg" alt="" width="424" height="283" />
<img src="img/van.jpg" alt="" width="424" height="283" />
</div>
</section>
<section class="happy-hour-home">
<img id="michoacan_map" src="img/michoacan_map.gif" alt="Michoacan Map" width="398" height="305" />
<img id="happy_hour_home" src="img/happy_hour_home2.gif" alt="Join Us For Happy Hour! Monday - Friday 3:00 - 6:00 Weekends 10:00 - 2:00" />
</section>
<footer class="main">Copyright © <span id="copyright_year"></span> ArturoMexicanRestaurant.com | All Rights Reserved | 22204 Marine View Drive S. Des Moines WA. 98198 | 206–824–1155
</footer>
<!-- get jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<!-- get custom scripts -->
<script src="js/main.js"></script>
<script src="js/jquery.cycle.all.latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#slideshow').cycle({
fx: 'fade'
});
});
</script>
</body>
</html>