-
Notifications
You must be signed in to change notification settings - Fork 2
/
evento.html
423 lines (283 loc) · 21.8 KB
/
evento.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BUNTINGTON Public Schools</title>
<!-- Styles -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700,800" rel="stylesheet" type="text/css"><!-- Google web fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"><!-- font-awesome -->
<link href="js/dropdown-menu/dropdown-menu.css" rel="stylesheet" type="text/css"><!-- dropdown-menu -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"><!-- Bootstrap -->
<link href="js/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css"><!-- Fancybox -->
<link href="js/audioplayer/audioplayer.css" rel="stylesheet" type="text/css"><!-- Audioplayer -->
<link href="style.css" rel="stylesheet" type="text/css"><!-- theme styles -->
</head>
<body role="document" class="single-event">
<!-- device test, don't remove. javascript needed! -->
<span class="visible-xs"></span><span class="visible-sm"></span><span class="visible-md"></span><span class="visible-lg"></span>
<!-- device test end -->
<div id="k-head" class="container"><!-- container + head wrapper -->
<div class="row"><!-- row -->
<div class="col-lg-12">
<div id="k-site-logo" class="pull-left"><!-- site logo -->
<h1 class="k-logo">
<a href="index-2.html" title="Home Page">
<img src="img/site-logo.jpg" alt="Site Logo" class="img-responsive" />
</a>
</h1>
<a id="mobile-nav-switch" href="#drop-down-left"><span class="alter-menu-icon"></span></a><!-- alternative menu button -->
</div><!-- site logo end -->
<nav id="k-menu" class="k-main-navig"><!-- main navig -->
<ul id="drop-down-left" class="k-dropdown-menu">
<li>
<a href="listnews.html" title="Nuevas Noticias">Noticias</a>
</li>
<li>
<a href="events.html" title="Proximos Eventos">Eventos</a>
</li>
<li>
<a href="gallery-single.html" title="Organizaciones Alidas">Contrapartes</a>
</li>
<li>
<a href="about-us.html" title="Mision y Vision">Acerca de</a>
</li>
<li>
<a href="#" class="Pages Collection" title="Entra">Inicio de Sesion</a>
</li>
</ul>
</nav><!-- main navig end -->
</div>
</div><!-- row end -->
</div><!-- container + head wrapper end -->
<div id="k-body"><!-- content wrapper -->
<div class="container"><!-- container -->
<div class="row"><!-- row -->
<div id="k-top-search" class="col-lg-12 clearfix"><!-- top search -->
<form action="#" id="top-searchform" method="get" role="search">
<div class="input-group">
<input type="text" name="s" id="sitesearch" class="form-control" autocomplete="off" placeholder="Type in keyword(s) then hit Enter on keyboard" />
</div>
</form>
<div id="bt-toggle-search" class="search-icon text-center"><i class="s-open fa fa-search"></i><i class="s-close fa fa-times"></i></div><!-- toggle search button -->
</div><!-- top search end -->
<div class="k-breadcrumbs col-lg-12 clearfix"><!-- breadcrumbs -->
<ol class="breadcrumb">
<li><a href="index-2.html">Inicio</a></li>
<li><a href="events.html">Calendario de Eventos</a></li>
<li class="active">Annual Alumni Game</li>
</ol>
</div><!-- breadcrumbs end -->
</div><!-- row end -->
<div class="row no-gutter"><!-- row -->
<div class="col-lg-8 col-md-8"><!-- doc body wrapper -->
<div class="col-padded"><!-- inner custom column -->
<div class="row gutter"><!-- row -->
<div class="col-lg-12 col-md-12">
<div class="events-title-meta clearfix">
<h1 class="page-title">Annual Alumni Game</h1>
<div class="event-meta">
<span class="event-from">Jun 12, 2014</span>
<span class="event-divider">to</span>
<span class="event-to">Jun 15, 2014</span>
<span class="event-time">16:00 - 21:00</span>
</div>
</div>
<div class="news-body clearfix">
<p>
Duis ornare magna sit amet dui eleifend imperdiet. Aliquam at porta elit. Proin lorem lacus, tempus id diam sit amet, <a href="#" title="porttitor tempor">porttitor tempor</a> lectus. Praesent id felis sagittis, suscipit ligula sed, condimentum nisi. In non commodo risus. Praesent fringilla ligula in orci consectetur pulvinar. Nunc <strong>facilisis metus pellentesque</strong>, vestibulum libero eget, varius elit. Aliquam sed gravida dui, a imperdiet eros. Cras dignissim libero id feugiat pharetra. Nullam ut bibendum est, sed tincidunt massa.
</p>
<hr />
<button id="descarga" type="button " class="btn btn-primary">Descargar</button>
<hr />
</div>
</div>
</div><!-- row end -->
</div><!-- inner custom column end -->
</div><!-- doc body wrapper end -->
<div id="k-sidebar" class="col-lg-4 col-md-4"><!-- sidebar wrapper -->
<div class="col-padded col-shaded"><!-- inner custom column -->
<ul class="list-unstyled clear-margins"><!-- widgets -->
<li class="widget-container widget_nav_menu"><!-- widget -->
<h1 class="title-widget">Useful links</h1>
<ul>
<li><a href="#" title="menu item">News Archive</a></li>
<li><a href="#" title="menu item">Tradition of School Events</a></li>
<li><a href="#" title="menu item">Report Asocial Behaviour</a></li>
<li><a href="#" title="menu item">Trends and Tips</a></li>
<li><a href="#" title="menu item">Events Poll</a></li>
</ul>
</li>
<li class="widget-container widget_recent_news"><!-- widgets list -->
<h1 class="title-widget">School News</h1>
<ul class="list-unstyled">
<li class="recent-news-wrap news-no-summary">
<div class="recent-news-content clearfix">
<figure class="recent-news-thumb">
<a href="#" title="Megan Boyle flourishes..."><img src="img/recent-news-thumb-1.jpg" class="attachment-thumbnail wp-post-image" alt="Thumbnail 1" /></a>
</figure>
<div class="recent-news-text">
<div class="recent-news-meta">
<div class="recent-news-date">Jun 12, 2014</div>
</div>
<h1 class="title-median"><a href="#" title="Megan Boyle flourishes...">Megan Boyle flourishes at Boston University</a></h1>
</div>
</div>
</li>
<li class="recent-news-wrap news-no-summary">
<div class="recent-news-content clearfix">
<figure class="recent-news-thumb">
<a href="#" title="Buntington Alum..."><img src="img/recent-news-thumb-2.jpg" class="attachment-thumbnail wp-post-image" alt="Thumbnail 2" /></a>
</figure>
<div class="recent-news-text">
<div class="recent-news-meta">
<div class="recent-news-date">Jun 10, 2014</div>
</div>
<h1 class="title-median"><a href="#" title="Buntington Alum...">Buntington Alum Marc Bloom Pens New Book</a></h1>
</div>
</div>
</li>
<li class="recent-news-wrap news-no-summary">
<div class="recent-news-content clearfix">
<figure class="recent-news-thumb">
<a href="#" title="Cody Rotschild Enjoys..."><img src="img/recent-news-thumb-3.jpg" class="attachment-thumbnail wp-post-image" alt="Thumbnail 3" /></a>
</figure>
<div class="recent-news-text">
<div class="recent-news-meta">
<div class="recent-news-date">Jun 05, 2014</div>
</div>
<h1 class="title-median"><a href="#" title="Cody Rotschild Enjoys...">Cody Rotschild Enjoys Life in Montreal</a></h1>
</div>
</div>
</li>
</ul>
</li><!-- widgets list end -->
<li class="widget-container widget_newsletter"><!-- widget -->
<h1 class="title-titan">School Newsletter</h1>
<form role="search" method="get" class="newsletter-form" action="#">
<div class="input-group">
<input type="text" placeholder="Your e-mail address" autocomplete="off" class="form-control newsletter-form-input" name="email" />
<span class="input-group-btn"><button type="submit" class="btn btn-default">GO!</button></span>
</div>
<span class="help-block">* Enter your e-mail address to subscribe.</span>
</form>
</li>
<li class="widget-container widget_text"><!-- widget -->
<a href="#" class="custom-button cb-red" title="How to apply?">
<i class="custom-button-icon fa fa-empire"></i>
<span class="custom-button-wrap">
<span class="custom-button-title">Donate Now</span>
<span class="custom-button-tagline">Become a corporate sponsor of our schools!</span>
</span>
<em></em>
</a>
</li>
</ul><!-- widgets end -->
</div><!-- inner custom column end -->
</div><!-- sidebar wrapper end -->
</div><!-- row end -->
</div><!-- container end -->
</div><!-- content wrapper end -->
<div id="k-footer"><!-- footer -->
<div class="container"><!-- container -->
<div class="row no-gutter"><!-- row -->
<div class="col-lg-4 col-md-4"><!-- widgets column left -->
<div class="col-padded col-naked">
<ul class="list-unstyled clear-margins"><!-- widgets -->
<li class="widget-container widget_nav_menu"><!-- widgets list -->
<h1 class="title-widget">Useful links</h1>
<ul>
<li><a href="#" title="menu item">Placement Exam Schedule</a></li>
<li><a href="#" title="menu item">Superintendent's Hearing Audio</a></li>
<li><a href="#" title="menu item">Budget Central</a></li>
<li><a href="#" title="menu item">Job Opportunities - Application</a></li>
<li><a href="#" title="menu item">College Acceptances as of May 12</a></li>
</ul>
</li>
</ul><!-- widgets end -->
</div>
</div><!-- widgets column left end -->
<div class="col-lg-4 col-md-4"><!-- widgets column center -->
<div class="col-padded col-naked">
<ul class="list-unstyled clear-margins"><!-- widgets -->
<li class="widget-container widget_recent_news"><!-- widgets list -->
<h1 class="title-widget">School Contact</h1>
<div itemscope itemtype="http://data-vocabulary.org/Organization">
<h2 class="title-median m-contact-subject" itemprop="name">Buntington Public Schools</h2>
<div class="m-contact-address" itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
<span class="m-contact-street" itemprop="street-address">19 Tower Avenue, Buntington Station</span>
<span class="m-contact-city-region"><span class="m-contact-city" itemprop="locality">New York</span>, <span class="m-contact-region" itemprop="region">NY</span></span>
<span class="m-contact-zip-country"><span class="m-contact-zip" itemprop="postal-code">11506</span> <span class="m-contact-country" itemprop="country-name">USA</span></span>
</div>
<div class="m-contact-tel-fax">
<span class="m-contact-tel">Tel: <span itemprop="tel">631-551-3678</span></span>
<span class="m-contact-fax">Fax: <span itemprop="fax">631-551-3688</span></span>
</div>
</div>
<div class="social-icons">
<ul class="list-unstyled list-inline">
<li><a href="#" title="Contact us"><i class="fa fa-envelope"></i></a></li>
<li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</li>
</ul>
</div>
</div><!-- widgets column center end -->
<div class="col-lg-4 col-md-4"><!-- widgets column right -->
<div class="col-padded col-naked">
<ul class="list-unstyled clear-margins"><!-- widgets -->
<li class="widget-container widget_sofa_flickr"><!-- widgets list -->
<h1 class="title-widget">Flickr Stream</h1>
<ul class="k-flickr-photos list-unstyled">
<li><a href="#" title="Flickr photo"><img src="img/flickr-1.jpg" alt="Photo 1" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-2.jpg" alt="Photo 2" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-3.jpg" alt="Photo 3" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-4.jpg" alt="Photo 4" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-5.jpg" alt="Photo 5" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-6.jpg" alt="Photo 6" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-7.jpg" alt="Photo 7" /></a></li>
<li><a href="#" title="Flickr photo"><img src="img/flickr-8.jpg" alt="Photo 8" /></a></li>
</ul>
</li>
</ul>
</div>
</div><!-- widgets column right end -->
</div><!-- row end -->
</div><!-- container end -->
</div><!-- footer end -->
<div id="k-subfooter"><!-- subfooter -->
<div class="container"><!-- container -->
<div class="row"><!-- row -->
<div class="col-lg-12">
<p class="copy-text text-inverse">
© 2015 Buntington Public Schools. All rights reserved.
</p>
</div>
</div><!-- row end -->
</div><!-- container end -->
</div><!-- subfooter end -->
<!-- jQuery -->
<script src="jQuery/jquery-2.1.1.min.js"></script>
<script src="jQuery/jquery-migrate-1.2.1.min.js"></script>
<!-- Bootstrap -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Drop-down -->
<script src="js/dropdown-menu/dropdown-menu.js"></script>
<!-- Fancybox -->
<script src="js/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/fancybox/jquery.fancybox-media.js"></script><!-- Fancybox media -->
<!-- Responsive videos -->
<script src="js/jquery.fitvids.js"></script>
<!-- Audio player -->
<script src="js/audioplayer/audioplayer.min.js"></script>
<!-- Pie charts -->
<script src="js/jquery.easy-pie-chart.js"></script>
<!-- Google Maps -->
<script src="https://maps.googleapis.com/maps/api/js?sensor=true"></script>
<!-- Theme -->
<script src="js/theme.js"></script>
</body>
</html>