This repository has been archived by the owner on Dec 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·268 lines (259 loc) · 13.6 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
<!--Template: W3layouts
Template URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/-->
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122681325-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122681325-1');
</script>
<link rel="icon" href="images/micknmikeorange.png">
<title>Scotch'n'Soda Theatre</title>
<!-- Facebook link preview properties -->
<meta property="og:image" content="http://www.snstheatre.org/images/prod.jpg">
<meta property="og:description" content="Scotch'n'Soda is a student-run theatre organization at Carnegie Mellon University. Its initial dedication was the creation and production of original musicals. Currently students are welcome to write, compose, design, direct, perform in, and otherwise become involved with every aspect of each production.">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<!-- web-fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- js -->
<script src="js/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- end-smoth-scrolling -->
</head>
<body>
<!-- header start here -->
<div class="mother-grid">
<div class="container">
<div class="header">
<div class="header-left">
<a href="index.html"><img src="images/micknmikeorange.png" style="max-width: 50px; max-height: 50px;"></a>
</div>
<span class="menu"><img src="images/icon-1.png"></span>
<div class="clear"></div>
<div class="header-right">
<ul class="res">
<li><a href="about.html">ABOUT</a></li>
<li><a href="join.html">GET INVOLVED</a></li>
<li><a href="season.html">CURRENT SEASON</a></li>
<li><a href="subtroupes.html">SUBTROUPES</a></li>
<li><a href="give.html">GIVE</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
<script>
$("span.menu").click(function() {
$("ul.res").slideToggle("slow", function() {
// Animation complete.
});
});
</script>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- header end here -->
<!-- banner start here -->
<!-- banner Slider starts Here -->
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager: true,
nav: true,
speed: 300,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!-- End-slider-script -->
<div id="top" class="callbacks_container">
<ul class="rslides" id="slider4">
<!-- <li>
<div class="banner">
<div class="container">
<div class="banner-main">
<a href="https://www.facebook.com/events/332005577625557/", target="_blank"><h1>THE IDIOT BOX</h1></a>
</div>
</div>
</div>
</li> -->
<li>
<div class="banner-two">
<div class="container">
<div class="banner-main">
<a href="season.html"><h1>STUDENT PRODUCTIONS</h1></a>
</div>
</div>
</div>
</li>
<li>
<div class="banner-three">
<div class="container">
<div class="banner-main">
<a href="join.html"><h1>ANYONE CAN JOIN</h1></a>
</div>
</div>
</div>
</li>
<li>
<div class="banner-four">
<div class="container">
<div class="banner-main">
<a href="about.html"><h1>THE S'N'FAMILY</h1></a>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="clearfix"></div>
<div class="services">
<div class="container">
<div class="services-main">
<div class="col-md-8 services-left">
<div class="service-top">
<h3>UPDATES</h3>
<h4>THE IDIOT BOX</h4>
<h5>December 2018</h5>
<p>Six friends live together in a beautiful, dirt cheap, too-good-to-be-true apartment in New York City as they struggle through their early 30s and find themselves in a series of hilarious hijinks. Sound familiar? Come see Scotch'n'Soda presents: The Idiot Box! Click the buttons below for details and tickets!</p>
<div class="bwn">
<a href="https://www.facebook.com/events/332005577625557/", target="_blank">FACEBOOK EVENT</a>
<a href="https://carnegiemellontickets.universitytickets.com/w/default.aspx?cid=168", target="_blank">ONLINE TICKETS</a>
</div>
<br>
<h4>TISBERT: LET'S GET HITCHED</h4>
<h5>November 2018</h5>
<p>Wedding bells are ringing, and love is in the air! This weekend, join us for the sketch comedy wedding of the century in the CUC Studio Theater! Click the button below for details!</p>
<div class="bwn">
<a href="https://www.facebook.com/events/185774892326850/", target="_blank">FACEBOOK EVENT</a>
</div>
<br>
<h4>SWEENEY TODD</h4>
<h5>October 2018</h5>
<p>Come attend the tale as Scotch’n’Soda presents, Sweeney Todd: The Demon Barber of Fleet Street. Witness the vengeful journey of an outcast barber, as he seeks to unleash a bloody retribution against the world that has so cruelly tossed him aside. Click the buttons below for details and tickets!</p>
<div class="bwn">
<a href="https://www.facebook.com/events/297449211079114/", target="_blank">FACEBOOK EVENT</a>
<a href="https://carnegiemellontickets.universitytickets.com/w/default.aspx?cid=168", target="_blank">ONLINE TICKETS</a>
</div>
<br>
<h4>BENEFIT CABARET</h4>
<h5>October 2018</h5>
<p>Scotch'n'Soda Theatre is proud to present our 11th Annual Benefit Cabaret. This delightful evening of song will explore the themes of childhood and growing up—something near and dear to our members, especially those new to Carnegie Mellon. Come listen to our talented musicians while contributing to the <a href="https://www.facebook.com/AlumniTheaterCompany/" target="_blank">Alumni Theater Company</a>!</p>
<div class="bwn">
<a href="https://www.facebook.com/events/297499474408629/", target="_blank">FACEBOOK EVENT</a>
<a href="https://carnegiemellontickets.universitytickets.com/w/event.aspx?id=1732&p=1", target="_blank">TICKETS</a>
</div>
<br>
<h4>CAMBRIDGE FOOTLIGHTS</h4>
<h5>September 2018</h5>
<p>Come join us for a night of hilarious sketch comedy as we have the honor of hosting The Cambridge Footlights for another year! Scotch'n'Soda Theatre's very own Tisbert Sketch Comedy will be opening! The performances will be Saturday, September 15th!</p>
<div class="bwn">
<a href="https://www.facebook.com/events/310678506149793/", target="_blank">FACEBOOK EVENT</a>
<a href="https://carnegiemellontickets.universitytickets.com/", target="_blank">TICKETS</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-3 about-right" style="text-align: left">
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/sns-dlist" target="_blank"><img src="images/join.png"></a>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- footer start here -->
<div class="footer">
<div class="container">
<div class="footer-main">
<div class="col-md-6 footer-top">
<h3>ABOUT US</h3>
<p>Scotch'n'Soda is a student-run theatre organization at Carnegie Mellon University. Its initial dedication was the creation and production of original musicals. Currently students are welcome to write, compose, design, direct, perform in, and otherwise become involved with every aspect of each production.</p>
<br>
<p>The organization is open to all Carnegie Mellon students from all backgrounds, and all performances are public with varying ticket prices.</p>
</div>
<div class="col-md-2 footer-top">
<h3>SITEMAP</h3>
<ul>
<li><a href="about.html">ABOUT</a></li>
<li><a href="join.html">GET INVOLVED</a></li>
<li><a href="season.html">CURRENT SEASON</a></li>
<li><a href="subtroupes.html">SUBTROUPES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
<div class="clear fix"></div>
</div>
<div class="col-md-2 footer-top footer-social">
<h3>GET SOCIAL</h3>
<ul>
<li><a href="https://www.facebook.com/snstheatre/" target="_blank"><img width="50px" src="images/003-facebook.svg"></a></li>
<li><a href="https://www.instagram.com/scotchnsodatheatre" target="_blank"><img width="50px" src="images/instagram.svg"></a></li>
<li><a href="https://www.twitter.com/snstheatre" target="_blank"><img width="50px" src="images/twitter.svg"></a></li>
<li><a href="https://www.youtube.com/channel/UCYRoT4XEPocbe-3GNEutgIA" target="_blank"><img width="50px" src="images/002-youtube.svg"></a></li>
</ul>
</div>
<div class="col-md-2 footer-top">
<h3>ADDRESS</h3>
<p>
Scotch'n'Soda Theatre<br>
5000 Forbes Avenue<br>
Suite 103, Box 57<br>
Pittsburgh, PA 15213
</p>
</div>
<div class="clear fix"></div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="copy-right-main">
<div class="col-md-6 copy-left">
<p>2018 © Scotch'n'Soda Theatre. Website created by William Liu</p>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"><span id="toTopHover" style="opacity: 1;"></span></a>
<div class="clearfix"></div>
</div>
</div>
</div>
</body>
</html>