-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
321 lines (280 loc) · 13.4 KB
/
index.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>AUBG Musicals</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Font-Awesome CSS -->
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/lib1.css">
<link rel="stylesheet" href="css/fontana.css">
<link rel="stylesheet" href="css/font.css">
</head>
<body>
<!-- Navbar -->
<div class="w3-top">
<ul class="w3-navbar w3-black w3-card-2 w3-left-align">
<li class="w3-hide-medium w3-hide-large w3-opennav w3-right">
<li><a href="index.html" class="w3-hover-none w3-hover-text-grey w3-padding-large"><img src="assets/img/b.png" height="40px" width="40px"</img></a></li>
<!--<li class="w3-hide-small w3-dropdown-hover"><a href="javascript:void(0)" class="w3-padding-large">CAST <i class="fa fa-caret-down"></i> </a>
<div class="w3-dropdown-content w3-white w3-card-4">
<a href="organizers.html">ORGANIZERS</a>
<a href="dancers.html">DANCERS</a>
<a href="actors.html">ACTORS</a>
<a href="back-vocals.html">BACK VOCALS</a>
<a href="creative-team.html">CREATIVE TEAM</a>
</div>
</li>-->
<li class="w3-hide-small w3-dropdown-hover"><a href="organizers.html" class="w3-padding-large">CAST</i> </a>
</li>
<li class="w3-hide-small"><a href="about.html" class="w3-padding-large">ABOUT US</a></li>
<li class="w3-hide-small"><a href="contact.html" class="w3-padding-large">CONTACT US</a></li>
<li class="w3-hide-small"><a href="projects.html" class="w3-padding-large">PROJECTS</a></li>
<li class="w3-hide-small"><a href="buytickets.html" class="w3-padding-large">TICKETS</a></li>
</ul>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<ul class="w3-navbar w3-left-align w3-black">
<li><a class="w3-padding-large w3-mobile" href="band.html">HOME</a></li>
<li><a class="w3-padding-large" href="tour.html">CAST</a></li>
<li><a class="w3-padding-large" href="contact.html">ABOUT US</a></li>
<li><a class="w3-padding-large" href="contact.html">CONTACT US</a></li>
</ul>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="6000">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-caption text-center">
<img id="roa" class="center-block" />
<h1 style="margin-bottom:2em;">AUBG MUSICALS</h1>
<a type="button" style="margin-bottom:2em; color:white; font-size: 1em;" class="btn btn--clear text--white bg--transparent-white btn-lg" href="buytickets.html" >Buy Tickets</a>
</div>
<div class="item active">
<img src="assets/testimg/1.jpg" class="img-responsive" />
<div class="carousel-caption" role="option">
</div>
</div>
<div class="item">
<img src="assets/testimg/10.jpg" class="img-responsive" />
<div class="carousel-caption" role="option">
</div>
</div>
<div class="item">
<img src="assets/testimg/3.jpg" aclass="img-responsive" />
<div class="carousel-caption" role="option">
</div>
</div>
<div class="item">
<img src="assets/testimg/9.jpg" class="img-responsive" />
<div class="carousel-caption" role="option">
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- END of Video Slider -->
<!-- ROCK OF AGES INFO -->
<hr class="featurette-divider">
<div class="row row-flex featurette">
<div class="col-md-7 col-md-push-5 col-flex">
<h2 class="featurette-heading">ROCK OF AGES</h2>
<p class="project-page">Rock of Ages takes you back to the times of big bands with big egos playing big guitar solos and sporting even bigger hair!
<div id="demo" class="collapse project-page">
This Tony Award -nominated Broadway musical features the hits of bands including Night Ranger, Speedwagon, Twisted Sister, and others.
It’s the tail end of the big, bad 1980s in Hollywood, and the party has been raging hard. Aqua Net, Lycra, lace and liquor flow freely at one of the Sunset Strips last legendary venues, a place where sex machine Stacee Jaxx takes the stage and scantily clad groupies line up to turn their fantasies into reality. Amidst the madness, aspiring rock star (and resident toilet cleaner) Drew longs to take the stage as the next big thing (and longs for а small-town girl, Sherri, fresh off the bus from Kansas with stars in her eyes). But the rock and roll fairy-tale is about to end when German developers sweep into town with plans to turn the fabled Strip into just another capitalist strip mall. Can Drew, Sherri, and the gang save the strip–and themselves–before it's too late? Only the music of hit bands Styx, Journey, Bon Jovi, Whitesnake and more hold the answer.
Nominated for Five Tony Awards Including Best Musical!
</div>
<a id="eventdetail" type="submit" href="#demo" data-toggle="collapse" onclick="hideForm">Read More</a>
</div>
<div class="col-md-5 col-md-pull-7 col-flex">
<img class="featurette-image img-responsive center-block" src="assets/img/roa-logo.jpg" alt="Generic placeholder image" style="height: 300px" class="img-responsive" >
</div>
</div>
<hr class="featurette-divider">
<!-- Block Menu -->
<div class="container text-center block" id="previews">
<!-- first row -->
<div class="row content-row">
<div class="col-md-3">
<div class="preview-pane">
<a href="organizers.html">
<img src="assets/img/dance.png" alt="cast" width="200px" height="200px">
<h3>Cast</h3>
</a>
</div>
</div>
<div class="col-md-3">
<div class="preview-pane">
<a href="about.html">
<img src="assets/img/about.png" alt="about us" width="200px" height="200px">
<h3>About us</h3>
</a>
</div>
</div>
<div class="col-md-3">
<div class="preview-pane">
<a href="projects.html">
<img src="assets/img/film.png" alt="musical over years" width="200px" height="200px">
<h3> Musical Over the Years</h3>
</a>
</div>
</div>
<div class="col-md-3">
<div class="preview-pane">
<a href="contact.html">
<img style src="assets/img/letter.png" alt="contact us" width="200px" height="200px">
<h3>Contact us</h3>
</a>
</div>
</div>
</div>
<!-- end of row -->
</div>
<!-- Google Maps
<div id="map"></div>
End of Google Maps -->
</div>
<!-- /.container -->
<!-- Sponsor Spot -->
<h1 class="text-center" style="margin-top:1em">GENERAL SPONSOR</h1>
<hr class="featurette-divider divider">
<div class="container-fliud text-center">
<div class="row">
<div class="sponsor">
<div class="">
<a href="https://bulgaria.usembassy.gov/" target="_blank">
<img src="assets/img/sponsors/Embassy Logo.jpg" alt="American Embassy" height="150px"/>
</a>
</div>
</div>
</div>
<h1 class="text-center" style="margin-top:1em">SPONSORS</h1>
<hr class="featurette-divider divider">
<div class="container-fliud text-center">
<div class="row">
<div class="sponsor">
<div class="col-md-3">
<a href="http://aubg.edu" target="_blank">
<img src="assets/img/sponsors/aubg.jpg" alt="AUBG" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="https://www.mirela.bg/" target="_blank">
<img src="assets/img/sponsors/mirela.jpg" alt="Mirela" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://www.ladiesforum.org/" target="_blank">
<img src="assets/img/sponsors/Ladies Forum.jpg" alt="Ladies Forum" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://www.radio1rock.bg/" target="_blank">
<img src="assets/img/sponsors/rockradio.png" alt="AUBG" height="100px"/>
</a>
</div>
</div>
</div>
<div style ="margin-top: 50px" class="row">
<div class="sponsor">
<div class="col-md-3">
<a href="http://www.devin-bg.com/en/" target="_blank">
<img src="assets/img/sponsors/devin.png" alt="AUBG" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://boxoffice.bg/" target="_blank">
<img src="assets/img/sponsors/boxoffice.png" alt="AUBG" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://www.radioenergy.bg/" target="_blank">
<img src="assets/img/sponsors/energy.png" alt="AUBG" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="https://www2.deloitte.com/bg/en.html" target="_blank">
<img style="margin-top:40px" src="assets/img/sponsors/deloitte.jpg" alt="AUBG" height="60px"/>
</a>
</div>
</div>
</div>
<div style ="margin-top: 50px" class="row">
<div class="sponsor">
<div class="col-md-offset-1 col-md-3">
<a href="http://sg.aubg.edu/" target="_blank">
<img src="assets/img/sponsors/SGlogo.jpg" alt="AUBG" height="100px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://maniastores.bg/" target="_blank">
<img style="margin-top:20px" src="assets/img/sponsors/mania.jpg" alt="AUBG" height="80px"/>
</a>
</div>
<div class="col-md-3">
<a href="http://www.schwarzkopf.bg/skbg/bg/home.html" target="_blank">
<img style="margin-top:20px" src="assets/img/sponsors/got2b_mit_Schwarzkopf.png" alt="AUBG" height="80px"/>
</a>
</div>
</div>
</div>
<h1 class="text-center" style="margin-top:1em">MEDIA PARTNERS</h1>
<hr class="featurette-divider divider">
<div class="container-fliud text-center">
<div class="row">
<div class="sponsor">
<div class="">
<a href="https://nova.bg/" target="_blank">
<img src="assets/img/sponsors/nova.jpg" alt="Nova" height="150px"/>
</a>
</div>
</div>
</div>
<!-- FOOTER -->
<hr class="featurette-divider divider">
<div class="container">
<footer style="margin-bottom: 2em">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2017 Broadway Performance Club</p>
</footer>
</div>
<!-- Custom JS -->
<script src="js/main.js"></script>
<!-- Google Maps -->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyChoorwhrVVt7emeyw_P8m5SvARGfOUkBU&callback=initMap">
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="../../assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>