-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
493 lines (439 loc) · 18.3 KB
/
index.html
File metadata and controls
493 lines (439 loc) · 18.3 KB
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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html>
<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>Brooklyn Film Festival</title>
<meta name="description" content="Free Brooklyn outdoor Film Festival">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Brooklyn Film Festival">
<meta itemprop="description" content="Free outdoor Brooklyn Film Festival">
<meta itemprop="image" content="http://www.brooklynfilmfestivaloutdoor.org/splash.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="Film Festival">
<meta name="twitter:site" content="@brooklynFilmFestival">
<meta name="twitter:title" content="Brooklyn outdoor Film Festival">
<meta name="twitter:description" content="Films showing at Brooklyn outdoor Film Festival">
<meta name="twitter:creator" content="@author_handle">
<meta name="twitter:image" content="http://www.brooklynfilmfestivaloutdoor.org/splash.jpg">
<!-- Open Graph data facebook -->
<meta property="og:title" content="Brooklyn Film Festival" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.brooklynfilmfestivaloutdoor.org/" />
<meta property="og:image" content="http://brooklynfilmfestivaloutdoor.org/splash.jpg" />
<meta property="og:description" content="Brooklyn outdoor Film Festival" />
<meta property="og:site_name" content="brooklynfilmfestivaloutdoor" />
<meta property="fb:admins" content="76677772" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/brooklynFilm.css">
</head>
<body id="page-top">
<header>
<!-- Navigation
================================================== -->
<div class="container-fullwidth">
<div class="nav navbar-inverse ">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" data-spy="scroll" class="navbar-toggle" data-toggle="collapse" data-target="#filmNavbar"
dropdown-toggle>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"Brooklyn Film Festival</a>
</div>
<div class="collapse navbar-collapse" id="filmNavbar">
<ul class="nav navbar-nav">
<li class="hidden"><a href="#page-top"></a></li>
<li><a href="#splash">Home</a></li>
<li><a href="#filmCarousel">Films</a></li>
<li><a href="#filmInterest">Register interest</a></li>
<li><a href="#contactUs">Contact us</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section id="splash" >
<div class="row col-lg-offset-2" >
<img src="img/splash.png" class="img-responsive" class="col-sm-12 col-md-5 " ></img>
</div>
</section>
<!--Films -->
<div class="container">
<div class="row col-lg-12 col-sm-6 col-lg-offset-4 ">
<h2 >Films presented 2019</h2>
</div>
<div class="row col-lg-offset-2 col-lg-8 ">
<div id="filmCarousel" class="carousel slide " data-ride="carousel">
<ol class="carousel-indicators">
<li data-spy="scroll" data-target="#filmCarousel" data-slide-to="0" class="active"></li>
<li data-spy="scroll" data-target="#filmcarousel" data-slide-to="1"></li>
<li data-spy="scroll" data-target="#filmcarousel" data-slide-to="2"></li>
<li data-spy="scroll" data-target="#filmcarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="#film0">
<img src="img/films2019/Are-you-glad-im-here-790x435.jpg" alt="Film">
</a>
<h1 class="carousel-caption">Are you glad I'm here</h1>
</div>
<div class="item ">
<a href="#film1">
<img src="img/films2019/birds_without_feathers-790x435.jpg" alt="Film">
</a>
<h1 class="carousel-caption">Birds without feathers</h1>
</div>
<div class="item ">
<a href="#film2">
<img src="img/films2019/can_hitler_happen_here-790x435.jpg" alt="Film">
</a>
<h1 class="carousel-caption">Can hilter happen here?</h1>
</div>
<div class="item ">
<a href="#film3">
<img src="img/films2019/life_is_fare-790x435.jpg" alt="Film">
</a>
<h1 class="carousel-caption">Life is fare</h1>
</div>
</div>
<a class="left carousel-control" href="#filmCarousel" 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="#filmCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- interest -->
<div class="container">
<div class="row col-lg-6">
<form class="form-horizontal carousel-top-margin " id="filmInterest" >
<div class="form-group">
<legend>Register an interest in a film</legend>
</div>
<div class="form-group">
<label class="control-label col-sm-2 col-lg-2 " for="usrName">Name:</label>
<div class="col-sm-10 col-lg-10 f">
<input type="text" class="form-control" id="usrName" placeholder="Enter full name">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2 pull-left " for="intFilmName">Film:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="intFilmName" placeholder="Enter film">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2 pull-left" for="cinemaName">Cinema:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="cinemamName" placeholder="Enter film">
</div>
</div>
<div class="form-group">
<button class="pull-left btn btn-primary">
<span class="glyphicon glyphicon-ok-sign"></span>
Register
</button>
</div>
</form>
</div>
</div>
<!-- contact -->
<div class="container">
<div class="row col-lg-8">
<form class="form-horizontal carousel-top-margin " id="contactUs" >
<div class="form-group">
<legend>Contact us</legend>
</div>
<div class="row">
<div class="form-group">
<label class="control-label col-sm-2 col-lg-2 " for="usrName">Name:</label>
<div class="col-sm-10 col-lg-10 f">
<input type="text" class="form-control" id="usrName" placeholder="Enter full name">
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label class="control-label col-sm-2 col-lg-2 " for="comment">Comment:</label>
<div class="col-sm-10">
<textarea class="form-control well well well-lg" rows="5" id="comment" ></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-2">
<label >Method:</label>
</div>
<div class="col-lg-10">
<div class="form-group">
<label class="radio-inline">
<input type="radio" name="contMeth" checked>SMS
</label>
<label class="radio-inline">
<input type="radio" name="contMeth" >Email
</label>
<label class="radio-inline">
<input type="radio" name="contMeth"> Phone
</label>
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label class="control-label col-sm-2 col-lg-2" for="contDetails">Details</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="contDetails" placeholder="Enter Mobile, Email or Phone number">
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<button type="button" class="btn btn-primary" id="sendBtn">
<span class="glyphicon glyphicon-ok-sign"></span>
Send message
</button>
</div>
</div>
</form>
</div>
</div>
<!-- film detail -->
<div id="film0" class="container-fluid">
<div class="row col-lg-12 col-sm-6 col-lg-offset-4 carousel-top-margin">
<h2> Details for "Are you glad I'm here"</h2>
</div>
<div class="row col-lg-offset-2 col-lg-8">
<img src="img/films2019/Are-you-glad-im-here-790x435.jpg" alt="Film">
<hr>
<div class="panel panel-primary">
<table class="table table-striped table-condensed">
<div class="panel-heading">
<h3 class="panel-title">Showing details</h3>
</div>
<tbody>
<tr>
<td>Synopsis</td>
<td>A Lebanese woman and an American girl become friends and accidental partners-in-crime in a story that explores the nature of happiness and self-actualization through the multicultural lens of Lebanese-American filmmaker Noor Gharzeddine. Nadine is a resilient housewife, wise and fiery-although years of taking care of a husband sinking into alcoholism have crushed her joie de vivre. Kirsten is a quirky, self-assured post-grad who has recently relocated to Beirut to teach English. As their friendship deepens, Nadine recovers her vivacity and challenges Kirstin's neat understanding of the world. One day Kirsten finds Nadine badly beaten, and Kirsten refuses to leave her alone with her husband, Pierre. Tensions rise until Nadine is pushed to the point of no return.
</td>
</tr>
<tr>
<td>Start</td>
<td>August 5 18:00</td>
</tr>
<tr>
<td>End</td>
<td>August 5 19:30</td>
</tr>
<tr>
<td>Duration</td>
<td>85 Minutes</td>
</tr>
<tr>
<td>Showing at</td>
<td>BAM Rose Cinema 30 Lafayette Ave</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- film 2 -->
<div id="film1" class="container-fluid">
<div class="row col-lg-12 col-sm-6 col-lg-offset-4 carousel-top-margin">
<h2> Details for "Birds without feathers"</h2>
</div>
<div class="row col-lg-offset-2 col-lg-8">
<img src="img/films2019/birds_without_feathers-790x435.jpg" alt="Film">
<hr>
<div class="panel panel-primary">
<table class="table table-striped table-condensed">
<div class="panel-heading">
<h3 class="panel-title">Showing details</h3>
</div>
<tbody>
<tr>
<td>Synopsis</td>
<td>Desperate for human interaction, six emotionally damaged individuals risk self respect, shedding their disillusionment in a last grasp for happiness. A cruel-world comedy populated by struggling Instagram stars, Russian cowboys, Self-help gurus and more, their lives collide and crash in astounding ways.
</td>
</tr>
<tr>
<td>Start</td>
<td>August 5 20:00</td>
</tr>
<tr>
<td>End</td>
<td>August 5 21:32</td>
</tr>
<tr>
<td>Duration</td>
<td>92 Minutes</td>
</tr>
<tr>
<td>Showing at</td>
<td>Alamo Drafthouse Cinema 445 Albee Square West (Fulton St.)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- film 3 -->
<div id="film2" class="container-fluid">
<div class="row col-lg-12 col-sm-6 col-lg-offset-4 carousel-top-margin">
<h2> Details for "Can Hilter happen here?"</h2>
</div>
<div class="row col-lg-offset-2 col-lg-8">
<img src="img/films2019/can_hitler_happen_here-790x435.jpg" alt="Film">
<hr>
<div class="panel panel-primary">
<table class="table table-striped table-condensed">
<div class="panel-heading">
<h3 class="panel-title">Showing details</h3>
</div>
<tbody>
<tr>
<td>Synopsis</td>
<td>In a cinematic landscape in which there are few leading roles for women over 50, let alone 60, Saskia Rifkin's directorial debut "Can Hitler Happen Here?" breaks new ground by featuring a principal heroine in her 70's. Far from being an elderly female archetype Miriam Kohen (Laura Esterman) offers a daring character study of a vibrant, stubborn, individualistic woman intent on holding on to her home and iconoclastic lifestyle. A study of the oft noted fine line between madness and genius, the film allows the viewer a glimpse into the mind of a reclusive artist whose home has become both sanctuary and second skin. Scenes of chaos, both inner and outer, offer a tangible sense of what the world feels like for creative personalities whose shifting consciousness and unique perspective on life is paradoxically both their greatest asset and most challenging handicap. When meddling neighbors begin to take umbrage at Miriam's refusal to conform to social norms, an intricate and breathtaking psychological battle of wits and wills ensues. A brave exploration of geriatric female sexuality, the film does not shy away from this usually taboo subject but rather approaches it head-on. Sexuality, feminism, civil rights, privacy, mental illness, victimization and finally Fascism.
</td>
</tr>
<tr>
<td>Start</td>
<td>August 7 21:00</td>
</tr>
<tr>
<td>End</td>
<td>August 6 22:14</td>
</tr>
<tr>
<td>Duration</td>
<td>74 Minutes</td>
</tr>
<tr>
<td>Showing at</td>
<td>Nitehawk Cinema 136 Metropolitan Ave (btwn Berry St & Wythe Ave)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- film 4 -->
<div id="film3" class="container-fluid">
<div class="row col-lg-12 col-sm-6 col-lg-offset-4 carousel-top-margin">
<h2> Details for "Life is fare"</h2>
</div>
<div class="row col-lg-offset-2 col-lg-8">
<img src="img/films2019/life_is_fare-790x435.jpg" alt="Film">
<hr>
<div class="panel panel-primary">
<table class="table table-striped table-condensed">
<div class="panel-heading">
<h3 class="panel-title">Showing details</h3>
</div>
<tbody>
<tr>
<td>Synopsis</td>
<td>Life is Fare is a Tigrinya/ English feature film exploring three wildly different perspectives on the East African nation of Eritrea. The film's premise follows Sephora, an idealistic young Eritrean American pitching a well meaning but ludicrous film idea to her traditional mother about a man (Haile) who fled their home country and ended up in San Francisco. As a recently arrived immigrant, Haile is terribly homesick for his native Eritrea, but will not admit it due to unease towards speaking ill of the country; and more consciously in hesitance of admitting hard truths about his culture and himself. Life is Fare is a cross cultural analogy to challenge how patriotism and nationalism are practiced by people of a country, and is inspired by current Eritrean and Ethiopian migration journeys.
</td>
</tr>
<tr>
<td>Start</td>
<td>August 8 19:00</td>
</tr>
<tr>
<td>End</td>
<td>August 7 20:01</td>
</tr>
<tr>
<td>Duration</td>
<td>61 Minutes</td>
</tr>
<tr>
<td>Showing at</td>
<td>Cobble Hill Cinema 265 Court St (at Butler St)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 col-xs-12 col-md-12" align=center>
<a class="btn btn-default" href="https://www.twitter.com"><i class="fa fa-twitter fa-2x"></i></a>
<a class="btn btn-default" href="https://www.facebook.com"><i class="fa fa-facebook fa-2x"></i></a>
<a class="btn btn-default" href="https://www.instagram.com"><i class="fa fa-instagram fa-2x"></i></a>
</div>
</div>
</div>
</footer>
</body>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- Javascript for Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="../js/brooklynFilm.js"></scrit>
<script>
// Scrollspy fluide
$(function () {
$('header a').on('click', function(e) {
e.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(this.hash).offset().top
}, 1000, function(){
window.location.hash = hash;
});
});
});
$(function(){
var navMain = $("#filmNavbar");
navMain.on("click", "a", null, function () {
navMain.collapse('hide');
});
});
</script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "Festival",
"name": "Brooklyn Outdoor Film Festival",
"url": "www.brooklynfilmfestivaloutdoor.org",
"description": "Free Outdoor film fesrival in Brooklyn",
"startDate": "08/05/2019 06:00 pm",
"endDate": "08/05/2019 12:00 am",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Brooklyn , NY",
"addressCountry": "USA"
}
},
"offers": {
"@type": "Offer",
"description": "Free Film Festival"
}
}
</script>
</html>