-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
592 lines (557 loc) · 27.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ThunderPlains</title>
<link rel="stylesheet" href="styles.css" />
<!--<link rel="stylesheet" href="thunderplains-lower.css">-->
</head>
<body>
<header class="top-nav">
<nav class="navbar">
<div class="logo flex">
<a href="https://twitter.com/ThunderPlains">
<img class="logo-bolt" src="assets/tiny-bolt.png" alt="logo-bolt" />
<span>#thunderplains2024</span>
</a>
</div>
<div class="link-container">
<ul class="links">
<li class="link">
<a href="https://thunderplains-2024.sessionize.com">Access our mobile-friendly web app here!</a>
</li>
</ul>
</div>
<div class="socials">
<p>Share:</p>
<a href="https://x.com/intent/tweet?url=https%3A%2F%2F2024.thunderplainsconf.com%2F" target="_blank" rel="noopener noreferrer">
<img class="social-link" src="assets/x-twitter.svg" alt="Share on X" />
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2F2024.thunderplainsconf.com%2F" target="_blank" rel="noopener noreferrer">
<img class="social-link" src="assets/facebook.svg" alt="Share on Facebook" />
</a>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2F2024.thunderplainsconf.com%2F" target="_blank" rel="noopener noreferrer">
<img class="social-link" src="assets/linked-in.svg" alt="Share on LinkedIn" />
</a>
</div>
</nav>
</header>
<main>
<section class="tplains-header">
<div class="row-wrapper ">
<div class="flex flex-container">
<div class="img-wrapper">
<img src="assets/Logomark_Bolt.png" alt="" class="header-img" />
</div>
<div class="text-wrapper">
<span class="info">10.23.24 <span class="subhead-divider"> | </span>OKC, OK</span>
<h1 class="header-text">
ThunderPlains
<span class="sub-header"> Developer Conference</span>
</h1>
<p class="comment">
ThunderPlains is an electrifying tech event that you don't want to
miss!
</p>
<p class="intro">
Explore the latest trends, gain valuable insights, and connect with
like-minded individuals who share your passion for technology.
Whether you're a seasoned developer or just starting out,
ThunderPlains has something for you. <strong>Join us in 2024!</strong>
</p>
<div class="btn-tickets-badge">
<a href="https://ti.to/techlahoma/thunderplains-2024/">
<span class="btn-text">Get Tickets</span>
<span class="badge">
<span>Tickets on sale NOW!</span>
<img src="assets/event-details_badge.svg" alt="Badge Background" />
</span>
</a>
</div>
</div>
</div>
</div>
<div class="row-wrapper">
<div class="btn-container">
<div class="btn">
<a href="#speakers">
<div class="header-btn">
<span>Speakers</span>
</div>
<div class="img-box">
<img id="speak" class="btn-img" src="assets/microphone.svg" alt="microphone" />
</div>
</a>
</div>
<div class="btn">
<a href="#sponsors">
<div class="header-btn">
<span>Sponsors</span>
</div>
<div class="img-box">
<img id="sponsor" class="btn-img" src="assets/handshake.svg" alt="handshake" />
</div>
</a>
</div>
<div class="btn">
<a href="https://airtable.com/app1ec8sV8nSbCIAs/pagyxhjEDfCrZM2AE/form">
<div class="header-btn">
<span>Volunteer</span>
</div>
<div class="img-box">
<img id="volunteer" class="btn-img" src="assets/people.svg" alt="Volunteer" />
</div>
</a>
</div>
</div>
</div>
</section>
<section class="event-details-wrapper">
<div class="row-wrapper">
<div class="details-intro">
<div class="photo-wrapper">
<img src="assets/okc-convention-center.png" alt="OKC Convention Center" id="event-photo">
</div>
<h2>Event Details</h2>
<svg width="1290" height="43" viewBox="0 0 1290 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="30" y="-0.000305176" width="1260" height="3" rx="1.5" fill="#931CAD"/>
<rect y="40" width="1260" height="3" rx="1.5" fill="#931CAD"/>
<rect x="10" y="16" width="1260" height="11" rx="5.5" fill="#5E1279"/>
</svg>
</div>
<div class="details-info">
<div class="details-info-col">
<h3>Date:</h3>
<h4>October 23, 2024</h4>
<h3>Time:</h3>
<h4>9:00am - 4:00pm</h4>
</div>
<div class="details-info-col">
<h3>Venue:</h3>
<h4>OKC Convention Center<br />Downtown OKC</h4>
<p>Free attendance to InnoTech included!</p>
</div>
</div>
</div>
</section>
<section id="speakers" class="speakers-wrapper">
<div class="row-wrapper centered">
<h2>Meet the Speakers</h2>
<div class="speaker-row">
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/kyle-simpson.jpg" alt="Photo of Kyle Simpson"/>
</div>
<div class="copy-wrapper">
<h3>Kyle Simpson
<span>Human-Centric Technologist</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/getify/"><i class="fab fa-linkedin"></i></a>
<a href="https://getify.com/"><i class="fal fa-link"></i></a>
</div>
<div class="bio">
<p>Kyle Simpson is a web-oriented software engineer, widely acclaimed for his "You Don't Know JS" book series and nearly 1M hours viewed of his online courses. Kyle's superpower is asking better questions, and he deeply believes in maximally using the minimally-necessary tools for any task. As a "human-centric technologist", he's passionate about bringing humans and technology together, evolving engineering organizations towards solving the right problems, in simpler ways. Kyle will always fight for the people behind the pixels.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/luke-crouch.png" alt="Photo of Luke Crouch"/>
</div>
<div class="copy-wrapper">
<h3>Luke Crouch
<span>Privacy & Security Software Engineer, Mozilla</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/groovecoder/"><i class="fab fa-linkedin"></i></a>
</div>
<div class="bio">
<p>Luke is a Privacy & Security Engineer for Mozilla Firefox. He applies his 20 years of holistic, "full-stack" software engineering experience to protect against the privacy & security threats facing billions of global internet users every day. His work focuses on data breaches, passwords, and online tracking, and he has also contributed to networking & cryptographic privacy & security. He is an advisory board member for Techlahoma Foundation, University of Tulsa, and Oklahoma State University technology programs.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/nick-hehr.jpg" alt="Photo of Nick Hehr"/>
</div>
<div class="copy-wrapper">
<h3>Nick Hehr
<span>Senior Dev Advocate at Viam</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/nick-hehr/"><i class="fab fa-linkedin"></i></a>
<a href="https://viam.com/"><i class="fal fa-link"></i></a>
</div>
<div class="bio">
<p>Nick is an empathetic community member, full-stack developer, avid climber and cyclist. He is currently a Senior Developer Advocate at Viam where he helps people build and manage their hardware projects from anywhere in the world. He is an invited expert with TC53 to help shape the future of JS on things. In his free time, he tinkers with home automation and robots built with JavaScript. His mustache is a figment of your imagination.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/alex-riviere.jpg" alt="Photo of Alex Riviere"/>
</div>
<div class="copy-wrapper">
<h3>Alex Riviere
<span>Co-Organizer for Atlanta Vue.js Meetup</span>
</h3>
<div class="bio">
<p>Alex Riviere is a Senior Frontend Developer for Nexcor Technologies and a Co-Organizer for the Atlanta Vue.js Meetup.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/amy-norris.jpeg" alt="Photo of Amy Norris"/>
</div>
<div class="copy-wrapper">
<h3>Amy Norris
<span>Full stack software developer, Dimensional Innovations</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/norrisamy/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.dimin.com/"><i class="fal fa-link"></i></a>
</div>
<div class="bio">
<p>Amy is a graphic designer turned software developer currently building weird, cool, and unconventional stuff at Dimensional Innovations. On her off time she can be found volunteering with Kansas City Women in Tech, reading or playing Dungeons and Dragons.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/jesse-harlin.png" alt="Photo of Jesse Harlin" />
</div>
<div class="copy-wrapper">
<h3>Jesse Harlin
<span>Owner and Chief Engineer of Simiancraft</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/harlinjesse/"><i class="fab fa-linkedin"></i></a>
<a href="https://simiancraft.com/"><i class="fal fa-link"></i></a>
</div>
<div class="bio">
<p>Jesse Harlin (The Simian) is an Oklahoman programmer and software architect with decades of
experience and several
applications under his belt ranging across several industries. He is currently the Chief Engineer and
Owner of
Simiancraft, a software development agency, and has formerly been a community tech organizer, leader
and cofounder for
OKC.js, ThunderPlains and Techlahoma.
When he's not writing software, (or spending time with his family) he's probably composing new music
or exploring new
sounds on his synthesizers.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/dave-stokes.png" alt="Photo of Dave Stokes"/>
</div>
<div class="copy-wrapper">
<h3>Dave Stokes
<span>MySQL Community Manager</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/davidmstokes/"><i class="fab fa-linkedin"></i></a>
<a href="https://percona.com/"><i class="fal fa-link"></i></a>
</div>
<div class="bio">
<p>Dave Stokes is a Technology Evangelist for Percona Corporation. He has worked for organizations ranging alphabetically from the American Heart Association to Xerox in areas ranging from anti-submarine warfare to webmaster. He lives in a small Texas town with the required hound dog and pickup truck. And Dave is the Author of MySQL & JSON - A Practical Programming Guide now in a second edition.</p>
</div>
</div>
</div>
<div class="speaker-item">
<div class="img-wrapper">
<img src="/assets/cody-bromley.jpg" alt="Photo of Cody Bromley"/>
</div>
<div class="copy-wrapper">
<h3>Cody Bromley
<span>Creative Technologist</span>
</h3>
<div class="icons-wrapper">
<a href="https://www.linkedin.com/in/codybromley/"><i class="fab fa-linkedin"></i></a>
</div>
<div class="bio">
<p>Cody is a Product Strategist at Gitwit that specializes in helping companies navigate complex product development with technical research, prototyping and design thinking. Cody's recent experience includes implementing generative AI solutions for both startups and established organizations. In his spare time, Cody tinkers on his numerous side projects, including WX.Watch, a National Weather Service alert website and platform that crossposts alerts to Threads and the Fediverse. Cody lives in Tulsa with his wife and dog.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="schedule" class="schedule-wrapper">
<div class="row-wrapper centered">
<h2>Event Schedule</h2>
<script type="text/javascript" src="https://sessionize.com/api/v2/pfwnj40o/view/GridSmart"></script>
<div class="btn-wrapper">
<a class="primary-btn" href="https://ti.to/techlahoma/thunderplains-2024/">Save Your Seat: Get Tickets Today!</a>
</div>
</div>
</section>
<section class="sponsors-wrapper text-center" id="sponsors">
<div class="row-wrapper">
<h2>Thanks to Our Sponsors</h2>
<p class="intro">We are grateful to our amazing sponsors who help make our conference happen.</p>
<div class="sponsor-group">
<div class="sponsor-list">
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://simiancraft.com/">
<img
src="/assets/simiancraft.jpeg"
alt="Simiancraft Logo"
width="450"
height="450"
/>
</a>
<h4>
Simiancraft
<span>Lunch Sponsor</span>
</h4>
</div>
</div>
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://vergeokc.com/">
<img
src="/assets/vergeokc_logo.png"
alt="Verge OKC Logo"
width="450"
height="450"
/>
</a>
<h4>
Verge OKC
<span>Gold Sponsor</span>
</h4>
</div>
</div>
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://www.heartland.us">
<img
src="/assets/heartland-red.png"
alt="Heartland Payments Logo"
width="450"
height="450"
/>
</a>
<h4>
Heartland
<span>Gold Sponsor</span>
</h4>
</div>
</div>
<div class="sponsor-item">
<div class="s-wrap">
<a href="#">
<img src="/assets/Eyeframe-Software.png"
alt="Eyeframe Software Logo"
width="450"
height="450"
/>
</a>
<h4>
Eyeframe Software
<span>Gold Sponsor</span>
</h4>
</div>
</div>
</div>
<div class="sponsor-list">
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://www.ofashandfire.com/">
<img
src="/assets/of_ash_and_fire.jpg"
alt="Of Ash and Fire Logo"
width="450"
height="450"
/>
</a>
<h4>
Of Ash and Fire
<span>Bronze Sponsor</span>
</h4>
</div>
</div>
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://bitnesslabs.com/">
<img
src="/assets/bitness_labs.png"
alt="Bitness Labs Logo"
width="450"
height="450"
/>
</a>
<h4>
Bitness Labs
<span>Bronze Sponsor</span>
</h4>
</div>
</div>
<div class="sponsor-item">
<div class="s-wrap">
<a href="https://www.viam.com/">
<img
src="/assets/viam.jpeg"
alt="Viam Logo"
width="450"
height="450"
/>
</a>
<h4>
Viam
<span>Friend of ThunderPlains</span>
</h4>
</div>
</div>
</div>
</div>
</div>
<div class="row-wrapper">
<h3>Join Our Sponsorship List</h3>
<p>
Sponsorship options include logos and links on the website, slides, emails, and other
promotional material. We can also set you up with a booth at our conference. Learn more about <a href="/assets/2024%20Sponsorship%20Prospectus%20-%20ThunderPlains.pdf">becoming a sponsor</a>!
</p>
<a
href="https://drive.google.com/file/d/1A3SYg_WBTaJOo8vC_Rhi_vJBItS2YhlA/view?usp=drive_link"
class="primary-btn"
>
Sponsor ThunderPlains 2024
</a>
</div>
</section>
<section id="faq">
<div class="row-wrapper">
<div class="faq-wrapper">
<h2>F.A.Q.</h2>
<div class="faq-list">
<div class="faq-wrap">
<h3 class="faq-q">Q: Where is ThunderPlains This Year?</h3>
<div class="faq-a">
<p>
ThunderPlains will be at the
<a href="https://okcconventioncenter.com">Oklahoma City Convention Center</a> in
downtown Oklahoma City, OK.
</p>
<p>
If you've never been to Oklahoma City before, it's actually really nice! It's not all
cowboys and wheat fields! 🤠
</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: Where should I park?</h3>
<div class="faq-a">
<p>
Get Directions: <a href="https://okcconventioncenter.com/attend/directions-parking/">
Convention Center Parking
</a>
</p>
<h4>Address</h4>
<p>15 SW 4th St., Entrance on Cornett Drive</p>
<p>Monthly, hourly, daily, valet available </p>
<p> 1,105 Total Spaces | 24 ADA Accessible Space</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: Is lunch included?</h3>
<div class="faq-a">
<p>
What kind of conference would we be with no food?! Every conference ticket comes with a full lunch
from your choice of one of two food trucks - tacos or pizza. If you have dietary restrictions,
please list them on your registration form so we can accomodate you. We will also have coffee
available in the morning, and water, tea, and lemonade available throughout the day.
</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: What are lightning talks, and how will those sessions work?</h3>
<div class="faq-a">
<p>
A lightning talk is your opportunity to speak on a topic of your choice for up to 5 minutes.
Aaron Krauss and Erich Keil are hosting and organizing the lightning talk sessions. They will
have a signup at the event for some speaker slots, but they also have some slots that you can
sign up for now. If you're interested, contact Aaron or Erich, or find their booth at the conference!
</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: What is InnoTech?</h3>
<div class="faq-a">
<p>
ThunderPlains has partnered with InnoTech this year, and both conferences will happen on the same
day, but in different rooms. You will need a ThunderPlains ticket to access the ThunderPlains
conference and lunch, but a ThunderPlains ticket will also give you full access to the InnoTech exhibit
hall and other InnoTech sessions and events.</p>
<p>InnoTech Oklahoma is a Technology and Security Conference that creates an
environment where education, innovation, peer-to-peer networking and the latest technology and
business solutions are all available specifically for IT professionals. InnoTech Oklahoma will host
a number of special events including the Women in Tech Summit and the IT Executive Forum. InnoTech
also has a huge exhibit hall with lots of technology vendors and booths. <a
href="https://www.innotechok.com/">Learn more about InnoTech</a>.
</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: Is there any application available for this Conference?</h3>
<div class="faq-a">
<p>Yes! There is a ready-to-use, mobile-friendly web application available for this Conference. No download needed.
<a href="https://thunderplains-2024.sessionize.com">Check out the TPlains 2024.</a>
</p>
</div>
</div>
<div class="faq-wrap">
<h3 class="faq-q">Q: How do I become a sponsor?</h3>
<div class="faq-a">
<p>
For sponsorship questions, sales, and to request a custom sponsorship package:
</p>
<p>Email Us: <a href="mailto:[email protected]">[email protected]</a> | <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
Or Call: <a href="tel:+1-539-302-7114">(539) 302-7114</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="row-wrapper">
<div class="f-logo-wrapper">
<img src="assets/Logo_horizontal.png" alt="ThunderPlains" id="tp-logo" class="center">
</div>
<div class="creds">
<p>ThunderPlains is a <a href="https://www.techlahoma.org/">Techlahoma</a> event organized by <a
href="https://vancelucas.com/">Vance Lucas</a> and many other volunteers. </p>
<ul class="years-list">
<li id="first-li">Previous Years:</li>
<li><a href="https://2023.thunderplainsconf.com">2023</a></li>
<li><span title="Sorry, no website is available" class="text-gray-200 no-underline cursor-not-allowed">2022</span></li>
<li><a href="https://2021.thunderplainsconf.com">2021</a></li>
<li><a href="https://2020.thunderplainsconf.com">2020</a></li>
<li><a href="https://2019.thunderplainsconf.com">2019</a></li>
<li><a href="https://2018.thunderplainsconf.com">2018</a></li>
<li><a href="https://2017.thunderplainsconf.com">2017</a></li>
<li><a href="https://2016.thunderplainsconf.com">2016</a></li>
<li><a href="https://2015.thunderplainsconf.com">2015</a></li>
<li><a href="https://2014.thunderplainsconf.com">2014</a></li>
<li id="last-li"><a href="https://2013.thunderplainsconf.com">2013</a></li>
</ul>
<p class="creds-links">
<a href="https://www.techlahoma.org/code-of-conduct" class="text-gray-200 no-underline hover:text-gray-400">Techlahoma Code of Conduct</a> | <a href="https://www.melissatalkington.com">Site Design: Melissa Talkington</a>
</p>
</div>
</div>
</footer>
</body>
</html>