-
Notifications
You must be signed in to change notification settings - Fork 0
/
parking.html
126 lines (123 loc) · 4.55 KB
/
parking.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
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
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<title>Nightmare Realm</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="scripts/adroll.js"></script>
<script src="scripts/gtag.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0LQ1SD4DS8"
></script>
<!-- Google tag end (gtag.js) -->
</head>
<body>
<header></header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="lore.html">Lore</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li>
<a
class="tickets-header-button"
href="https://nightmarerealmllc.ticketspice.com/project-jingle-hell"
target="_blank"
>Tickets</a
>
</li>
</ul>
</nav>
<main>
<div class="container content">
<h1>Parking</h1>
<h2>Halloween and Seasonal Events</h2>
<p>
Nightmare Realm is a place of secrecy. We ask that all of our visitors
park at the Paw Paw High School parking lot, which can be found at
30609 Red Arrow Hwy, Paw Paw, MI 49079. From there we will bus you
over, free of charge, to the Nightmare Realm Terror Park. Your ride
will be enhanced by the presence of one of our creatures, who will
begin your journey into the mad world of retribution.
</p>
</div>
<div class="container">
<div class="ratio ratio-16x9">
<iframe
src="https://www.google.com/maps/embed?pb=!1m17!1m12!1m3!1d2954.7019333973053!2d-85.85276372299258!3d42.22081474388608!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zNDLCsDEzJzE0LjkiTiA4NcKwNTEnMDAuNyJX!5e0!3m2!1sen!2suk!4v1693660626323!5m2!1sen!2suk"
width="600"
height="450"
style="border: 0"
allowfullscreen="
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
<div class="container content">
<p>
When we are not celebrating the haunt season, or celebrating a holiday
haunting, please feel free to visit us at 23492 Red Arrow HWY,
Mattawan MI 49071 for any special events.
</p>
</div>
<div class="container">
<div class="ratio ratio-16x9">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2953.861736908813!2d-85.78335532305387!3d42.23876674275463!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88176e09ea7c06c7%3A0x172ba2acd33c98f2!2s23492%20Red%20Arrow%20Hwy%2C%20Mattawan%2C%20MI%2049071%2C%20USA!5e0!3m2!1sen!2suk!4v1693660878484!5m2!1sen!2suk"
width="600"
height="450"
style="border: 0"
allowfullscreen="
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</main>
<footer>
<div class="contact">
<a href="http://www.facebook.com/nightmarerealmkalamazoo"
><img src="images/facebook.gif"
/></a>
<a href="http://www.instagram.com/nightmarerealmkalamazoo"
><img src="images/instagram.gif"
/></a>
<a href="https://www.youtube.com/channel/UC5KfJ7cAu9ZnyPYS4KL7zdg"
><img src="images/youtube.gif"
/></a>
</div>
<p>
Nightmare Realm Kalamazoo LLC, 23492 Red Arrow Hwy, Mattawan, MI 49071,
(616) 920-1618
</p>
<p>
Site contents copyright ©2023 Nightmare Realm Kalamazoo, unless
otherwise noted. All rights reserved.
</p>
<p>
<a href="privacy-policy.html" target="_blank">Privacy Policy</a>|<a
href="terms-of-use.html"
target="_blank"
>Terms of Use</a
>
</p>
</footer>
</body>
</html>