-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing-and-tickets.php
84 lines (67 loc) · 3.97 KB
/
pricing-and-tickets.php
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
<!DOCTYPE html>
<!--[if lt IE 8]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>JJHH :: Pricing and Tickets</title>
<meta name="description" content="This horrific haunted house is the most original, creative, realistic and engaging scare you can find in Phoenix">
<meta name="author" content="Scott Bulloch">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Didact+Gothic|Special+Elite">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<!-- Google Analytics -->
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-31898400-1','auto');ga('send','pageview');</script>
<script>var trackOutboundLink=function(n){ga("send","event","outbound","click",n,{hitCallback:function(){document.location=n}})};</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body class="page4">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<?php include "include-header.php"; ?>
<div class="main-container">
<div class="wrapper clearfix">
<div class="column1">
<article>
<header>
<h1>Pricing & Tickets</h1>
<p>Updated on <time>December 22, 2014</time></p>
</header>
<section>
<p>Check back next year for updates on the 2015 season.</p>
</section>
<footer>
<p> </p>
</footer>
</article>
</div> <!-- column1 -->
<div class="column2">
<aside>
<h2>Contact</h2>
<p>Send us a message for more information.</p>
<?php include "include-contact-form.php"; ?>
<h2>Connect</h2>
<?php include "include-social-widgets.php"; ?>
</aside>
</div> <!-- column2 -->
</div> <!-- wrapper -->
</div> <!-- main-container -->
<div class="footer-container">
<footer class="wrapper">
<p>Copyright © 2008-2014 Jack and Jill's Haunted Hill, LLC. <a href="http://scottbulloch.com/" target="_blank">Web design by Scott Bulloch</a>.</p>
</footer>
</div>
<?php include "include-script-calls.php"; ?>
</body>
</html>