-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex 4.18.09 PM.html
621 lines (519 loc) · 29.2 KB
/
index 4.18.09 PM.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>TABCONF</title>
<meta name="description" content="blockchain conference">
<meta name="keywords" content="blockchain, bitcoin, crypto">
<meta name="author" content="TabConf, LLC">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.jpg">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.jpg">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.jpg">
<link rel="stylesheet" type="text/css" href="assets/css/custom-animations.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<style>
table, th, td {
border-collapse: collapse;
}
th, td {
padding: 12px;
}
</style>
<script>
$("#selectAll").click(function ()
{
});
function newwin() {
$("#ticketbutton").hide();
$("#eventbritebutton").show();
$("#cryptobutton").show();
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129414504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129414504-1');
</script>
</head>
<header class="header header-black">
<div class="header-wrapper">
<div class="container">
<div class="col-xs-12 visible-xs navigation-header">
<a href="https://www.eventbrite.com/e/tabconf-2019-tickets-50928230709" class="buy-btn">Tickets</a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation7" aria-expanded="false" aria-controls="navigation3">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="col-xs-12 navigation-container">
<div id="navigation7" class="navbar-collapse collapse">
<ul class="navigation-list pull-left light-text">
<li class="navigation-item"><a href="#about" class="navigation-link">About</a></li>
<li class="navigation-item"><a href="#tracks" class="navigation-link">Tracks</a></li>
<li class="navigation-item"><a href="#speakers" class="navigation-link">Speakers</a></li>
<li class="navigation-item"><a href="assets/TABConf2019Schedule.pdf" class="navigation-link">Schedule</a></li>
<li class="navigation-item"><a href="#sponsors" class="navigation-link">Sponsors</a></li>
<li class="navigation-item"><a href="#contacts" class="navigation-link">Location - Workshop - Parties</a></li>
<li class="navigation-item"><a href="https://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=TABConf%5EATLDT%60TABTABA%60149%60USD%60false%603%602/8/19%602/10/19%601/8/19&app=resvlink&stop_mobi=yes" class="navigation-link">Hotel</a></li>
</ul>
<a href="https://www.eventbrite.com/e/tabconf-2019-tickets-50928230709" class="hidden-xs pull-right buy-btn">Tickets</a>
</div>
</div>
</div>
</div>
</header>
<body>
<div class="preloader-mask">
<div class="preloader"></div>
</div>
<section id="hero" class="hero-section bg1 bg-cover window-height light-text">
<ul class="socials-nav">
<li class="socials-nav-item"><a href="https://twitter.com/tabconf"><span class="fa fa-twitter"></span></a></li>
</ul>
<div class="heading-block centered-block align-center">
<div class="container">
<h5 class="heading-alt" style="margin-bottom: 8px;"><span class="fa fa-calendar-o base-clr-txt"></span>FEB 8-10TH 2019 <span class="fa fa-map-marker base-clr-txt" style="margin-left: 14px;"></span>Atlanta, GA</h5>
<center><img src="assets/img/logoLightNoDate371x206.png" alt="" class="img-responsive" /></center>
<h6 class="thin base-font">A Blockchain Conference of Substance</h6>
<div class="btns-container">
<a id="ticketbutton" href="#" onclick='newwin()' class="btn btn-md">Tickets</a>
<a id="eventbritebutton" href="https://www.eventbrite.com/e/tabconf-2019-tickets-50928230709" class="btn btn-md" style="display: none">Credit Card Payment</a>
<a id="cryptobutton" href="mailto:[email protected]?&subject=RSVP%20for%20TABConf2019%20using%20cryptocurrency&body=Hi,%20my%20name%20is%20(fill%20this%20in),%0D%0AI%20work%20for%20(company)%0D%0AMy%20food%20restrictions%20are%20(none)%0D%0AI%20wish%20to%20pay%20in%20(btc/bch/ltc/dash/zcash/doge/eth/etc)%20%20pick%20one%0D%0AI%20heard%20about%20this%20conference%20via%20(fill%20this%20in%20please).%0D%0AI'm%20most%20interested%20in%20(business-legal%20track/Technology%20Track)%0D%0A_____________________________________________%0D%0AThanks ((NOTE!!))%20if%20we%20don't%20send%20an%20invoice%20within%2024%20hours%20please%20reach%20out%20to%20us%20again!%0D%0AAfter%20paying%20the%20invoice%20please%20respond%20immediately%20verifying%20you%20have%20sent%20the%20funds.%20Please%20pay%20the%20invoice%20as%20soon%20as%20possible%20to%20avoid%20problems.%20We%20have%20the%20discretion%20to%20refund%20your%20payment%20minus%20a%20fee%20and%20reissue%20another%20invoice%20if%20payment%20takes%20too%20long." class="btn btn-md" style="display: none">Pay cryptocurrency</a><br>
<!--<a href="#" class="btn btn-outline btn-md" data-modal-link="0">VIDEO</a>-->
</div>
<form action="https://bitpay.com/checkout" method="post" >
<input type="hidden" name="action" value="cartAdd" />
<input type="hidden" name="data" value="HAbjc36oHpeVEQ2gB6xeoi" />
<input type="image" src="https://www.bitpay.com/cdn/en_US/bp-btn-pay.svg" name="submit" style="width: 210px;" alt="BitPay, the easy way to pay with bitcoins." >
</form>
</div>
</div>
</section>
<section class="section align-center bg-cover overlay bg1 light-text">
<div class="container">
<h6><strong>Accessible to All . . . <span class="highlight"><strong><em>Except</em></strong></span><em> ICO Pitches</em></strong></h6>
</div>
</section>
<section id="about" class="section align-center">
<div class="container">
<!--<span class="icon section-icon icon-faces-users-04"></span>-->
<!--<p class="text-alt">Starting your own IT business and picking right niche in less then <span class="highlight">30 days</span></p>-->
<br />
<br />
<div class="tabs-wrapper tabs-horizontal">
<ul class="nav nav-tabs">
<li class="active"><a href="#horizontal_tab1" data-toggle="tab">
<h6 class="heading-alt"><span class="fa fa-code"></span> General info</h6>
</a></li>
<li><a href="#horizontal_tab2" data-toggle="tab" id="tracks">
<h6 class="heading-alt"><span class="fa fa-rocket"></span> Tracks</h6>
</a></li>
<li><a href="#horizontal_tab3" data-toggle="tab">
<h6 class="heading-alt"><span class="fa fa-external-link"></span> Sponsor Info</h6>
</a></li>
</ul>
<div class="tab-content">
<div id="horizontal_tab1" class="tab-pane fade active in">
<div class="col-sm-5 img-column">
<img src="assets/img/logoDark371x206.png" alt="" class="img-responsive" />
</div>
<div class="col-sm-7 align-left">
<h6>A blockchain conference of substance</h6>
<p>Created for all the people who want to make a difference using blockchain technology. Expect new insights and substantial content from today’s movers and shakers, cutting through the mainstream hype. Share ideas across economics, culture and technology, learn from each other, and let’s build the future together.</p>
<p>Anticipate to two full days of 60+ presentations from world class speakers making an impact in the blockchain space.</p>
<p>This is an inclusive event, so we’re making TABConf affordable—enabling accessibility without huge price barriers. We believe in decentralized technology and don’t want to leave anyone behind.</p>
</div>
</div>
<div id="horizontal_tab2" class="tab-pane fade">
<div class="align-left">
<h6>Three Different Tracks</h6>
<p>Anticipate to two full days of 60+ presentations from a highly curated group of the speakers who are outright subject matter experts in their fields.</p>
<h6>Technical</h6>
<p>Covering topics from a variety of decentralized business models and cryptocurrency projects making a difference today. We will have the technical leaders who are reshaping how we think about privacy & scale, the innovators who founded some of today’s biggest blockchain successes and the contributors of some of the most highly contentious protocol changes in recent months.</p>
<h6>Professional Advisory</h6>
<p>Consisting of legal, tax and strategic advisors whose guidance is critical to the success of any blockchain business. They’ll help outline the risks, the opportunities and the penalties imposed by US regulators that are making or breaking blockchain companies today.</p>
<h6>The Culture</h6>
<p>Focused on where blockchain intersects with culture, this track will explore the deeper meanings and the lighter side of blockchain today. Comics will entertain, philosophers will tackle the questions no one wants to talk about, while artists will debate if art on the blockchain is a good idea.</p>
</div>
</div>
<div id="horizontal_tab3" class="tab-pane fade">
<div class="col-sm-7 align-right">
<h6>Interested in becoming a sponsor?</h6>
<p>Without our sponsors, TabConf would not be possible. We do everything we can to ensure sponsors get the most band for their buck. If you are interested in sponsoring TabConf please reach out to us and we can send you over sponsorship information. </p>
<br />
<p>We are not just interested in monetary sponsorships, if you think you could help us with TabConf is any way please reach out, we want to hear your ideas! <a href="mailto:[email protected]">Contact Us</a></p>
<p> <a href="https://tabconf.com/assets/TABConf2019_sponsorshipinfo_websiteview.pdf">Sponsorship Package Information</a></p>
</div>
<div class="col-sm-5 img-column">
<img src="assets/img/logoDark371x206.png" alt="" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section align-center bg-cover overlay bg1 light-text">
<div class="container">
<h5 class="heading-alt">GET PUMPED</h5>
<p class="text-alt" style="margin-bottom: 80px;"></p>
<!-- Countdown start -->
<div class="row counters-wrapper countdown">
<div class="col-sm-3">
<div class="counter-block counter-block-no-border counter-block-white has-separator">
<div class="counter-box">
<div class="counter-content">
<span class="count">{dnn}</span>
<p class="title">days</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="counter-block counter-block-no-border counter-block-white has-separator">
<div class="counter-box">
<div class="counter-content">
<span class="count">{hnn}</span>
<p class="title">hours</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="counter-block counter-block-no-border counter-block-white has-separator">
<div class="counter-box">
<div class="counter-content">
<span class="count">{mnn}</span>
<p class="title">minutes</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="counter-block counter-block-no-border counter-block-white">
<div class="counter-box">
<div class="counter-content">
<span class="count">{snn}</span>
<p class="title">seconds</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--BEGIN SPEAKER SECTION-->
<section id="speakers" class="section align-center">
<div class="container">
<span class="icon section-icon icon-multimedia-12"></span>
<h3 class="heading-alt">2019 Speakers</h3>
<p class="text-alt">Meet our <span class="highlight">Speakers </span></p>
<br />
<br />
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/jamesonLopp.png" alt="Jameson Lopp" class="img-responsive"></div>
<h3 class="name">Jameson Lopp</h3>
<p class="text-alt"><small>CTO, Casa</small></p>
<p class="about">Jameson Lopp enjoys building technology that empowers individuals. At the moment, he’s most interested in opportunities within the Bitcoin and crypto asset ecosystem.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/lopp"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/carolvancleef.png" alt="carolvancleef" class="img-responsive"></div>
<h3 class="name">Carol Van Cleef</h3>
<p class="text-alt"><small>CEO, Luminous Group</small></p>
<p class="about">Recognized and highly sought after global strategist with industry leading legal and regulatory expertise in emerging technologies, blockchain, and digital currencies.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/carol_vancleef"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/jeffreyTucker.png" alt="Jeffrey Tucker" class="img-responsive"></div>
<h3 class="name">Jeffrey Tucker</h3>
<p class="text-alt"><small>Editorial Director, AIER</small></p>
<p class="about">Jeffrey Tucker is editorial director of the American Institute for Economic Research. He is also CEO of the Atlanta Bitcoin Embassy, a managing partner of Vellum Capital, CLO of Liberty.me.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/jeffreyatucker"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/brianHoffman.png" alt="Brian Hoffman" class="img-responsive"></div>
<h3 class="name">Brian Hoffman</h3>
<p class="text-alt"><small>CEO, OB1</small></p>
<p class="about">Project lead of OpenBazaar. He started OpenBazaar in April 2014, and founded OB1 nearly a year later. Brian is a developer with a background in building encryption software for managing healthcare records.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/brianchoffman"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/paulSztorc.png" alt="Paul Sztorc" class="img-responsive"></div>
<h3 class="name">Paul Sztorc</h3>
<p class="text-alt"><small>Bitcoin Researcher, Tierion </small></p>
<p class="about">Paul is passionate about knowledge and scientific truth. He has explored the fields of economics and psychology, to look at what/how/why people know what they know, and why/how they reveal that information.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/truthcoin"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/puey200.jpg" alt="puey" class="img-responsive"></div>
<h3 class="name">Paul Puey</h3>
<p class="text-alt"><small>CEO / Co-founder, Edge</small></p>
<p class="about">Edge, an award winning mobile wallet and single-sign-on security platform for blockchain applications. He held lead engineering positions with Nvidia and Chromatic Research. BS in EE and CS from UC Berkeley.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/paullinator"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/StephenPair.png" alt="StephenPair" class="img-responsive"></div>
<h3 class="name">Stephen Pair</h3>
<p class="text-alt"><small>Co-Founder/ CEO, bitpay</small></p>
<p class="about">Stephen has over 20 years of experience building software systems in the financial and telecommunications industries.</p>
<ul class="speaker-socials">
<li><a href="https://twitter.com/spair"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="speaker">
<div class="photo-wrapper rounded"><img src="assets/img/speakers/larryWall .png" alt="larryWall " class="img-responsive"></div>
<h3 class="name">Larry Wall</h3>
<p class="text-alt"><small>Executive Director, CenFIS</small></p>
<p class="about">Larry Wall is the research center executive director of the Center for Financial Innovation and Stability (CenFIS) in the research department of the Federal Reserve Bank of Atlanta. CenFIS was created to improve knowledge of financial innovation and financial stability.</p>
</div>
</div>
</div>
<a href="https://tabconf.com/speakers.html" class="btn btn-lg">More Speakers</a>
</section>
<!--SPONSORS-->
<section id="sponsors" class="section align-center">
<div class="container">
<span class="icon section-icon icon-documents-bookmarks-12"></span>
<h3>Sponsors</h3>
<p class="text-alt">Communities and Companies that <span class="highlight">support</span> us</p>
<br/>
<br/>
<div class="container">
<h5 class="heading-alt">Gold Sponsors</h5>
<div class="sponsors">
<div class="sponsor inline"><a href="https://bitpay.com/"><img src="assets/img/sponsors/bitpay300.png" alt=""></a></div>
<br/>
<br/>
</div>
</div>
<div class="container">
<h5 class="heading-alt">Silver Sponsors</h5>
<div class="sponsors">
<div class="sponsor inline"><a href="https://storj.io/"><img src="assets/img/sponsors/storj300.jpg" alt=""></a></div>
<div class="sponsor inline"><a href="https://tierion.com/"><img src="assets/img/sponsors/tierion300.png" alt=""></a></div>
<br/>
<br/>
</div>
</div>
<div class="container">
<h5 class="heading-alt">Bronze Sponsors</h5>
<div class="sponsors">
<div class="sponsor"><a href="https://founderslegal.com/"><img src="assets/img/sponsors/founderslegal300.png" alt=""></a></div>
<div class="sponsor"><a href="https://etccooperative.org/"><img src="assets/img/sponsors/ETCcoop300.png" alt=""></a></div>
<div class="sponsor"><a href="https://ob1.io/"><img src="assets/img/sponsors/OB1300.png" alt=""></a></div>
<br/>
<div class="sponsors">
<div class="sponsor"><a href="https://protectingcoin.com/"><img src="assets/img/sponsors/protectingcoin.png" alt=""></a></div>
<div class="sponsor"><a href="https://foldapp.com/"><img src="assets/img/sponsors/fold300.png" alt=""></a></div>
<div class="sponsor"><a href="https://tokensoft.io/"><img src="assets/img/sponsors/tokensoft300.png" alt=""></a></div>
<br/>
<div class="sponsors">
<div class="sponsor"><a href="https://https://www.bitcoindepot.com/"><img src="assets/img/sponsors/bitcoindepot.png" alt=""></a></div>
<div class="sponsor"><a href="https://greetingswithcrypto.com/"><img src="assets/img/sponsors/greetingswithcrypto.png" alt=""></a></div>
<div class="sponsor"><a href="http://www.elev8staffing.com/"><img src="assets/img/sponsors/elev8.png" alt=""></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://javvy.com/"><img src="assets/img/sponsors/javvy.png" alt=""></a></div>
<br/>
<br/>
<br/>
</div>
</div>
<div class="container">
<h5 class="heading-alt">Community/ Media Sponsors</h5>
<div class="sponsors">
<div class="sponsor"><a href="https://atlbitcoinembassy.org/"><img src="assets/img/sponsors/ABE300.png" alt=""></a></div>
<div class="sponsor"><a href="https://www.meetup.com/Bitcoin-Atlanta/"><img src="assets/img/sponsors/btcatl300.png" alt=""></a></div>
<div class="sponsor"><a href="https://www.meetup.com/The-Atlanta-Blockchain/"><img src="assets/img/sponsors/tab300.png" alt=""></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://www.thecryptoupdates.com/"><img src="assets/img/sponsors/cryptoupdates300.png" alt=""></a></div>
<div class="sponsor"><a href="https://www.blockchainchamber.org/"><img src="assets/img/sponsors/blockchainchamber.png" alt=""></a></div>
<div class="sponsor"><a href="https://www.gbaglobal.org/"><img src="assets/img/sponsors/gba300.png" alt=""></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://www.hedera.com/"><img src="assets/img/sponsors/hashgraph.png" alt="hashgraph"></a></div>
<div class="sponsor"><a href="https://www.bloktech.network/"><img src="assets/img/sponsors/bloktech.png" alt="bloktech"></a></div>
<div class="sponsor"><a href="https://www.merklereport.com/"><img src="assets/img/sponsors/merkleReport.png" alt="merkleReport"></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://www.meetup.com/Women-of-Blockchain/"><img src="assets/img/sponsors/wobAtlanta.png" alt="wobAtlanta.png"></a></div>
<div class="sponsor"><a href="https://cex.io/"><img src="assets/img/sponsors/cexio.png" alt="cexio"></a></div>
<div class="sponsor"><a href="https://256h.co/"><img src="assets/img/sponsors/256hco.png" alt="256hco"></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="http://mtsg-art.com/"><img src="assets/img/sponsors/mtsg.png" alt="mtsg"></a></div>
<div class="sponsor"><a href="https://www.bushidolab.com/"><img src="assets/img/sponsors/bushidolab.png" alt="bushidolab"></a></div>
<div class="sponsor"><a href="https://coldstoragecoins.com/"><img src="assets/img/sponsors/csc.png" alt="csc"></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://itakelibertywithmycoffee.com/"><img src="assets/img/sponsors/coffee.png" alt="coffee"></a></div>
<div class="sponsor"><a href="http://www.seedsofwellnesscenter.com/"><img src="assets/img/sponsors/seedsofwellness.png" alt="coffee"></a></div>
<div class="sponsor"><a href="https://www.facebook.com/AF2LLC/"><img src="assets/img/sponsors/aff.png" alt="aff"></a></div>
<br/>
</div>
<div class="sponsors">
<div class="sponsor"><a href="https://www.aprio.com/"><img src="assets/img/sponsors/aprio.png" alt="aprio"></a></div>
<br/>
</div>
</div>
</div>
</section>
<section id="contacts">
<center>
<table>
<tr>
<td>
<h3>Location</h3>
<h5>Georgia State University Student Center</h5>
<br>
<ul class="list">
<li><i class="fa fa-car"></i>G Deck, 103 Courtland St SE, Atlanta, GA 30303 - Free parking (1 block away)</li>
<li><i class="fa fa-map-marker"></i>55 Gilmer St SE, Atlanta, GA 30303</li>
<li><i class="fa fa-envelope"></i>[email protected]</li>
</ul>
</td>
<td style="vertical-align:middle">
<img src="assets/img/GSU_STUDENT_CENTER.png" vertical-align=middle width="400" alt="GSU" class="img-responsive" />
</td>
</tr>
<tr>
<td>
<h3>Friday Workshops</h3>
<h5>Creative Media Industries Institute (CMII)</h5>
<br>
<ul class="list">
<li><i class="fa fa-car"></i>Would you like to come to some Friday Pre-Conf workshops?</li>
<li><i class="fa fa-car"></i>Register <a href="https://www.eventbrite.com/e/free-pre-tabconf-blockchain-workshops-tickets-54184300702">Here</a></li>
<li><i class="fa fa-map-marker"></i>25 Park Place, Atlanta, GA 30303</li>
<li><i class="fa fa-cog"></i>Bitpay, Provide, Chainpoint, Storj, OpenNode workshops (Sign up for Free Now!)</li>
<li><i class="fa fa-cutlery"></i>Refreshments brought to you by Hedera Hashgraph, Stay after for their meetup!</li>
</ul>
</td>
<td style="vertical-align:middle">
<img src="assets/img/workshoplocation.png" vertical-align=middle width="400" alt="GSU" class="img-responsive" />
</td>
</tr>
<tr>
<td>
<h3>Friday Night Pre-Conf Party</h3>
<h5>Georgia Beer Garden</h5>
<br>
<ul class="list">
<li><i class="fa fa-car"></i>Local? Flying in? Be Social hangout with fellow attendees and speakers!</li>
<li><i class="fa fa-car"></i>Register <a href="https://www.eventbrite.com/e/pre-tabconf-event-mixer-tickets-54184541422">Here</a></li>
<li><i class="fa fa-map-marker"></i>420 Edgewood Avenue - Atlanta, GA 30312</li>
</ul>
</td>
<td style="vertical-align:middle">
<img src="assets/BeerGarden.png" vertical-align=middle width="400" alt="GSU" class="img-responsive" />
</td>
</tr>
<tr>
<td>
<h3>Saturday Night After Party</h3>
<h5>Ponce City Market Rooftop The Parlor</h5>
<br>
<ul class="list">
<li><i class="fa fa-car"></i>7:45 PM Till Close - Must have TABConf Ticket to get on the Roof for Free.</li>
<li><i class="fa fa-map-marker"></i>675 Ponce De Leon Ave NE, Atlanta, GA 30308</li>
</ul>
</td>
<td style="vertical-align:middle">
<img src="assets/img/roof.png" vertical-align=middle width="400" alt="GSU" class="img-responsive" />
</td>
</tr>
</table>
</center>
</section>
<section class="footer">
<div class="container">
<div class="col-md-6">
<ul class="footer-nav">
<li class="footer-nav-item"><a href="mailto:[email protected]">Contact</a></li>
<li class="footer-nav-item"><a href="https://github.com/TABConf/tabconf.com/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
<!--<li class="footer-nav-item"><a href="#">Privacy policy</a></li>
<li class="footer-nav-item"><a href="#">Press</a></li>-->
</ul>
</div>
<div class="col-md-6 align-right">
<ul class="socials-nav align-right">
<li class="socials-nav-item"><a href="https://twitter.com/tabconf"><span class="fa fa-twitter"></span></a></li>
<li class="socials-nav-item"><a href="https://www.instagram.com/tabconf/"><span class="fa fa-instagram"></span></a></li>
<li class="socials-nav-item"><a href="https://www.linkedin.com/groups/12169616/"><span class="fa fa-linkedin"></span></a></li>
</ul>
<p class="text-alt"><small>Copyright © 2018 TabConf, LLC All Rights Reserved.</small></p>
</div>
</div>
</section>
<!--<div class="modal-window" data-modal="0" style="background-color: rgba(2, 2, 2, 0.85);">
<div class="modal-box iframe-box iframe-video">
<span class="close-btn icon icon-office-52"></span>
<iframe src="https://www.youtube.com/embed/goH-Pv1w6xo?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
-->
<!--[if lt IE 9]>
<script type="text/javascript" src="assets/js/jquery-1.11.3.min.js?ver=1"></script>
<![endif]-->
<!--[if (gte IE 9) | (!IE)]><!-->
<script type="text/javascript" src="assets/js/jquery-2.1.4.min.js?ver=1"></script>
<!--<![endif]-->
<!--<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA70JuEtkXeEbx_juxJhP5frnuiiEqUjys&libraries=places"></script>-->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="assets/js/toastr.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.waypoints.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.appear.js"></script>
<script type="text/javascript" src="assets/js/jquery.plugin.js"></script>
<script type="text/javascript" src="assets/js/jquery.countTo.js"></script>
<script type="text/javascript" src="assets/js/masonry.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.countdown.js"></script>
<script type="text/javascript" src="assets/js/modal-box.js"></script>
<script type="text/javascript" src="assets/js/ventcamp.js"></script>
</body>
</html>