-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (251 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Standard head -->
<meta charset="utf-8">
<title>The Citations @ Yale Graduate School</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="./apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="./css/libs/bootstrap-3.3.4.css" rel="stylesheet">
<!--<link href="./css/libs/jquery-ui-1.10.3.custom.css" rel="stylesheet">-->
<!--<link href="./css/libs/angular-ui-0.3.0.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<link href="./css/customised/navbar.css" rel="stylesheet">
<link href="./css/customised/body.css" rel="stylesheet">
<link href="./css/customised/head.css" rel="stylesheet">
<link href="./css/customised/fonts.css" rel="stylesheet">
<link href="./css/libs/blueimp-gallery-2.11.2.css" rel="stylesheet">
<link href="./css/customised/gallery.css" rel="stylesheet">
<link href="./css/customised/margins.css" rel="stylesheet">
<link href="./css/customised/paypal.css" rel="stylesheet">
<style type="text/css"></style>
</head>
<body>
<div id="wrap">
<!-- header container -->
<div class="container">
<!-- header text and images -->
<div class="head" id="head"><a href="#">
<p class="head-name no-margined">
<span class="yaledesrom" style="color:#0000AA">Yale</span> <span class="yaledesrom"> Citations</span><sup class="yaledesrom">1</sup>
</p>
<p class="head-sub no-margined hidden-xs" style="padding-right:8px">
<sup class="yaledesrom">1 </sup><span class="yaledesrom">Yale's Graduate </span><span class="yaledesita"> A Cappella </span><span class="yaledesrom"> Group</span>
</p>
</a></div>
<!-- static navbar -->
<!--<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-label" href="#">Menu</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="./members/index.html">Members</a></li>
<li><a href="./bookings/index.html">Bookings</a></li>
<li><a href="./music/index.html">Music</a></li>
<li><a href="./dates/index.html">Dates</a></li>
<li><a href="./press/index.html">Press</a></li>
<li><a href="./photos/index.html">Photos</a></li>
<li><a href="./videos/index.html">Videos</a></li>
</ul>
</div>
</div>-->
<!-- static navbar -->
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-label" href="#">Menu</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="./members/index.html">Members</a></li>
<li><a href="./bookings/index.html">Bookings</a></li>
<li><a href="./music/index.html">Music</a></li>
<li><a href="./performances/index.html">Performances</a></li>
<li><a href="./photos/index.html">Photos</a></li>
<li><a href="./videos/index.html">Videos</a></li>
</ul>
</div>
</div>
</div>
<!-- main container -->
<div class="container">
<!-- splash image -->
<div class="row">
<div class="col-md-12">
<a href="./ticketing/index.html">
<!-- <img src="./img/background/citations-banner-main.jpg" class="img-responsive margined"> -->
<img src="./img/background/spring-concert-2015.jpg" class="img-responsive margined visible-xs">
<div class="img-container-scaling margined hidden-xs" style="background-image:url(./img/background/spring-concert-2015.jpg);"><div class="bitterbold" id="floating">SPRING CONCERT</div></div></a>
</div>
</div>
<!-- news -->
<div class="col-md-12 text-box">
<h4 class="no-top-margined">Spring Concert 2015</h4>
<p align="justify">
Get ready for the graduate <i>a cappella event</i> of 2015, the Yale Citations Spring Concert! This year we are holding our concert in Sudler Hall, which is located inside WLH. You can purchase your concert tickets <a href="./ticketing/index.html">online</a> now for only $5, which also include free entrance to GPSCY for our after-party in the upstairs lounge, with catered food and karaoke!
</p>
<p align="justify" class="no-bot-margined"><b>
And you should hurry, as the first 50 tickets sold online also come with FREE drinks at the GPSCY after-party.</b> GPSCY wristbands will be distributed to the owners of these tickets at the concert door, so make sure that you get there on time!
</p>
</div>
<div class="row">
<a href="./ticketing/index.html"><img src="./img/paypal/credit-cards-small.png" class="paypal-image-large"></a>
</div>
<div class="col-md-12 text-box">
<p align="justify" class="no-bot-margined">
We will have light refreshments during the concert intermission in WLH. After the concert wraps up, we will head over to GPSCY to celebrate the end of our musical academic year the <b>right</b> way. Bring your friends, meet us there, and stay for as long as the night is black... which is until 2:00 AM at GPSCY!
</p>
</div>
<div class="row">
<div class="col-md-12">
<a href="./ticketing/index.html">
<img src="./img/posters/The Yale Citations Spring Concert 2015 B compressed.jpg" onerror="this.src=./img/posters/The Yale Citations Spring Concert 2015 B compressed.jpg" class="img-responsive margined"></a>
</div>
</div>
<!-- news -->
<!--<div class="col-md-12 text-box">
<h4 class="no-top-margined">Auditions Closed</h4>
<p align="justify">
Hi All,
</p>
<p align="justify">
So, we wrapped up auditions back in September, and have an awesome group making our new total 17!
</p>
<p align="justify"><b>Sopranos</b></p>
<ul>
<li>Laura Williams</li>
<li>Sohyang Yoo</li>
</ul>
<p align="justify"><b>Altos</b></p>
<ul>
<li>Haya Jamali</li>
<li>Molly Radis</li>
</ul>
<p align="justify"><b>Tenors</b></p>
<ul>
<li>Daniel DeRosha</li>
<li>Hasan Khan</li>
<li>Maxwell Farina</li>
</ul>
<p align="justify">
Congratulations to everyone, as you sound amazing, and the year is off to a fantastic start! Keep watching our performances page for updates, as we will have our upcoming holiday gigs posted soon so that you can follow us and show up when the opportunity comes. We all have to take a holiday at some point, right?
</p>
<p align="justify" class="no-bot-margined">
James Williams
</p>
</div>-->
<!--<div class="col-md-12 text-box">
<h4 class="no-top-margined">Yale Founders Day 2014</h4>
<p align="justify" class="no-bot-margined">
On Oct 14, 2014, we performed at the closing event for the inaugural celebration of Yale Founders Day. The Citations sang before and after President Salovey addressed the crowd of over 2000. This was our first fall performance with our new members, and was perhaps our largest performance as a group. It was an immense privilege to sing for President Salovey and to represent Yale Graduate School!
</p>
</div>
<div class="row">
<div class="col-md-12">
<div id="yale-founders-day-2014" class="blueimp-gallery blueimp-gallery-controls blueimp-gallery-carousel">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev"><span style="margin-left:-3px;">‹</span></a>
<a class="next"><span style="margin-left:+3px;">›</span></a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
</div>
</div>
</div>-->
<!-- main text box -->
<div class="col-md-12 text-box">
<h4 class="no-top-margined">About the Citations</h4>
<p align="justify">
The Citations is Yale Graduate School’s co-ed a cappella group. Formed in the spring of 2003, we sing a range of musical styles for male and female voices. Our evolving repertoire includes a variety of songs such as Pinball Wizard (The Who), Ain't Misbehavin (Fats Waller), Wake Me Up (Avicii), Hit 'Em Up Style (Blu Cantrell), and Somebody to Love (Queen). We regularly perform at Mory's, the traditional Yale dinner club, graduate and professional school events, and other private events such as weddings and cocktail parties.
</p>
<p class="no-bot-margined" align="justify">
We rehearse once a week and have a number of concerts throughout the year. We are sponsored by the Office of Student Life at the McDougal Graduate Student Center as part of the graduate school, and have members from departments across the graduate and professional schools, including spouses and affiliates of students.
</p>
<!--<div class="divider"></div>-->
</div>
<div class="col-md-12 text-box">
<h4 class="no-top-margined">Contact Us</h4>
<p align="justify">
For more information or to make a <a href="./bookings/index.html">booking</a>, please email us at <a href="mailto:citations@yale.edu">citations@yale.edu</a>!
</p>
<p align="justify" class="no-bot-margined">
Also, check out our <a href="http://www.youtube.com/channel/UCfe7o2uAKhWmov8XLjjYjZQ/feed">YouTube</a> channel, our <a href="https://plus.google.com/104645289391283860669" rel="publisher">Google+</a> page, and our <a href="http://www.facebook.com/theyalecitations">Facebook</a> group for more information!
</p>
</div>
</div>
<div id="push"></div>
</div>
<div class="foot" id="foot">
<div class="container">
<p class="no-margined">Copyright © 2013, The Citations, Yale Graduate School. All rights reserved. Designed by <a href="mailto:james.s.williams@yale.edu">James Williams</a></p>
</div>
<div>
<!-- bootstrap core JavaScript -->
<!-- ========================================================== -->
<!-- placed at the end of the document so the pages load faster -->
<script src="./js/libs/jquery-1.10.2.js"></script>
<script src="./js/libs/jquery-ui-1.10.3.js"></script>
<script src="./js/libs/bootstrap-3.3.4.js"></script>
<!--<script src="./js/libs/angular-1.0.8.js"></script>
<script src="./js/libs/angular-strap-0.7.5.js"></script>
<script src="./js/libs/angular-ui-1.10.3.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.carousel').carousel({
interval: 5000
});
$('.splashCarousel').carousel('cycle');
});
</script>-->
<script src="./js/libs/blueimp-gallery-2.11.2.js"></script>
<script>
blueimp.Gallery(
[{
title: "Yale Founders Day 2014",
href: "http://www.youtube.com/watch?v=Ot20ObcI-bo",
type: "text/html",
youtubeid: "Ot20ObcI-bo",
poster: "./videos/videos/20141004/screenshots/Yale Founders Day 2014.jpg"
}],
{
container: "#yale-founders-day-2014",
carousel: true,
youTubeVideoIdProperty: "youtubeid",
youTubeClickToPlay: false
}
);
</script>
</body>
</html>