-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
554 lines (506 loc) · 26.8 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- SITE TITLE -->
<title>Tribe Ventures</title>
<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300' rel='stylesheet' type='text/css'>
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<!-- Magnific-popup lightbox -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- 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="apple-touch-icon" sizes="57x57" href="assets/img/favi/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favi/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favi/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favi/apple-touch-icon-76x76.png">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/img/favi/manifest.json">
<link rel="mask-icon" href="assets/img/favi/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/img/favi/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/img/favi/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- START PRELOADER -->
<div class="preloader">
<div class="status">
<div class="status-mes"></div>
</div>
</div>
<!--END PRELOADER -->
<!-- START NAVBAR -->
<div class="navbar navbar-default navbar-fixed-top menu-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="assets/img/logo.png" alt="logo" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#more">about</a></li>
<li><a href="#why_choose">why</a></li>
<li><a href="#team">team</a></li>
<li><a href="#events">events</a></li>
<li><a href="#funds">resources</a></li>
<li><a href="blog.html">blog</a></li>
<!-- <li><a href="bmc">BMC</a></li> -->
</ul>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- START HOME DESIGN -->
<header class="hero" style="background-image: url(assets/img/bg/home-bg.jpg); background-size:cover; background-position: center center;background-attachment:fixed;">
<div class="home_overlay">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-xs-12 text-center">
<div class="hero-text wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<img class="img-responsive tribeventures" src="assets/img/tribe.png">
<!-- <p>Undergraduate Entrepreneurship at W&M</p> -->
<a href="#more" class="btn btn-default btn-home-bg" href="">Learn more</a>
</div><!-- //.HERO-TEXT -->
</div><!--- END COL -->
</div><!--- END CONTAINER -->
</div><!--- END HOME OVERLAY -->
</header>
<!-- END HOME DESIGN -->
<!-- PROMOTION -->
<section class="buy_now">
<div class="container text-center">
<h4 class="buy_now_title">Want to receive updates?<a href="https://tribeventures.typeform.com/to/aJkW1W" class="typeform-share btn btn-default btn-promotion-bg" data-mode="1" target="_blank">
<strong>Join our Newsletter</strong> </i>
</a>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}})()</script>
</a><a class="btn btn-default btn-promotion-bg" href="https://wm.startuptree.co/"><strong>Join StartupTree</strong></a></h4>
</div><!--- END CONTAINER -->
</section>
<!-- END PROMOTION -->
<!-- START ABOUT -->
<section id="more" class="about">
<div class="container-fluid">
<div class="row text-center">
<div class="section-title wow zoomIn">
<h1>Welcome <span> Tribe</span></h1>
<div></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 single_about wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<i class="fa fa-connectdevelop"></i>
<h4>What we do</h4>
<p>We cultivate entrepreneurship at William and Mary by providing resources and the community for ventures to grow and become successful.</p>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12 single_about wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<i class="fa fa-life-ring"></i>
<h4>Community</h4>
<p>We promote cross-campus efforts to connect entrepreneurial minds and provide them with the resources to launch and improve their startups.</p>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12 single_about wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<i class="fa fa-paper-plane-o"></i>
<h4>Hands on Experience</h4>
<p>We believe that the most useful startup skills come from immersion in real-life entrepreneurial environments - working side-by-side with founders.</p>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12 single_about wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<i class="fa fa-file-text-o"></i>
<h4>Real Impact</h4>
<p>We work hard with startups to define meaningful project scopes that add value, enabling students to see the challenges that real startups face each day.</p>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END ABOUT -->
<!-- START WHY CHOOSE ARIANE -->
<section id="why_choose" class="why_choose" style="background-image: url(assets/img/bg/who_we_are_bg.jpg); background-size:cover; background-position:center center;">
<div class="why_overlay">
<div class="container-fluid">
<div class="row text-center">
<div class="section-title wow zoomIn">
<h1 class="section-title-white">Why the <span>Tribe</span></h1>
<div></div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-street-view"></i>
<h4>Local</h4>
<p> There is something special about working with those in your community. That's why each company we work with is from the greater Williamsburg-area so that students can work intimately with startups.</p>
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-area-chart"></i>
<h4>Network</h4>
<p>Fellowship brings together students and Williamsburg-area growth startups to provide hands-on experience with cohorts through platforms like Lighthouse Labs and Launchpad.</p>
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-group"></i>
<h4>Collaboration</h4>
<p>Tribe Ventures is the undergraduate entrepreneurship club at The College of William and Mary. We promote cross-campus efforts to connect entrepreneurial minds.</p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div>
</section>
<!-- END WHY CHOOSE ARIANEA -->
<!-- START COUNDOWN -->
<section id="counter_timer" class="counter_feature section-padding">
<div class="container">
<div class="row text-center">
<div class="col-sm-3 col-xs-6 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
<a href="http://wm.startuptree.co" target="_blank" style="color:#757575;"><div class="counter">
<h1 class="timer"> 478</h1>
<p>Members</p>
</div></a>
</div> <!--- END COL -->
<div class="col-sm-3 col-xs-6 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<a href="https://wm.startuptree.co/discover/events" target="_blank" style="color:#757575;"><div class="counter">
<h1 class="timer">3</h1>
<p>Monthly Events</p>
</div></a>
</div><!--- END COL -->
<div class="col-sm-3 col-xs-6 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<a href="https://wm.startuptree.co/mentorship/discover" target="_blank" style="color:#757575;"><div class="counter">
<h1 class="timer"> 15</h1>
<p>Mentors</p>
</div></a>
</div> <!--- END COL -->
<div class="col-sm-3 col-xs-6 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<a href="http://wm.startuptree.co" target="_blank" style="color:#757575;"><div class="counter">
<h1 >∞</h1>
<p>Entrepreneurs</p>
</div></a>
</div> <!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- START COUNDOWN -->
<!-- START TEAM -->
<section id="team" class="section-padding">
<div class="container">
<div class="row text-center">
<div class="section-title wow zoomIn">
<h1>Our great <span>team</span></h1>
<div></div>
</div>
<div class="col-md-5ths">
<div class="team wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
<img src='assets/img/team/chris.png' onmouseover="this.src='assets/img/team/chris2.png';" onmouseout="this.src='assets/img/team/chris.png';" />
<h4>Chris Hoyle</h4>
<!-- <h6>CTO</h6> -->
</div>
<div class="team_social_icon">
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/christopher-hoyle/" class="linkedin wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="https://choyle.me" class="url wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-md-5ths">
<div class="team wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.7s" data-wow-offset="0">
<img src='assets/img/team/peter.png' onmouseover="this.src='assets/img/team/peter2.png';" onmouseout="this.src='assets/img/team/peter.png';" />
<h4>Peter Hogan</h4>
</div>
<div class="team_social_icon">
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/hoganpeter/" class="linkedin wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-md-5ths">
<div class="team wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.7s" data-wow-offset="0">
<img src='assets/img/team/paige.png' onmouseover="this.src='assets/img/team/paige2.png';" onmouseout="this.src='assets/img/team/paige.png';" />
<h4>Paige Humphrey</h4>
</div>
<div class="team_social_icon">
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/paige-humphrey-963a33bb/" class="linkedin wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-md-5ths">
<div class="team wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.7s" data-wow-offset="0">
<img src='assets/img/team/asher.png' onmouseover="this.src='assets/img/team/asher2.png';" onmouseout="this.src='assets/img/team/asher.png';" />
<h4>Asher Smith-Rose</h4>
</div>
<div class="team_social_icon">
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/ashersmithrose/" class="linkedin wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-md-5ths">
<div class="team wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.7s" data-wow-offset="0">
<img src="assets/img/team/henshaw.jpg" alt="" />
<h4>Graham Henshaw</h4>
<h6>Advisor</h6>
</div>
<div class="team_social_icon">
<ul>
<li><a target="_blank" href="https://mason.wm.edu/faculty/directory/entrepreneurship/henshaw_g.php" class="url wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END TEAM -->
<!-- START BLOG -->
<section id="events" class="home_blog section-padding">
<div class="container">
<div class="row">
<div class="section-title text-center wow zoomIn">
<h1>Our <span>Events</span></h1>
<div></div>
</div>
<div class="col-md-3">
<article class="blog-post">
<div class="post-img" style="padding-bottom:42px;padding-top:45px;"><a href="https://wm.startuptree.co/discover/events" target="_blank"><img src="assets/img/bg/Rocket.jpg" alt=""></a> </div>
<a href="rocket.html"><h4>Rocket Pitch Wednesdays</h4></a>
<!-- BLOG DETAIL -->
<span class="post-bt">by <span class="text-color-primary">Tribe Ventures</span></span>
<ul class="post-info">
<li> <i class="fa fa-calendar"></i>Wednesdays @ 2pm</li>
</ul>
<p>Give a 90 second pitch - win $100! Every Wednesday in the Alan B. Miller Entrepreneurship Center. </p>
<a class="btn btn-lg btn-light-bg" href="rocket.html">Learn More</a>
</article>
</div>
<div class="col-md-3">
<article class="blog-post">
<div class="post-img" style="padding-bottom:47px;padding-top:42px;"><a href="https://wm.startuptree.co/discover/events" target="_blank"><img src="assets/img/blog/cowork.png" alt=""></a> </div>
<a href="https://wm.startuptree.co/discover/events" target="_blank"><h4>Coworking Sprint</h4></a>
<!-- BLOG DETAIL -->
<span class="post-bt">by <span class="text-color-primary">Tribe Ventures</span></span>
<ul class="post-info">
<li> <i class="fa fa-calendar"></i>Fridays @ 2-5pm</li>
</ul>
<p>We encourage meet-ups between groups across W&M to connect like-minded individuals with different skillsets, especially the computer science and business communities. On Fridays we meet in the Alan B. Miller Entrepreneurship Center. Apply for membership access below!</p>
<a class="btn btn-lg btn-light-bg" target="_blank" href="https://masonweb.wm.edu/WMSpaces/Students/Status/23">Apply now</a>
</article>
</div>
<div class="col-md-3">
<article class="blog-post">
<div class="post-img" style="padding-bottom:23px;padding-top:42px;"> <img src="assets/img/blog/catapult.png" alt=""> </div>
<h4>Catapult</h4>
<!-- BLOG DETAIL -->
<span class="post-bt">by <span class="text-color-primary">Tribe Ventures</span></span>
<ul class="post-info">
<li> <i class="fa fa-calendar"></i>October</li>
</ul>
<p>Work with a team to build your startup in a weekend. Undergraduate and Graduate students welcome! <!-- Want to learn more and join? Click below!--></p>
<!-- <a class="btn btn-lg btn-light-bg" target="_blank" href="bmc">Learn More</a> -->
</article>
</div>
<div class="col-md-3">
<article class="blog-post">
<div class="post-img"> <a target="_blank" href="http://tribehacks.com"><img src="assets/img/blog/blog-2.jpg" alt=""></a> </div>
<a target="_blank" href="http://tribehacks.com"><h4>tribeHacks III</h4></a>
<!-- BLOG DETAIL -->
<span class="post-bt">by <a href="http://wm.acm.org/"><span class="text-color-primary">ACM@WM</span></a></span>
<ul class="post-info">
<li> <i class="fa fa-calendar"></i>March 31st - April 2nd, 2017</li>
</ul>
<p>This will be our third collegiate hackathon at the College of William & Mary. A hackathon is a collaborative computer programming event where software and hardware teams create! </p>
<a class="btn btn-lg btn-light-bg" target="_blank" href="http://tribehacks.com">Learn More</a>
</article>
</div>
</div>
</div>
</section>
<!-- END BLOG -->
<!-- START WHO WE ARE -->
<section id="funds" class="who-we-are center section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="single_who">
<iframe width="560" height="315" src="https://www.youtube.com/embed/k_1Nrott6nA?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div><!--- END COL -->
<div class="col-md-6 col-sm-6">
<div class="single_who">
<h2>Student Venture Funds</h2>
<p>Student Venture Funds are a catalyst to help student ventures move beyond the idea stage. A couple hundred dollars can mean the difference between an idea staying just an idea or becoming something much more. From validating customers to testing assumptions, there is a point when great student ideas need a small amount of capital to proceed. Whether a student venture becomes a successful endeavor or a learning experience, there is immense value in taking a step forward. Funds raised through this campaign will be allocated to student ventures through an application process managed by a committee comprising the Entrepreneurship Center and key stakeholders in the W&M entrepreneurial ecosystem. In addition to the funding, student ventures will get support, mentorship, and connections through the Alan B. Miller Entrepreneurship Center.</p>
<p>We're currently raising a crowdfunding campaign - Learn more below!</p>
<a href="http://gvcmp.us/n5f9f3" target="_blank" class="btn btn-default btn-light-bg">Donate now</a>
</div>
</div>
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END WHO WE ARE -->
<!-- CENTER -->
<section id="center" class="who-we-are center section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="single_who">
<h2>The Alan B. Miller Entrepreneurship Center</h2>
<p>The new Miller Entrepreneurship Center is an entrepreneurial hub where students from across campus can come to build on their ideas, interact with faculty and mentors, and connect with entrepreneurs from the community.</p>
<p>Register for membership access to the center for space access, mentorship, 3-D printers, and more below!</p>
<a href="http://tinyurl.com/millerec" class="btn btn-default btn-light-bg">Register</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="single_who">
<img src="assets/img/bg/EC-front.jpg" class="img-responsive" alt="" />
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- CENTER -->
<!-- START COMPANY LOGO -->
<div class="company_logo section-padding">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-6">
<a href="http://www.wmsma.com/" target="_blank"><img src="assets/img/partner/1.png" class="img-responsive" alt="" /></a>
</div><!-- END COL -->
<div class="col-md-3 col-sm-3 col-xs-6" style="padding-top:25px;">
<img src="assets/img/partner/ecenter.png" class="img-responsive" alt="" height="200px" />
</div><!-- END COL -->
<div class="col-md-3 col-sm-3 col-xs-6" style="padding-left:35px;">
<a href="https://www.boehlycenter.com/fa" target="_blank"><img src="assets/img/partner/4.png" class="img-responsive" alt="" height="500px" width="200px;"/></a>
</div><!-- END COL -->
<div class="col-md-3 col-sm-3 col-xs-6">
<a href="http://tribehacks.com" target="_blank"><img src="assets/img/partner/2.png" class="img-responsive" alt="" /></a>
</div><!-- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div>
<!-- END COMPANY LOGO -->
<!-- START FOOTER TOP-->
<section class="footer-top" style="background-image: url(assets/img/bg/footer-bg.jpg); background-size:cover; background-position: center center;background-attachment:fixed;">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0">
<div class="single_footer">
<h4>About us</h4>
<p>Cultivating entrepreneurship by providing resources and the community for ventures to grow and become successful.</p>
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-12 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<div class="single_footer">
<h4>Get in touch</h4>
<p><i class="fa fa-map-marker"></i> 101 Ukrop Way, Williamsburg, VA, 23185</p>
<p><i class="fa fa-envelope"></i> <a href="mailto:wmtribeventures@gmail.com">wmtribeventures@gmail.com</a></p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div><!--- END OVERLAY -->
</section>
<!-- END FOOTER TOP -->
<!-- START FOOTER -->
<footer class="footer section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="footer-content">
<a href="/"><img src="assets/img/logo.png" alt="logo" /></a>
<div class="footer_social">
<ul>
<li><a class="f_facebook" target="_blank" href="https://www.facebook.com/TribeCreate-765001746886715"><i class="fa fa-facebook"></i></a></li>
<li><a class="f_linkedin" target="_blank" href="https://angel.co/tribe-ventures"><i class="fa fa-angellist"></i></a></li>
<li><a class="f_stree" target="_blank" href="https://wm.startuptree.co/resource/tribeventures"><i class="fa fa-leaf" aria-hidden="true"></i></a></li>
</ul>
</div>
<p class="footer_copyright">© 2017 Tribe Ventures All Rights Reserved.</p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</footer>
<!-- END FOOTER -->
<!-- Latest jQuery -->
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- countTo js -->
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<!-- Modal for portfolio -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- WOW - Reveal Animations When You Scroll -->
<script src="assets/js/wow.min.js"></script>
<!-- scripts js -->
<script src="assets/js/scripts.js"></script>
<script type="text/javascript">
/* Portfolio pop up */
$('#portfolio').magnificPopup({
delegate: 'a.pop-up',
type: 'image',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1]
},
image: {
tError: 'The image could not be loaded.',
titleSrc: function(item) {
return item.el.find('.ptitle').text();
}
}
});
/* End Portfolio pop up */
</script>
<script>
var videos = document.getElementsById("myVideo"),
fraction = 0.8;
function checkScroll() {
for(var i = 0; i < videos.length; i++) {
var video = videos[i];
var x = video.offsetLeft, y = video.offsetTop, w = video.offsetWidth, h = video.offsetHeight, r = x + w, //right
b = y + h, //bottom
visibleX, visibleY, visible;
visibleX = Math.max(0, Math.min(w, window.pageXOffset + window.innerWidth - x, r - window.pageXOffset));
visibleY = Math.max(0, Math.min(h, window.pageYOffset + window.innerHeight - y, b - window.pageYOffset));
visible = visibleX * visibleY / (w * h);
if (visible > fraction) {
video.play();
} else {
video.pause();
}
}
}
window.addEventListener('scroll', checkScroll, false);
window.addEventListener('resize', checkScroll, false);
</script>
<!-- Google Analytics Tracking -->
<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-91494941-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>