-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
788 lines (653 loc) · 41.3 KB
/
index.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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155707689-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155707689-1');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Method Conf 2020 | Developer Conference In Springfield, Missouri</title>
<link rel="stylesheet" href="css/styles%EF%B9%96cb=2.css" />
<script src="https://js.tito.io/v1" async></script>
<meta property="og:title" content="Method Conference - March 5th, 2020 in Springfield, MO">
<meta property="og:description" content="Method Conference Springfield, MO is an immersive one-day conference with 6 sessions, workshops and keynote with an intense focus on digital development, design, UX, content, code, and more. Giving you perspective to access your skillset and see where things are going next.">
<meta property="og:image" content="https://methodconf.com/images/method.jpg">
<meta property="og:site_name" content="Method Conference">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#1A1919">
<meta name="msapplication-TileColor" content="#1A1919">
<meta name="theme-color" content="#1A1919">
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
<script>
window.titoWidgetCallback = function(){
Tito.on('registration:started', function(data){
fbq('track', 'ViewContent', {value: 1, content_type: 'registration:started'});
});
Tito.on('registration:filling', function(data){
fbq('track', 'ViewContent', {value: 1, content_type: 'registration:filling'});
});
Tito.on('registration:finished', function(data){
fbq('track', 'Purchase', {currency: "USD", value: data.total});
});
Tito.on('registration:complete', function(data){
fbq('track', 'ViewContent', {value: 1, content_type: 'registration:complete'});
});
};
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '183607246336610');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"src="https://www.facebook.com/tr?id=183607246336610&ev=PageView&noscript=1"/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<header class="site_header">
<div class="container">
<div class="intro">
<a href="index.html"><img src="images/method_logo.svg" alt="Method Logo"></a>
<h1>
<time datetime="2020-03-05 08:00">Thursday, March 5th, 2020</time> in Springfield, MO
</h1>
<h2>An immersive day of code, content, and design</h2>
</div>
</div>
<div class="skyline">
<img src="images/skyline.svg" alt="Skyline Graphic">
<img src="images/skyline_mobile.svg" alt="Skyline Graphic">
</div>
</header>
<nav class="site_nav">
<div class="container">
<ul>
<li>
<a class="button jump" href="#schedule">Schedule</a>
</li>
<li>
<a class="button jump" href="#location">Location</a>
</li>
<li>
<a class="button jump" href="#sponsors">Sponsors</a>
</li>
</ul>
</div>
</nav>
<div class="intro_signup">
<section>
<div class="content">
<h3>Invest In Yourself and Hone Your Craft</h3>
<p>
Method Conference Springfield, MO is an immersive one-day conference with 6 sessions, workshops and
keynote with an intense focus on digital development, design, UX, content, code, and more.
</p>
<p>
<tito-button event="springfield-devs/method-conference-2020">Tickets Are Sold Out!</tito-button>
</p>
<div class="app_store">
<a target="_blank" href="https://apps.apple.com/us/app/method-conf/id1498359521">
<img src="images/apple.svg" alt="Apple App Store" />
</a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.sgfdevs.methodConfApp">
<img src="images/android.svg" alt="Google Play Store" />
</a>
</div>
</div>
</section>
<section>
<div class="content">
<strong>Stay in-the-know about event updates and new speaker announcements.</strong>
<form action="https://hooks.zapier.com/hooks/catch/5643689/o3hnz8a/" method="post" id="subscribe">
<ul>
<li>
<div class="form_field">
<input type="text" name="name" id="name" placeholder="Name" required="required">
</div>
</li>
<li>
<div class="form_field">
<input type="email" name="email" id="email" placeholder="Email" required="required">
</div>
</li>
<li>
<button>Email Signup</button>
</li>
</ul>
</form>
</div>
</section>
</div>
<div class="section_header" id="schedule">
<div class="tab">
<h3>Event Schedule</h3>
</div>
<div class="actions">
<a href="#" id="expand_all"><i class="fas fa-expand-alt"></i> <span>Expand Full Schedule</span></a>
<a href="#" id="collapse_all" style="display: none;"><i class="fas fa-expand-alt"></i> <span>Collapse
Schedule</span></a>
<a title="Add to Calendar" data-styling="none" class="addeventatc" data-id="Xx4231290"
href="https://www.addevent.com/event/Xx4231290" target="_blank" rel="nofollow"><i
class="fas fa-calendar-alt"></i> <span>Add To My Calendar</span></a>
</div>
</div>
<div class="event_schedule s_container">
<h3 id="schedule_start">Thursday, March 5th, 2020</h3>
<div class="speaker_card inline">
<div class="content">
<time>7:45AM</time>
<div class="profile mobile">
<h4>Check-in/Breakfast</h4>
</div>
<div class="profile">
<div class="titles">
<h4>Check-in/Breakfast</h4>
</div>
</div>
</div>
<div class="more_content">
<p>
<strong>COMING SOON.</strong>
</p>
</div>
</div>
<div class="speaker_card inline mt">
<div class="content">
<time>8:45AM</time>
<div class="profile mobile">
<h4>Welcome Announcements</h4>
</div>
<div class="profile">
<div class="titles">
<h4>Welcome Announcement</h4>
</div>
</div>
</div>
<div class="more_content">
<p>
<strong>COMING SOON.</strong>
</p>
</div>
</div>
<hgroup>
<h3>Main Track</h3>
<h3>Workshop Track</h3>
</hgroup>
<div class="session_block">
<div class="speaker_card">
<time>9:00AM</time>
<div class="profile mobile">
<h4>A SwiftUI Introduction</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/jordan_morgan_200104_144804.jpg" alt="Jordan Morgan">
<div class="titles">
<h4>A SwiftUI Introduction</h4>
<a href="speaker/jordan-morgan/">Jordan Morgan</a>
<span>iOS at Buffer</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>SwiftUI is one of the most important developments within Apple's ecosystem since the arrival of the Swift programming language. Even though the nascent framework isn’t without several shortcomings, it pays to take it seriously from the outset if you want to gain a better insight into the direction Apple is taking us. The challenge? Almost everything is new. We no longer construct interfaces with an imperative approach - it’s now declarative. This means we now describe all the states our interface can be in, and let SwiftUI handle all of the rest. Further, it relies heavily on another new Apple framework, Combine. Using Combine, SwiftUI opens up a whole new world of reactive programming paradigms, where state is no longer as much of an issue as it used to be. The syntax is also different from anything we’ve seen from Swift. That’s because Swift 5.1 leverages new language capabilities such as property wrappers and function builders to allow for SwiftUI to express itself in a natural way. Lastly, SwiftUI is cross platform to Apple’s ecosystem. That doesn’t mean we can write once and run anywhere, it means we can learn once and apply everywhere. We’ll take a look at what that really means in practice. If SwiftUI has piqued your curiosity, join me to get the high level view in this talk which answers what it is, the technology that makes it possible and how it works across each of Apple’s operating systems.<br /></p>
</div>
</div>
<div class="speaker_card">
<time>10:00AM</time>
<div class="profile mobile">
<h4>Unlock your Potential with Data Strategy</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/amber_gillenwaters.jpg" alt="Amber Gillenwaters">
<div class="titles">
<h4>Unlock your Potential with Data Strategy</h4>
<a href="speaker/amber-gillenwaters/">Amber Gillenwaters</a>
<span>Data Scientist at Gillenwaters Analytics</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>Because this is an emerging field, tools and technologies discussed will include suggestions for those new to data analysis or programming as well as those with advanced skill, with a common-sense approach. To demonstrate the high applicability and marketable nature of data science skills, examples related to benchmarking and code profiling as well as select market research questions will be given. Topic points will generally align with the structure of a data analysis project, from start to finish. </p><p>First, common sources of data and data types along with the technologies used to process them will be introduced. A brief review of the normal distribution curve with a simple explanation on how statistical estimates are derived will be provided. The talk will distinguish between predictive and descriptive statistics, as well as higher level data modeling including machine learning (e.g. classification, regression, and dimensionality reduction techniques). Finally, data visualization types and tools will be presented, with characteristics of poor visualizations or poor data strategy to be aware of in considering analysis from others or in your own work.<br /></p>
</div>
</div>
<div class="speaker_card">
<time>11:00AM</time>
<div class="profile mobile">
<h4>State of Mobile Development</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/SamHeadshot.jpg" alt="Sam Basu">
<div class="titles">
<h4>State of Mobile Development</h4>
<a href="speaker/sam-basu/">Sam Basu</a>
<span>Developer Advocate at Progress</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>It’s 2020 & developers have a lot of choice in how to build for mobile form factors. However, mobile strategy needs to be driven by type of app, platform reach, developer expertise and need for code reuse. Is the Cordova hybrid route still an option? Have PWAs matured enough to prove the web as a distribution medium? What are key factors that demand native mobile apps for iOS/Android/UWP? Developers also want to leverage preferred technology stacks - .NET or JavaScript. Is Xamarin the solve-it-all for .NET mobile development? How do NativeScript & React Native fare for JS Native apps? How does WebAssembly play in the mobile space? What could developers achieve with Flutter or Uno Platform? The goal is to make truly cross-platform mobile apps - from single code base with easy code sharing. With native API access & matured tooling everywhere, the choice of technology stack should not be scary. Let’s recap options, glimpse into the future and equip ourselves to build amazing mobile apps.<br /></p>
</div>
</div>
<div class="speaker_card">
<time>9:00AM-12:00PM</time>
<div class="profile mobile">
<h4>(SOLD OUT) Spark AR: Developing AR for the masses</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/ST_KC_LukeHurd_Sq.jpg" alt="Luke Hurd">
<div class="titles">
<h4>(SOLD OUT) Spark AR: Developing AR for the masses</h4>
<a href="speaker/luke-hurd/">Luke Hurd</a>
<span>Digital Immersion at Signal Theory</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>Build and publish a AR experience in minutes - completely for free - that can be immediately accessed by 3.45 billion active users. Absolutely no scripting needed and no previous knowledge required. All beginners welcome.</p><p>This will essentially be two talks in one - the first piece will be around what Spark is, where it started and how I became involved, what sets it apart from other AR ecosystems, and why Facebook cares about it so much. The next will be a workshop where we build two effects together - one using a dynamic face mesh and the other using image target tracking. After that is simply a general discussion and Q&A.<br /></p>
</div>
</div>
<div class="speaker_card">
<time>12:00PM–1:30PM (Lunch)</time>
<div class="profile mobile">
<h4>Lunch and Learn with a Patent Attorney (12:30PM-1:00PM)</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/ronald-baron.jpg" alt="Ronald J. Baron">
<div class="titles">
<h4>Lunch and Learn with a Patent Attorney (12:30PM-1:00PM)</h4>
<a href="speaker/ronald-baron/">Ronald J. Baron</a>
<span>Founding Senior Counsel at Hoffmann & Baron, LLP</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>This lunch-and-learn opportunity will provide a basic overview of intellectual property, especially patents, and how it relates to the software and information technology space.</p>
</div>
</div>
<div class="speaker_card">
<time>1:30PM</time>
<div class="profile mobile">
<h4>Serverless PHP Applications With Laravel Vapor</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/taylor_otwell.jpg" alt="Taylor Otwell">
<div class="titles">
<h4>Serverless PHP Applications With Laravel Vapor</h4>
<a href="speaker/taylor-otwell/">Taylor Otwell</a>
<span>Founder / CEO at Laravel</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>I built Laravel Vapor because I never wanted to think about servers again. Ever. In this talk, I explain the core concepts of serverless architecture as well as demonstrate Laravel application deployment using Vapor.<br /></p><p>Session sponsored by: <a target="_blank" href="https://logicforte.com/" rel="noreferrer noopener">Logic Forte</a></p>
</div>
</div>
<div class="speaker_card">
<time>2:30PM</time>
<div class="profile mobile">
<h4>Glendale to Google: What I learned from 12 years working at Google</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/Erika.png" alt="Erika Gerdes">
<div class="titles">
<h4>Glendale to Google: What I learned from 12 years working at Google</h4>
<a href="speaker/erika-gerdes/">Erika Gerdes</a>
<span>Authenticity Development Speaker & Executive Coach at Erika Gerdes International</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>4,495 days. That’s 12 years, 3 months & 22 days. That’s how long I worked at Google, was a Googler - a nickname I loved from Day One in September 2006 when I started at a growing search engine with fewer than 10,000 employees.</p><p>Way back in 2002, as I was preparing to graduate from SMSU (ok, fine, I’ll call it MSU), I had big dreams for my future - but they never expanded to the size of what my reality became: working at the number one company in the US.</p><p>Throughout my 12-year journey at Google, it truly was a dream come true.</p><p>I grew up alongside Google, as it expanded to include world-wide phenoms like YouTube, Android, Chrome, DoubleClick (and even some of the less stellar attempts like Wave and Buzz…). I was a Googler when Fortune first named Google the #1 company in the US - even being in a photoshoot that later made it into the magazine article.</p><p>I worked with the best and brightest, most kind and compassionate people I’ve ever met. I walked the halls of Google X and had meetings with the creators of major Google products. I helped some of the smallest businesses grow and led partnership strategy for some of the world’s largest brands.</p><p>And yet, despite my love affair with the company and being so proud to work there, after 12 years, I left - as a single mom with 2 little kids and no financial support.</p><p>Will my talk be demonstrative and tech-specific? I have to be honest: No, I can’t teach your audience new technical skills. Instead, by sharing my inspiring story and the lessons I learned as a Googler, I will give your teams the tools to enable real change, be more authentic, have deeper connections, and overall better well-being, leading to greater innovation, increased productivity and stronger performance at work and at home.</p><p>Session sponsored by: <a target="_blank" href="https://www.wwt.com/" rel="noreferrer noopener">WWT</a></p>
</div>
</div>
<div class="speaker_card">
<time>3:30PM</time>
<div class="profile mobile">
<h4>Azure Synapse (SQL Data Warehouse) & SQL Script tips</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/DSC_3972.png" alt="Randy Walker">
<div class="titles">
<h4>Azure Synapse (SQL Data Warehouse) & SQL Script tips</h4>
<a href="speaker/randy-walker/">Randy Walker</a>
<span>Director of Azure Architecture at TriZetto</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>Come learn about Microsoft’s newly rebranded Massively Parallel Processing (MPP) SQL based data warehouse technology called Synapse. We will go over the tech, how it works and how to best take advantage of it, including an amazing new feature called PolyBase. In additional, we’ll be trying to cram in Randy’s SQL scripting techniques, that’s normally given in its own presentation (assuming time allows).</p><p>Session sponsored by: <a target="_blank" href="https://addedinnovation.com/" rel="noreferrer noopener">Added Innovation</a></p>
</div>
</div>
<div class="speaker_card">
<time>1:30PM-4:30PM</time>
<div class="profile mobile">
<h4>(SOLD OUT) - Modern CSS Layout: Grid and Flexbox</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/rubyfleener.jpg" alt="Ruby Fleener">
<div class="titles">
<h4>(SOLD OUT) - Modern CSS Layout: Grid and Flexbox</h4>
<a href="speaker/ruby-fleener/">Ruby Fleener</a>
<span>UX Consultant at World Wide Technology</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>During the dawn of times, tables and floats used to rule the responsive web world. But thanks to Flexbox and Grid, we now have advanced capabilities in laying out complex web pages. Now why is there Flexbox and why is there Grid? Well Flexbox is a set of CSS properties used to align elements. It allows for a one-directional layout where the parent’s children are altered to best fill their parent’s space. Grid, however, is the new kid on the block. It keeps two dimensions in mind all at once. This being columns and rows. Grid has offerings that help to solve more layout problems then you can shake a stick at. But, since it is so new, support can be a little tricky. We will go over the different properties that makes each tool so great and how it should be utilized in various layouts. There will be a live demo where we will use Flexbox to create a specific layout followed by a live demo utilizing Grid to create a more complex layout.<br /></p><p>For the Demo: Create an Account in CodePen. Make sure you are connected to the Wifi on the day of the event. We will be forking a project I have already started for the demonstration. Reading Material: CSS Tricks - <a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">https://css-tricks.com/snippet...</a> & <a href="https://css-tricks.com/snippets/css/complete-guide-grid/">https://css-tricks.com/snippet...</a></p><p>Workshop sponsored by: <a target="_blank" href="https://www.mostlyserious.io/" rel="noreferrer noopener">Mostly Serious</a></p>
</div>
</div>
<div class="speaker_card">
<time>4:30PM</time>
<div class="profile mobile">
<h4>Keynote: An Interview With Katie Womersley</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/katie.jpeg" alt="Katie Womersley">
<div class="titles">
<h4>Keynote: An Interview With Katie Womersley</h4>
<a href="speaker/katie-womersly/">Katie Womersley</a>
<span>VP of Engineering at Buffer</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>One on one Q & A with Katie where we'll talk with her about everything leadership, engineering, remote work and more!</p>
</div>
</div>
<div class="speaker_card">
<time>12:00PM–1:30PM (Lunch)</time>
<div class="profile mobile">
<h4>Lunch and Learn with a Patent Attorney (12:30PM-1:00PM)</h4>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="profile">
<img src="uploads/speakers/ronald-baron.jpg" alt="Ronald J. Baron">
<div class="titles">
<h4>Lunch and Learn with a Patent Attorney (12:30PM-1:00PM)</h4>
<a href="speaker/ronald-baron/">Ronald J. Baron</a>
<span>Founding Senior Counsel at Hoffmann & Baron, LLP</span>
</div>
<a href="#" class="more">More<i class="fas fa-chevron-down"></i></a>
</div>
<div class="more_content">
<p>This lunch-and-learn opportunity will provide a basic overview of intellectual property, especially patents, and how it relates to the software and information technology space.</p>
</div>
</div>
</div>
<div class="speaker_card inline mt">
<div class="content">
<time>5:30PM</time>
<div class="profile mobile">
<h4>Closing Remarks</h4>
</div>
<div class="profile">
<div class="titles">
<h4>Closing Remarks</h4>
</div>
</div>
</div>
<div class="more_content">
<p>
<strong>COMING SOON.</strong>
</p>
</div>
</div>
<div class="speaker_card inline mt">
<div class="content">
<time>5:45PM</time>
<div class="profile mobile">
<h4>After-Party</h4>
</div>
<div class="profile">
<div class="titles">
<h4>After-Party</h4>
</div>
</div>
</div>
<div class="more_content">
<p>
<strong>COMING SOON.</strong>
</p>
</div>
</div>
</div>
<div class="section_header" id="location">
<div class="tab">
<h3>Location Info</h3>
</div>
<div class="actions">
<a href="https://www.google.com/maps/place/Diamond+Room/@@37.1967782,-93.3269292,17z/data=!3m1!4b1!4m5!3m4!1s0x87cf63c5f16f4069:0xcc2eb9949d21d21b!8m2!3d37.1967782!4d-93.3247405" target="_blank"><i class="fas fa-map-marker-alt"></i> <span>Directions</span></a>
<a title="Add to Calendar" data-styling="none" class="addeventatc" data-id="Xx4231290" href="https://www.addevent.com/event/Xx4231290" target="_blank" rel="nofollow"><i class="fas fa-calendar-alt"></i> <span>Add To My Calendar</span></a>
</div>
</div>
<div class="location_info s_container">
<section>
<div class="map">
<iframe width="670" height="300" style="border:0;" allowfullscreen=""
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3178.145298203088!2d-93.3269291837616!3d37.19677817986873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87cf63c5f16f4069%3A0xcc2eb9949d21d21b!2sDiamond%20Room!5e0!3m2!1sen!2sus!4v1576297115068!5m2!1sen!2sus"></iframe>
</div>
<div class="image_slides">
<div class="images">
<img src="images/venue/dr_1.jpg" alt="" class="current">
<img src="images/venue/dr_2.jpg" alt="">
<img src="images/venue/dr_3.jpg" alt="">
<img src="images/venue/dr_4.jpg" alt="">
<img src="images/venue/dr_5.jpg" alt="">
</div>
<nav>
<i class="fas fa-chevron-left previous" data-direction="prev"></i>
<ol>
<li class="current">1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ol>
<i class="fas fa-chevron-right next" data-direction="next"></i>
</nav>
</div>
</section>
<section>
<dl>
<dt>Event Location</dt>
<dd>
<a target="_blank" href="https://www.google.com/maps/place/Diamond+Room/@@37.1967782,-93.3269292,17z/data=!3m1!4b1!4m5!3m4!1s0x87cf63c5f16f4069:0xcc2eb9949d21d21b!8m2!3d37.1967782!4d-93.3247405">2340 W Grand St, Springfield, MO 65802</a>
</dd>
<dt>Airport</dt>
<dd>
<a target="_blank" href="https://www.google.com/search?sxsrf=ACYBGNSIJnJ9fANBIXJ8iPyIeWcQrJnrjQ:1578303940210&ei=NQETXqu0ApX5tAampb9w&q=springfield%20mo%20airport&oq=springfield+mo+ai&gs_l=psy-ab.3.0.35i39j0l9.136696.141324..142200...3.1..1.282.2063.12j4j2......0....1..gws-wiz.......0i71j0i67j0i131i67j0i131j0i20i263.iBHa1nI-EpA&npsic=0&rflfq=1&rlha=0&rllag=37234203,-93320737,6892&tbm=lcl&rldimm=16755750603370321811&lqi=ChZzcHJpbmdmaWVsZCBtbyBhaXJwb3J0SKbDxANaKQoHYWlycG9ydBACGAAYARgCIhZzcHJpbmdmaWVsZCBtbyBhaXJwb3J0&ved=2ahUKEwijq9Ct2O7mAhWNXc0KHcxBATQQvS4wAHoECAcQGA&rldoc=1&tbs=lrf:!1m4!1u2!2m2!2m1!1e1!1m4!1u16!2m2!16m1!1e1!1m4!1u16!2m2!16m1!1e2!1m5!1u15!2m2!15m1!1shas_1wheelchair_1accessible_1entrance!4e2!2m1!1e2!2m1!1e16!3sIAE,lf:1,lf_ui:2&rlst=f#rlfi=hd:;si:16755750603370321811,l,ChZzcHJpbmdmaWVsZCBtbyBhaXJwb3J0SKbDxANaKQoHYWlycG9ydBACGAAYARgCIhZzcHJpbmdmaWVsZCBtbyBhaXJwb3J0;mv:%5B%5B37.2521646,-93.2347277%5D,%5B37.111537399999996,-93.40674700000001%5D%5D;tbs:lrf:!1m4!1u2!2m2!2m1!1e1!1m4!1u16!2m2!16m1!1e1!1m4!1u16!2m2!16m1!1e2!2m1!1e2!2m1!1e16!3sIAE,lf:1,lf_ui:2">2300 N Airport Blvd, Springfield, MO 65802</a>
</dd>
<dt>Transportation</dt>
<dd>
<a target="_blank" href="https://www.uber.com/global/en/cities/springfield-mo/">Uber</a> <br>
<a target="_blank" href="https://www.lyft.com/rider/cities/springfield-mo">Lyft</a> <br>
<a target="_blank" href="https://www.facebook.com/pg/springfieldyellowcabcompany/about/?ref=page_internal">Yellow Cab</a> <br>
<a target="_blank" href="https://royaltaxispringfield.wixsite.com/royalservice">Royal Taxi</a> <br>
<a target="_blank" href="https://locations.greyhound.com/bus-stations/us/mo/springfield/bus-station-590975">Greyhound</a>
</dd>
<dt>Nearby Hotels</dt>
<dd>
<a target="_blank" href="https://www.hilton.com/en/hotels/sgfmogi-hilton-garden-inn-springfield-mo/">Hilton Garden Inn</a>
<a target="_blank" href="https://www.hotelvandivort.com/">Hotel Vandivort</a> <br>
<a target="_blank" href="https://www.marriott.com/hotels/travel/sgfts-towneplace-suites-springfield/">TownePlace Suites by Marriott Springfield</a> <br>
<a target="_blank" href="https://doubletree3.hilton.com/en/hotels/missouri/doubletree-by-hilton-hotel-springfield-SGFDTDT/">DoubleTree by Hilton</a>
</dd>
<dt>Parking</dt>
<dd class="notice">
<p>
There is free on-site parking at the event location.
</p>
</dd>
<dt>Favorite SGF Restaurants </dt>
<dd>
<a target="_blank" href="https://www.houlihans.com/my-houlihans/springfield-(republic-rd)">Houlihans</a> <br>
<a target="_blank" href="https://www.bawikbbq.com/home">Bawi Korean BBQ</a> <br>
<a target="_blank" href="https://www.arrispizzapalace.com/untitled-c2hu">Arris Pizza</a> <br>
<a target="_blank" href="https://www.greekbelly.com/">Greek Belly</a> <br>
<a target="_blank" href="https://springfieldprogress.com/">Progress</a> <br>
<a target="_blank" href="https://www.vangoghseeterie.com/">Van Gogh's Eeterie</a>
</dd>
</dl>
</section>
</div>
<div class="section_header" id="sponsors">
<div class="tab">
<h3>Sponsors</h3>
</div>
</div>
<div class="sponsors s_container">
<h4 class="hero_text center">Method Conference Springfield, MO 2020 is proud to be sponsored by:</h4>
<div class="list">
<a href="https://www.codescientists.com/" class="dark" target="_blank">
<figure>
<img src="uploads/sponsors/Code-Scientists-Logo.png" alt="Code Scientists">
</figure>
</a>
<a href="https://addedinnovation.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/logo-Added-Innovation.png" alt="Added Innovation">
</figure>
</a>
<a href="https://gravitatesolutions.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/logo-Gravitate-Solutions.png" alt="Gravitate Solutions">
</figure>
</a>
<a href="https://logicforte.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/logo-Logic-Forte.png" alt="Logic Forte">
</figure>
</a>
<a href="http://www.mayhemdev.com/" class="dark" target="_blank">
<figure>
<img src="uploads/sponsors/mayhem.png" alt="Mayhem Development">
</figure>
</a>
<a href="https://www.mostlyserious.io/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/Mostly-Serious-Logo-Orange.png" alt="Mostly Serious">
</figure>
</a>
<a href="https://www.wwt.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/wwt.png" alt="World Wide Technologies">
</figure>
</a>
<a href="https://www.oreillyauto.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/oreilly.png" alt="O'Reilly Auto Parts">
</figure>
</a>
<a href="https://hearo.ai" class="dark" target="_blank">
<figure>
<img src="uploads/sponsors/Hearo-Remote-Supports-Logo-3.png" alt="Hearo">
</figure>
</a>
<a href="https://www.headlinepros.com/" class="dark" target="_blank">
<figure>
<img src="uploads/sponsors/HeadlineLogoWhite.png" alt="Headline Productions">
</figure>
</a>
<a href="https://www.hbiplaw.com/" class="dark" target="_blank">
<figure>
<img src="uploads/sponsors/logo-all-white.png" alt="Hoffman & Baron, LLP">
</figure>
</a>
<a href="https://www.voltcu.org/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/volt-logo.png" alt="Volt Credit Union">
</figure>
</a>
<a href="https://marlinnetwork.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/Marlin-Network-Logo.png" alt="Marlin Network">
</figure>
</a>
<a href="https://selfinteractive.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/logo-Self-Interactive.png" alt="Self">
</figure>
</a>
<a href="https://app.mycratherapy.com/" class="light" target="_blank">
<figure>
<img src="uploads/sponsors/MycraTherapy-Logo.png" alt="Mycra Therapy">
</figure>
</a>
</div>
<div class="sponsor_banner">
<img src="images/method_logo.svg" alt="Method Conf Logo" />
<h2 class="light">Interested in becoming a sponsor?</h2>
<a href="https://sgf.dev/method-sponsor-form" class="button" target="_blank">See Opportunities</a>
</div>
</div>
<div class="code_of_conduct">
<div class="content">
<section>
<h3>Code of Conduct</h3>
<p>
All attendees, speakers, sponsors and volunteers at our conference are required to agree with the
following code of conduct. Organizers will enforce this code throughout the event. We expect
cooperation from all participants to help ensure a safe environment for everybody.
</p>
<a href="code-of-conduct/" class="button">Read It</a>
</section>
<section>
<h3>Transparent Finances</h3>
<p>
Conferences costs money, and we are fully committed to being transparent with our finances to our sponsors and attendees.
</p>
<a href="https://github.com/sgfdevs/treasurer" class="button" target="_blank">See It On Github</a>
</section>
</div>
</div>
<footer class="site_footer s_container">
<section>
<a href="http://sgfflag.org/" class="flag" target="_blank">
<img src="images/sgf_flag.svg" alt="Springfield Flag" />
</a>
<p>
We ❤️ Springfield. <span>©2023 Springfield Devs. 501(c)6</span>
</p>
</section>
<section>
<nav class="social">
<a href="https://twitter.com/methodconf" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.youtube.com/c/sgfdevs/videos" target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="https://github.com/sgfdevs/" target="_blank">
<i class="fab fa-github"></i>
</a>
</nav>
</section>
</footer>
<script src="lib/jquery/dist/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main%EF%B9%96cb=1.2.js"></script>
</body>
</html>