-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpanelists.html
656 lines (575 loc) · 33.7 KB
/
panelists.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PitchBreakfast Panelists</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="stylesheets/bootstrap.css" rel="stylesheet">
<link href="stylesheets/bootstrap-responsive.css" rel="stylesheet">
<link href="stylesheets/flexslider.css" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/refineslide.css">
<link rel="stylesheet" href="stylesheets/refineslide-theme-dark.css">
<link href="stylesheets/switcher.css" rel="stylesheet">
<link href="stylesheets/parallaxslider/style.css" rel="stylesheet">
<noscript>
<link rel="stylesheet" type="text/css" href="css/parallax_slider/nojs.css" />
</noscript>
<link href="stylesheets/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/font-awesome.min.css" rel="stylesheet">
<link href="stylesheets/social.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet" id="colors"><!-- !important THIS STYLE CSS ON BOTTOM OF STYLEs LIST-->
<!--[if lt IE 7]>
<link href="stylesheets/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Fav and touch icons -->
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="ico/favicon.ico?v=2" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="ico/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="ico/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="ico/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="ico/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="ico/apple-touch-icon-152x152.png" />
<link rel="icon" type="ico/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="ico/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="ico/png" href="favicon-64x64.png" sizes="64x64" />
<link rel="icon" type="ico/png" href="favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="ico/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="ico/png" href="favicon-24x24.png" sizes="24x24" />
<link rel="icon" type="ico/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="ico/png" href="favicon-128x128.png" sizes="128x128" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<meta name="msapplication-TileColor" content="#ffffff"/>
</head>
<!--/ HEAD-->
<!-- BODY-->
<body data-spy="scroll" data-target=".scroller-spy" data-twttr-rendered="true">
<!--START MAIN-WRAPPER-->
<div class="main-wrapper">
<!-- TOP SECTION-->
<section id="top-section">
<!-- START HEADER headertop -->
<div class="headertop">
<!-- PIXEL BG DOTTS UNDER BLURED BACKGROUND-->
<div class="action-banner-bg-top"></div>
<!-- END PIXEL BG DOTTS UNDER BLURED BACKGROUND-->
<!-- ################-->
<!-- START TOP MENU -->
<!-- ################-->
<div class="nav-reaction fixing-custom">
<div class="navbar navbar-static-top ">
<!-- navbar-fixed-top -->
<div class="navbar-inner">
<div class="container"> <a class="brand" href="index.html">
<span>PitchBreakfast <small class="">brought to you by Vic Howie, Jim Van Fleet, and Juan Garzón</small></span>
<!--<img src="images/Logo.png" alt="Logo">--></a>
<div id="main-nav" class="scroller-spy">
<div class="nav-collapse collapse">
<ul class="nav" id="nav">
<li><a href="/">Home</a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ################-->
<!-- END TOP MENU -->
<!-- ################-->
</div><!-- END HEADER headertop -->
</section>
<!--/ TOP SECTION-->
<!-- MAIN CONTENT CONTAINER -->
<div class="container">
<!-- START MARKETING DIV-->
<div class="marketing">
<!-- PANELISTS SECTION-->
<section id="about-section">
<!-- OUR PANELISTS-->
<div class="row-fluid">
<hr class="half">
<h2 class="center standart-h2title "> <span class="large-text">PitchBreakfast Panelists</span></span>
</h2>
<hr class="half">
</div>
<div class="row">
<div class="span6 textleft">
<h4>Mark Bruinooge</h4>
<p class="">
<p>Mark has broad experience in developing new concepts and managing new ventures in the digital interactive and consumer markets. Mark is currently the CEO and co-founder of <a href="http://tykoon.com/">Tykoon</a>. Tykoon, a company on a mission to change the way kids think about and use money. Mark is also a co-founder of Seismic Partners, a business transformation and new venture development company with offices in Charlotte, NC, Southport, CT and Los Angeles, CA. Seismic has launched three start-ups over the past 4 years and has also helped several larger enterprise clients transform through facilitated open innovation and business transformation programs.</p>
<p>Prior to founding Seismic in 2005, Mark helped develop ecommerce strategy at Bank of America (BAC). Prior to BAC, Mark advised and invested in early stage ecommerce and technology companies while at Hambrecht & Quist (acquired by JPMorgan). Mark began his career at Brown Brothers Harriman & Co. where he worked in the M&A and private equity groups. He holds a BA in English from Lafayette College and studied abroad at Regent’s College in the UK.</p>
<p>Mark has been featured in the New York Times, Wall Street Journal, TechCrunch, Mashable and Business Insider where he has commented on technology, digital engagement and driving positive change through innovation.</p>
<p>When family and work aren’t keeping him busy, Mark plays guitar in a band with other time starved entrepreneurs.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/bruinooge-headshot.png" alt="Mark Bruinooge headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Mark Bruinooge</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/markbruinooge">linkedin</a></li>
<li class="twitter"><a href="http://www.twitter.com/mbruin554">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Tim Cheadle</h4>
<p class="">
<p>Tim is a full stack software engineer, designer, and entrepreneur with over 13 years of experience in large scale infrastructure, web app development, and people and product management. His passion is for good design and building products that solve human problems without getting in the way. Formerly the CTO at <a href="http://umba.com/">Umba</a>, Tim now runs Rational Means with his wife.</p>
<p>When he's not at a computer, you'll usually find him hanging out with his son, riding his bike, or geeking out on food, coffee, architecture, or interior design.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/cheadle-headshot.png" alt="Tim Cheadle headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Tim Cheadle</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/timcheadle">linkedin </a></li>
<li class="twitter"><a href="http://www.twitter.com/timcheadle">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Lori Collins</h4>
<p class="">
<p>Lori Collins is a strategic advisor for emerging ventures and Executive Director of <a href="http://cltjoules.com/">CLT Joules</a>, a non-profit accelerator funded by Duke Energy focused exclusively on energy-related startups. The mission of CLT Joules is to promote innovation and entrepreneurship in the energy sector. She is committed to entrepreneurship in the Charlotte region and serves on the Boards of the Charlotte Angel Fund and Ventureprise at UNC-Charlotte.</p>
<p>At LendingTree, Lori was SVP/General Manager for the core business and helped grow LendingTree from $7 million to $476 million in revenue over 7 years. LendingTree went public in 2000 and was sold to IAC (NASDAQ: IACI) for $750 million in 2003. Lori has launched businesses at American Express, Fidelity Investments and Bank of America and was President of startups SmartHippo and Abundant Power. She graduated from University of North Carolina-Chapel Hill and earned her MBA from Kellogg in Chicago.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/collins-headshot.png" alt="Lori Collins headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Lori Collins</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/loricollins99">linkedin</a></li>
<li class="twitter"><a href="http://twitter.com/loritcollins">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Terry Cox</h4>
<p class="">
<p>
Terry has been the President and CEO of <a href="http://www.bigcouncil.com">Business Innovation & Growth</a> (BIG) for almost eight years. BIG is a membership based organization to support high growth, fast, growth entrepreneurial companies by providing best practices for fast growth, peer to peer learning, and connectivity and resources for successful growth.</p>
<p>For Dresdner RCM Global Investors in San Francisco, Terry held several positions as Director of Client Relations & Marketing, Director of Global Projects, and as Global Controller. For Barclays Global Investors, she served as Principal & Financial Officer of Investment Services. As a Financial and Business Consultant at Frame Technology Corporation (now Adobe Systems), she advised internal clients on IPO filings. As Owner of Gorin's Homemade, she expanded retail and manufacturing facilities for her startup franchise operation. </p>
<p>After graduating from the University of Georgia (BBA), magna cum laude, she worked as a CPA at KPMG. She has also served as President of the Board of Directors of San Francisco CAS.</p>
</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/cox-headshot.png" alt="Terry headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Terry Cox</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/pub/terry-thorson-cox/0/294/33">linkedin</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Daniel Friel</h4>
<p class="">
<p>Mr. Friel has more than 20 years experience in the financial services sector with a strong focus on business development, strategic investments, alliance management and working with early stage technology companies. </p>
<p>Mr. Friel has served as a founder, director, and/or advisor to several companies, including 6fusion, Stash Games, The Targeted Group, Moneta Corporation, Net Direct Systems, CapitalStream, and InQuira. </p>
<p>Mr. Friel founded Bank of America’s Strategic Alliances and Investments group charged with identifying emerging technologies and enabling business unit adoption. As President of Banc of America Technology Investments, Inc. and Banc of America Ecommerce Holdings, Inc., Mr.Friel managed the investment of over $125 million in more than 40 portfolio companies in the payments, payment processing, security and authentication, and billing sectors. Notable investments ($1 billion + exits) included Signio, an electronic payments gateway which was acquired by VeriSign, Shopping.com, which pioneered online comparison shopping and is now owned by eBay, and Archipelago, the nation's first totally open, all-electronic stock exchange which merged with the New York Stock Exchange. </p>
<p>Mr. Friel was SVP and Director of Financial and Economic Analysis at Bank of America, and has taught economics at North Carolina State University.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/friel-headshot.png" alt="Daniel Friel headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Daniel Friel</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/danielfriel">linkedin</a></li>
<li class="twitter"><a href="http://www.twitter.com/ventureeconomy">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Chris Halligan</h4>
<p class="">
<p>Chris Halligan is an experienced, successful technology executive and entrepreneur.</p>
<p>Upon graduation from the University of Arizona in Tucson in 1989, he started his career with more than 10 years at Dell Computer Corporation in Austin, Texas and Tokyo, Japan. During Mr. Halligan's time at Dell, he was the company's Salesman of the Year in 1991 and then held several sales and marketing management positions, culminating in responsibility for over $2B per year in commercial revenues conducted over the Internet in 1999.</p>
<p>Following Dell, Mr. Halligan ran North America for webMethods during a period highlighted by explosive revenue growth and the firm's IPO - one of the most successful in software history. He then became part owner of Mascot Books, a leader in the self publishing space for children's authors and co-founded Kieden, a software startup which was purchased by salesforce.com in 2006.</p>
<p>Next, Mr. Halligan became Chief Executive Officer for PokerTek (nasdaq: ptek), a Matthews, NC based gaming company and the world leader in automated poker technology. During his tenure, PokerTek grew from $4M to $13M in annual revenues, while reducing company operating expenses by more than 10%.</p>
<p>His next startup, OtherScreen, can <a href="http://skookum.com/blog/sdw-tech-talks-startup-failure-with-otherscreen-ceo-chris-halligan/">teach you something about failure</a>.</p>
<p>He is now Operating Partner at <a href="http://ideafundpartners.com/">IDEA Fund</a>. He is married to Sarah and has three cool kids who attend Providence Day School in Charlotte.</p>
</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/chris-headshot.jpg" alt="Chris Halligan headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Chris Halligan</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/pub/chris-halligan/2/432/17">linkedin</a></li>
<li class="twitter"><a href="http://www.twitter.com/chrishalligan">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Garth Moulton</h4>
<p class="">
<p>In addition to investing in and advising a growing number of technology startups, Garth runs business development for <a href="http://http://www.scanbizcards.com">ScanBizCards</a>, which has a wildly popular app that turns your smartphone into a business card reader and contact management solution.</p>
<p>After 11 years of sales experience in the Bay Area, he had the perfect startup journey with Jigsaw.com. From 2 guys and a whiteboard to a $175MM exit in 2010 to Salesforce.com, he ran sales, business development, client support and the community.</p>
<p>In 2011 he co-founded a social TV/ Second Screen company called OtherScreen in Charlotte that showed signs of success (won NC IDEA grant, created a buzz in the local TV market, had wildly happy users, raised VC money) before failing to gain significant traction and closing in November 2012.</p>
<p>His goal with SBC is to boost the already impressive reach of the app and take part in a second exit as an investor AND an early executive. Then he will start another company in his hometown and hopefully spawn several other successful companies in the Charlotte area, while at the same time balancing the crazy great life that he lives outside work with his friends and family.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/moulton-headshot.png" alt="Garth Moulton headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Garth Moulton</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/pub/garth-moulton/0/12/a26">linkedin</a></li>
<li class="twitter"><a href="http://www.twitter.com/garthm">twitter</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Steve Nolan</h4>
<p class="">
<p>Steve Nolan is the co-founder and managing principal of Charlotte North Carolina-based <a href="http://binaryventures.com">Binary Ventures, LLC</a>. Steve has over twenty years of technology industry experience, most of which has been dedicated to helping a broad range of clients from startups to Fortune 100 companies implement custom software web and mobile based solutions. </p>
<p>Binary Ventures is Steve’s third application development company and brings a variety of disciplines together from business consulting, creative design and application development. Binary Ventures is a business accelerator of GUST, a proud member of the Charlotte Regional Technology Executive Council, and BIG.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/nolan-headshot.png" alt="Steve Nolan headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Steve Nolan</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/pub/steve-nolan/1/78a/667">linkedin</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
<div class="row">
<div class="span6 textleft">
<h4>Tom Reddin</h4>
<p class="">
<p>
Tom Reddin is Managing Partner of Red Dog Ventures LLC, a boutique venture capital and advisory firm focused on helping early stage digital companies achieve the next level of growth. Red Dog Ventures’ portfolio includes equity positions in companies in the following sectors: mobile app development, search engine optimization, data analytics, Internet lead-generation, social media management, and social gaming.</p>
<p>Tom is the former President and then CEO of LendingTree. He was an early stage member of the team that built the company from a small start up to a national brand and the country’s leader in online lending. LendingTree conducted an IPO, and was ultimately acquired by IAC/InterActiveCorp for $735MM.</p>
<p>Prior to LendingTree, Reddin spent 17 years in the consumer goods industry including five years at Coca-Cola USA, where he was responsible for the Coca-Cola brand as VP of Consumer Marketing, and played a lead role in Coca-Cola’s decision to enter the bottled water market with Dasani bottled water. He also spent twelve years with Kraft Foods in various brand management and finance capacities.</p>
<p>Tom is a graduate of the University of North Carolina at Chapel Hill, and received his MBA from New York University, with distinction. He serves on several corporate boards including Tanger Outlets Inc. (NYSE:SKT), Premier Farnell plc (LON:PFL), Valassis Communications Inc. (NYSE:VCI), EducationDynamics LLC, and Datamyx LLC. He is also publisher of <a href="http://www.mortgagerates.us/">MortgageRates.us</a>.</p>
<div class="no-color-line-no-border3"></div>
<hr class="half2">
</div>
<div class="span3 offset1 project-itembox">
<div class="thumbnail">
<!-- IMAGE CONTAINER-->
<div class="sample project-item-image-container">
<img src="images/reddin-headshot.png" alt="Tom Reddin headshot" />
</div>
<!--END IMAGE CONTAINER-->
<!-- CAPTION -->
<div class="caption">
<div class="transit-to-top">
<h3 class="p-title standart-h3title">Tom Reddin</h3>
<p class="caption-descr">
<div class="widget_nav_menu">
<ul class="socialIcons">
<li class="linkedin"><a href="http://www.linkedin.com/in/tom-reddin/16/bb0/75b">linkedin</a></li>
</ul>
</p>
</div>
</div>
<!--END CAPTION -->
</div>
<!-- END: THUMBNAIL -->
</div>
</div>
</div>
</div>
</section>
</div>
<!-- END MAIN WRAPPER-->
<!-- CONTACT SECTION -->
<section id="contact-section">
<footer class="footer">
<div class="container">
<div class="row-fluid">
<div class="span1">
<span class="twitter-sign"> <i class="fa-icon-twitter fa-icon-large main-color"></i></span>
</div>
<div class="span5">
<a class="twitter-timeline" href="https://twitter.com/PitchBreakfast" data-widget-id="371367231814250496">Tweets by @PitchBreakfast</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="span6">
<h4 class="line3 center standart-h4title"><span>Navigation</span></h4>
<ul class="footer-links">
<li><a href="#">Home</a></li>
<li><a href="/rsvp.html">RSVP</a></li>
<li><a href="/apply.html">Apply</a></li>
<li><a href="/panelists.html">Panelists</a></li>
<li><a href="/idea-pitch.html">IDEA Pitch</a></li>
<li><a href="http://mailvu.com/msg/m0be5d02928a34b2294208f3393b01fa4">Brad Feld interview</a></li>
</ul>
<h4 class="line3 center standart-h4title"><span>Useful Links</span></h4>
<ul class="footer-links">
<li><a href="http://www.itsbspoke.com">It's Bspoke</a></li>
<li><a href="http://bitly.com/bigfleet-newsletter">StartCLT Newsletter</a></li>
</ul>
<h4 class="line3 center standart-h4title"><span>Our office</span></h4>
<address>
<strong>PitchBreakfast</strong><br>
<i class="fa-icon-map-marker"></i> 222 S. Church St.<br>
Charlotte, NC 28202<br>
<i class="fa-icon-phone-sign"></i> + +1 704-350-5826
<div class="foot-line"></div>
</address>
<h4 class="line3 center standart-h4title"><span>Stay in touch</span></h4>
<div class="widget_nav_menu">
<ul class="socialIcons">
<!-- <li class="vimeo"><a href="#">vimeo </a></li>-->
<li class="facebook"><a href="http://www.facebook.com/PitchBreakfastclt">facebook</a></li>
<li class="linkedin"><a href="http://www.linkedin.com/in/PitchBreakfastclt">linkedin</a></li>
<li class="twitter"><a href="http://www.twitter.com/pitchbreakfast">twitter</a></li>
<li class="youtube"><a href="https://www.youtube.com/channel/UChNT9rQcR08L7WM0yGx-NaA">youtube</a></li>
<!-- <li class="twitter2"><a href="#">twitter2</a></li>
<li class="pinterest"><a href="#">pinterest</a></li>
<li class="flickr"><a href="#">flickr </a></li>
<li class="digg"><a href="#">digg</a></li>
<li class="yahoo1"><a href="#">yahoo1</a></li>
<li class="yahoo2"><a href="#">yahoo2</a></li>
<li class="reddit"><a href="#">reddit</a></li>
<li class="googleplus"><a href="#">googleplus</a></li>
<li class="stumbleupon"><a href="#">stumbleupon</a></li>
<li class="skype"><a href="#">skype</a></li>
<li class="deviantart"><a href="#">deviantart</a></li>
<li class="delicious"><a href="#">delicious </a></li>
<li class="tumblr"><a href="#">tumblr </a></li>
<li class="lastfm"><a href="#">lastfm </a></li>
<li class="youtube"><a href="#">youtube</a></li>
<li class="friendfeed"><a href="#">friendfeed </a></li>
<li class="myspace"><a href="#">myspace </a></li>
<li class="rss"><a href="#">rss </a></li>
<li class="badoo"><a href="#">badoo </a></li>
<li class="dribble"><a href="#">dribble </a></li>
<li class="blogger"><a href="#">blogger </a></li>
<li class="homeicon"><a href="#">homeicon</a></li>
<li class="phone"><a href="#">phone </a></li>
<li class="email"><a href="#">email </a></li>
<li class="picassa"><a href="#">picassa </a></li>
<li class="livejournal"><a href="#">livejournal </a></li>
<li class="bebo"><a href="#">bebo </a></li>
<li class="technorati"><a href="#">technorati </a></li>
<li class="newsvine"><a href="#">newsvine</a></li>
<li class="wordpress"><a href="#">wordpress </a></li>
<li class="yelp"><a href="#">yelp </a></li> -->
</ul>
</div>
</div>
</div>
<hr class="half1 copyhr">
<div class="row-fluid copyright">
<div class="span12 center">This design is GPL'ed. Get it on <a href="http://www.github.com/itsbspoke/PitchBreakfast">GitHub</a>.</div>
</div>
</div>
</footer>
<!-- END FOOTER -->
</section>
<!-- CONTACT SECTION -->
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51227922-6', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="javascripts/jquery.js"></script>
<script type="text/javascript" src="javascripts/modernizr.custom.28468.js"></script>
<script src="javascripts/bootstrap-transition.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-alert.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-modal.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-scrollspy.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-tab.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-tooltip.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-popover.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-button.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-collapse.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-carousel.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-typeahead.js" type="text/javascript"></script>
<script src="javascripts/bootstrap-affix.js" type="text/javascript"></script>
<script src="javascripts/application.js" type="text/javascript"></script>
<script type="text/javascript" src="javascripts/jquery.easing.js"></script>
<script src="javascripts/superfish.js" type="text/javascript"></script>
<script src="javascripts/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="javascripts/custom.js" type="text/javascript"></script>
<script src="javascripts/jquery.ui.totop.js" type="text/javascript"></script>
<script type="text/javascript" src="javascripts/jquery.mousewheel.js"></script>
<script src="javascripts/jquery.flexslider-min.js" type="text/javascript"></script>
<script type="text/javascript" src="javascripts/jquery.cslider.js"></script>
<script type="text/javascript" src="javascripts/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="javascripts/jquery.localscroll-1.2.7-min.js"></script>
<script type="text/javascript" src="javascripts/jquery.scrollTo-1.4.2-min.js"></script>
<script src="javascripts/ios-orientation-change-fix.js"></script>
<script src="javascripts/respond.min.js"></script>
<script src="javascripts/jquery.refineslide.js"></script>
<script src="javascripts/custom_refine_slider.js"></script>
<script type="text/javascript" src="javascripts/switcher.js"></script>
</body>
</html>