-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
53 lines (53 loc) · 3.41 KB
/
contactus.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bella Luna Barn :: Rustic :: Event Venue :: Weddings :: Parties</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<meta name="description" content="Bella Luna Barn" />
<meta name="keywords" content="barn, event, venue, wedding, party, birthday, quincenera, farm, rustic" />
<meta name="author" content="John Pugh" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/styleIE.css" />
<![endif]-->
<!--<link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css' /> -->
</head>
<body style="background-image: url(images/pattern.png), url(images/IMG_0046.JPG);">
<div class="container">
<!--<div class="header">
<a href="http://tympanus.net/Development/WaveDisplayEffect/">
<strong>« Previous Demo: </strong>Wave Display Effect
</a>
<span class="right">
<a href="http://www.flickr.com/photos/markjsebastian/" target="_blank">Images by Mark Sebastian</a>
<a href="http://tympanus.net/codrops/2011/10/19/blur-menu-with-css3-transitions/">
<strong>Back to the Codrops Article</strong>
</a>
</span>
<div class="clr"></div>
</div>-->
<h1>Bella Luna Barn <span>a rustic event venue in a farm-like setting</span></h1>
<div class="content">
<ul class="bmenu">
<li><a href="about.html">About</a></li>
<li><a href="currentevents.html">Current Events</a></li>
<li><a href="pastevents.html">Past Events</a></li>
<li><a href="booknow.html">Book a date</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
</div>
<footer>
<a href="https://twitter.com/BellaLunaBarn" class="twitter-follow-button" data-show-count="false" data-lang="en" data-size="large">Follow @twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
<div class="fb-like" data-href="https://facebook.com/bellalunabarn" data-colorscheme="light" data-layout="standard" data-action="like" data-show-faces="false"></div>
</footer>>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>