-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwmlist.html
731 lines (637 loc) · 57.6 KB
/
wmlist.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
<!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]-->
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.css' rel='stylesheet' />
<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-default navbar-fixed-top menu-top" style="background-color: #115740 !important;" role="navigation">
<div class="container" >
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt="logo" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- START BLOG -->
<section id="more" class="about">
<div class="container-fluid">
<div class="row text-center">
<div class="section-title wow zoomIn">
<br><br>
<h1>W&M Startup <span> List</span></h1>
<div>
</div>
</div>
<tbody>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<article class="blog-post wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<p style="font-size:20px;">It might surprise you to learn that The College of William & Mary has stong roots in entrepreneurship. W&M founders can be found in top entrepreneurial cities such as NYC and SF and span across industries from healthcare to big data. Here is a compiled list of W&M alumni founders and their companies. If you know of a startup that we missed, please find our contact information below.
</p>
<span class="post-bt" style="font-size:15px;">by <a href="http://choyle.me/contact" target="_blank"><span class="text-color-primary">Chris Hoyle</span></a>
</article>
</span>
</article>
</div></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading" style="background-color: #B9975B !important; color:#fff;">
<h3 class="panel-title">Alumni Startups</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th><center>Company</center></th>
<th><center>Description</center></th>
<th><center>Alumni</center></th>
<th><center>City</center></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.tryadhawk.com/" target="_blank" style="text-decoration:none; color:#757575;" ><img src="assets/img/alumni/adhawk.png" width="30px"></a></td>
<td><a href="https://www.tryadhawk.com/" target="_blank" style="text-decoration:none; color:#757575">Adhawk</a><div class="tag">job</div></td>
<td>Your Digital Advertising Assistant</td>
<td>Todd Saunders</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="https://hamiltonperkins.com/" target="_blank" style="text-decoration:none; color:#757575;" ><img src="assets/img/alumni/hpc.jpeg" width="30px"></a></td>
<td><a href="https://hamiltonperkins.com/" target="_blank" style="text-decoration:none; color:#757575">Hamilton Perkins</a><div class="tag">job</div></td>
<td>Style with a purpose</td>
<td>Hamilton Perkins</td>
<td>Norfolk, VA</td>
</tr>
<tr>
<td><a href="http://www.trackpacker-app.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/trackpacker.png" width="30px"></a></td>
<td><a href="http://www.trackpacker-app.com/" target="_blank" style="text-decoration:none; color:#757575">TrackPacker-App</a></td>
<td>A travel experience recording and sharing mobile app</td>
<td>Cameron Nelson</td>
<td>San Jose, CA</td>
</tr>
<tr>
<td><a href="https://www.crunchbase.com/organization/zairge" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/zairge.png" width="30px"></a></td>
<td><a href="https://www.crunchbase.com/organization/zairge" target="_blank" style="text-decoration:none; color:#757575">Zairge</a></td>
<td>Mobile hotel management</td>
<td>Dan Otto, Erica Amatori, Ronak Patel, Caleb Severn</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="https://www.mapmycustomers.me" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/mapmycustomer.png" width="30px"></a></td>
<td><a href="https://www.mapmycustomers.me" target="_blank" style="text-decoration:none; color:#757575">Mapmycustomer</a><div class="tag">job</div></td>
<td>Sales Mapping Made Simple.</td>
<td>Matthew Sniff</td>
<td>Raleigh, NC</td>
</tr>
<tr>
<td><a href="http://confluencecoffeeco.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/confluence.jpeg" width="30px"></a></td>
<td><a href="http://confluencecoffeeco.com/" target="_blank" style="text-decoration:none; color:#757575">Confluence</a></td>
<td>Organic and Fair Trade coffee, ready-to-drink.</td>
<td>Terry Darcy</td>
<td>Richmond, VA</td>
</tr>
<tr>
<td><a href="https://anovaculinary.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/anova.png" width="30px"></a></td>
<td><a href="https://anovaculinary.com/" target="_blank" style="text-decoration:none; color:#757575">Anova culinary</a></td>
<td>Smarter Cooking solutions</td>
<td>Stephen Svajian</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/ybuy" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/ybuy.png" width="30px"></a></td>
<td><a href="https://angel.co/ybuy" target="_blank" style="text-decoration:none; color:#757575">Ybuy</a></td>
<td>Try the best products in the world before you buy</td>
<td>Stephen Svajian</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/audiocasefiles" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/Audiocase.jpg" width="30px"></a></td>
<td><a href="https://angel.co/audiocasefiles" target="_blank" style="text-decoration:none; color:#757575">Audiocasefiles</a></td>
<td>AudioCaseFiles, co-founded by Stephen Svajian and James Patterson, was acquired in 2008.</td>
<td>Stephen Svajian</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="https://themighty.com" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/themighty.jpg" width="30px"></a></td>
<td><a href="https://themighty.com" target="_blank" style="text-decoration:none; color:#757575">TheMighty</a></td>
<td>Sharing life's greatest challenges</td>
<td>Mike Porath</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/socialvents" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/socialvents.png" width="30px"></a></td>
<td><a href="https://angel.co/socialvents" target="_blank" style="text-decoration:none; color:#757575">SocialVents</a></td>
<td>Discover events and cool things to do around you in real-time.</td>
<td>Kevin Tabatabai</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/snap2" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/snap2.jpg" width="30px"></a></td>
<td><a href="https://angel.co/snap2" target="_blank" style="text-decoration:none; color:#757575">Snap2</a></td>
<td>Photo Steganography</td>
<td>Kevin Tabatabai</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/vytmn" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/vytmn.jpg" width="30px"></a></td>
<td><a href="https://angel.co/vytmn" target="_blank" style="text-decoration:none; color:#757575">Vytmn</a></td>
<td>Growth as a Service</td>
<td>Hank Leber</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://www.majorclarity.com" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/majorclarity.jpg" width="30px"></a></td>
<td><a href="https://www.majorclarity.com" target="_blank" style="text-decoration:none; color:#757575">MajorClarity</a><div class="tag">job</div></td>
<td>CAREER EXPLORATION & ACADEMIC PLANNING MADE EASY</td>
<td>Joe Belsterling</td>
<td>Washington D.C.</td>
</tr>
<tr>
<td><a href="http://boomvox.io/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/boomvox.jpg" width="30px"></a></td>
<td><a href="http://boomvox.io/" target="_blank" style="text-decoration:none; color:#757575">Boomvox</a></td>
<td>The second screen for live music</td>
<td>Grant Smith</td>
<td>Lehi, Utah</td>
</tr>
<tr>
<td><a href="https://www.telligentdata.com" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/Telligent.jpg" width="30px"></a></td>
<td><a href="https://www.telligentdata.com" target="_blank" style="text-decoration:none; color:#757575">Telligent Data</a></td>
<td>Give analytics teams their jobs back</td>
<td>Gene Peters</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="http://www.edconnective.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/edconnective.jpeg" width="30px"></a></td>
<td><a href="http://www.edconnective.com/" target="_blank" style="text-decoration:none; color:#757575">EdConnective</a></td>
<td>Online observation and virtual coaching for teachers</td>
<td>Marcus Singleton</td>
<td>Norfolk, VA</td>
</tr>
<tr>
<td><a href="https://yintran.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/yintran.jpg" width="30px"></a></td>
<td><a href="https://yintran.com/" target="_blank" style="text-decoration:none; color:#757575">YinTran</a></td>
<td>Online money transfer service</td>
<td>SL Robert Liu</td>
<td>Hong Kong, China</td>
</tr>
<tr>
<td><a href="https://www.vangoart.co" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/vango.jpg" width="30px"></a></td>
<td><a href="https://www.vangoart.co" target="_blank" style="text-decoration:none; color:#757575">Vango</a></td>
<td>Fastest growing marketplace for original art</td>
<td>Win Raguini</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="http://www.laughradio.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/laughly.jpg" width="30px"></a></td>
<td><a href="http://www.laughradio.com/" target="_blank" style="text-decoration:none; color:#757575">Laugh.ly</a></td>
<td>Streaming app for comedy</td>
<td>Dave Scott</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="https://www.mypowersupply.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/powersupply.jpg" width="30px"></a></td>
<td><a href="https://www.mypowersupply.com/" target="_blank" style="text-decoration:none; color:#757575">Power Supply</a></td>
<td>Great food, prepared fresh by local chefs and delivered weekly to fuel your life</td>
<td>Joshua Kriger</td>
<td>Washington D.C., Los Angeles, CA</td>
</tr>
<tr>
<td><a href="ttp://www.athenasworkshop.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/athenas.png" width="30px"></a></td>
<td><a href="ttp://www.athenasworkshop.com/" target="_blank" style="text-decoration:none; color:#757575">Athena's Workshop</a></td>
<td>Solve Chronic Absenteeism with texting</td>
<td>Helen Levy-Myers</td>
<td>Reston, VA</td>
</tr>
<tr>
<td><a href="www.SmallBusinessFunding.com" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/smallbusiness.png" width="30px"></a></td>
<td><a href="www.SmallBusinessFunding.com" target="_blank" style="text-decoration:none; color:#757575">SmallBusinessFunding.com</a></td>
<td>Small Business Funding is a premier online funding service providing access to safe, fair, and competitive business advances. </td>
<td>Steve Shaifer</td>
<td>Philadelphia, PA</td>
</tr>
<tr>
<td><a href="https://angel.co/appbubbl" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/appbubbl.jpg" width="30px"></a></td>
<td><a href="https://angel.co/appbubbl" target="_blank" style="text-decoration:none; color:#757575">AppBubbl</a></td>
<td>Parent-defined, kid-safe android app and web browsing.</td>
<td>Karl Mattson</td>
<td>San Francisco, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/gabzooks" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/Gabzooks.png" width="30px"></a></td>
<td><a href="https://angel.co/gabzooks" style="text-decoration:none; color:#757575">Gabzooks</a></td>
<td>Private group communication.</td>
<td>Tripp Millican</td>
<td>Mountain View, CA</td>
</tr>
<tr>
<td><a href="http://www.gamefi.org/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/gamefl.png" width="30px"></a></td>
<td><a href="http://www.gamefi.org/" target="_blank" style="text-decoration:none; color:#757575">gameFL</a></td>
<td>Gamified employee engagement platform</td>
<td>Matt Davis</td>
<td>Madison, WI</td>
</tr>
<tr>
<td><a href="http://www.fastorientation.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/fastorientation.jpg" width="30px"></a></td>
<td><a href="http://www.fastorientation.com/" target="_blank" style="text-decoration:none; color:#757575">Fast Orientation</a></td>
<td>Enterprise situation awareness for everyone</td>
<td>Sam Small</td>
<td>Menlo Park, CA</td>
</tr>
<tr>
<td><a href="http://scenethink.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/scenethink.png" width="30px"></a></td>
<td><a href="http://scenethink.com/" target="_blank" style="text-decoration:none; color:#757575">SceneThink</a></td>
<td>A next generation event listings platform.</td>
<td>Michael Holroyd</td>
<td>Charlottesville, VA</td>
</tr>
<tr>
<td><a href="https://www.learnstream.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/LearnStream.jpg" width="30px"></a></td>
<td><a href="https://www.learnstream.com/" target="_blank" style="text-decoration:none; color:#757575">LearnStream</a></td>
<td>Crowd-sourced online learning and teaching</td>
<td>Michael Holroyd</td>
<td>Charlottesville, VA</td>
</tr>
<tr>
<td><a href="https://www.press8.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/press8.png" width="30px"></a></td>
<td><a href="https://www.press8.com/" target="_blank" style="text-decoration:none; color:#757575">Press8</a></td>
<td>Cost saving telecom solutions for small business</td>
<td>Martin Field </td>
<td>Austin, TX</td>
</tr>
<tr>
<td><a href="http://www.popularpays.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/popularpays.jpg" width="30px"></a></td>
<td><a href="http://www.popularpays.com/" target="_blank" style="text-decoration:none; color:#757575">PopularPays</a></td>
<td>A marketplace where brands and creators meet to create content worth sharing.</td>
<td>Corbett Drummey</td>
<td>Chicago, IL</td>
</tr>
<tr>
<td><a href="http://www.digitalwhisper.co/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/digitalwhisper.jpg" width="30px"></a></td>
<td><a href="http://www.digitalwhisper.co/" target="_blank" style="text-decoration:none; color:#757575">Digital Whisper</a></td>
<td>Strategies for a binary age</td>
<td>Angela Gyetvan</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://www.candyjar.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/candyjar.jpg" width="30px"></a></td>
<td><a href="https://www.candyjar.com/" target="_blank" style="text-decoration:none; color:#757575">CandyJar</a></td>
<td>Your Online Candy Store</td>
<td>Kritika Sharma</td>
<td>Seattle, Washington</td>
</tr>
<tr>
<td><a href="http://www.brandle.net/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/brandle.png" width="30px"></a></td>
<td><a href="http://www.brandle.net/" target="_blank" style="text-decoration:none; color:#757575">Brandle</a></td>
<td>Online Brand Presence Management and Verification</td>
<td>Chip Roberson</td>
<td>Petaluma, CA</td>
</tr>
<tr>
<td><a href="http://clearsumm.it/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/clearsummit.jpg" width="30px"></a></td>
<td><a href="http://clearsumm.it/" target="_blank" style="text-decoration:none; color:#757575">ClearSummit</a></td>
<td>Building innovative and fun products for ourselves and hire</td>
<td>Kara McGehee</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="http://getmusea.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/musea.jpg" width="30px"></a></td>
<td><a href="http://getmusea.com/" target="_blank" style="text-decoration:none; color:#757575">Musea</a></td>
<td>PaaS for Museums</td>
<td>Kara McGehee</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://thatsanism.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/isms.jpg" width="30px"></a></td>
<td><a href="https://thatsanism.com/" target="_blank" style="text-decoration:none; color:#757575">Isms</a></td>
<td>Hear. Quote. Target Share.</td>
<td>Kara McGehee</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="http://www.arcphor.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/arcphor.jpg" width="30px"></a></td>
<td><a href="http://www.arcphor.com/" target="_blank" style="text-decoration:none; color:#757575">Arcphor</a></td>
<td>Business Development Execution and Brand Image</td>
<td>Tim Ryan</td>
<td>Williamsburg, VA</td>
</tr>
<tr>
<td><a href="http://www.ithermodyne.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/ithermodyne.png" width="30px"></a></td>
<td><a href="http://www.ithermodyne.com/" target="_blank" style="text-decoration:none; color:#757575">ithermodyne</a></td>
<td>reinventing energy</td>
<td>Paul Solitario</td>
<td>Charlotte, NC</td>
</tr>
<tr>
<td><a href="http://www.urbanbib.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/urbanbib.jpg" width="30px"></a></td>
<td><a href="http://www.urbanbib.com/" target="_blank" style="text-decoration:none; color:#757575">Urbanbib</a></td>
<td>Yelp for Parents</td>
<td>Betina Chan-Martin</td>
<td>Los Angeles, CA</td>
</tr>
<tr>
<td><a href="https://angel.co/socialtransactions" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/SocialTransactions.png" width="30px"></a></td>
<td><a href="https://angel.co/socialtransactions" target="_blank" style="text-decoration:none; color:#757575">SocialTransactions</a></td>
<td>Shopping-fueled fundraising for nonprofits</td>
<td>James Schaffer</td>
<td>San Fransisco, CA</td>
</tr>
<tr>
<td><a href="http://www.wadja.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/wadja.png" width="30px"></a></td>
<td><a href="http://www.wadja.com/" target="_blank" style="text-decoration:none; color:#757575">wadja</a></td>
<td>A private messaging network</td>
<td>Alex Christoforou</td>
<td>Cyprus</td>
</tr>
<tr>
<td><a href="http://www.sportsdatalabs.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/sportsdata.jpg" width="30px"></a></td>
<td><a href="http://www.sportsdatalabs.com/" target="_blank" style="text-decoration:none; color:#757575">Sports Data Lab</a></td>
<td>Data Platform for the Sports Vertical</td>
<td>Alex Davis</td>
<td>San Fransisco, CA</td>
</tr>
<tr>
<td><a href="http://www.lab628.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/lab628.jpg" width="30px"></a></td>
<td><a href="http://www.lab628.com/" target="_blank" style="text-decoration:none; color:#757575">lab628</a></td>
<td>Enables real-time data-centric communication between businesses and their end clients</td>
<td>Alex Davis</td>
<td>Santa Clara, CA</td>
</tr>
<tr>
<td><a href="http://vence.io/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/vence.jpg" width="30px"></a></td>
<td><a href="http://vence.io/" target="_blank" style="text-decoration:none; color:#757575">Vence</a></td>
<td>Wearable tech for livestock, autonomous farm management</td>
<td>Frank C Wooten</td>
<td>Santa Clara, CA</td>
</tr>
<tr>
<td><a href="http://www.dlivr.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/dlvir.jpg" width="30px"></a></td>
<td><a href="http://www.dlivr.com/" target="_blank" style="text-decoration:none; color:#757575">DLVIR</a></td>
<td>Last mile delivery</td>
<td>Michael Gentry</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="https://restin.co/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/restin.jpg" width="30px"></a></td>
<td><a href="https://restin.co/" target="_blank" style="text-decoration:none; color:#757575">RESTIN</a></td>
<td>Self Service Health & Wellness Solutions</td>
<td>Frank V. Taylor</td>
<td>Washington, D.C.</td>
</tr>
<tr>
<td><a href="https://slingshotinsights.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/slingshot.jpg" width="30px"></a></td>
<td><a href="https://slingshotinsights.com/" target="_blank" style="text-decoration:none; color:#757575">Slingshot Insights</a></td>
<td>Crowdfunded primary source investment research</td>
<td>Colleen Tepe, Joe McCann</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="https://www.crunchbase.com/organization/realagogo" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/realagogo.jpg" width="30px"></a></td>
<td><a href="https://www.crunchbase.com/organization/realagogo" target="_blank" style="text-decoration:none; color:#757575">Realagogo</a></td>
<td>Provides real estate solutions for buyers, sellers, agents & more</td>
<td>Mark Holt</td>
<td>Boston, MA</td>
</tr>
<tr>
<td><a href="http://mymilkcrate.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/milkcrate.jpg" width="30px"></a></td>
<td><a href="http://mymilkcrate.com/" target="_blank" style="text-decoration:none; color:#757575">MilkCrate</a></td>
<td>Closing the gap between good intentions and sustainable action.</td>
<td>Morgan Berman</td>
<td>Philadelphia, PA</td>
</tr>
<tr>
<td><a href="https://angel.co/wedmony" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/Wedmony.jpg" width="30px"></a></td>
<td><a href="https://angel.co/wedmony" target="_blank" style="text-decoration:none; color:#757575">Wedmony</a></td>
<td>Digitally Structuring Wedding Planning</td>
<td>Christina Hecker</td>
<td>Chicago, IL</td>
</tr>
<tr>
<td><a href="http://pinata.nyc/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/pinata.jpg" width="30px"></a></td>
<td><a href="http://pinata.nyc/" target="_blank" style="text-decoration:none; color:#757575">Pinata</a></td>
<td>On-Demand Field Staffing</td>
<td>Fred Kunda</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="http://www.rvaspeakeasy.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/speakeasy.png" width="30px"></a></td>
<td><a href="http://www.rvaspeakeasy.com/" target="_blank" style="text-decoration:none; color:#757575">Speakeasy</a></td>
<td>LinkedIn Endorsements meets Get Satisfaction for retail & restaurants.</td>
<td>Jon Davidow</td>
<td>Richmond, VA</td>
</tr>
<tr>
<td><a href="http://www.ethikus.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/ethikus.png" width="30px"></a></td>
<td><a href="http://www.ethikus.com/" target="_blank" style="text-decoration:none; color:#757575">Ethikus</a></td>
<td>Digital & offline ethical consumer movement in NYC</td>
<td>Jeff Hittner</td>
<td>NYC, NY</td>
</tr>
<tr>
<td><a href="https://www.blazetrak.com/" target="_blank" style="text-decoration:none; color:#757575"><img src="assets/img/alumni/blazetrack.jpg" width="30px"></a></td>
<td><a href="https://www.blazetrak.com/" target="_blank" style="text-decoration:none; color:#757575">Blazetrak</a></td>
<td>Blazetrak provides direct video responses from music industry professionals</td>
<td>Ron Harrison</td>
<td>NYC, NY</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END BLOG -->
<!-- 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>Tribe Ventures</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:[email protected]">[email protected]</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" href="https://www.facebook.com/TribeCreate-765001746886715"><i class="fa fa-facebook"></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="assets/js/jquery-1.11.3.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>
mapboxgl.accessToken = 'pk.eyJ1IjoidHJpYmV2ZW50dXJlcyIsImEiOiJjaXo2NG13cjcwNmEwMnFwODV5c2M4dXVmIn0.J97JeZ0_pVGHdVi1-ixeDA';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/light-v9',
center: [-96, 37.8],
zoom: 3
});
map.on('load', function () {
map.addLayer({
"id": "points",
"type": "symbol",
"source": {
"type": "geojson",
"data": {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-77.03238901390978, 38.913188059745586]
},
"properties": {
"title": "Mapbox DC",
"icon": "monument"
}
}, {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-122.414, 37.776]
},
"properties": {
"title": "Mapbox SF",
"icon": "harbor"
}
}]
}
},
"layout": {
"icon-image": "{icon}-15",
"text-field": "{title}",
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
"text-offset": [0, 0.6],
"text-anchor": "top"
}
});
});
</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-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>