-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
734 lines (696 loc) · 36.1 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
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Jeffrey, Dwayne">
<title>BISM - Bloomington International Students Ministries</title>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-101659405-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Fonts -->
<!--<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>-->
<link rel="stylesheet" type="text/css"
href="http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic%7CMerriweather:400,700,900,700italic">
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.css">
<!-- Owl Carousel-->
<link rel="stylesheet" href="vendor/owl-carousel/assets/owl.carousel.css">
<link rel="stylesheet" href="vendor/owl-carousel/assets/owl.theme.default.css">
<!-- Core CSS file -->
<link rel="stylesheet" href="vendor/photo-swipe/photoswipe.css">
<!-- Skin CSS file (styling of UI - buttons, caption, etc.)
In the folder of skin CSS file there are also:
- .png and .svg icons sprite,
- preloader.gif (for browsers that do not support CSS animations) -->
<link rel="stylesheet" href="vendor/photo-swipe/default-skin/default-skin.css">
<!-- Custom styles-->
<link href="css/style.css" rel="stylesheet">
<!--<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>-->
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>-->
<style>
body {
position: relative;
}
.my-gallery figcaption {
display: none;
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target="#navbar" data-offset="50">
<!-- Navigation -->
<nav id="navbar" class="navbar fixed-top navbar-toggleable-md navbar-inverse" role="navigation">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#topNavbar"
aria-controls="topNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<a class="navbar-brand" href="#">BISM</a>
<div class="collapse navbar-collapse" id="topNavbar">
<ul class="nav navbar-nav ml-auto nav-pills">
<li class="nav-item">
<a class="nav-link" href="#page-top" data-toggle="collapse"
data-target=".navbar-collapse.show">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" data-toggle="collapse"
data-target=".navbar-collapse.show">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events" data-toggle="collapse"
data-target=".navbar-collapse.show">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery" data-toggle="collapse" data-target=".navbar-collapse.show">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" data-toggle="collapse" data-target=".navbar-collapse.show">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div id="carouselIndicators" class="carousel slide" data-ride="carousel" data-interval="6000">
<ol class="carousel-indicators">
<li data-target="#carouselIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselIndicators" data-slide-to="1"></li>
<li data-target="#carouselIndicators" data-slide-to="2"></li>
<li data-target="#carouselIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item" style="background-image: url('images/carousel/cafeh.jpg')">
<div class="carousel-caption">
<h2>BISM Conversation Café<span class="heading-center"></span></h2>
<p>Practice English! Learn American Culture! Make new friends!</p>
<a href="services/ccafe.html" class="button">Read More</a>
</div>
</div>
<div class="carousel-item active" style="background-image: url('images/carousel/winter.jpg')">
<div class="carousel-caption">
<h2>BISM Winter Clothing Shopping Trip<span class="heading-center"></span></h2>
<p>Spend a day shopping at Burlington Coat Factory</p>
<a href="events/wintershop.html" class="button">Read More</a>
</div>
</div>
<div class="carousel-item " style="background-image: url('images/carousel/hike.jpg')">
<div class="carousel-caption">
<h2>BISM Hiking Trip Photos<span class="heading-center"></span></h2>
<p>Checkout the Photos From Our Latest Hiking Trip</p>
<p>Have Photos of the Trip ? Send them to <a href="http://m.me/iubism">m.me/iubism</a></p>
<a href="https://www.facebook.com/pg/iubism/photos/?tab=album&album_id=1913893612209840" class="button">View More</a>
</div>
</div>
<div class="carousel-item" style="background-image: url('images/carousel/friendship-slider.jpg')">
<div class="carousel-caption">
<h2>Friendship Partner Program<span class="heading-center"></span></h2>
<p>Need an American friend?</p>
<p>Want to improve your English through conversation?</p>
<a href="services/friendship.html" class="button">Read More</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- About -->
<section id="about" class="about-section">
<div class="container">
<!--<div class="row hidden-sm-up visible"><h1>About Us<span class="heading-left"> </span></h1></div>-->
<div class="row">
<div class="col-sm-4 photo-swipe" itemscope itemtype="http://schema.org/ImageGallery">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="images/about-us.jpg" itemprop="contentUrl" data-size="1432x855">
<img src="images/about-us.jpg">
</a>
<!--<figcaption itemprop="caption description">International Sunday 2017</figcaption>-->
</figure>
</div>
<div class="col-sm-8">
<div class="row"><h1>About Us<span class="heading-left"> </span></h1></div>
<div class="row">
<div class="text-shell">
<p class="tag-line">We exist to serve international students, scholars and their families in
Bloomington.</p>
<p>BISM provides services and activities that encourage all internationals at IU to develop
friendships, enjoy American culture, and, if interested, grow in understanding of the
Christian faith.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-items-section">
<div class="container">
<div class="row about-shell">
<div class="col-sm-4 ">
<div class="about-item">
<div class="about-icon">
<i class="fa fa-home" aria-hidden="true"></i>
</div>
<div class="card-block no-padding">
<h5 class="card-title">Friendly Atmosphere</h5>
<p class="card-text">Internationals from all culture & religion are welcome to our events.</p>
<a class="card-link" href="about.html">Read More <i class="fa fa-long-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-sm-4 ">
<div class="about-item">
<div class="about-icon">
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<div class="card-block no-padding">
<h5 class="card-title">Interesting Events</h5>
<p class="card-text">BISM has a long schedule of fun and fascinating events.</p>
<a class="card-link" href="#">Read More <i class="fa fa-long-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-sm-4 ">
<div class="about-item no-border">
<div class="about-icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</div>
<div class="card-block no-padding">
<h5 class="card-title">Join us</h5>
<p class="card-text">You are welcome to become a part of our organization.</p>
<a class="card-link" href="">Read More <i class="fa fa-long-arrow-right"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="events" class="events-section">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="events">
<div class="row">
<h1 class="text-left">Our Events<span class="heading-left"> </span></h1>
<!--<div id="view-all"><a href="">View all Events</a></div>-->
</div>
<div class="event row d-flex justify-content-start flex-nowrap">
<div class="image-box">
<img src="images/events/cafe.jpg" border="1">
<span class="date">11 <span>Sept -</span>11<span>Dec</span></span>
</div>
<div class="text-box">
<a href="services/ccafe.html">BISM Conversation Café </a> <span>Practice English! Learn American Culture! Make new friends!</span>
<a href="services/ccafe.html" class="button">Read More<i class="fa fa-angle-right"
aria-hidden="true"></i></a>
</div>
</div>
<div class="event row d-flex justify-content-start flex-nowrap">
<div class="image-box">
<span><img src="images/events/apple.jpg"></span>
<span class="date">30 <span>Sept</span></span>
</div>
<div class="text-box">
<a href="events/apple.html">Apple Picking Trip</a> <span>Register Now for a chance to visit an apple orchard where you can pick, buy, and eat apples. </span>
<a href="events/apple.html" class="button">Read More <i class="fa fa-angle-right"
aria-hidden="true"></i></a>
</div>
</div>
<div class="event row d-flex justify-content-start flex-nowrap">
<div class="image-box">
<span><img src="images/events/winter.jpg"></span>
<span class="date">14 <span>Oct</span></span>
</div>
<div class="text-box">
<a href="events/wintershop.html">BISM Winter Clothing Shopping</a> <span>Spend an afternoon shopping at
Burlington Coat Factory in Greenwood, IN </span>
<a href="events/wintershop.html" class="button">Read More<i class="fa fa-angle-right"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 no-padding">
<div class="upcoming-event">
<div class="shell">
<div class="text-box">
<h3 class="title">International Coffee Hour<span class="heading-center"></span></h3>
<p class="info"><span>Every Sunday 9:30am. R362 Sherwood Oaks Christian Church</span></p>
<p class="text-center">International Coffee Hour is an opportunity to
connect with other internationals and Americans to explore the message of the Bible,
Christianity and Jesus.</p>
<p class="tag-line">Join us for a time of
refreshments, socializing & discussing the Bible in a relaxed atmosphere.</p>
<a href="http://www.i-connections.org/coffee/" class="button">See full Detail</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="news-letter-section">
<div class="container text-center">
<div class="shell">
<div class="row">
<div class="col-12">
<h4 class="text-sm-left">BISM Newsletter</h4>
</div>
</div>
<div class="row ">
<div class="col-sm-7 col-md-8">
<p class="text-left">Sign up for the free Email newsletter and we'll keep you informed about
BISM events and activities.</p>
</div>
<div class="col-sm-5 col-md-4">
<form class="form-inline"
action="http://zc1.maillist-manage.com/ua/Optin?od=11287eca3ad035&opDgs=7200cd3a4fff9f7a888b227363dd4186cbad3f9c5f6454d4&lD=13f2ca281659a9f&n=11699f74d37d896"
method="POST" target="_blank">
<div class="input-group">
<input type="email" class="form-control" aria-describedby="emailHelp"
placeholder="your@email.com" name="optinEmail" required="">
<span class="input-group-btn">
<button class="btn btn-secondary" type="submit"><i class="fa fa-envelope-o"
aria-hidden="true"></i></button>
</span>
</div>
</form>
</div>
<!--<small class="form-text text-muted">We'll never share your email with anyone else.</small>-->
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section id="gallery" class="gallery-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Our Gallery<span class="heading-center"> </span></h1>
</div>
</div>
<div align="row center">
<button class="btn btn-default filter-button" data-filter="all">All</button>
<button class="btn btn-default filter-button" data-filter="fall">Fall</button>
<button class="btn btn-default filter-button" data-filter="spring">Spring</button>
<button class="btn btn-default filter-button" data-filter="summer">Summer</button>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box"
href="https://get.google.com/albumarchive/111396174924976916781/album/AF1QipNp0zQe1EFWTBcv1jG5Dp-9qbI-cTHu8deUbalt">
<img class="img-" src="images/gallery/fall-furniture.jpg" alt="Furniture Giveaway"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank"
href="https://get.google.com/albumarchive/111396174924976916781/album/AF1QipNp0zQe1EFWTBcv1jG5Dp-9qbI-cTHu8deUbalt">Furniture
Giveaway</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/6nDdYWGXkdXtffeE9">
<img class="img-" src="images/gallery/fall-hike.jpg" alt="Hiking"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/6nDdYWGXkdXtffeE9">Hiking</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/ZFpDb3s8dcwstRHp9">
<img class="img-" src="images/gallery/fall-cookout.jpg" alt="Fall Cookout"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/ZFpDb3s8dcwstRHp9">Fall
Cookout</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/y7jqjpnwRR4PVrCz9">
<img class="img-" src="images/gallery/fall-apple.jpg" alt="Apple Picking"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/y7jqjpnwRR4PVrCz9">Apple
Picking</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/GtiLUjzqe4fVkJkE6">
<img class="img-" src="images/gallery/spring-breakout.jpg" alt="Breakout"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/GtiLUjzqe4fVkJkE6">Breakout</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/E2QeasRotaobZYHUA">
<img class="img-" src="images/gallery/fall-biblestudy.jpg" alt="Bible Study"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/E2QeasRotaobZYHUA">Bible Study
& Friendship Groups</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/kjvPGjJg3442RyCB9">
<img class="img-" src="images/gallery/fall-halloween.jpg" alt="Halloween"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank"
href="https://goo.gl/photos/kjvPGjJg3442RyCB9">Halloween</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/fNHJTfkX1Y7W16LL7">
<img class="img-" src="images/gallery/fall-thanksgiving.jpg" alt="ThanksGiving Dinner"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/fNHJTfkX1Y7W16LL7">ThanksGiving
Dinner</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/xW6A5YDWb1mq8EBLA">
<img class="img-" src="images/gallery/fall-christmas.jpg" alt="Christmas Celebrations"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/xW6A5YDWb1mq8EBLA">Christmas
Celebrations</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter fall">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/osjPh76eUq475u6y7">
<img class="img-" src="images/gallery/fall-coffeehour.jpg" alt="International Coffee Hour"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/osjPh76eUq475u6y7">International
Coffee Hour</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/oHDFMyiYM8cX6CzL7">
<img class="image-box" src="images/gallery/spring-is.jpg" alt="International Sunday"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/oHDFMyiYM8cX6CzL7">International
Sunday</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/hQGbNPu75pWEyTo99">
<img src="images/gallery/spring-superbowl.jpg" alt="Superbowl Party"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/hQGbNPu75pWEyTo99">Superbowl
Party</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/PQhUavBL7LVLphda9">
<img src="images/gallery/spring-ski.jpg" alt="Ski Trip"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/PQhUavBL7LVLphda9">Winter Break
Ski Trip</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter spring">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/fT4APBxcWfDCTfkQ8">
<img src="images/gallery/spring-retreat.jpg" alt="Spring Break Retreat"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/fT4APBxcWfDCTfkQ8">Spring Break
Retreat</a>
</div>
</div>
</figure>
</div>
<div class="col-lg-4 col-sm-6 col-12 filter summer">
<figure class="thumbnail">
<a target="_blank" class="image-box" href="https://goo.gl/photos/fT4APBxcWfDCTfkQ8">
<img src="images/gallery/summer-cookout.jpg" alt="Summer Activities"/>
</a>
<div class="overlay">
<div class="text"><a target="_blank" href="https://goo.gl/photos/13RV3mcz5AQ9atQp6">Summer
Activities</a>
</div>
</div>
</figure>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<div class="container">
<form id="ajax-contact" method="post" role="form" action="../sendmail.php">
<h4 class="text-center text-sm-left text-bold">Get in touch</h4>
<div class="row">
<div class="col-md-12">
<div id="form-messages" style="color: #ADD8E6; text-align:center;font-weight:bold;"></div>
</div>
<div class="col-md-6">
<input type="text" id="name" placeholder="Name*" required="" name="name">
</div>
<div class="col-md-6">
<input type="email" id="email" placeholder="Email*" required="" name="email">
</div>
<div class="col-md-6">
<input type="tel" id="phone" placeholder="Phone*" required="" name="phone">
</div>
<div class="col-md-6">
<input type="text" id="subject" placeholder="Subject*" required="" name="subject">
</div>
<div class="col-md-12">
<textarea required="" id="message" cols="10" rows="10" placeholder="Your Message"
name="message"></textarea>
</div>
<div class="col-md-12">
<input type="submit" class="form-control" value="Send Message">
</div>
</div>
</form>
</div>
</div>
<div class="col-sm-6 text-left">
<div class="footer-address-box">
<h4 class="text-center text-sm-left">Contact us</h4>
<address>
<ul class="list-unstyled">
<li><i class="fa fa-map-marker" aria-hidden="true"></i> <strong>IMU Room 772, 900 E. 7th
Street, IN 47405</strong></li>
<li><i class="fa fa-mobile" aria-hidden="true"></i>
<p>+1 (812) 325-9047 - Main Contact </p></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i>
<p><a class="link" href="mailto:bism@indiana.edu">bism@indiana.edu</a> <a class="link" href="mailto:elan@ifmusa.org">elan@ifmusa.org</a> <a class="link"
href="mailto:huffed@indiana.edu">huffed@indiana.edu</a>
</p></li>
</ul>
</address>
<h4 class="text-center text-sm-left">Follow Us:</h4>
<ul class="list-inline justify-content-sm-start justify-content-center icon-social">
<li class="list-inline-item"><a href="http://www.facebook.com/iubism" class="icon-md"><i
class="fa fa-facebook-square" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="http://www.twitter.com/iubism" class="icon-md"><i
class="fa fa-twitter-square" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="http://www.instagram.com/iubism" class="icon-md"><i
class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCDWYmxOmvxDMRp4sGDOj0fQ/videos" class="icon-md"><i
class="fa fa-youtube-square" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.snapchat.com/add/iubism" class="icon-md"><i
class="fa fa-snapchat-square" aria-hidden="true"></i></a></li>
</ul>
<div class="footer-map-box">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<span>BISM © 2017</span>
</div>
</div>
</div>
</footer>
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- Core JS file -->
<script src="vendor/photo-swipe/photoswipe.min.js"></script>
<!-- UI JS file -->
<script src="vendor/photo-swipe/photoswipe-ui-default.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery/jquery.easing.min.js"></script>
<script src="vendor/tether/tether.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Owl carousel-->
<script src="vendor/owl-carousel/owl.carousel.js"></script>
<!-- Custom Js-->
<script src="js/site-wide.js"></script>
<script>
$(document).ready(function () {
/*$(".owl-carousel").owlCarousel(
{
loop:true,
margin:10,
responsiveClass:true,
responsive:{
0:{
items:1,
nav:false
},
768:{
items:2,
nav:false
}
}
}
);*/
$(".filter-button").click(function () {
var value = $(this).attr('data-filter');
if (value == "all") {
//$('.filter').removeClass('hidden');
$('.filter').show('1000');
}
else {
// $('.filter[filter-item="'+value+'"]').removeClass('hidden');
// $(".filter").not('.filter[filter-item="'+value+'"]').addClass('hidden');
$(".filter").not('.' + value).hide('3000');
$('.filter').filter('.' + value).show('3000');
}
});
if ($(".filter-button").removeClass("active")) {
$(this).removeClass("active");
}
$(this).addClass("active");
});
</script>
<!-- Photo Swipe -->
<script type="application/javascript">
// execute above function
initPhotoSwipeFromDOM('.photo-swipe');
$('body').scrollspy({
target: '#navbar'
})
</script>
<!--<script src="../js/jquery-2.1.0.min.js"></script>-->
<script src="js/timer.js" external-type="html"></script>
<script src="js/app.js"></script>
</body>
</html>