-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails-catering.html
74 lines (67 loc) · 3.95 KB
/
details-catering.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Tyler Nielsen, [email protected]">
<meta name="description" content="We handle all the details of your event, whether big or small - Contact us today to learn more about our services and schedule your special occasion!">
<meta name="keywords" content="for every occasion rentals, for every occasion, every, occasion, wedding professionals, wedding planner, wedding, consultant, planner, coordinator, wedding help, special, event, bride, bridal, shower, showers, baby, graduation, family, reunion, birthday, party, parties, engage, engaged, engagement, anniversary, quinceanera, farewell, homecoming, company, holiday, decorating, decoration, cake, invitations, flower, floral, bouquet, boutonniere, rental, rent, music, musician, dj, mc, harp, harpist, professional, profession, exciting, piano, pianist, stereo, cordless, mic, tv, dvd, lighting, lights, caterer, catering, utah">
<title>Service Details || For Every Occasion</title>
<link href="img/favicon.png" type="img/png" rel="icon">
<link href="css/reset.css" type="text/css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Antic' rel='stylesheet' type='text/css'>
<link href="css/main.css" type="text/css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="service-details" class="page">
<div id="header-container">
<header>
<a id="logo" href="index.html">For Every Occasion</a>
<ul id="main-nav">
<li id="nav-1"><a href="index.html">Home</a></li>
<li id="nav-2" class="current"><a href="services.html">Services</a></li>
<li id="nav-3"><a href="gallery.html">Gallery</a></li>
<li id="nav-4"><a href="contact.html">Contact</a></li>
<span class="clear"></span>
</ul>
</header>
</div> <!-- /#header-container -->
<div id="content" class="catering">
<a class="btn-back" href="services.html">Back</a>
<h3 class="catering-header">Catering</h3>
<ul class="img-row">
<li id="img-1"><img src="img/catering-img-1.jpg" title="Drinks" alt="Drinks"></li>
<li id="img-2"><img src="img/catering-img-3.jpg" title="Plate of Food" alt="Plate of Food"></li>
<li id="img-3"><img src="img/catering-img-2.jpg" title="Popcorn Display" alt="Popcorn Display"></li>
<span class="clear"></span>
</ul>
<div class="deets-container-1">
<div class="background"></div>
<p>We cater from small occasions to large events. By using your ideas or helping with menu suggestions, the event will be a success. We have Ice cream to Salsa Bars, Crepes to Prime Rib, Brownies to Fruit Kabobs!</p>
<p>Presentation is as important as great taste. We will make your choices unique and a hit with your guests! Nobody details the buffet table like "For Every Occasion" does!</p>
</div>
<div class="deets-container-2">
<div class="background"></div>
<p>Prices start at $2.50 per person and up, depending on menu. This includes all serving ware, décor, set-up, and maintaining your buffet. Let us bid your event and show what we can do!</p>
</div>
</div> <!-- /#content -->
<footer>
<p>© Copyright 2012 - For Every Occasion, LLC. All rights reserved.</p>
<ul id="footer-nav">
<li><a href="index.html">Home</a></li>
<li>|<a href="services.html">Services</a></li>
<li>|<a href="gallery.html">Gallery</a></li>
<li>|<a href="contact.html">Contact</a></li>
</ul>
<span class="clear"></span>
</footer>
</div>
<div id="rpt-red-ribbon-left" class="frame"></div>
<div id="rpt-red-ribbon-right" class="frame"></div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>