-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.php
85 lines (68 loc) · 4.53 KB
/
about-us.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
85
<!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 :: About Us</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="page5">
<!--[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>The Story of Jack and Jill</h1>
<p>Posted on <time>September 13, 2013</time></p>
</header>
<section>
<p>Jack and Jill went up the Hill but were never seen again, and you might not be either! While searching for water they stumbled upon an abandoned mine and never came back out. Come explore the mine and see what happened to poor Jack and Jill. Hopefully you'll be lucky enough to make it out... ALIVE!!!</p>
<p>Jack and Jill's Haunted Hill is a Phoenix area haunted house now in its 5th year. Originally a small neighborhood attraction, the haunt has grown and evolved every year. A team of dedicated volunteers makes this haunted house an amazing experiencing rivaling any big budget haunted house.</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-2013 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>