-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
504 lines (473 loc) · 25 KB
/
index.html
File metadata and controls
504 lines (473 loc) · 25 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
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Basil and Becky Educational Foundation</title>
<meta content="width=device-width, initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800|?family=Megrim|Bellefair" rel="stylesheet" type="text/css" />
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" /><!-- Favicon -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<!-- JAVASCRIPT -->
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script async src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/custom.min.js"></script>
</head>
<body><!-- BEGIN MAIN -->
<nav class="nav" id="sticker">
<em>
<ul class="top-right">
<li><a href="#besupport"><span>Donate</span></a></li>
<li><a href="#contact"><span>Contact Us</span></a></li>
</ul>
</em>
<ul class="hide-on-mobile">
<li><a href="#home"><span>HOME</span></a></li>
<li class="dropdown"><a href="#mission"><span>OUR MISSION</span></a>
<ul class="dropdown-content">
<li><a href="#mission">Our Mission</a></li>
<li><a href="#whoweare">Who We Are</a></li>
<li><a href="#ourvision">Our Vision</a></li>
</ul>
</li>
<li><a href="#ourfilms"><span>OUR FILMS</span></a></li>
<li><a href="#besupport"><span>BECOME A SUPPORTER</span></a></li>
<li><a href="#events"><span>EVENTS</span></a></li>
<li><a href="#contact"><span>CONTACT US</span></a></li>
</ul>
<div class="mobile">
<div class="mobile-logo">
<a href="/"><img alt="Basil and Becky Foundation logo" src="images/logo.png"></a>
</div>
</div>
<div id="mobile">
<div class="wrapper">
<div class="content">
<ul>
<a href="#home"><li>HOME</li></a>
<li class="dropdown"><a href="#mission">OUR MISSION</a>
<ul class="dropdown-content">
<li><a href="#mission">Our Mission</a></li>
<li><a href="#whoweare">Who We Are</a></li>
<li><a href="#ourvision">Our Vision</a></li>
</ul>
</li>
<a href="#ourfilms"><li>OUR FILMS</li></a>
<a href="#besupport"><li>BECOME A SUPPORTER</li></a>
<a href="#events"><li>EVENTS</li></a>
<a href="#contact"><li>CONTACT US</li></a>
</ul>
</div>
<div class="parent">
<div class="btn-label">
<span class="top"></span>
<span class="middle"></span><span class="bottom"></span>
<span class="label">MENU</span>
</div>
</div>
</div>
</div>
</nav>
<div class="section-main" id="top">
<div id="home" class="anchor"></div>
<div class="title">
<h1><span>Basil and Becky</span> Educational Foundation</h1>
<p class="h2 tagline">Filling in the Gaps in History</p>
</div>
<div class="basilandbecky-nobox">
<h4>WHO WERE BASIL AND BECKY?</h4>
<p>BASIL AND BECKY were siblings who valued family, education, and hard work; both were children during the Great Depression. "Becky," my Mom, was a World War II "Rosie the Riveter," and "Uncle Basil" was a Navy veteran. Both of them encouraged my brothers and me to to be courageous in pursuit of our dreams.</p>
</div>
</div>
<!-- END MAIN -->
<div class="white-padding"></div>
<!-- BEGIN About -->
<section class="aboutsection">
<!-- contains margins and padding -->
<div class="mini-container">
<!--this is the anchor-->
<div id="mission" class="anchor"></div>
<!-- styles include background circle -->
<div class="mission">
<h2 class="coloured-h2 vision">OUR MISSION</h2>
<!-- this is the blue box background -->
<p><strong>THE BASIL AND BECKY EDUCATIONAL FOUNDATION</strong> makes history and culture exciting and relevant to present and future generations who deserve to know on whose shoulders they stand. We recognize that African American history and culture are part of a larger, interconnected experience in the diaspora. We "fill in the gaps" of history and "relocate" these experiences from the "margins to the main pages" of global human consciousness.
</p>
<div class="mission-box">
<p><strong>OUR MISSION is to educate current and future generations, primarily through audio visual storytelling that illuminates the cultural and historical experiences of African Americans and peoples of African descent.</strong></p>
</div>
</div>
</div>
</section>
<!-- this should not have blue background -->
<section class="aboutsection no-circle">
<!-- contains margins and padding -->
<div class="mini-container">
<div id="whoweare" class="anchor"></div>
<h3 class="coloured-h2 who-we-are">Who We Are</h3>
<div class="about-container">
<div class="about-circle">
<div class="about-box-text">
<img alt="gregory cooke headshot" class="bio-img gregimage" src="images/gregory-cooke.JPG" />
<h4 class="bio">Gregory S. Cooke</h4>
<p>is the Founder and Executive Officer of the Basil and Becky Educational Foundation. As a long-time educator and historian, he is dedicated to helping "relocate" African Americans from the "margins to the main pages" of American and global history.</p>
<p>Gregory teaches Writing and Film at Drexel University in Philadelphia. He earned his M.A. in Journalism from The Ohio State University, and a B.A. in English from American International College.</p>
</div>
</div>
<div class="about-circle">
<div class="about-box-text"><img alt="gina schwartz headshot" class="bio-img" src="images/gina-cooke.JPG" />
<h4 class="bio">Gina Cooke</h4>
<p>is a life-long educator and currently teaches at The Community College of Philadelphia. She is a retired Teacher of English and Screenwriting from the School District of Philadelphia.</p>
<p>Gina created the iconic images, in oils, "Victory" and "Allies", for two World War II documentaries.</p>
<p>Gina earned an MA in Education, MEd in Counseling from The College of New Jersey, and a BA in Art History from the University of Pennsylvania.</p>
</div>
</div>
<div class="about-circle">
<div class="about-box-text"><img alt="gwendolyn headshot" class="bio-img gregimage" src="images/Gwendolyn_bright.jpg" />
<h4 class="bio">Gwendolyn N. Bright</h4>
<p>is a judge for the Court of Common Pleas, First Judicial District, Pennsylvania, and currently presides over Domestic Violence and Sexual Assault cases.</p>
<p>Gwen is a native Philadelphian and possesses a diverse educational background. She earned her law degree from Temple University, an M.A. in African American Studies from Atlanta University, and a B.A. in History and Political Science from Delaware State College.</p>
</div>
</div>
<div class="about-circle">
<div class="about-box-text">
<img alt="biodun ope headshot" class="bio-img gregimage" src="images/biodun_ope.jpg" />
<h4 class="bio">Biodun Ope</h4>
<p>is Pastor at Living Spring Center in Philadelphia where he serves his congregation with "passion, empathy and humility." Biodun began his ministerial studies in his native, Lagos, Nigeria. As one of 19 children, Pastor Ope was born into a family that stresses education as a means of self-determination and making positive change in the world.</p>
<p>Pastor Ope earned a Business Administration degree from Cheyney University.</p>
</div>
</div>
<div class="about-circle">
<div class="about-box-text"><img alt="reginald wells headshot" class="bio-img" src="images/reginald_wells.jpg" />
<h4 class="bio">Dr. Reginald F. Wells</h4>
<p>has a distinguished career as a public servant in the US Government. He is currently the Deputy Commissioner of the Social Security Administration's (SSA) Office of Human Resources after serving as Deputy Associate Commissioner for Disability Program Policy and Senior Advisor in the Office of Disability and Income Security Programs.</p>
<p>Reggie earned a Ph.D. in Social and Organizational Psychology from Temple University, and a B.A. in Psychology and Sociology from American International College.</p>
</div>
</div>
</div>
</div>
</section>
<section class="aboutsection">
<!-- BEGIN VISION SECTION -->
<div class="mini-container">
<div id="ourvision" class="anchor"></div>
<div class="vision">
<h2 class="coloured-h2 vision">OUR VISION</h2>
<div class="vision-box">
<p class="h3"><strong>THE BASIL AND BECKY EDUCATIONAL FOUNDATION</strong> wants to use our platform to connect educators and filmmakers, and "movers and shakers" who want to record and share their cultural, historical, and uniquely personal experiences, on a global stage.</p>
<div class="fadeBox">
<ul class="fade">
<li>We emphasize that African American history and culture are interconnected with the larger American and diasporic experience.</li>
<li>Our mission reflects our commitment to inclusiveness and cooperation with all peoples, regardless of race, ethnicity, national origin, gender, or sexual orientation.</li>
<li>We emphasize the importance of African American history and culture as being part of the larger American experience.</li>
<li>We have a commitment to audio visual historical education.</li>
<li>We recognize the interconnectedness of all things that we do.</li>
<li>We demonstrate social responsibility and ethical behavior in our activities.</li>
<li>We approach all of our activities and partners with purpose and mutual respect.</li>
<!-- <li>Our educational approach mirrors our commitment to inclusiveness and involvement with all peoples, regardless of race or ethnicity.</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- END VISION -->
</section>
<!-- END About -->
<!-- BEGIN OUR WORK -->
<section class="filmsection">
<div class="mini-container ">
<div id="ourfilms" class="anchor"></div>
<h2 class="coloured-h2">OUR FILMS</h2>
<p class="h3">
<strong>The Basil and Becky Educational Foundation</strong> shares the stories of our ancestors with our children and generations to come.
</p>
<div class="film-box" style="visibility: hidden">
<p>Watch the trailers of <strong><em>Invisible Warriors: African American Women in World War II</em></strong> and <strong><em>Choc’late Soldiers from the USA</em></strong>.</p>
</div>
<div class="film-container">
<h4>Invisible Warriors: African American Women in World War II</h4>
<article class="video-flex-container">
<div id="watchtrailer" class="video">
<iframe src="https://player.vimeo.com/video/219456001" width="598" height="283" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="video-description">
<p><strong><em class="large"><a href="https://invisiblewarriorsfilm.com/" style="text-decoration: none;">Invisible Warriors: African American Women in World War II</a></em></strong>
features elegant ladies, now in their 80s and 90s, who represent the 600,000 Black women who fled lives as domestics and sharecroppers to work in factories and governments offices. They were the first! Affectionately known during the war as "Rosie the Riveters," our Warriors triumphed over racism at home, Nazism abroad, and sexism everywhere. They opened doors of opportunity for future generations
of working women in America.</p>
</div>
</article>
<h4>Choc’late Soldiers from the USA</h4>
<article class="video-flex-container">
<div class="video">
<iframe allowfullscreen="" frameborder="1" height="283" src="https://www.youtube.com/embed/BMjkSs38chw" ></iframe>
</div>
<div class="video-description">
<p><strong><em class="large">Choc’late Soldiers from the USA (CSUSA)</em></strong>
recounts how 140,000 African American soldiers - men and women - formed an unexpected, but everlasting bond with white British civilians during World War II. CSUSA was honored with the Congressional Black Caucus, Veterans Braintrust Award, and won medals at the Bakersfield and Indie Film Festivals in 2013.</p>
</div>
</article>
</div>
</div>
</section>
<!-- END OUR WORK -->
<!-- BEGIN SUPPORT -->
<section class="supportsection">
<div class="mini-container">
<div id="besupport" class="anchor"></div>
<h2 class="coloured-h2">SUPPORT OUR WORK</h2>
<p class="h3">
We work to partner with students and educational institutions to create stories for and about peoples of African descent. We work to give burgeoning filmmakers opportunities to participate in the filmmaking process, and to learn from seasoned professionals.</p>
<div class="support-box">
<p><strong>The Basil and Becky Educational Foundation</strong> is an engine for the creation of a perennial educational archive to inform, update, and supplement existing educational programs. Support our efforts today.
</p>
</div>
<div class="paypal-wrapper">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="25AAXEKAX2QDY" />
<input border="0" class="myButton" name="Donate Now" value="DONATE NOW!" type="submit" target="_blank"/> </form></div>
<p><em>Your donation through PayPal is secure. We will not share your email or personal information.
</em></p>
<div class="support-image">
<img class="top-aside-image" src="images/we-did-it.jpg" />
<p>Use the Donate button to make your tax deductible donation now and help sustain our legacy of service, patriotism and hope.</p>
</div>
</div>
</section>
<!-- END SUPPORT -->
<!-- BEGIN EVENTS -->
<section class="eventsection">
<div class="mini-container">
<div id="events" class="anchor"></div>
<h2 class="coloured-h2">EVENTS</h2>
<p class="h3">Join us at an upcoming event to learn more about our work and how we use film to highlight the stories for and about peoples of African descent. </p>
<div class="support-box">
<p>Invisible Warriors: African American Women in World War II and the Awards Luncheon - Celebrating “Our” Greatest Generation - is the Basil and Becky Educational Foundation launch and fundraiser. Thank you for your support.</p>
</div>
<div class="event-details">
<h4>Celebrating <em>"Our"</em> Greatest Generation</h4>
<h3>INVISIBLE WARRIORS <br>
African American Women in World War II</h3>
<h6>LUNCHEON | AWARDS | DOCUMENTARY PREMIERE</h6>
<p><strong>WHEN: February 10, 2019 | Noon - 4:00 PM <br>
WHERE: International House 3701 Chestnut Street, Philadelphia, PA 19104 <br> <br>
<a href="mailto:[email protected]">[email protected]</a> | <a href="tel:215-925-2439">215-925-2439</a> | <a href="http://www.bbeef.org">www.bbeef.org</a></strong></p>
<p>
<span style="text-transform: uppercase; font-size: 1.7em;">
<a style="text-decoration: none;" href="#watchtrailer">Watch the trailer now</a>
</span>
</p>
<p>
<a class="myButton" style="text-transform: uppercase;" href="/resources/Invisible Warriors Event Promo (updated).pdf" target="_blank"><img src="/images/Invisible-Warriors-Event-Promo-updated.jpg" /></a></p>
<br><br>
<a href="/past-events.html"><em>View Past Events</em></a>
</div>
<hr>
<p>Ruth Wilson, a World War II "Rosie the Riveter," marks the official beginning of the Martin Luther King, Jr., holiday by "ringing" the Liberty Bell in Philadelphia.</p>
<div class="image-container">
<figure>
<img id="myImg-1" src="/images/Wilson-tapping-bell.jpg" alt="Wilson is pictured here tapping the Liberty Bell">
<figcaption>
<em>Ruth Wilson "ringing" Liberty Bell</em>
</figcaption>
</figure>
<figure>
<img id="myImg-2" src="/images/Thompson-Wilson-Cooke.jpg" alt="Florence Thompson (standing), Ruth Wilson, and Gregory Cooke">
<figcaption>
<em>Florence Thompson (standing), Ruth Wilson, and Gregory Cooke</em>
</figcaption>
</figure>
</div>
<!-- The Modal -->
<div id="myModal-1" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img-1">
<div id="caption-1"></div>
</div>
<!-- The Modal -->
<div id="myModal-2" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img-2">
<div id="caption-2"></div>
</div>
<div class="video-container">
<video controls>
<source src="/resources/liberty-bell-ringing.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<em> Ringing the Liberty Bell</em>
</div>
<br><br>
<p><em>The events page is in transition. More content to come.</em></p>
</div>
</section>
<!-- BEGIN CONTACT -->
<section class="contactsection">
<div class="mini-container">
<div id="contact" class="anchor"></div>
<h2 class="coloured-h2">Contact US</h2>
<p class="h3">Questions, comments, or feedback?</p>
<div class="support-box">
<p>If you have any questions, comments or suggestions, we would love to hear from you. Please contact us at any time and we'll get back to you shortly.</p>
</div>
<div class="contact-box-container">
<div class="contact-box left">
<ul>
<li><a href="http://bbeef.org">Basil and Becky Educational Foundation</a></li>
<li><a href="tel:215-925-2439">215-925-2439</a></li>
<li><a href="http://bbeef.org">bbeef.org</a></li>
</ul>
</div>
<div class="contact-box-spacer"></div>
<div class="contact-box right">
<div class="contact-wrap">
<div id="contact-success"><!-- Success Message -->Your email was sent. Thanks!</div>
<form action="php/contact.php?action=contact" id="contact-us" method="post"><!-- Anti-spam input, do not delete! --><input class="antispam" name="friendlyUrl" type="text" /><!-- Anti-spam input, do not delete! --> <input class="contact-form-input requiredField" id="contactName" name="contactName" placeholder="Name" spellcheck="false" type="text" /> <input class="contact-form-input requiredField email" id="email" name="email" placeholder="Email" spellcheck="false" type="email" /><textarea class="contact-form-input message-box requiredField" id="commentsText" name="comments" placeholder="Message"></textarea> <input id="contact-button" name="submit" type="submit" value="Send" />
<div class="contact-loading">
<div id="floatingCirclesG-small">
<div class="f_circleG-small" id="frotateG_01-small"></div>
<div class="f_circleG-small" id="frotateG_02-small"></div>
<div class="f_circleG-small" id="frotateG_03-small"></div>
<div class="f_circleG-small" id="frotateG_04-small"></div>
<div class="f_circleG-small" id="frotateG_05-small"></div>
<div class="f_circleG-small" id="frotateG_06-small"></div>
<div class="f_circleG-small" id="frotateG_07-small"></div>
<div class="f_circleG-small" id="frotateG_08-small"></div>
</div>
</div>
<input id="submitted" name="submitted" type="hidden" value="true" />
<div class="contact-response"><!-- Error Message -->Please fix the errors and try again.</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- BEGIN FOOTER -->
<div class="footersection">
<div class="">
<div class="footer-container">
<div class="footer-block"><!-- Social Icons --><!-- End Social Icons --></div>
<div class="footer-spacer"></div>
<div class="footer-block-middle"><a class="scroll footer-img" href="#top"><img alt="Basil and Becky Foundation logo" src="images/logo.png" /></a></div>
<div class="footer-spacer"></div>
<div class="footer-block"></div>
</div>
</div>
</div>
<!-- END FOOTER -->
<script type="text/javascript" async src="js/contact.js"></script>
<script async type="text/javascript" src="js/paypal-button.min.js"></script>
<script type="text/javascript">
$(window).on("hashchange", function () {
window.scrollTo(window.scrollX, window.scrollY - 100);
});
$(document).ready(function(){
$(".scroll").click(function (event) {
event.preventDefault();
//calculate destination place
var dest = 0;
if ($(this.hash).offset().top > $(document).height() - $(window).height()) {
dest = $(document).height() - $(window).height();
} else {
dest = $(this.hash).offset().top;
}
//go to destination
$('html,body').animate({
scrollTop: dest
}, 1000, 'swing');
$('.active').removeClass('active');
$(this).addClass('active');
});
$(".fade").fadeTransition({
pauseTime: 2000,
transitionTime: 2000,
delayStart: 500,
pauseOnMouseOver: true,
createNavButtons: true
});
$(".basilandbecky-nobox").hide(0).delay(1000).fadeIn(6000);
function resetElement(e){
var $e = $(e);
var $original = $e.clone();
$e.replaceWith($original);
}
$('#mobile').click(function(){
$('#mobile .content').toggleClass('focus');
});
if(videoBackground == 'on') {
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
// $(".player").hide();
// $.backstretch(slideshowBackgroundURLS, {
// fade: slideshowFade,
// duration: slideshowDuration
// });
// $('.backstretch img').load(function(){
// $('.page-loading').delay(1000).fadeOut(1000);
// });
$('.dropdown').click( function(event){
event.stopPropagation();
$('.dropdown-content').toggle();
});
$('.dropdown-content').hide();
$("#sticker").sticky({topSpacing:0});
}
else {
$(".player").mb_YTPlayer({
videoURL: videoBackgroundURL,
containment: 'body',
autoPlay: true,
mute: videoMuted,
startAt:0,
opacity:1
});
$('#bgndVideo').on("YTPStart",function(){
$('.page-loading').delay(1000).fadeOut(1000);
});
if(videoMuted == false) {
$('.videoMuteButton').show();
}
$("#sticker").sticky({topSpacing:0});
}
}
else {
$.backstretch(slideshowBackgroundURLS, {
fade: slideshowFade,
duration: slideshowDuration
});
$('.backstretch img').load(function(){
$('.page-loading').delay(1000).fadeOut(1000);
});
$("#sticker").sticky({topSpacing:0});
}
});
// Get the modal
var modal_1 = document.getElementById('myModal-1');
var modal_2 = document.getElementById('myModal-2');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img_1 = document.getElementById('myImg-1');
var modalImg_1 = document.getElementById("img-1");
var captionText_1 = document.getElementById("caption-1");
var img_2 = document.getElementById('myImg-2');
var modalImg_2 = document.getElementById("img-2");
var captionText_2 = document.getElementById("caption-2");
img_1.onclick = function(){
modal_1.style.display = "block";
modalImg_1.src = this.src;
captionText_1.innerHTML = this.alt;
}
img_2.onclick = function(){
modal_2.style.display = "block";
modalImg_2.src = this.src;
captionText_2.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
$('.close').click(function() {
$(this).parent().css('display', 'none');
console.log('hola');
});
</script>
</body>
</html>