-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
854 lines (794 loc) · 33 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
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description"
content="Free Online Bingo Caller: use this bingo caller to host your own bingo games at home! Completely free bingo app - no downloads necessary!" />
<meta name="keywords"
content="virtual bingo, bingo, free online bingo caller, free bingo caller, bingo caller, host your own bingo games, bingo games at home, free bingo app no downloads, bingo board" />
<meta name="author" content="Aditya Karnik" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
<!-- Font Ubuntu -->
<link rel="stylesheet preload prefetch" as="style"
href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" crossorigin="anonymous" />
<meta name="theme-color" content="#ffffff" />
<meta name="twitter:site" content="@aditya-karnik" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<title>Let's Bingo! | Free Online Bingo Caller</title>
<!-- Vendor Styles-->
<link rel="stylesheet preload" as="style" media="screen" href="assets/css/simplebar.min.css" />
<link rel="stylesheet preload" as="style" media="screen" href="assets/css/tiny-slider.css" />
<link rel="stylesheet preload" as="style" media="screen" href="assets/css/lightgallery.min.css" />
<!-- Main Theme Styles + Bootstrap-->
<link rel="stylesheet preload" as="style" media="screen" href="assets/css/theme.min.css" />
<script src="assets/js/jquery-3.6.0.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4T9WQWXZM5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4T9WQWXZM5');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T3ZZLH4');</script>
<!-- End Google Tag Manager -->
<style>
@font-face {
font-family: Marvelous-Script-Demo;
font-display: swap;
src: url('assets\\font\\Marvelous-Script-Demo.otf');
}
.logo-text {
font-family: Marvelous-Script-Demo;
font-size: 200%;
width: 100%;
margin: 0 auto;
text-align: center;
color: #ffc602;
font-display: swap;
}
html {
overflow: scroll;
overflow-x: hidden;
height: 100%;
}
html,
body {
padding: 0;
margin: 0;
}
body {
min-height: 100%;
font-family: 'Ubuntu', sans-serif;
font-display: swap;
}
#root {
min-height: 100%;
}
::-webkit-scrollbar {
width: 0;
height: 2;
/* Remove scrollbar space */
background: transparent;
/* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: #ffc602;
}
* {
font-family: 'Ubuntu', sans-serif;
font-display: swap;
}
.navbar {
background-color: #3c3c3c;
}
@keyframes blinker {
100% {
opacity: 0;
color: #ffc602;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* Styles */
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: large;
margin: 2px;
}
.board-block .board-side #board {
align-self: center;
display: flex;
flex-flow: column;
}
.board-block .board-side #board,
.board-block .pattern-side #board {
align-self: unset;
display: block !important;
flex-flow: unset;
justify-content: unset;
margin: 0 auto;
max-width: 100%;
padding-top: 1rem;
width: 350px
}
footer,
header {
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1rem;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
.logo-text {
font-family: Marvelous-Script-Demo;
font-size: 120%;
width: 100%;
margin: 0 auto;
text-align: center;
color: #ffc602;
font-display: swap;
}
.btn-secondary,.btn-secondary:hover,.btn-outline-secondary,.btn-outline-secondary:hover,.btn-light,.btn-light:hover {
color: #5a5b75 !important;
border-color: transparent;
font-size: 14px;
}
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: large;
margin: 2px;
padding: 0px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: large;
margin: 2px;
}
.board-block .board-side #board {
align-self: center;
display: flex;
flex-flow: column;
}
.board-block .board-side #board,
.board-block .pattern-side #board {
align-self: unset;
display: block !important;
flex-flow: unset;
justify-content: unset;
margin: 0 auto;
max-width: 100%;
padding-top: 1rem;
width: 350px
}
footer,
header {
padding: 1rem;
}
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* Styles */
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: large;
margin: 2px;
}
footer,
header {
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1rem;
}
.board-block .board-side #board {
align-self: center;
display: flex;
flex-flow: column;
}
.board-block .board-side #board,
.board-block .pattern-side #board {
align-self: unset;
display: block !important;
flex-flow: unset;
justify-content: unset;
margin: 0 auto;
max-width: 100%;
padding-top: 1rem;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: x-large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: x-large;
margin: 2px;
}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
/* Styles */
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: xxx-large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: xxx-large;
margin: 2px;
}
footer,
header {
padding: 1rem;
}
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
/* Styles */
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: xxx-large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: xxx-large;
margin: 2px;
}
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
/* Styles */
}
/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px) {
/*Style*/
.board-block .board-side #board .ball {
color: #f7f7fc;
align-self: center;
font-size: xxx-large;
margin: 2px;
}
.board-block .board-side #board .board-letter {
flex: 0 0 1.25em !important;
font-weight: 700;
font-size: xxx-large;
margin: 2px;
}
footer,
header {
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 2rem;
}
}
/*###Tablet(medium)###*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
/*Style*/
}
/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width: 0px) and (max-width: 767px) {
/*Style*/
}
datalist {
display: flex;
flex-direction: column;
justify-content: space-between;
writing-mode: vertical-lr;
width: 200px;
}
option {
padding: 0;
}
input[type="range"] {
width: 200px;
margin-top: 10;
margin-bottom: 5;
}
#countdown {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
#text{
position: absolute;
top: 50%;
left: 50%;
font-size: 150px;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
select {
border-right: 16px solid transparent;
border-color: #3c3c3c;
border-radius: 8px;
background-color: #3c3c3c;
width: 50%;
padding: 10px;
color: #f7f7fc;
}
select option {
color: #f7f7fc;
width: 10px;
}
.select::after {
content: "";
width: 0.8em;
height: 0.5em;
background-color: var(--select-arrow);
clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
</style>
<script src="assets/js/style.js"></script>
<link href="assets/css/style.css" rel="stylesheet" />
<style data-emotion="css"></style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3ZZLH4"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div>
<div class="dark-bg light-links" style="min-height: 100%;">
<header style="background-color: #3c3c3c;">
<div class="container row align-center">
<div>
<a href="/">
<p class="logo-text">Let's Bingo</p>
</a>
</div>
<div class="d-flex align-items-center order-lg-3 ml-lg-auto">
<a class="btn btn-secondary" href="#generate-cards" data-scroll style="margin-right: 5%;">
<i></i>G<span class="d-none d-lg-inline">enerate Cards</span>
</a>
<a class="btn btn-secondary" href="/how_to_play" target="_blank" rel="noopener" style="margin-right: 5%;">
<i></i>How<span class="d-none d-lg-inline"> to Play</span>
</a>
<a class="btn btn-secondary" href="https://adityakarnik.com" target="_blank" rel="noopener">
<i></i>C<span class="d-none d-lg-inline">reator</span>
</a>
</div>
</div>
</header>
<section class="board-block">
<div class="container row no-wrap align-stretch" style="margin:0 auto;">
<div class="col board-side">
<div id="board" class="flex">
<div class="row no-wrap set-size text-center notranslate">
<div class="col board-letter dark-bg red-text">B</div>
<div class="col ball">1</div>
<div class="col ball">2</div>
<div class="col ball">3</div>
<div class="col ball">4</div>
<div class="col ball">5</div>
<div class="col ball">6</div>
<div class="col ball">7</div>
<div class="col ball">8</div>
<div class="col ball">9</div>
<div class="col ball">10</div>
<div class="col ball">11</div>
<div class="col ball">12</div>
<div class="col ball">13</div>
<div class="col ball">14</div>
<div class="col ball">15</div>
</div>
<div class="row no-wrap set-size text-center notranslate">
<div class="col board-letter dark-bg red-text">I</div>
<div class="col ball">16</div>
<div class="col ball">17</div>
<div class="col ball">18</div>
<div class="col ball">19</div>
<div class="col ball">20</div>
<div class="col ball">21</div>
<div class="col ball">22</div>
<div class="col ball">23</div>
<div class="col ball">24</div>
<div class="col ball">25</div>
<div class="col ball">26</div>
<div class="col ball">27</div>
<div class="col ball">28</div>
<div class="col ball">29</div>
<div class="col ball">30</div>
</div>
<div class="row no-wrap set-size text-center notranslate">
<div class="col board-letter dark-bg red-text">N</div>
<div class="col ball">31</div>
<div class="col ball">32</div>
<div class="col ball">33</div>
<div class="col ball">34</div>
<div class="col ball">35</div>
<div class="col ball">36</div>
<div class="col ball">37</div>
<div class="col ball">38</div>
<div class="col ball">39</div>
<div class="col ball">40</div>
<div class="col ball">41</div>
<div class="col ball">42</div>
<div class="col ball">43</div>
<div class="col ball">44</div>
<div class="col ball">45</div>
</div>
<div class="row no-wrap set-size text-center notranslate">
<div class="col board-letter dark-bg red-text">G</div>
<div class="col ball">46</div>
<div class="col ball">47</div>
<div class="col ball">48</div>
<div class="col ball">49</div>
<div class="col ball">50</div>
<div class="col ball">51</div>
<div class="col ball">52</div>
<div class="col ball">53</div>
<div class="col ball">54</div>
<div class="col ball">55</div>
<div class="col ball">56</div>
<div class="col ball">57</div>
<div class="col ball">58</div>
<div class="col ball">59</div>
<div class="col ball">60</div>
</div>
<div class="row no-wrap set-size text-center notranslate">
<div class="col board-letter dark-bg red-text">O</div>
<div class="col ball">61</div>
<div class="col ball">62</div>
<div class="col ball">63</div>
<div class="col ball">64</div>
<div class="col ball">65</div>
<div class="col ball">66</div>
<div class="col ball">67</div>
<div class="col ball">68</div>
<div class="col ball">69</div>
<div class="col ball">70</div>
<div class="col ball">71</div>
<div class="col ball">72</div>
<div class="col ball">73</div>
<div class="col ball">74</div>
<div class="col ball">75</div>
</div>
</div>
</div>
</div>
<div id="countdown">
<div id="text">Overlay Text</div>
</div>
</section>
<section class="game-controls dark-bg navbar padding-sm">
<div class="container row justify-center align-center">
<div class="d-flex align-items-center mr-lg-7 pt-3">
<section>
<div data-disabled="false" style="text-align: center;">
<button class="callNumber-text uppercase" type="button" data-disabled="false" id="start" style="text-align: center;">
Start New Game
</button>
<div>
<b>
<h2 id="previous" style="color: #ffc602; text-align: center;"></h2>
</b>
</div>
<div class="callNumber-text uppercase" style="text-align: center">
Previous Call
</div>
</div>
<div>
<h2 id="total" style="color: #ffc602; text-align: center"></h2>
</div>
<div class="callNumber-text uppercase" style="text-align: center">
Total Calls
</div>
</section>
</div>
<div class="d-flex align-items-center ml-lg-7 pt-3">
<div class="justify-center" style="text-align: center;">
<div class="callNumber-text uppercase" style="text-align: center" id="select">
Select Caller Speed
</div>
<input type="range" min="1" max="5" value="3" class="slider" id="myRange" name="caller-speed" list="markers">
<datalist id="markers">
<option value="1" label="1">3 sec</option>
<option value="2" label="2">6 sec</option>
<option value="3" label="3">9 sec</option>
<option value="4" label="4">12 sec</option>
<option value="5" label="5">15 sec</option>
</datalist>
</div>
</div>
</div>
</section>
<hr class="h2 mt-5" />
<section class="board-block" id="generate-cards">
<div class="container no-wrap align-stretch" style="margin:0 auto;">
<div class="row justify-content-center">
<div class="col-lg-4 pt-lg-5 pb-lg-5 order-lg-1">
<h1>Generate Cards</h1>
</div>
<div class="col-lg-8 pt-lg-5 pb-lg-5 order-lg-1" style="overflow-y: auto; height: 250px;">
<h5>
Select number of players:
</h5>
<!-- Textual addon -->
<div class="input-group input-group-lg">
<select class="py-1 font-size-lg mb-4 pb-2" onchange="getOption(this)">
<option class=""><h1>Choose one...</h1></option>
<option class="py-1 font-size-lg mb-4 pb-2">1</option>
<option class="py-1 font-size-lg mb-4 pb-2">2</option>
<option class="py-1 font-size-lg mb-4 pb-2">3</option>
<option class="py-1 font-size-lg mb-4 pb-2">4</option>
<option class="py-1 font-size-lg mb-4 pb-2">5</option>
<option class="py-1 font-size-lg mb-4 pb-2">6</option>
<option class="py-1 font-size-lg mb-4 pb-2">7</option>
<option class="py-1 font-size-lg mb-4 pb-2">8</option>
<option class="py-1 font-size-lg mb-4 pb-2">9</option>
<option class="py-1 font-size-lg mb-4 pb-2">10</option>
<option class="py-1 font-size-lg mb-4 pb-2">11</option>
<option class="py-1 font-size-lg mb-4 pb-2">12</option>
<option class="py-1 font-size-lg mb-4 pb-2">13</option>
<option class="py-1 font-size-lg mb-4 pb-2">14</option>
<option class="py-1 font-size-lg mb-4 pb-2">15</option>
<option class="py-1 font-size-lg mb-4 pb-2">16</option>
<option class="py-1 font-size-lg mb-4 pb-2">17</option>
<option class="py-1 font-size-lg mb-4 pb-2">18</option>
<option class="py-1 font-size-lg mb-4 pb-2">19</option>
<option class="py-1 font-size-lg mb-4 pb-2">20</option>
<option class="py-1 font-size-lg mb-4 pb-2">21</option>
<option class="py-1 font-size-lg mb-4 pb-2">22</option>
<option class="py-1 font-size-lg mb-4 pb-2">23</option>
<option class="py-1 font-size-lg mb-4 pb-2">24</option>
<option class="py-1 font-size-lg mb-4 pb-2">25</option>
<option class="py-1 font-size-lg mb-4 pb-2">26</option>
<option class="py-1 font-size-lg mb-4 pb-2">27</option>
<option class="py-1 font-size-lg mb-4 pb-2">28</option>
<option class="py-1 font-size-lg mb-4 pb-2">29</option>
<option class="py-1 font-size-lg mb-4 pb-2">30</option>
<option class="py-1 font-size-lg mb-4 pb-2">31</option>
<option class="py-1 font-size-lg mb-4 pb-2">32</option>
<option class="py-1 font-size-lg mb-4 pb-2">33</option>
<option class="py-1 font-size-lg mb-4 pb-2">34</option>
<option class="py-1 font-size-lg mb-4 pb-2">35</option>
<option class="py-1 font-size-lg mb-4 pb-2">36</option>
<option class="py-1 font-size-lg mb-4 pb-2">37</option>
<option class="py-1 font-size-lg mb-4 pb-2">38</option>
<option class="py-1 font-size-lg mb-4 pb-2">39</option>
<option class="py-1 font-size-lg mb-4 pb-2">40</option>
<option class="py-1 font-size-lg mb-4 pb-2">41</option>
<option class="py-1 font-size-lg mb-4 pb-2">42</option>
<option class="py-1 font-size-lg mb-4 pb-2">43</option>
<option class="py-1 font-size-lg mb-4 pb-2">44</option>
<option class="py-1 font-size-lg mb-4 pb-2">45</option>
<option class="py-1 font-size-lg mb-4 pb-2">46</option>
<option class="py-1 font-size-lg mb-4 pb-2">47</option>
<option class="py-1 font-size-lg mb-4 pb-2">48</option>
<option class="py-1 font-size-lg mb-4 pb-2">49</option>
<option class="py-1 font-size-lg mb-4 pb-2">50</option>
<option class="py-1 font-size-lg mb-4 pb-2">51</option>
<option class="py-1 font-size-lg mb-4 pb-2">52</option>
<option class="py-1 font-size-lg mb-4 pb-2">53</option>
<option class="py-1 font-size-lg mb-4 pb-2">54</option>
<option class="py-1 font-size-lg mb-4 pb-2">55</option>
<option class="py-1 font-size-lg mb-4 pb-2">56</option>
<option class="py-1 font-size-lg mb-4 pb-2">57</option>
<option class="py-1 font-size-lg mb-4 pb-2">58</option>
<option class="py-1 font-size-lg mb-4 pb-2">59</option>
<option class="py-1 font-size-lg mb-4 pb-2">60</option>
<option class="py-1 font-size-lg mb-4 pb-2">61</option>
<option class="py-1 font-size-lg mb-4 pb-2">62</option>
<option class="py-1 font-size-lg mb-4 pb-2">63</option>
<option class="py-1 font-size-lg mb-4 pb-2">64</option>
<option class="py-1 font-size-lg mb-4 pb-2">65</option>
<option class="py-1 font-size-lg mb-4 pb-2">66</option>
<option class="py-1 font-size-lg mb-4 pb-2">67</option>
<option class="py-1 font-size-lg mb-4 pb-2">68</option>
<option class="py-1 font-size-lg mb-4 pb-2">69</option>
<option class="py-1 font-size-lg mb-4 pb-2">70</option>
<option class="py-1 font-size-lg mb-4 pb-2">71</option>
<option class="py-1 font-size-lg mb-4 pb-2">72</option>
<option class="py-1 font-size-lg mb-4 pb-2">73</option>
<option class="py-1 font-size-lg mb-4 pb-2">74</option>
<option class="py-1 font-size-lg mb-4 pb-2">75</option>
</select>
</div>
<div id="links"></div>
</div>
</div>
</div>
</section>
<hr />
<footer class="board-block">
<div class="container no-wrap align-stretch" style="margin:0 auto;">
<div class="row mt-3 pt-md-2 pb-2 align-items-center">
<div class="col-lg-6 col-md-2 pb-2 text-center">
<p class="font-size-lg text-center mb-2"><span class="mr-2">Need to talk?</span></p>
<p class="font-size-xlg text-center mb-3"><span class="mr-3">Reach out to me:</span></p>
<a class="btn btn-secondary mx-1 my-1" href="https://linkedin.com/in/adityaskarnik" target="_blank"
rel="noopener"><i class="fa fa-linkedin" aria-hidden="true"></i> LinkedIn</a>
<a class="btn btn-secondary mx-1 my-1" href="https://twitter.com/aditya_karnik" target="_blank"
rel="noopener"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a>
<a class="btn btn-secondary mx-1 my-1" href="https://github.com/adityaskarnik" target="_blank"
rel="noopener"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a>
<a class="btn btn-secondary mx-1 my-1" href="mailto:[email protected]" target="_blank" rel="noopener"><i
class="fa fa-envelope" aria-hidden="true"></i> Mail</a>
</div>
<div class="col-lg-6 col-md-2 pb-2 text-center">
<p class="font-size-lg text-center mb-1"><span class="mr-2">Take a survey?</span><b><u><a
href="https://adityakarnik.com/survey" target="_blank" rel="noopener" style="color:inherit;">Let me know</a></u></b></p>
<p class="font-size-lg text-center mb-1"><span class="mr-2">Interested to talk to
me?</span><b><u><a href="https://adityakarnik.com/contact" target="_blank" rel="noopener" style="color:inherit;">Send me a message</a></u></b></p>
<p class="font-size-lg text-center mb-1"><span class="mr-2">Want to Support my
Work?</span><b><u><a
href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJM97M6KBLHZY"
target="_blank" rel="noopener" style="color:inherit;">Donate</a></u></b></p>
</div>
</div>
<p class="font-size-sm text-center mb-3 py-3"><span class="text-light opacity-50 mr-1">© All rights
reserved. Made by</span><a class="nav-link-style nav-link-light" href="https://adityakarnik.com/"
target="_blank" rel="noopener">Aditya Karnik</a></p>
</div>
</footer>
<!-- Back to top button--><a class="btn-scroll-top" href="#top" data-scroll=""><span
class="btn-scroll-top-tooltip text-muted font-size-sm mr-2">Top</span><i class="fa fa-arrow-up"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<script type="text/JavaScript">
$("#select").css('animation', 'blinker 1s linear infinite')
$("#start").css('animation', 'blinker 1s linear infinite')
// get number of cards selected
// speed = 1;
speed = Number(document.getElementById("myRange").value);
var timeleft = (9 * speed);
const input = document.querySelector("#myRange")
input.addEventListener("input", (event) => {
speed = Number(event.target.value);
timeleft = 9 * speed;
})
function getOption (el) {
const option = el.value
if (option === 'esc') return
link = ''
for (let i = 1; i <= option; i ++) {
link = link + '<li>' + '<a style="color:inherit;" target="_blank" href="https://letsbingo.live/cards/' + i + '">https://letsbingo.live/cards/' + i + '</a></li>';
}
document.getElementById('links').innerHTML = '<ul>' + link + '</ul>';
return option
}
function randomUniqueNum(range, outputCount) {
let arr = []
for (let i = 1; i <= range; i++) {
arr.push(i)
}
let result = [];
for (let i = 1; i <= outputCount; i++) {
const random = Math.floor(Math.random() * (range - i));
result.push(arr[random]);
arr[random] = arr[range - i];
}
return result;
};
function on() {
document.getElementById("countdown").style.display = "block";
}
function off() {
document.getElementById("countdown").style.display = "none";
}
$("#start").click(function(){
var downloadTimer = setInterval(function(){
if(timeleft <= 0){
clearInterval(downloadTimer);
off();
} else {
on();
document.getElementById("text").innerHTML = timeleft;
}
timeleft -= 1;
}, 1000);
$(document).ready(function() {
$("#select").css({'animation': 'none', 'color': 'black'});
$("#myRange").css({'animation': 'none', 'color': 'black'});
$("#markers").css({'animation': 'none', 'color': 'black'});
$("#myRange").attr('disabled', true);
$("#start").attr("disabled", true);
for (let i=10; i > 0; i--) {
setTimeout(() => {
$("#start").html("Starting...")
$("#start").css('animation', 'blinker 1s linear infinite');
$("#text").css('animation', 'blinker 1s infinite')
}, 1000);
}
num = randomUniqueNum(75, 75);
for (let i = 1; i < num.length; i++) {
new Promise(function(resolve) {
setTimeout(function timer() {
$("#start").html("Start New Game")
$("#start").css('animation', 'none');
$("div").filter(function() {
return $(this).text() === String(num[i]);
}).css('animation', 'blinker 1s linear infinite');
var msg = new SpeechSynthesisUtterance();
msg.text = String(num[i]);
window.speechSynthesis.speak(msg);
setTimeout(function() {
window.speechSynthesis.speak(msg);
}, 3000 * speed);
setTimeout(function() {
window.speechSynthesis.speak(msg);
}, 6000 * speed);
setTimeout(() => {
$("div").filter(function() {
return $(this).text() === String(num[i]);
}).css({"animation": "none", "color": "black"});
}, 9000 * speed);
if (i != 1) {
$("#previous").text(String(num[i-1]));
}
$("#total").text(String(i));
}, i * (9500 * speed));
});
}
});
});
</script>
</body>
</html>