-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
121 lines (85 loc) · 3.77 KB
/
index.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.js"></script>
<!-- <script type="text/javascript" src="js/instafeed.js"></script>-->
<!-- <script type="text/javascript" src="js/twitterfeed.js"></script>-->
<script type="text/javascript" src="js/init.js"></script>
</head>
<body>
<div class="feather"><img src="images/HB-feather.png" alt="" /></div>
<div class="trigger-feather"></div>
<div class="tl"><img src="images/HB-border-tl.png" alt="" /></div>
<div class="tr"><img src="images/HB-border-tr.png" alt="" /></div>
<div class="t"></div>
<div class="b"></div>
<div id="wrap">
<!--
<div class="l"></div>
<div class="r"></div> -->
<div id="header">
<h1>The Haunted Ballet</h1>
<h2><a href="">at the barnacle</a></h2>
</div>
<div id="main">
<div class="section">
<div class="inner">
<div class="at"><img src="images/HB-accent-t.png" alt="" /></div>
<p>Come meet the spirits! Bid welcome to those from a bygone
era who haunt the lands of Coconut Grove. Watch as they
dance their stories beneath the moonlit sky and try to
escape their tragic endings night after magical night.</p>
<div class="ab"><img src="images/HB-accent-b.png" alt="" /></div>
</div>
</div>
<div class="section">
<div class="inner">
<h1>October</h1>
<br />
<h3>28th and 29th</h3>
<h2>8:30 pm</h2>
<br />
<p>3485 Main Hwy, Miami, FL 33133 <a href="https://www.google.com/maps/place/3485+Main+Hwy,+Miami,+FL+33133/@25.725306,-80.2447137,17z/data=!4m7!1m4!3m3!1s0x88d9b7cfe2bb4459:0x9df133ef503f5b79!2s3485+Main+Hwy,+Miami,+FL+33133!3b1!3m1!1s0x88d9b7cfe2bb4459:0x9df133ef503f5b79" target="_blank">Map</a></p>
<br />
<p class="small">Admission on site, starting at $10</p>
</div>
</div>
<div class="section">
<div id="contact" class="inner">
<div class="at"><img src="images/HB-accent-t.png" alt="" /></div>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<div class="social-icons">
<a href="http://instagram.com/thehauntedballet" target="_blank" class="icon-instagram"></a>
<a href="https://www.facebook.com/events/907776655969538/" target="_blank" class="icon-facebook"></a>
</div>
<div class="ab"><img src="images/HB-accent-b.png" alt="" /></div>
</div>
</div>
</div>
<div id="footer">
<div class="copy">
© <?php echo date('Y'); ?> The Haunted Ballet — Don't Steal. It's not nice.
</div>
</div>
</div>
</div>
<div class="bl"><img src="images/HB-border-bl.png" alt="" /></div>
<div class="br"><img src="images/HB-border-br.png" alt="" /></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<!-- <script type="text/javascript" src="js/instafeed.js"></script>-->
<!-- <script type="text/javascript" src="js/twitterfeed.js"></script>-->
<!-- <script type="text/javascript" src="js/init.js"></script>-->
<!-- <script type="text/javascript" src="js/init.js"></script>-->
<script type="text/javascript" src="js/backstretch.js"></script>
<script type="text/javascript" src="js/init.js"></script>
</body>
</html>