-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
658 lines (602 loc) · 54.2 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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="pingback" href="https://nba2lou.com/wp/xmlrpc.php" />
<link rel="apple-touch-icon" sizes="180x180" href="app/themes/mightily/favicon.ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="app/themes/mightily/favicon.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="app/themes/mightily/favicon.ico/favicon-16x16.png">
<link rel="manifest" href="app/themes/mightily/favicon.ico/site.webmanifest.html">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>NBA2Lou | Help Us Bring the NBA to Louisville and the Bluegrass</title>
<meta name="description" content="Kentucky is not just the Bluegrass State — it’s also the Basketball State. NBA2Lou is bringing an NBA team where it belongs: Louisville, KY. Let’s go pro." />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="NBA2Lou | Help Us Bring the NBA to Louisville and the Bluegrass" />
<meta property="og:description" content="Kentucky is not just the Bluegrass State — it’s also the Basketball State. NBA2Lou is bringing an NBA team where it belongs: Louisville, KY. Let’s go pro." />
<meta property="og:url" content="https://nba2lou.com/" />
<meta property="og:site_name" content="NBA2Lou" />
<meta property="article:modified_time" content="2020-10-07T14:24:40+00:00" />
<meta property="og:image" content="https://nba2lou.com/app/uploads/2020/04/NBA2LOU-OG-Image-1.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://nba2lou.com/#website","url":"https://nba2lou.com/","name":"NBA2Lou","description":"Let's Go Pro","potentialAction":[{"@type":"SearchAction","target":"https://nba2lou.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://nba2lou.com/#webpage","url":"https://nba2lou.com/","name":"NBA2Lou | Help Us Bring the NBA to Louisville and the Bluegrass","isPartOf":{"@id":"https://nba2lou.com/#website"},"datePublished":"2020-04-16T18:40:18+00:00","dateModified":"2020-10-07T14:24:40+00:00","description":"Kentucky is not just the Bluegrass State \u2014 it\u2019s also the Basketball State. NBA2Lou is bringing an NBA team where it belongs: Louisville, KY. Let\u2019s go pro.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://nba2lou.com/"]}]}]}</script>
<link rel='dns-prefetch' href='https://ajax.googleapis.com/' />
<link rel='dns-prefetch' href='https://kit.fontawesome.com/' />
<link rel='dns-prefetch' href='https://code.jquery.com/' />
<link rel='dns-prefetch' href='https://use.typekit.net/' />
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel='stylesheet' id='gforms_reset_css-css' href='app/plugins/gravityforms/css/formreset.min.css%3Fver=2.4.20.css' type='text/css' media='all' />
<link rel='stylesheet' id='gforms_formsmain_css-css' href='app/plugins/gravityforms/css/formsmain.min.css%3Fver=2.4.20.css' type='text/css' media='all' />
<link rel='stylesheet' id='gforms_ready_class_css-css' href='app/plugins/gravityforms/css/readyclass.min.css%3Fver=2.4.20.css' type='text/css' media='all' />
<link rel='stylesheet' id='gforms_browsers_css-css' href='app/plugins/gravityforms/css/browsers.min.css%3Fver=2.4.20.css' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='wp/wp-includes/css/dist/block-library/style.min.css%3Fver=5.4.1.css' type='text/css' media='all' />
<link rel='stylesheet' id='wild-apricot-api-css' href='app/plugins/mightily-wild-apricot-api/public/css/wild-apricot-api-public.css%3Fver=1.0.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='adobe-typekit-css' href='https://use.typekit.net/xwb2qyk.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='mightily-css' href='app/themes/mightily/dist/assets/css/style.min.css%3Fver=1595338593.css' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-css-css' href='https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css?ver=5.4.1' type='text/css' media='all' />
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js?ver=2.2.4'></script>
<script type='text/javascript' src='app/plugins/gravityforms/js/jquery.json.min.js%3Fver=2.4.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/nba2lou.com\/app\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/nba2lou.com\/app\/plugins\/gravityforms\/images\/spinner.gif"};
/* ]]> */
</script>
<script type='text/javascript' src='app/plugins/gravityforms/js/gravityforms.min.js%3Fver=2.4.20'></script>
<script type='text/javascript' src='app/plugins/mightily-wild-apricot-api/public/js/wild-apricot-api-public.js%3Fver=1.0.0'></script>
<script type='text/javascript' src='https://kit.fontawesome.com/fd529e539f.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://code.jquery.com/ui/1.11.0/jquery-ui.js?ver=5.4.1'></script>
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed%3Furl=https:%252F%252Fnba2lou.com%252F" />
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed%3Furl=https:%252F%252Fnba2lou.com%252F&format=xml" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body class="home page-template-default page page-id-397">
<div class="loader active">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 513.2 401.4" style="enable-background:new 0 0 513.2 401.4;" xml:space="preserve" class="svg replaced-svg">
<style type="text/css">
.white {
fill: #FFFFFF;
}
.st1 {
fill: #FC9D29;
stroke: #FC9D29;
stroke-width: 0.8285;
stroke-miterlimit: 10;
}
.orange {
fill: #FC9D29;
}
</style>
<g>
<g>
<path class="white" d="M269.1,364.8l-1.1,2.1l-3.3,18.5l8.4,0l0,0l2.2-0.7l-0.3,0.7l-1.7,4.5h-15.2l1-1.9l3.7-21.2l-0.3-2H269.1z"></path>
<path class="white" d="M295.6,364.8l0.2,5.3l-2-0.7h-7l-1,5.4h5l2.2-0.7l-1,5.8l-1.8-0.6l-5.1,0l-1.1,6.1l8.4,0l0,0l2.2-0.7l-2,5.3 h-15.2l1-1.9l3.7-21.2l-0.3-2H295.6z"></path>
<path class="white" d="M315.8,364.8l0.2,5.3l-2-0.7h-3.8L307,388l0.6,1.9h-6.7l1-1.9l3.3-18.7h-3.7l-2.2,0.7l2-5.3H315.8z"></path>
<path class="white" d="M325.5,363l-0.9,5c0,0-0.9,1.1-2.6,3.2h-2.4l2.4-3.2h-2.6l0.9-5H325.5z"></path>
<path class="white" d="M340.7,364.8l2.7,3.4l-0.6,3.5l-5.5,2.2l0.6-3.7l-0.7-0.9l-3.2,0l-1.1,1l-0.5,3.1l8.8,5.2l-1.4,7.9l-4,3.4 h-8.5l-2.7-3.3l0.6-3.6l5.4-1.8l-0.6,3.3l0.7,0.9h3.2l1.1-1l0.5-3l-8.8-5.2l1.4-8.1l3.9-3.3H340.7z"></path>
<path class="white" d="M368.1,364.8l2.8,3.3l-0.4,2.3l-6,2.5l0.8-2l0.1-0.6l-0.7-0.9l-3.2,0l-1.1,0.9l-2.5,14.1l0.8,0.9l3.2,0 l1.1-0.9l0.8-4.7l-1.2-1.3l7.1-2.9l-2,11l-3.9,3.3h-8.5l-2.8-3.3l3.3-18.4l3.9-3.3H368.1z"></path>
<path class="white" d="M386.9,364.8l2.8,3.3l-3.3,18.4l-4,3.3H374l-2.8-3.3l3.3-18.4l3.9-3.3H386.9z M380.7,385.3l1.1-1l2.5-14.1 l-0.7-0.9h-3.2l-1.2,1l-2.5,14.1l0.7,0.9H380.7z"></path>
<path class="white" d="M415.1,364.8l2.7,3.3l-1.7,9.6l-3.8,3.2h-6.9l-1.2,7l0.6,1.9h-6.7l1-1.9l3.8-21.4l-0.3-1.9H415.1z M406.3,376.4h3.9l1.3-1.1l0.9-4.9l-0.9-1.1h-4L406.3,376.4z"></path>
<path class="white" d="M434.1,364.8l2.7,3.3l-1.7,9.6l-3.5,3l2.1,7l1.5,2.1h-7.7l0.8-1.6l-1.9-7.3h-2l-1.2,7l0.6,1.9h-6.7l1-1.9 l3.8-21.4l-0.3-1.9H434.1z M425.3,376.4h3.9l1.3-1.1l0.9-4.9l-0.9-1.1h-4L425.3,376.4z"></path>
<path class="white" d="M453.6,364.8l2.8,3.3l-3.3,18.4l-4,3.3h-8.5l-2.8-3.3l3.3-18.4l3.9-3.3H453.6z M447.3,385.3l1.1-1l2.5-14.1 l-0.7-0.9H447l-1.2,1l-2.5,14.1l0.7,0.9H447.3z"></path>
<path class="white" d="M456.8,384.8h5.2l-0.9,5.1H456L456.8,384.8z"></path>
</g>
<path class="st1" d="M160.2,142.7c-10.8,5.9-25.9,12.2-37.3,19.7c-23.9,15.7-42,31.2-55.8,45.2c5.6,9.3,11.6,17.9,18.1,25.8 c10.9-11.4,30.8-25,64-26.5l-1.2,8.6c-28.8,2.2-48.1,14.2-57.5,24.2c14.3,16.1,29.1,28.2,46.7,37.8l-1.5,8.5 c-19.1-10.4-36.4-24.3-50.5-40c-11.3,15.4-13.7,32.4-7,50.5c2.5,6.9,6,12.8,9,17.1c-21.7-6.8-26.5-49.1-7.4-73.9 c-6.6-8-12.8-16.7-18.5-26c-19.8,21.6-28.9,39.2-32.7,48.1c0.7-21.8,9.9-35.9,28.3-55.5c-4.8-8.6-8.8-17.1-11.9-25.4 c-15.7,7.1-34.5,8.6-42-5.8c10.1,5.8,23.9,5.2,39.2-1.9c-12.3-37.3-6.1-83.4,6.3-105c-5.1,17-13.2,56,1.2,101.1 C66.9,159.2,85.1,139.9,96,85c0,0,10.1-56.8,67.8-60.8c-18.8,5.7-51.6,21.3-59.8,62.4c-11.8,59.5-32.4,79.8-51.7,90.6 c2.8,7.6,6.3,15.2,10.5,23c13.9-13.9,32-29.1,55.5-44.6c13.9-9.2,29.8-18,43.7-24.9L160.2,142.7z"></path>
<g>
<path class="orange" d="M243.4,285.2l1-0.1l8.4-2.4l-3,17.2l-52.7,0l2.6-14.7L243.4,285.2z"></path>
</g>
<g>
<path class="orange" d="M258.3,184.4l9.8,11.9l-5.1,28.8l-38,18.5l-2.4,14.1h16.6l2.6-14.8l17,6.4l-4.4,24.8h-52.8l7.1-40l38-18.5 l2-11.4l-2.8-3.4h-11.4l-3.7,3.2l-1.8,10.3l-16.7-7.9l1.7-9.9l14-12H258.3z"></path>
</g>
<g>
<path class="white" d="M188.7,4.4c23.1,0,34.3,0,33.5,0c-0.8,0,7.6,25.4,25.3,76.2L259,16.4l-2.8-12h39.5l-6.5,11.8l-24.5,138.9 l3.3,10.8h-31.6L210.8,82l-12.7,71.8l0-0.1l3.7,12.2h-40.4l6.4-11.7l24.4-138.1L188.7,4.4z"></path>
<path class="white" d="M389.5,4.4l17.6,21.4l-7.7,43.6l-15.8,13.5l11.1,13.3l-8.8,49l-24.4,20.8h-81l6-10.9l24.4-138.5L309,4.4 H389.5z M322.4,137.3h25.1l8.4-6.9l4.3-24.3l-5.7-6.9l-27.8,13.2L322.4,137.3z M332.4,79.9l27.8-13.2l8-6.9l3.2-18.4l-5.8-6.9 h-25.3L332.4,79.9z"></path>
<path class="white" d="M504.9,4.2l-7,12.9l2.4,137.7l4.8,11h-45.9l6.3-11.6l0.3-22.9H439l-7.8,23.2l2.2,11.3h-46l8.7-10.9 l50.8-137.5l-2.2-13.3H504.9z M448.9,102.2h17.2l1-54.9L448.9,102.2z"></path>
</g>
<g>
<path class="white" d="M242.6,346.7l-111.3,0l6.5-11.9l24.1-136.6l-2.1-13.2h41.8l-6.9,13.4l-21.1,119l56.3,0.1l1.9-0.1l16.5-4.6 L242.6,346.7z"></path>
<path class="white" d="M363.5,185.2l17.9,21.4l-20.9,118.7L335,346.7h-54.7l-17.7-21.5l20.9-118.5l25.3-21.5H363.5z M323.1,317.2 l7.1-6.3l16-90.6l-4.6-5.9h-20.5l-7.4,6.3l-16,90.6l4.7,5.9H323.1z"></path>
<path class="white" d="M503,185l-6.6,12.9l-22.9,128.3l-24,20.5h-54.9L377,325.5l22.5-127.3l-2.1-13.2h41.1l-6.7,13.2l-20.1,113.7 l4.6,5.7l20.4,0.1l7-6.1l20.1-113.7l-2.1-12.9H503z"></path>
</g>
</g>
</svg>
</div>
<header class="header">
<div class="wrapper">
<a href="index.html" class="logo">
<img src="app/themes/mightily/dist/assets/img/logo-vertical.svg" class="svg" alt="NBA2Lou Logo">
</a>
<div class="right">
<ul class="menu home-menu">
<li id="menu-item-1670" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1670"><a href="support-team/index.html">Support</a></li>
<li id="menu-item-261" class="contact-modal menu-item menu-item-type-custom menu-item-object-custom menu-item-261"><a href="index.html#">Contact</a></li>
<li id="menu-item-1652" class="shop-icon menu-item menu-item-type-custom menu-item-object-custom menu-item-1652"><a target="_blank" rel="noopener noreferrer" href="https://nba2lou.itemorder.com/sale">Shop</a></li>
</ul>
<button class="nav-toggle">
<span class="toggle-wrapper">
<span class="toggle-bar toggle-bar-1"></span>
<span class="toggle-bar toggle-bar-2"></span>
<span class="toggle-bar toggle-bar-3"></span>
<span class="toggle-bar toggle-bar-4"></span>
</span>
<span class="visually-hide-text">Show Main Menu</span>
</button>
</div>
<nav class="header-nav">
<ul class="menu mobile-menu">
<li id="menu-item-633" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-633"><a href="louisville-nba-ready/index.html">NBA Ready</a></li>
<li id="menu-item-1668" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1668"><a href="support-team/index.html">Support Team</a></li>
<li id="menu-item-634" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-634"><a href="join-the-club/index.html">Join The Club</a></li>
<li id="menu-item-635" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-635"><a href="news-and-events/index.html">News and Events</a></li>
<li id="menu-item-1653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1653"><a href="louisville-nba-ready/yum-center/index.html">YUM! Center</a></li>
<li id="menu-item-1654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1654"><a href="join-the-club/nba-louisville-board/index.html">Board and Sponsors</a></li>
<li id="menu-item-1778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1778"><a href="faq/index.html">FAQ</a></li>
<li id="menu-item-1655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1655"><a href="louisville-nba-ready/media-resources/index.html">Media Center</a></li>
<li id="menu-item-707" class="contact-modal menu-item menu-item-type-custom menu-item-object-custom menu-item-707"><a href="index.html#">Contact</a></li>
<li id="menu-item-1656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1656"><a href="louisville-nba-ready/privacy-policy/index.html">Privacy Policy</a></li>
</ul>
<ul class="menu social-menu social header-social">
<li class="social-item"><a href="https://www.facebook.com/nba2lou/" target="_blank"><span class="visually-hide-text">Facebook</span><i class="fab fa-facebook-f icon"></i></a></li>
<li class="social-item"><a href="https://twitter.com/nba2lou?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"><span class="visually-hide-text">Twitter</span><i class="fab fa-twitter icon"></i></a></li>
<li class="social-item"><a href="https://www.instagram.com/nba2lou/?hl=en" target="_blank"><span class="visually-hide-text">Instagram</span><i class="fab fa-instagram icon"></i></a></li>
<li class="social-item"><a href="https://www.youtube.com/channel/UCB0mOhx3OHG7CezfEgNW_uw/featured" target="_blank"><span class="visually-hide-text">YouTube</span><i class="fab fa-youtube icon"></i></a></li>
<li class="social-item"><a href="https://www.linkedin.com/company/nba2lou" target="_blank"><span class="visually-hide-text">LinkedIn</span><i class="fab fa-linkedin-in icon"></i></a></li>
</ul>
</nav>
<img src="app/themes/mightily/dist/assets/img/basketball_shadow.png" class="basketball" alt="Basketball">
</div>
</header>
<div class="interior-page">
<section id="layout-1" class="layout hero style-4" style="margin-bottom: px; margin-top: px; padding-top: px; padding-bottom: px; ">
<div class="bg-image" style="background-image: url('app/themes/mightily/dist/assets/img/bg_space_large.jpg');"></div>
<div class="wrapper">
<div class="row">
<div class="col">
<div class="square links">
<div class="buttons">
<a href="news-and-events/index.html" class="btn-hero">
News + Events </a>
<a href="louisville-nba-ready/index.html" class="btn-hero">
<img src="app/themes/mightily/dist/assets/img/ky.svg" class="svg ky" alt="Kentucky is NBA Ready">
NBA Ready </a>
<a href="join-the-club/index.html" class="btn-hero">
Join the Club </a>
</div>
<a class="scroll" href="index.html#layout-2">Scroll Down<img src="app/themes/mightily/dist/assets/img/arrow-down.svg" class="svg" alt="Down arrow"></a>
<img class="lines svg" src="app/themes/mightily/dist/assets/img/basketball_lines.svg" alt="Lines">
<img class="basketball" src="app/themes/mightily/dist/assets/img/basketball_shadow.png" alt="Basketball">
</div>
</div>
</div>
</div>
</section>
<section id="layout-2" class="layout basic-content align-center" style="margin-bottom: px; margin-top: px; padding-top: px; padding-bottom: px; ">
<div data-aos="fade-up" data-aos-offset="300">
<div class="wrapper">
<div class="row">
<div class="col">
<div class="content">
<div class="component intro">
<div class="wrapper">
<div class="align-center">
<h2 class="h1">
<span class="white no-break">Let’s Go </span>
<span class="orange no-break">Pro.</span>
</h2>
</div>
</div>
</div>
<p><span style="font-weight: 400;">If there’s a place where people are as passionate about basketball and as loyal to their teams as fans are in Kentucky, then the NBA would have a tough choice to make. But there’s not, so this is a no-brainer.</span></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="layout-3" class="layout hero style-1" style="margin-bottom: px; margin-top: px; padding-top: px; padding-bottom: 60px; ">
<div class="wrapper">
<div class="row">
<div class="col">
<div class="image">
<img src="app/uploads/2020/06/player_lockup_1.svg" class="svg" alt="">
<p class="visually-hide-text">Something cards fans and cats fans can all agree on.</p>
</div>
</div>
<div class="col">
<div class="content">
<div class="thread-entry__content formatted_content">
<div>There’s a reason UofL and UK are among the top five most profitable college basketball programs in the nation. It’s because they have two of the most fanatical fan bases in existence. With an NBA team to root for, they’d become one super fan base.</div>
</div>
<div class="boosts metadata avatar-group--tiny push--bottom boosts--empty" style="box-sizing: border-box; display: inline-flex; flex-wrap: wrap; max-width: 100%; position: absolute; font-size: 0.8em; margin-bottom: 1.25em !important; bottom: -1rem; right: 0.5rem; color: #283c46; font-family: Graphik, 'Helvetica Neue', helvetica, 'Apple Color Emoji', arial, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;" data-controller="boosts" data-action="keydown->boosts#toggleFormOnEscOrEnter" data-boosts-adding-class="boosts--adding" data-boosts-deleting-class="boost--deleting"></div>
</div>
</div>
</div>
<div class="component buttons align-center">
<a href="louisville-nba-ready/basketball-culture/index.html" target="_self" class="btn">Our Basketball Culture</a> </div>
</div>
</section>
<section id="layout-4" class="layout gallery" style="margin-bottom: px; margin-top: px; padding-top: 50px; padding-bottom: px; ">
<div class="bg-image top" style="background-image: url(app/uploads/2020/04/Space-background-NEW.jpg);"></div> <div data-aos="fade-up" data-aos-offset="300">
<div class="component intro">
<div class="wrapper">
<div class="align-center">
<h2 class="h2">
<span class="orange break">A tasty venue </span>
<span class="white no-break">for an NBA franchise.</span>
</h2>
</div>
</div>
</div>
<div class="wrapper">
<div class="row">
<div class="col">
<div class="glide images">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide slide-0"><img src="app/uploads/2020/04/Yum-Photo-NEW.jpg" alt="" /></li>
<li class="glide__slide slide-1"><img src="app/uploads/2020/04/IMG_2601.jpg" alt="" /></li>
<li class="glide__slide slide-2"><img src="app/uploads/2020/04/Kentucky-Ale-Tap-Room.jpg" alt="" /></li>
<li class="glide__slide slide-3"><img src="app/uploads/2020/04/IMG_2093.jpg" alt="" /></li>
</ul>
</div>
<div class="glide__controls" data-glide-el="controls">
<button data-glide-dir="<"><img src="app/themes/mightily/dist/assets/img/arrow-left.svg" class="svg" alt="Left arrow"></button>
<button data-glide-dir=">"><img src="app/themes/mightily/dist/assets/img/arrow-right.svg" class="svg" alt="Right arrow"></button>
</div>
</div>
</div>
<div class="col">
<div class="content text-align-center">
<p>Seating over 22,000 with 75 amazing corporate suites, the KFC YUM! Center in beautiful downtown Louisville is the perfect venue for an NBA team. </p>
<div class="component buttons align-center">
<a href="louisville-nba-ready/yum-center/index.html" target="_self" class="btn">Our Venue</a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="layout-5" class="layout basic-content align-center" style="margin-bottom: px; margin-top: px; padding-top: 50px; padding-bottom: 65px; ">
<div class="bg-image bottom" style="background-image: url(app/uploads/2020/04/Space-Background-Piece.jpg);"></div> <div data-aos="fade-up" data-aos-offset="300">
<div class="wrapper">
<div class="row">
<div class="col">
<div class="content">
<div class="component intro">
<div class="wrapper">
<div class="align-center">
<h2 class="h1">
<span class="white break">Meet The</span>
<span class="orange no-break">Advance Team.</span>
</h2>
</div>
</div>
</div>
<p><span style="font-weight: 400;">With an experienced board, corporate support, and a slew of ambassadors at our back, we’re well positioned to not only bring the NBA to Louisville, but to ensure its success by packing the stands with hardcore fans.</span></p>
<div class="component buttons align-center">
<a href="join-the-club/nba-louisville-board/index.html" target="_self" class="btn">Our Support System</a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="layout-6" class="layout hero style-2" style="margin-bottom: px; margin-top: -100px; padding-top: 0px; padding-bottom: px; ">
<div class="bg-image" style="background-image: url('app/uploads/2020/04/Basketball-Court-1920x1080-1.jpg');"></div>
<div class="wrapper" data-aos="fade-up" data-aos-offset="300">
<div class="row">
<div class="col">
<div class="content">
<h2 class="h1">
<span class="white break">Let’s</span>
<span class="orange no-break">Do This.</span>
</h2>
<p><span style="font-weight: 400;">Join our Ambassador Club and help us fulfill Kentucky’s NBA destiny while you enjoy an array of valuable perks.</span></p>
<div class="component buttons align-left">
<a href="join-the-club/index.html" target="_self" class="btn">Learn More</a> <a href="https://nba2lou.wildapricot.org/" target="_blank" class="btn">Sign Up Now</a> </div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="wrapper">
<div class="row">
<a href="index.html" class="logo">
<img src="app/themes/mightily/dist/assets/img/logo-horizontal.svg" class="svg" alt="NBA2Lou Logo">
</a>
<nav class="footer-menu">
<ul class="menu">
<li id="menu-item-626" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-626"><a href="louisville-nba-ready/index.html">NBA Ready</a></li>
<li id="menu-item-1667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1667"><a href="support-team/index.html">Support Team</a></li>
<li id="menu-item-627" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-627"><a href="join-the-club/index.html">Join The Club</a></li>
<li id="menu-item-628" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-628"><a href="news-and-events/index.html">News and Events</a></li>
<li id="menu-item-629" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-629"><a href="louisville-nba-ready/media-resources/index.html">Media Center</a></li>
<li id="menu-item-1112" class="contact-modal menu-item menu-item-type-custom menu-item-object-custom menu-item-1112"><a href="index.html#">Contact</a></li>
<li id="menu-item-632" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-632"><a href="louisville-nba-ready/privacy-policy/index.html">Privacy Policy</a></li>
<li id="menu-item-1780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1780"><a href="faq/index.html">FAQ</a></li>
</ul>
</nav>
<ul class="social footer-social">
<li class="social-item">
<a href="https://www.facebook.com/nba2lou/" target="_blank"><span class="visually-hide-text">Facebook</span><i class="fab fa-facebook-f icon"></i></a>
</li>
<li class="social-item">
<a href="https://twitter.com/nba2lou?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"><span class="visually-hide-text">Twitter</span><i class="fab fa-twitter icon"></i></a>
</li>
<li class="social-item">
<a href="https://www.instagram.com/nba2lou/?hl=en" target="_blank"><span class="visually-hide-text">Instagram</span><i class="fab fa-instagram icon"></i></a>
</li>
<li class="social-item">
<a href="https://www.youtube.com/channel/UCB0mOhx3OHG7CezfEgNW_uw/featured" target="_blank"><span class="visually-hide-text">YouTube</span><i class="fab fa-youtube icon"></i></a>
</li>
<li class="social-item">
<a href="https://www.linkedin.com/company/nba2lou" target="_blank"><span class="visually-hide-text">LinkedIn</span><i class="fab fa-linkedin-in icon"></i></a>
</li>
</ul>
<style scoped>#mtbSvg:hover{background-color:transparent;text-decoration:none;border:0;cursor:pointer;}#mtbIcon{-webkit-transition: opacity 200ms ease-in;-moz-transition: opacity 200ms ease-in;transition: opacity 200ms ease-in;fill:#ffffff;opacity:0.3;}#mtbIcon:hover{opacity:1;cursor:pointer;}#mtbName{display:none;opacity:0;font-size:0;color:transparent;}</style>
<a id="mtbSvg" href="http://mightily.com" target="_blank" title="Made by Mightily">
<svg id="mtbIcon" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 27.28" x="0px" y="0px" width="60px" height="27.28px"><path d="M22.2,8.58c.71.37,1.19-.1,1.56-.81s.48-1.38-.23-1.75a4.08,4.08,0,0,0-.82-.31A6.46,6.46,0,0,0,22,6.83C21.62,7.55,21.49,8.21,22.2,8.58Z"/><path d="M20.81,6a2.64,2.64,0,0,0-1.55-2.43C18.5,5.14,11.35,16,11.35,16c0-.79,3.32-7.88,3.32-9.63a2,2,0,0,0-1.55-2.16c-1.31,2.15-7,11.07-7,11.07,0-.5,2.72-5.52,2.72-7.39A3,3,0,0,0,6.76,5.47c-1.09,0-3.91,4.78-5.67,4.78a1,1,0,0,1-1-.59s-.61,2.62,1.78,2.62C3.93,12.28,6.93,7,7.3,7S2.67,16.13,2.67,19a2.52,2.52,0,0,0,2.42,2.46S5,21.4,5,20.73C5,18.23,10.84,9.4,10.84,9.4s-2.56,6.76-2.56,8.78a2.67,2.67,0,0,0,2.58,2.57,1.62,1.62,0,0,1-.08-.51c0-2.62,6.35-11.35,6.35-11.35s-4,8-4,10.54a2.49,2.49,0,0,0,2.23,2.7,1.68,1.68,0,0,0,.58-.17,1.56,1.56,0,0,1-.34-1.06C15.55,18.35,20.81,8,20.81,6Z"/><path d="M58.7,12.61c-.72,0-2.44.79-4.08,3.77C56.57,10.81,58.9,7.44,58.9,7c0-.77-1-1.34-1.39-1.34,0,0-.39.66-.94,1.71-.4.69-3.41,5.92-3.86,5.92S54.6,8,54.6,7.39,53.58,6,53.2,6c0,0-4.71,7.25-5.44,7.25-.19,0,0-.85.46-2.08.2-.26,5.54-7.22,5.54-9.55A2.78,2.78,0,0,0,52.13,0c-1.3,0-3.61,3.79-5,7.65-.31.53-3.22,5.46-3.36,5.46s1.78-4.86,1.78-5.49c0-.88-1.25-1.4-1.3-1.42s-5.31,7.67-5.27,7.52a54.85,54.85,0,0,1,3.65-8.29l3.44,0c.53,0,.9-.35,1.2-.93s.48-1.38-.23-1.75a4.08,4.08,0,0,0-.82-.31,2.65,2.65,0,0,0-1,1.84c-.57,0-1.24,0-2-.08.23-.45.37-.72.37-.74,0-.27-1-1.79-1.32-1.79s-.77,1-1.46,2.4C38.17,4,35.69,4.23,35.69,6c0,1.23,1.53,1.13,1.53,1.13a.48.48,0,0,1-.09-.32c0-.87,1.24-1.21,3-1.34-.34.74-.68,1.53-1,2.34-1.31,2.1-4.22,6.49-4.36,6.49s2.12-4.78,2.12-5.22a3.44,3.44,0,0,0-1-1.65c-1.38,0-4.84,5.61-4.84,5.61,2.37-5.5,4.41-8.5,4.41-8.95s-.8-1.74-1.22-1.74c-.9,0-5.36,10.86-5.36,12.64,0,.41.81,1.57,1.06,1.57a62.79,62.79,0,0,1,4.85-7.38s-1.84,4.3-1.84,5.41c0,.42.82,1.38,1.41,1.38.42,0,2.05-2.55,3.44-4.76a13.17,13.17,0,0,0-.86,3.06c0,.39.94,1.13,1.35,1.13.67,0,4.55-6,4.55-6a23.41,23.41,0,0,0-1.36,3.79c0,.6,1.2,1.53,1.7,1.53s2-2.23,3.05-4.21a12,12,0,0,0-.34,2.6c0,.58,1.32,1.58,1.71,1.58,1.1,0,4.09-5,4.09-5a18,18,0,0,0-1,3.28,1.87,1.87,0,0,0,1.61,1.66c.34,0,1.07-1,1.87-2.17a25.2,25.2,0,0,0-1.85,5.91c-.14,1,1.3,1.39,1.3,1.39,2-3.57,4.68-5.69,6.45-5.69C60,14.17,60,12.61,58.7,12.61ZM53,1.75c.62,0-2,4.25-3.82,7.05C50.49,5.56,52.36,1.75,53,1.75Z"/><path d="M42.77,16.41A35.36,35.36,0,0,0,31.86,18.1a4.06,4.06,0,0,0-2.64-.74,12.23,12.23,0,0,0-3.82.76L26.14,17A8.79,8.79,0,0,0,29,10.88a2,2,0,0,0-.77-1.67A2.42,2.42,0,0,1,30.62,7.1,1.8,1.8,0,0,0,29,5.91c-1.56,0-2.36,1.12-2.36,2.79h0a1.77,1.77,0,0,1,.79,1.64c0,1.53-2.17,6-2.8,6s.56-4.62,2.34-6.25c0,0-.75-.95-1.36-.95s-1.81,1.27-2.53,3.1C22,14.06,20.37,17,20.2,17c-.33,0,2.11-5,2.11-5.64,0-.88-1.54-1.4-1.59-1.42s-2.66,5.54-2.66,7.2c0,.6,1.2,1.53,1.7,1.53s1.62-2.09,2.72-4a8.85,8.85,0,0,0-.07,1.06c0,.72,1.06,1.38,1.92,1.64l-2,2.07s.43,1.27,1.22,1.27c1,0,2.91-2.13,5.68-2.13a3.26,3.26,0,0,1,.95.12c-5.12,2-8.3,4.9-8.3,7a1.85,1.85,0,0,0,1.89,1.62c4.72,0,8.71-4.26,8.84-7.2a38,38,0,0,1,10.88-1.52c3.46,0,3.11,1.14,3.11,1.22a1.28,1.28,0,0,0,1-1.21C47.63,17.5,46.3,16.41,42.77,16.41Zm-19.7,9.45c-.83,0,1.86-3,7.74-5.17C29.8,22.84,26,25.86,23.07,25.86Z"/></svg>
<span id="mtbName">Web Design Louisville</span>
</a> </div>
</div>
</footer>
<div id="subscribe" class="modal micromodal-slide subscribe" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="wrapper">
<header class="modal__header">
<div class="logo">
<img src="app/themes/mightily/dist/assets/img/logo-vertical.svg" class="svg" alt="NBA2Lou Logo">
</div>
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
</header>
<div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="modal-1-title">
<div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1' action='index.html#gf_1'>
<div class='gform_heading'>
<h3 class='gform_title'>Newsletter</h3>
<span class='gform_description'>Subscribe to our free newsletter for all NBA2Lou updates.</span>
</div>
<div class='gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id='field_1_3' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_3' >Full Name</label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_1_3' type='text' value='' class='large' aria-invalid="false" /></div></li><li id='field_1_2' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_2' >Email Address<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_email'>
<input name='input_2' id='input_1_2' type='text' value='' class='large' aria-required="true" aria-invalid="false" />
</div></li>
</ul></div>
<div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit' onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=1&title=1&description=1&tabindex=0' />
<input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
<input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
<input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
<input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjY3OWQwM2JjMGUxODFiOTg0OTc2MWU2MjJkYmUzMjNlIl0=' />
<input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
<input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
<input type='hidden' name='gform_field_values' value='' />
</div>
</form>
</div>
<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
<script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 1, 'https://nba2lou.com/app/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://nba2lou.com/app/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );</script><script type='text/javascript'> jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 1) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script>
</div>
</div>
</div>
</div><div id="contact" class="modal micromodal-slide contact" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="wrapper">
<header class="modal__header">
<div class="logo">
<img src="app/themes/mightily/dist/assets/img/logo-vertical.svg" class="svg" alt="NBA2Lou Logo">
</div>
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
</header>
<div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="modal-1-title">
<div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' action='index.html#gf_2'>
<div class='gform_heading'>
<h3 class='gform_title'>Contact Us</h3>
<span class='gform_description'>As far as we’re concerned, Louisville’s the only game in town. Get in touch and help us get the ball rolling.</span>
</div>
<div class='gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below'><li id='field_2_4' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_4' >Full Name<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_2_4' type='text' value='' class='large' aria-required="true" aria-invalid="false" /></div></li><li id='field_2_2' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_2' >Email<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_email'>
<input name='input_2' id='input_2_2' type='text' value='' class='large' aria-required="true" aria-invalid="false" />
</div></li><li id='field_2_3' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_3' >Message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_2_3' class='textarea medium' aria-invalid="false" rows='10' cols='50'></textarea></div></li>
</ul></div>
<div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit' onclick='if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; jQuery("#gform_2").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=2&title=1&description=1&tabindex=0' />
<input type='hidden' class='gform_hidden' name='is_submit_2' value='1' />
<input type='hidden' class='gform_hidden' name='gform_submit' value='2' />
<input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
<input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjY3OWQwM2JjMGUxODFiOTg0OTc2MWU2MjJkYmUzMjNlIl0=' />
<input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' />
<input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' />
<input type='hidden' name='gform_field_values' value='' />
</div>
</form>
</div>
<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
<script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 2, 'https://nba2lou.com/app/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://nba2lou.com/app/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);} );} );</script><script type='text/javascript'> jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 2) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [2, 1]) } ); </script> </div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.0/anime.min.js"></script>
<script>
// Footer JS
if ( $('.facetwp-dropdown').length > 0 ) {
$('.facetwp-dropdown').selectmenu();
$('.facetwp-sort-select').selectmenu();
}
// Animating the hero SVGs
// 1. Target a wrapper div around the svg with AOS
// 2. Use AOS Next to detect the event
// 3. Create an anime.js function to animate the svg
// 4. Play the anime function on the AOS next event
if ( $('.layout.hero.style-1').find('.svg').length > 0 ) {
// ***********************************
// Venu Hero Animation
// ***********************************
// Reset the svg pieces before animation starts
var setupVenue = function () {
$('#Venue').css( 'opacity', '0' );
$('#Venue #THIS_IS_A').css({ 'transform':'translateX(-100%)', 'opacity':'0' });
$('#Venue #TEAM').css({ 'transform':'translateY(100px)', 'opacity':'0' });
$('#Venue #EFFORT').css({ 'transform':'translateY(-100px)', 'opacity':'0' });
$('#Venue #PLAYER').css({ 'transform':'translateY(-300px)', 'opacity':'0' });
$('#Venue #image').css( 'opacity', '0' );
}
setTimeout( function() {
setupVenue();
}, 200);
// ***********************************
// Basketball Culture
// ***********************************
// Reset the svg pieces before animation starts
var setupBasketballCulture = function () {
$('#Basketball_Culture').css('opacity', '0');
$('#Basketball_Culture #Cards_fans').css({ 'transform':'translateY(100px)', 'opacity':'0' });
$('#Basketball_Culture #_').css({ 'transform':'translateY(-100px)', 'opacity':'0' });
$('#Basketball_Culture #CaTS_fans').css({ 'transform':'translateY(-100px)', 'opacity':'0' });
$('#Basketball_Culture #can_all_agree_on').css({ 'transform':'translateX(100%)', 'opacity':'0' });
$('#Basketball_Culture #player').css({ 'opacity':'0', 'transform':'translateX(-200px)translateY(200px)' });
$('#Basketball_Culture #image').css( 'opacity', '0' );
$('#Basketball_Culture #image-2').css( 'opacity', '0' );
}
setupBasketballCulture();
}
$('.layout.hero.style-1').waypoint(
function (direction) {
var layoutID = $(this.element).attr('id');
if (direction == 'up') {
// console.log(layoutID + ' up');
$('#Venue').css('opacity', '0');
setupBasketballCulture();
$('#Basketball_Culture').css('opacity', '0');
setupBasketballCulture();
}
if (direction == 'down') {
// console.log(layoutID + ' down');
$('#Venue').css('opacity', '1');
anime({
targets: '#Venue #THIS_IS_A',
translateX: ['-100%', '0'],
opacity: [0, 1],
autoplay: true,
duration: 500,
easing: 'spring(1, 80, 20, 0)'
});
anime({
targets: '#Venue #TEAM',
translateY: ['100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 750,
delay: 1000
});
anime({
targets: '#Venue #EFFORT',
translateY: ['-100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 750,
delay: 1000
});
anime({
targets: '#Venue #PLAYER',
translateY: ['-100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 2000,
delay: 1250
});
anime({
targets: '#Venue #image',
autoplay: true,
easing: 'easeInCubic',
opacity: [0, 1],
duration: 500,
delay: 1500
})
$('#Basketball_Culture').css('opacity', '1');
anime({
targets: '#Basketball_Culture #Something',
translateX: ['-100%', '0'],
opacity: [0, 1],
autoplay: true,
duration: 250,
easing: 'spring(1, 80, 20, 0)'
});
anime({
targets: '#Basketball_Culture #Cards_fans',
translateY: ['100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 400,
delay: 500,
easing: 'easeInOutQuint'
});
anime({
targets: '#Basketball_Culture #_',
translateY: ['-100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 400,
delay: 1150
});
anime({
targets: '#Basketball_Culture #CaTS_fans',
translateY: ['-100px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 400,
delay: 1300,
easing: 'easeInOutQuint'
});
anime({
targets: '#Basketball_Culture #can_all_agree_on',
translateX: ['100%', '0'],
opacity: [0, 1],
autoplay: true,
duration: 250,
delay: 1500,
easing: 'spring(1, 80, 20, 0)'
});
anime({
targets: '#Basketball_Culture #player',
translateX: ['-200px', '0'],
translateY: ['200px', '0'],
opacity: [0, 1],
autoplay: true,
duration: 1500,
delay: 1700,
easing: 'spring(1, 80, 20, 1)'
});
anime({
targets: ['#Basketball_Culture #image-2', '#Basketball_Culture #image'],
autoplay: true,
easing: 'easeInCubic',
opacity: [
{ value: [0, 1], duration: 500, delay: 2000 }
]
})
}
},
{
offset: '40%'
}
);
</script>
<script type='text/javascript' src='wp/wp-includes/js/comment-reply.min.js%3Fver=5.4.1'></script>
<script type='text/javascript' src='app/themes/mightily/dist/assets/js/bundle.js%3Fver=1595338593'></script>
<script type='text/javascript' src='wp/wp-includes/js/wp-embed.min.js%3Fver=5.4.1'></script>
<script>(function($) {
$(document).on('facetwp-loaded', function() {
$('.fieldset.search-filters').each(function() {
if ($(this).find('.facetwp-search-reset').length < 1) {
$(this).append('<a href="javascript:void(0)" class="styled-link facetwp-search-reset" onclick="FWP.reset()">Reset</a>');
}
});
$('.facetwp-dropdown').selectmenu();
$('.facetwp-sort-select').selectmenu();
});
})(jQuery);
</script>
</body>
</html>