-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·682 lines (569 loc) · 39.6 KB
/
index.html
File metadata and controls
executable file
·682 lines (569 loc) · 39.6 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<!-- DEFAULT META TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="description" content="InterVarsity is an inter-denominational Christian fellowship serving Columbia's undergraduate community." />
<meta name="keywords" content="Columbia, Christian, Fellowship, InterVarsity" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>InterVarsity Christian Fellowship Columbia</title>
<!-- DEFAULT META TAGS -->
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,800,600|Raleway:300,600,900' rel='stylesheet' type='text/css'>
<!-- FONTS -->
<!-- CSS -->
<link rel='stylesheet' id='default-style-css' href='files/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='flexslider-style-css' href='files/css/flexslider.css' type='text/css' media='all' />
<link rel='stylesheet' id='easy-opener-style-css' href='files/css/easy-opener.css' type='text/css' media='all' />
<link rel='stylesheet' id='jplayer-style-css' href='files/jplayer/jplayer.css' type='text/css' media='all' />
<link rel='stylesheet' id='isotope-style-css' href='files/css/isotope.css' type='text/css' media='all' />
<link rel="stylesheet" id='rsplugin-style-css' href="files/rs-plugin/css/settings.css" type="text/css" media="all" />
<link rel="stylesheet" id='fontawesome-style-css' href="files/css/font-awesome.min.css" type="text/css" media="all" />
<link rel='stylesheet' id='retina-style-css' href='files/css/retina.css' type='text/css' media='all' />
<link rel='stylesheet' id='mqueries-style-css' href='files/css/mqueries.css' type='text/css' media='all' />
<!-- CSS -->
<!-- FAVICON -->
<link rel="shortcut icon" href="files/uploads/favicon.png"/>
<!-- FAVICON -->
<!-- JQUERY LIBRARY & MODERNIZR -->
<script src="files/js/jquery-1.9.1.min.js"></script>
<script src='files/js/jquery.modernizr.min.js'></script>
<!-- JQUERY LIBRARY & MODERNIZR -->
<!-- GOOGLE ANALYTICS -->
<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-81855394-1', 'auto');
ga('send', 'pageview');
</script>
<!-- GOOGLE ANALYTICS -->
</head>
<body>
<!-- PAGELOADER -->
<div id="page-loader">
<div class="page-loader-inner">
<div class="loader-logo"><img src="files/uploads/logo.png" alt="Logo"/></div>
<div class="loader-icon"><span class="spinner"></span><span></span></div>
</div>
</div>
<!-- PAGELOADER -->
<!-- PAGE CONTENT -->
<div id="page-content" class="fixed-header">
<!-- HEADER -->
<header id="header" class="header-overlay">
<div class="header-inner wrapper clearfix">
<div id="logo" class="left-float">
<a id="overlay-logo" class="logotype" href="index.html"><img src="files/uploads/logo.png" alt="Logo"> </a>
<a id="defaut-logo" class="logotype" href="index.html"><img src="files/uploads/logo-alt.png" alt="Logo"></a>
</div>
<div class="menu right-float clearfix">
<nav id="main-nav">
<ul>
<li class="current-menu-item"><a href="#home" class="scroll-to">Home</a></li>
<li><a href="#about" class="scroll-to">Overview</a></li>
<li><a href="#events" class="scroll-to">Programs</a></li>
<li><a href="#stories" class="scroll-to">Stories</a></li>
<!-- <li><a href="#resources" class="scroll-to">Resources</a></li> -->
<li><a href="#faq" class="scroll-to">FAQ</a></li>
<li><a href="#contact" class="scroll-to">Contact</a></li>
</ul>
</nav>
</div>
</div> <!-- END .header-inner -->
</header> <!-- END header -->
<!-- HEADER -->
<!-- PAGEBODY -->
<div class="page-body">
<!-- HOME (SLIDER) -->
<section id="home" class="no-padding">
<div class="section-inner">
<!-- REVOLUTION SLIDER -->
<div class="home-slider-container">
<div class="home-slider" >
<ul>
<!-- THE FIRST SLIDE -->
<li data-transition="fade" data-slotamount="5" data-masterspeed="800" >
<!-- THE MAIN IMAGE IN THE FIRST SLIDE -->
<img src="files/uploads/slider-bg1.jpg" alt="slidebg1" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
<!-- LAYER NR. 1 TITLE MAIN -->
<div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="-40"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 2">
<center>InterVarsity<br><strong>Christian Fellowship</center></strong>
</div>
<!-- LAYER NR. 1.5 SUBTITLE -->
<div class="tp-caption srcaption-miniwhite sfb"
data-x="center" data-hoffset="0"
data-y="bottom" data-voffset="-100"
data-speed="500"
data-start="1200"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 3">
<h1 style="color:white;">
<center>Columbia's
<span class="typed">cheerfully broken</span><span id="typed-cursor">|</span>
fellowship.</center>
</h1>
</div>
<!-- LAYER NR. 2 LEARN MORE -->
<div class="tp-caption srcaption-miniwhite sfb"
data-x="center" data-hoffset="0"
data-y="bottom" data-voffset="-25"
data-speed="500"
data-start="1200"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 3">Learn more about us
</div>
<!-- LAYER NR. 3 BUTTON -->
<div class="tp-caption srcaption-miniwhite sfb text-light"
data-x="center" data-hoffset="0"
data-y="bottom" data-voffset="35"
data-speed="500"
data-start="1300"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 3"><a href="#about" class="sr-button sr-buttonicon small-iconbutton scroll-to"><i class="fa fa-angle-down"></i></a>
</div>
</li> <!-- end first slide -->
/* Commented out additional slides of slideshow
<!-- THE SECOND SLIDE -->
<!-- <li data-transition="fade" data-slotamount="5" data-masterspeed="800" > -->
<!-- THE MAIN IMAGE IN THE SECOND SLIDE -->
<!-- <img src="files/uploads/slider-bg2.jpg" alt="slidebg2" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat"> -->
<!-- LAYER NR. 2 -->
<!-- <div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="0"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 2"><center><strong><u>Christ.<br>Community.<br>Fellowship.</u></strong></center>
</div>
</li> -->
<!-- THE THIRD SLIDE -->
<!-- <li data-transition="fade" data-slotamount="5" data-masterspeed="800" > -->
<!-- <img src="files/uploads/slider-bg3.jpg" alt="slidebg3" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat"> -->
<!-- LAYER NR. 2 -->
<!-- <div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="0"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 2"><center>Let's go to<br>the cross<br><strong>together</strong>.</center>
</div>
</li> -->
</ul>
</div>
</div> <!-- END .home-slider-container -->
<!-- REVOLUTION SLIDER -->
</div> <!-- END .section-inner -->
</section>
<!-- HOME (SLIDER) -->
<!-- ABOUT -->
<section id="about">
<div class="section-about">
<div class="wrapper">
<div class="section-title">
<h2>An invitation to <span class="xone">come as you are</span></h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">Sign up for email updates and upcoming events.</h4>
<p><a href="https://columbiaivcf.typeform.com/to/WZiJsE" target="_blank" class="sr-button sr-button2 small-button">Sign up here</a></p>
</div>
<div class="column-section clearfix">
<div class="column one-third align-center sr-animation sr-animation-zoomin" data-delay="200">
<i class="fa fa-comments fa-4x xone"></i>
<h4><strong>Connect</strong></h4>
<p>“[The body's] parts are many, but they all form one body.
So it is with Christ. For in one Spirit we were all baptized into one body,
and given one Spirit to drink.”<br><br>
We're a fellowship that lives life together.
InterVarsity isn't just another club to be in—it's also where
we've met some of the greatest people and ate, studied, and stayed up late with them.
Join us as we get to know, support, and encourage one another through the ups and downs of life at Columbia.</p>
</div>
<div class="column one-third align-center sr-animation sr-animation-zoomin" data-delay="400">
<i class="fa fa-envira fa-4x xone"></i>
<h4><strong>Worship</strong></h4>
<p>"But I will sing of your strength.
I will sing of your steadfast love in the morning.
For you have been to me a fortress and a refuge in the day of my distress."<br><br>
Worship is one of the ways we testify, whether on Thursday evening Ignites or in informal, spontaneous prayer meetings.
You'll never have to attend church alone:
We're plugged in to Christ-centered ministries across the city,
and we'd be glad to help find the right church for you.</p>
</div>
<div class="column one-third last-col align-center sr-animation sr-animation-zoomin" data-delay="600">
<i class="fa fa-globe fa-4x xone"></i>
<h4><strong>Explore</strong></h4>
<p>"I in them and you in me, that they may become perfectly one,
so that the world may know that you sent me and loved them even as you loved me."<br><br>
InterVarsity takes you places.
We're a fellowship that spontaneously decides to bus into Washington DC for a weekend revival event.
From events like our fall retreat in the Poconos mountains to Basileia by the waters of Lake Saranac,
you'll have a faith family to hit the road with while seeking Christ. </p>
</div>
</div> <!-- END .column-section -->
</div> <!-- END .section-inner -->
</div> <!-- END .wrapper> -->
<!-- END .section-inner-->
</section>
<!-- Events -->
<section id="events" class="service-dark text-light">
<div class="section-events">
<div class="wrapper">
<div class="section-title">
<h2>Programs Worth <span class="xone">Looking Forward To</span></h2>
<h5>Peep our <a href="https://www.facebook.com/ColumbiaInterVarsity/">Facebook</a> and <a href="https://columbiaivcf.tumblr.com">tumblr</a> for upcoming events and recaps</h5>
<div class="column-section clearfix">
<div class="column one-half align-center sr-animation sr-animation-zoomin" data-delay="200">
<!-- THREE COLUMN LAYOUT: column one-third iconbox clearfix sr-animation sr-animation-frombottom -->
<!-- <i class="fa fa-fire fa-2x xone"></i> -->
<h4><strong>Ignite</strong></h4>
<p><u>Thursday Nights, 7pm in St. Paul's Chapel</u><br>
Join us every Thursday night for a rejuvenating evening of worship and communion.
Each week, InterVarsity comes together to take part in music and hear the week's message.
Ignite is where real community-building happens, and it wouldn't be complete without you.</p>
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>LaFe Latinx Fellowship</strong></h4>
<p><u>Exploring what it means to be Latinx through the lens of Christ</u><br>
Latinidad's fusion of rich African, European, and indigenous cultures can bring
about the feeling of "ni de aqui ni de alla," not of here or there. We hope that La Fe
will be a place where Latinx students can meet and feel comfortable discussing the tensions
and joys that come along with our ethnic identities and our walk with God.
Email <a href="mailto:lafe@columbiaivcf.org">lafe@columbiaivcf.org</a> to learn more.</p>
</div>
<div class="column one-half last-col sr-animation sr-animation-zoomin" data-delay="400">
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>Life Groups</strong></h4>
<p><u>More Than Just a Bible Study Group</u><br>
Life Groups are small groups of students who wish to better understand who God is and live life together.
Life Groups learn about God through reading and discussing the Bible together,
but also come together to study, play sports, cook, and much more.
Sign up <a href="https://columbiaivcf.typeform.com/to/dJXInQ">here</a>, and we'll plug you into a Life Group right away.</p>
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>Big Event</strong></h4>
<p><u>Weekend of October 27—29</u><br>
Join us for our yearly fall conference held by Intervarsity USA in upstate New York and meet other students from NYC, Long Island, and New Jersey during the last weekend of October. Gather for a weekend to witness the kingdom of God through a transformative time of worship, prayer, sermons, and fellowship. Encounter God through the various tracks that delve into specific areas of study such as evangelism, scripture, leadership, and more.
Sign up or learn more on the <a href="http://ivcfnynj.org/events/the-big-event/">Big Event website.</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- END .column-section -->
</section>
<!--End Events
<!-- SERVICE -->
<section id="stories">
<div class="section-inner">
<div class="wrapper">
<div class="section-title">
<h2>InterVarsity <span class="xone">In Your Own Words</span></h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">InterVarsity isn't like any other campus organization. Hear from these IV members to find out why.</h4>
</div>
<div class="column-section clearfix">
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="400">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_0.jpg">
</div>
</div>
<p>InterVarsity means always having a friend to share a meal with.</p>
</div>
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="800">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_2.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>IV is a Christ-centered community, united in brokenness and love.</p>
</div>
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="1200">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_3.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>InterVarsity means family and family means caring no matter what.</p>
</div>
<div class="column one-fourth last-col align-center sr-animation sr-animation-frombottom" data-delay="1600">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_8.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>IV is community. Not just in name, but in everyone's genuine love, commitment and willingness to sacrifice. Being in IV is one of the main reasons I'm still in college.</p>
</div>
</div> <!-- END .column-section -->
<div class="column-section clearfix">
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="400">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_1.jpg">
</div>
</div>
<p>InterVarsity is my family away from home.
They've helped me feel that I belong on this campus.
The people in IV have taught me that I'm loved as I am—talents and flaws included.
They inspire me to love those around me, not just to be a good student.</p>
</div>
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="800">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_5.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>InterVarsity is the closest thing I've got to family on campus.
We aren't perfect by any means, but I think our capacity and willingness to be authentic with one another
makes IV a fellowship worth being part of.</p>
</div>
<div class="column one-fourth align-center sr-animation sr-animation-frombottom" data-delay="1200">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_6.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>InterVarsity is one of the first things about Barnard/Columbia that
made me realize that I could actually establish a home here in New York City.
It is a constant reminder that I'm not meant to walk this life alone.</p>
</div>
<div class="column one-fourth last-col align-center sr-animation sr-animation-frombottom" data-delay="1600">
<div class="team-pic">
<div class="imgoverlay text-light">
<img src="files/uploads/stories/stories_7.jpg" alt="SEO IMAGE NAME">
</div>
</div>
<p>Being part of such a loving fellowship has given me not only familiar faces
to spend Sunday mornings and Thursday Ignite evenings with,
but also three-in-the-morning friends for life.</p>
</div>
</div> <!-- END .column-section -->
</div> <!-- END .wrapper -->
</div> <!-- END .section-inner-->
</section>
<!-- TODO: Populate resources -->
<!-- RESOURCES -->
<section id="resources">
<div class="section-inner">
<div class="wrapper">
<!-- <div class="section-title">
<h2>Helpful <span class="xone">Resources</span></h2>
<h4 class="subtitle">Churches, fellowships, sermons, readings, and more</h4>
</div>
<div>
<center>
</center>
</div> -->
</div> <!-- END .section-inner-->
</section>
<!-- RESOURCES -->
<!-- FAQ -->
<section id="faq" class="service-dark text-light">
<div class="section-inner">
<div class="wrapper">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">We’d love to talk with you! Please don't hesitate to reach out to us with any questions or comments.</h4>
</div>
<div class="column-section clearfix">
<div class="column one-third iconbox clearfix sr-animation sr-animation-frombottom" data-delay="0">
<i class="fa fa-question-circle fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>What is InterVarsity?</strong></h5>
<p>InterVarsity Christian Fellowship is a network of millions of college students from schools all over the nation.
Our Columbia chapter is a part of InterVarsity's New York/New Jersey region, and is connected to 1.2 million other
college students dedicated to establishing and advancing witnessing communities in every corner of every campus so
that all students (and faculty) can experience the love of God in the face of Jesus Christ.
</p>
</div>
</div>
<div class="column one-third iconbox clearfix sr-animation sr-animation-frombottom" data-delay="200">
<i class="fa fa-user fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>Who is InterVarsity?</strong></h5>
<p>
We're a community of friends-turned-family. We hang out with each other, study with one another,
explore NYC together—and do life together. Columbia can be a hard place to study, so we're here to be a
support system that will help make your college experience the joyous, fruitful experience it ought to be. We're an outlet
for all the stresses of being a college student, and a healthy place to be unified in the love of Christ.
</p>
</div>
</div>
<div class="column one-third last-col iconbox clearfix sr-animation sr-animation-frombottom" data-delay="400">
<i class="fa fa-heart fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>I don't consider myself a Christian—can I still join?</strong></h5>
<p>
We're here for any and all students at Columbia, whether you grew up going to church or have never set foot in one:
the convinced and unconvinced, the bored, burned, skeptical, and the spiritual.
We're not shy about asking questions, whether it be exploring Christianity's claims or encountering Jesus.
No matter where you are in the process, we'd love for you to join us.
</p>
</div>
</div>
</div>
<div class="column-section clearfix">
<div class="column one-third iconbox clearfix sr-animation sr-animation-frombottom" data-delay="0">
<i class="fa fa-home fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>Do I need to pay membership fees to be a part of InterVarsity?</strong></h5>
<p>Not at all! We've committed as an organization to building an accessible and inclusive Christ-seeking community
to the best of our ability, and will use our organization's resources to keep it that way. Financial assistance is readily available
for expenses related to InterVarsity and chapter-sanctioned conferences, retreats, and associated travel.
</p>
</div>
</div>
<div class="column one-third iconbox clearfix sr-animation sr-animation-frombottom" data-delay="200">
<i class="fa fa-rocket fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>What makes InterVarsity unique compared to other fellowships?</strong></h5>
<p>
Being a part of InterVarsity makes you a member of one of the nation's largest collegiate fellowships,
and at the same time a part of a tight-knit family that looks out for each other and
how they can bring God's work onto this campus. We encourage you to check out for
yourself how much you vibe with our culture, as well that of other fellowships on our campus.
</p>
</div>
</div>
<div class="column one-third last-col iconbox clearfix sr-animation sr-animation-frombottom" data-delay="400">
<i class="fa fa-envelope fa-2x fa-fw"></i>
<div class="iconbox-content">
<h5><strong>Who should I contact for more information?</strong></h5>
<p>
Say hello by messaging us on our <a href="https://www.facebook.com/ColumbiaInterVarsity">Facebook page</a>
or by shooting us an <a href="mailto:hello@columbiaivcf.org">email</a>. Please feel free to add your name to our mailing list,
which you can do right here, below.
</p>
</div>
</div>
</div>
</div> <!-- END .wrapper -->
<!-- Serving Council Bios -->
<section id="serving council bios" class="service-dark text-light">
<div class="section-inner">
<div class="wrapper">
<div class="section-title">
<h2>Serving Council</h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">2017-2018</h4>
<div class="column-section clearfix">
<div class="column one-half align-center sr-animation sr-animation-zoomin" data-delay="200">
<!-- THREE COLUMN LAYOUT: column one-third iconbox clearfix sr-animation sr-animation-frombottom -->
<!-- <i class="fa fa-fire fa-2x xone"></i> -->
<h4><strong>President: Shawn Wang</strong></h4>
<p>
Hey everyone, my name is Shawn. I am a senior studying Chemistry and Earth Science at Columbia College and I am the current InterVarsity Chapter President. Though born and raised in China, I've spent most of my life in rural Alabama. When I'm not busy analyzing sediment cores from the seafloor or organizing events for InterVarsity, you can find me playing squash at Dodge or drinking bubble tea from Cafe East.</p>
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>Logistics Coordinator: Hannah Park</strong></h4>
<p>
Hi! I’m Hannah, a junior studying English and Human Rights. I love soup, petting strangers’ dogs, and oxford commas. Born and raised in Los Angeles, I have fallen in love with New York and have gained an appreciation for never having to find parking. On campus, I am an associate copy editor for the Columbia Spectator and when I’m not waiting in line at the Korean food truck on Broadway or boxing, you can find me watching Queen of Katwe or Mad Max: Fury Road.</p>
<h4><strong>Outreach Coordinator: Jonathan Zhang</strong></h4>
<p>
I was born and raised far from the lights and snow of NYC in sunny California and, by the grace of God, saved as a high schooler. At Intervarsity this year, I am excited to serve as the Outreach leader to encourage each other in the fellowship to boldly share the gospel of Christ. I study Computer Science and Economics (fulfilling several NorCal stereotypes) as a sophomore in Columbia College. I still don’t quite understand how New Yorkers survive the winters here and why Chicken over Rice tastes like heaven at 2am. My goal this year is to figure out how to sneak an air conditioner into Wien without losing guaranteed housing.</p>
<h4><strong>Ignite Coordinator: Christina Saint Louis</strong></h4>
<p>
Hey! I'm Christina, a junior majoring in American Studies with a concentration in Media & Pop Culture, and minoring in Political Science—i.e., a mixture of history, politics, and media. When not relentlessly sending friends the latest inspirational how-to article, I can be found at Notes & Keys (a cappella) rehearsal, pretending to be a vlogger, or Pinteresting (hip, I know). If you're somehow connected to Oprah, Casey Neistat, Solange, or Tracee Ellis Ross, let's be friends.</p>
<h4><strong>Life Groups Coordinator: Hannah Yamamoto</strong></h4>
<p>
Hi, I'm Hannah and I am a junior at Barnard studying Anthropology. I was born and raised in Southern California, but moved to Japan when I was 13 and have since loved to travel the world. My experiences abroad have really shaped my dreams of going into missional medicine and healthcare policy. Some of my favorite things include dogspotting, biking down the Hudson, being a foodie, and Christmastime!</p>
</div>
<div class="column one-half last-col sr-animation sr-animation-zoomin" data-delay="400">
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>Hospitality Coordinator: Kirby Eckels</strong></h4>
<p>
Hi, I'm Kirby! I'm a senior at Barnard studying English Literature and Psychology. I'm originally from Houston, TX but NYC has become my home, and InterVarsity has become my family. When I'm not planning events to bring the fellowship together, I'm probably reading a Victorian novel in a coffee shop, strolling through Central Park, or stalking cute dogs on Instagram.</p><br>
<!-- <i class="fa fa-comments fa-4x xone"></i> -->
<h4><strong>Social Justice Coordinator: Amber Mackey</strong></h4>
<p>
Hello!! I'm Amber, a senior studying political science and sociology at Barnard College. As Social Justice Team Coordinator I love working with my community to make sure all people can experience the love of God. Whenever I'm not working I can be found in a park, watching "The Office" or searching for NYC's best red velvet cake.</p><br>
<h4><strong>Mentorship Coordinator: Kristen Song</strong></h4>
<p>
Hello hello! My name is Kristen. I am a junior majoring in Chemistry at Barnard College who was born into a military family, raised in 3 different countries, moved a total of 10 times (so far), and hopes to keep counting for the rest of my life. Currently, home is Kansas, but New York is growing on me fast. I love to travel, especially to see natural landmarks to witness my Maker's boundless creativity, but also to encounter diverse testimonies, foods, and cultures. During my leisure time, I love to watch the sunset, take walks in Riverside Park, and have spontaneous one-on-one bubble tea dates with friends~</p>
<h4><strong>Prayer Coordinator: Julissa Tejeda</strong></h4>
<p>
Hi! My name is Julissa. I'm a first generation, Dominican-American (soon to be) civil engineer from the Bronx. I'm a senior and this year's Prayer Coordinator. I found Intervarsity my sophomore year through my super cool roommate, and my college experience has been getting better ever since. As a native New Yorker, I walk really fast and get annoyed by slow walking tourists. I've recently taken up doing a lot more touristy things, so I have become the villain in my own story.</p>
<h4><strong>Staff Leader: Alex Lee</strong></h4>
<p>
Hello, I'm Alex! I graduated from Columbia in 2017 as a Biochemistry major and I am InterVarsity's Staff Leader for this school year. I became a Christian as a first-year in college and still can't believe that the Lord would call me to full-time ministry, but I'm so excited to serve the students and faculty at Columbia. When I'm not ranting about how cool proteins and molecules are (they're really awesome), I'm probably either watching anime and reading manga, bouldering, or thinking about life. My goal in life is to one day own a Samoyed dog.</p>
</div>
</div>
</div>
</div>
</div>
<!-- END .column-section -->
</section>
<!--END Serving Council Bios -->
<!-- CONTACT -->
<section id="contact" class="no-padding">
<div class="section-inner">
<div class="spacer spacer-big"></div>
<!-- EMAIL -->
<div id="email" class="horizontalsection text-light parallax-section">
<div class="horizontalinner wrapper align-center">
<h2>Interested in seeing what InterVarsity is all about?</h2>
<div class="spacer spacer-small"></div>
<p><a href="https://columbiaivcf.typeform.com/to/WZiJsE" target="_blank" class="scroll-to sr-button sr-button4 medium-button">Sign up for email updates</a>
<a href="mailto:hello@columbiaivcf.org" target="_blank" class="scroll-to sr-button sr-button4 medium-button">Questions? Email us!</a></p>
<ul class="socialmedia-widget social-share">
<li class="facebook"><a href="https://www.facebook.com/ColumbiaInterVarsity" target="_blank">Facebook</a></li>
<li class="instagram"><a href="https://www.instagram.com/columbiaInterVarsity/" target="_blank">Instagram</a></li>
<li class="mail"><a href="mailto:hello@columbiaivcf.org" target="_blank">Email</a></li>
</ul>
</div>
</div>
<!-- EMAIL -->
</div>
</section>
<!-- CONTACT -->
</div> <!-- END .page-body -->
<!-- PAGEBODY -->
</div> <!-- END #page-content -->
<!-- PAGE CONTENT -->
<!-- SCRIPTS -->
<script type='text/javascript' src='files/js/typed.js'></script>
<script type='text/javascript' src='files/js/retina.js'></script>
<script type='text/javascript' src='files/js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='files/js/jquery.easing.compatibility.js'></script>
<script type='text/javascript' src='files/js/jquery.visible.min.js'></script>
<script type='text/javascript' src='files/js/xone-header.js'></script>
<script type='text/javascript' src='files/js/jquery.easy-opener.min.js'></script>
<script type='text/javascript' src='files/js/jquery.flexslider.min.js'></script>
<script type='text/javascript' src='files/js/jquery.isotope.min.js'></script>
<script type='text/javascript' src='files/js/jquery.bgvideo.min.js'></script>
<script type='text/javascript' src='files/js/jquery.fitvids.min.js'></script>
<script type='text/javascript' src='files/jplayer/jquery.jplayer.min.js'></script>
<script type="text/javascript" src="files/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="files/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script type='text/javascript' src='files/js/jquery.parallax.min.js'></script>
<script type='text/javascript' src='files/js/jquery.counter.min.js'></script>
<script type='text/javascript' src='files/js/jquery.scroll.min.js'></script>
<script type='text/javascript' src='files/js/xone-loader.js'></script>
<script type='text/javascript' src='files/js/xone-form.js'></script>
<script type='text/javascript' src='files/js/script.js'></script>
<!-- SCRIPTS -->
</body>
</html>