-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchildren's_museum.html
219 lines (178 loc) · 10.1 KB
/
children's_museum.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!doctype html>
<html lang="en">
<head>
<title>Louisiana Children's Museum</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- <link rel="stylesheet" href="scss/main.css"> -->
<link rel="stylesheet" href="scss/sponsors.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-sm navbar-dark header sticky-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/logo.png" class="img-responsive" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="media.html">Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<a href="trivia.html" class="btn btn-outline-primary" target="_blank" id="trivia-btn">Trivia
</a>
</div>
</div>
</nav>
<section class="main-section">
<div class="container">
<div class="row">
<div class="col-12 main-content pt-3 px-5 ">
<h1 class="text-uppercase mt-4">Louisiana Children's Museum</h1>
<div class="row justify-content-center mt-2 p-0 mb-4">
<div class="col-6">
<div class="title-underline"></div>
</div>
</div>
<p>When you make a child’s potential visible, wonderful things happen. So we created a place where
kids use play, shared exploration, and conversation to connect with the people and world around
them. A place where kids can be the amazing humans they are. A place where wonderful things
happen daily.</p>
<p>What you experience as a child shapes the adult you become. That means you can change a child’s
entire trajectory by giving them access to safe, innovative, and educational play experiences.
And that’s the stuff we live for. We’re here to show children they matter. We exist to
strengthen and support families. And we’re going to have so much fun while we do it.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-9 justify-content-center mb-4">
<a href="https://www.lcm.org/" target="_blank" class="purple"><button type="button"
class="btn btn-outline-primary btn-block">Get Discount! Here's a Coupon Code
For You!</button></a>
</div>
</div>
<div class="row pb-4 justify-content-center">
<div class="col-md-8">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active">
</li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item small active rounded"
style="background-image:url('/img/sponsors/children5.jpeg')">
</div>
<div class="carousel-item small rounded"
style="background-image: url('/img/sponsors/children1.jpeg')">
</div>
<div class="carousel-item small rounded"
style="background-image: url('/img/sponsors/children2.jpeg')">
</div>
<div class="carousel-item small rounded"
style="background-image: url('/img/sponsors/children3.jpeg')">
</div>
<div class="carousel-item small rounded"
style="background-image: url('/img/sponsors/children4.jpeg')">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button"
data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button"
data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<div class="pt-5 pb-5 footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-xs-12 pl-md-5 links">
<h3 class="mt-lg-0 mt-sm-3">Links</h2>
<ul class="m-0 p-0">
<li>- <a href="index.html">Home</a></li>
<li>- <a href="about.html">About</a></li>
<li>- <a href="faq.html">FAQ</a></li>
<li>- <a href="media.html">Media</a></li>
<li>- <a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-lg-4 col-xs-12 links mt-4 mt-md-0">
<h3 class="mt-lg-0 mt-sm-3">Sponsors</h2>
<ul class="m-0 p-0">
<li>- <a href="sheraton-new-orleans-hotel.html">Sheraton
New Orleans Hotel</a></li>
<li>- <a href="walk-on's-bistreaux.html">Walk-On's Bistreaux and Bar</a></li>
<li>- <a href="ace_hotel.html">Ace Hotel New Orleans</a></li>
<li>- <a href="ritz-carlton.html">The Ritz-Carlton, New Orleans</a></li>
<li>- <a href="premium_parking.html">Premium Parking -P402</a></li>
<li>- <a href="children's_museum.html">Louisiana Children's Museum</a></li>
<li>- <a href="museum_of_death.html">Museum of Death</a></li>
<li>- <a href="haunted_museum.html">Haunted Museum</a></li>
</ul>
</div>
<div class="col-lg-4 col-xs-12 about-company mt-4 mt-md-0">
<h3 class="mt-lg-0 mt-sm-4">Mardi Gras Location</h3>
<p>City of New Orleans</p>
<p class="mb-0"><i class="fa fa-phone mr-3"></i>(000) 000-0000</p>
<p><i class="fa fa-envelope-o mr-3"></i>[email protected]</p>
<p><a href="#"><i class="fa fa-facebook-square mr-1"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin-square"></i></a></p>
</div>
</div>
<div class="row mt-5">
<div class="col copyright">
<p class=""><small class="text-white-50">© 2020. All Rights Reserved.</small></p>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>