-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
510 lines (493 loc) · 37.6 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>BUXL</title>
<meta name="viewport" content="width=device-width, initial-scale=0.9, shrink-to-fit=yes, user-scalable=no">
<meta name="description" content="Buxl, finde alle Kombinationen">
<meta name="author" content="JC">
<meta name="google" content="notranslate" />
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link href="css/fontawesome.all.min.css" rel="stylesheet">
<meta name="apple-mobile-web-app-title" content="BUXL">
<meta name="application-name" content="BUXL">
<meta property="og:title" content="BUXL" />
<meta property="og:site_name" content="BUXL"/>
<meta property="og:description" content="Finde alle Kombinationen" />
<meta property="og:image" content="https://buxl.games/images/buxlExample.png" />
<meta name="theme-color" content="#251A60">
<meta name="application-name" content="BUXL">
<meta name="msapplication-TileImage" content="/favicon/favicon-150.png">
<meta name="msapplication-TileColor" content="#251A60">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="/favicon/manifest.json">
<link rel="shortcut icon" sizes="16x16 32x32 57x57 96x96 70x70 76x76 120x120 128x128 150x150 152x152 167x167 180x180 192x192 196x196 228x228 256x256 310x310 512x512" href="/favicon/favicon.ico">
<link rel="shortcut icon" type="image/svg+xml" href="favicon/favicon.svg" sizes="any">
<link rel="apple-touch-icon-precomposed" sizes="16" href="/favicon/favicon-16.png">
<link rel="apple-touch-icon-precomposed" sizes="32" href="/favicon/favicon-32.png">
<link rel="apple-touch-icon-precomposed" sizes="57" href="/favicon/favicon-57.png">
<link rel="apple-touch-icon-precomposed" sizes="70" href="/favicon/favicon-70.png">
<link rel="apple-touch-icon-precomposed" sizes="76" href="/favicon/favicon-76.png">
<link rel="apple-touch-icon-precomposed" sizes="96" href="/favicon/favicon-96.png">
<link rel="apple-touch-icon-precomposed" sizes="120" href="/favicon/favicon-120.png">
<link rel="apple-touch-icon-precomposed" sizes="128" href="/favicon/favicon-128.png">
<link rel="apple-touch-icon-precomposed" sizes="228" href="/favicon/favicon-228.png">
<link rel="apple-touch-icon-precomposed" sizes="150" href="/favicon/favicon-150.png">
<link rel="apple-touch-icon-precomposed" sizes="180" href="/favicon/favicon-180.png">
<link rel="apple-touch-icon-precomposed" sizes="152" href="/favicon/favicon-152.png">
<link rel="apple-touch-icon-precomposed" sizes="167" href="/favicon/favicon-167.png">
<link rel="apple-touch-icon-precomposed" sizes="310" href="/favicon/favicon-310.png">
<link rel="apple-touch-icon-precomposed" sizes="196" href="/favicon/favicon-196.png">
<link rel="apple-touch-icon-precomposed" sizes="192" href="/favicon/favicon-192.png">
<link rel="apple-touch-icon-precomposed" sizes="256" href="/favicon/favicon-256.png">
<link rel="apple-touch-icon-precomposed" sizes="512" href="/favicon/favicon-512.png">
<link rel="icon" sizes="192x192" href="/favicon/favicon-192.png">
<link rel="icon" sizes="128x128" href="/favicon/favicon-128.png">
</head>
<body>
<div class="justify-content-center d-flex" id="buxllogocontainer">
<a href="index.html">
<svg viewBox="-10 -10 158 65" height="100%" width="100%" xml:space="preserve" id="svg2" class="buxllogo" version="1.1">
<defs id="defs6">
<clipPath id="clipPath18" clipPathUnits="userSpaceOnUse">
<path id="path16" d="M 0,255.118 H 141.732 V 0 H 0 Z" />
</clipPath>
<clipPath id="clipPath26" clipPathUnits="userSpaceOnUse">
<path id="path24" d="M 17.4501,170.468 H 126.17 v -46.8 H 17.4501 Z" />
</clipPath>
<clipPath id="clipPath30" clipPathUnits="userSpaceOnUse">
<path id="path28" d="M 17.4501,170.468 H 126.17 v -46.8 H 17.4501 Z" />
</clipPath>
<mask id="mask32" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse">
<g id="g42">
<g id="g40" clip-path="url(#clipPath30)">
<g id="g38">
<g id="g36" transform="matrix(108.72,0,0,46.799999,17.450079,123.66803)"></g>
</g>
</g>
</g>
</mask>
<mask id="mask44" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse"></mask>
<linearGradient id="linearGradient80" spreadMethod="pad" gradientTransform="matrix(0,32.619961,32.619961,0,31.17255,148.77846)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop74" offset="0" style="stop-opacity:1;stop-color:#bed327" />
<stop id="stop76" offset="0.5" style="stop-opacity:1;stop-color:#a1c530" />
<stop id="stop78" offset="1" style="stop-opacity:1;stop-color:#27763e" />
</linearGradient>
<clipPath id="clipPath90" clipPathUnits="userSpaceOnUse">
<path id="path88" d="m 19.842,181.898 h -0.499 v -0.499 -32.621 -0.499 h 0.499 12.838 c 1.821,0 3.401,0.249 4.701,0.74 v 0 c 1.314,0.497 2.402,1.21 3.231,2.118 v 0 c 0.821,0.903 1.434,1.996 1.82,3.25 v 0 c 0.379,1.232 0.571,2.587 0.571,4.031 v 0 c 0,0.893 -0.122,1.791 -0.36,2.668 v 0 c -0.243,0.888 -0.628,1.716 -1.146,2.46 v 0 c -0.524,0.753 -1.203,1.392 -2.019,1.899 v 0 c -0.375,0.231 -0.785,0.421 -1.226,0.569 v 0 c 0.3,0.145 0.581,0.31 0.84,0.494 v 0 c 0.692,0.494 1.267,1.103 1.709,1.809 v 0 c 0.438,0.697 0.766,1.484 0.976,2.34 v 0 c 0.207,0.842 0.312,1.72 0.312,2.609 v 0 c 0,2.59 -0.778,4.699 -2.313,6.267 v 0 c -1.538,1.569 -3.925,2.365 -7.096,2.365 v 0 z m 0,-0.499 H 32.68 c 3.045,0 5.293,-0.739 6.739,-2.216 v 0 c 1.446,-1.478 2.17,-3.45 2.17,-5.917 v 0 c 0,-0.853 -0.099,-1.683 -0.297,-2.489 v 0 c -0.198,-0.808 -0.502,-1.539 -0.914,-2.194 v 0 c -0.41,-0.655 -0.936,-1.211 -1.576,-1.667 v 0 c -0.639,-0.457 -1.416,-0.777 -2.329,-0.96 v 0 -0.091 c 1.065,-0.092 1.979,-0.374 2.741,-0.845 v 0 c 0.76,-0.472 1.386,-1.059 1.872,-1.76 v 0 c 0.488,-0.7 0.846,-1.469 1.074,-2.307 v 0 c 0.228,-0.837 0.343,-1.683 0.343,-2.535 v 0 c 0,-1.4 -0.183,-2.695 -0.549,-3.883 v 0 c -0.365,-1.188 -0.936,-2.209 -1.712,-3.06 v 0 c -0.778,-0.854 -1.79,-1.517 -3.039,-1.988 v 0 c -1.249,-0.473 -2.756,-0.709 -4.523,-0.709 v 0 H 19.842 Z m 8.498,-6.122 v -6.67 h 2.056 c 0.883,0 1.553,0.327 2.01,0.982 v 0 c 0.457,0.654 0.686,1.423 0.686,2.306 v 0 c 0,0.914 -0.229,1.706 -0.686,2.376 v 0 c -0.457,0.67 -1.127,1.006 -2.01,1.006 v 0 z m 0.5,-0.501 h 1.556 c 0.713,0 1.235,-0.257 1.597,-0.786 v 0 c 0.403,-0.592 0.599,-1.276 0.599,-2.095 v 0 c 0,-0.785 -0.196,-1.447 -0.595,-2.02 v 0 c -0.361,-0.518 -0.885,-0.769 -1.601,-0.769 v 0 H 28.84 Z m -0.5,-11.926 v -7.949 h 2.376 c 0.792,0 1.492,0.326 2.102,0.982 v 0 c 0.608,0.654 0.913,1.666 0.913,3.037 v 0 c 0,1.28 -0.305,2.255 -0.913,2.924 v 0 c -0.61,0.671 -1.31,1.006 -2.102,1.006 v 0 z m 0.5,-0.5 h 1.876 c 0.65,0 1.217,-0.275 1.732,-0.842 v 0 c 0.52,-0.573 0.784,-1.443 0.784,-2.588 v 0 c 0,-1.233 -0.263,-2.14 -0.781,-2.696 v 0 C 31.937,155.669 31.369,155.4 30.716,155.4 v 0 H 28.84 Z" />
</clipPath>
<linearGradient id="linearGradient106" spreadMethod="pad" gradientTransform="matrix(0,33.619965,33.619965,0,31.172556,148.27846)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop100" offset="0" style="stop-opacity:0;stop-color:#ffffff" />
<stop id="stop102" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop104" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<mask id="mask108" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse">
<g id="g118">
<g id="g116">
<g id="g114">
<g id="g112">
<path id="path110" style="fill:url(#linearGradient106);stroke:none" d="M -32768,32767 H 32767 V -32768 H -32768 Z" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient id="linearGradient130" spreadMethod="pad" gradientTransform="matrix(0,33.619965,33.619965,0,31.172556,148.27846)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop124" offset="0" style="stop-opacity:1;stop-color:#251a60" />
<stop id="stop126" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop128" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<linearGradient id="linearGradient152" spreadMethod="pad" gradientTransform="matrix(0,32.619961,32.619961,0,110.30766,141.92557)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop146" offset="0" style="stop-opacity:1;stop-color:#bed327" />
<stop id="stop148" offset="0.5" style="stop-opacity:1;stop-color:#a1c530" />
<stop id="stop150" offset="1" style="stop-opacity:1;stop-color:#27763e" />
</linearGradient>
<clipPath id="clipPath162" clipPathUnits="userSpaceOnUse">
<path id="path160" d="m 111.197,175.046 h -5.712 -0.406 l -0.082,-0.399 -6.761,-32.62 -0.124,-0.602 h 0.614 22.157 0.408 l 0.082,0.401 1.006,4.934 0.124,0.6 h -0.613 -15.833 l 5.629,27.084 0.125,0.602 z m -5.712,-0.501 h 5.712 l -5.754,-27.685 h 16.447 l -1.007,-4.935 H 98.726 Z" />
</clipPath>
<linearGradient id="linearGradient178" spreadMethod="pad" gradientTransform="matrix(0,33.61998,33.61998,0,110.30668,141.42555)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop172" offset="0" style="stop-opacity:0;stop-color:#ffffff" />
<stop id="stop174" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop176" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<mask id="mask180" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse">
<g id="g190">
<g id="g188">
<g id="g186">
<g id="g184">
<path id="path182" style="fill:url(#linearGradient178);stroke:none" d="M -32768,32767 H 32767 V -32768 H -32768 Z" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient id="linearGradient202" spreadMethod="pad" gradientTransform="matrix(0,33.61998,33.61998,0,110.30668,141.42555)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop196" offset="0" style="stop-opacity:1;stop-color:#251a60" />
<stop id="stop198" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop200" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<linearGradient id="linearGradient224" spreadMethod="pad" gradientTransform="matrix(0,40.203651,40.203651,0,56.603218,141.19478)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop218" offset="0" style="stop-opacity:1;stop-color:#bed327" />
<stop id="stop220" offset="0.5" style="stop-opacity:1;stop-color:#a1c530" />
<stop id="stop222" offset="1" style="stop-opacity:1;stop-color:#27763e" />
</linearGradient>
<clipPath id="clipPath234" clipPathUnits="userSpaceOnUse">
<path id="path232" d="m 45.547,181.898 h -0.914 -0.5 v -0.499 -27.322 c 0,-4.5 1.078,-7.89 3.202,-10.078 v 0 c 2.129,-2.192 5.247,-3.304 9.268,-3.304 v 0 c 4.021,0 7.14,1.112 9.267,3.304 v 0 c 2.126,2.189 3.203,5.579 3.203,10.078 v 0 20.468 0.501 h -0.5 -0.914 -0.499 v -0.501 -20.468 c 0,-3.784 -0.866,-6.686 -2.571,-8.623 v 0 c -1.691,-1.918 -4.378,-2.891 -7.986,-2.891 v 0 c -3.61,0 -6.297,0.973 -7.985,2.891 v 0 c -1.706,1.935 -2.57,4.837 -2.57,8.623 v 0 27.322 0.499 z m 2.148,-37.551 c -2.042,2.102 -3.062,5.345 -3.062,9.73 v 0 27.322 h 0.914 v -27.322 c 0,-3.928 0.898,-6.914 2.696,-8.954 v 0 c 1.796,-2.04 4.583,-3.06 8.36,-3.06 v 0 c 3.776,0 6.563,1.02 8.361,3.06 v 0 c 1.796,2.04 2.695,5.026 2.695,8.954 v 0 20.468 h 0.914 v -20.468 c 0,-4.385 -1.021,-7.628 -3.061,-9.73 v 0 c -2.041,-2.102 -5.01,-3.152 -8.909,-3.152 v 0 c -3.898,0 -6.868,1.05 -8.908,3.152" />
</clipPath>
<linearGradient id="linearGradient250" spreadMethod="pad" gradientTransform="matrix(0,41.203644,41.203644,0,56.603222,140.69478)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop244" offset="0" style="stop-opacity:0;stop-color:#ffffff" />
<stop id="stop246" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop248" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<mask id="mask252" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse">
<g id="g262">
<g id="g260">
<g id="g258">
<g id="g256">
<path id="path254" style="fill:url(#linearGradient250);stroke:none" d="M -32768,32767 H 32767 V -32768 H -32768 Z" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient id="linearGradient274" spreadMethod="pad" gradientTransform="matrix(0,41.203644,41.203644,0,56.603222,140.69478)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop268" offset="0" style="stop-opacity:1;stop-color:#251a60" />
<stop id="stop270" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop272" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<linearGradient id="linearGradient296" spreadMethod="pad" gradientTransform="matrix(0,39.472862,39.472862,0,87.410584,141.92557)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop290" offset="0" style="stop-opacity:1;stop-color:#bed327" />
<stop id="stop292" offset="0.5" style="stop-opacity:1;stop-color:#a1c530" />
<stop id="stop294" offset="1" style="stop-opacity:1;stop-color:#27763e" />
</linearGradient>
<clipPath id="clipPath306" clipPathUnits="userSpaceOnUse">
<path id="path304" d="m 104.521,181.898 h -6.867 -0.258 l -0.149,-0.211 -4.712,-6.641 h -0.064 l -0.149,-0.214 -4.29,-6.138 -4.876,-6.875 -8.786,13.006 -0.149,0.221 H 73.956 70.301 69.34 l 0.551,-0.787 10.855,-15.521 -6.728,-9.674 -0.547,-0.785 h 0.957 4.155 0.241 l 0.15,0.189 4.827,6.071 8.885,-12.897 0.148,-0.217 h 0.263 3.746 0.964 l -0.555,0.789 -10.927,15.499 18.586,23.374 0.646,0.811 z m -16.079,-13.49 4.29,6.137 h 0.063 l 4.859,6.854 h 6.867 l -18.82,-23.668 11.142,-15.806 h -3.746 l -9.266,13.454 -5.248,-6.601 h -4.155 l 6.928,9.96 -11.055,15.807 h 3.655 l 9.19,-13.604 z" />
</clipPath>
<linearGradient id="linearGradient322" spreadMethod="pad" gradientTransform="matrix(0,40.472839,40.472839,0,87.44883,141.42558)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop316" offset="0" style="stop-opacity:0;stop-color:#ffffff" />
<stop id="stop318" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop320" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
<mask id="mask324" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse">
<g id="g334">
<g id="g332">
<g id="g330">
<g id="g328">
<path id="path326" style="fill:url(#linearGradient322);stroke:none" d="M -32768,32767 H 32767 V -32768 H -32768 Z" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient id="linearGradient346" spreadMethod="pad" gradientTransform="matrix(0,40.472839,40.472839,0,87.44883,141.42558)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0">
<stop id="stop340" offset="0" style="stop-opacity:1;stop-color:#251a60" />
<stop id="stop342" offset="0.785577" style="stop-opacity:1;stop-color:#ffffff" />
<stop id="stop344" offset="1" style="stop-opacity:1;stop-color:#ffffff" />
</linearGradient>
</defs>
<g transform="matrix(1.3333333,0,0,-1.3333333,0,55.000012)" id="g10">
<g transform="translate(-19.172999,-140.67149)" id="g62">
<g id="g64">
<g id="g70">
<g id="g72">
<path id="path82" style="fill:url(#linearGradient80);stroke:none" d="M 19.842,181.399 V 148.778 H 32.68 c 1.767,0 3.274,0.236 4.523,0.709 v 0 c 1.249,0.471 2.261,1.134 3.039,1.988 v 0 c 0.776,0.851 1.347,1.872 1.713,3.06 v 0 c 0.365,1.188 0.548,2.483 0.548,3.883 v 0 c 0,0.852 -0.115,1.698 -0.343,2.536 v 0 c -0.228,0.837 -0.586,1.606 -1.074,2.306 v 0 c -0.486,0.701 -1.112,1.288 -1.872,1.76 v 0 c -0.762,0.471 -1.676,0.754 -2.741,0.845 v 0 0.091 c 0.913,0.183 1.69,0.503 2.329,0.96 v 0 c 0.64,0.456 1.166,1.012 1.576,1.667 v 0 c 0.412,0.655 0.716,1.386 0.914,2.194 v 0 c 0.198,0.806 0.297,1.636 0.297,2.489 v 0 c 0,2.467 -0.724,4.439 -2.17,5.917 v 0 c -1.446,1.477 -3.694,2.216 -6.739,2.216 v 0 z m 8.498,-6.122 h 2.056 c 0.883,0 1.553,-0.336 2.01,-1.006 v 0 c 0.457,-0.67 0.686,-1.462 0.686,-2.376 v 0 c 0,-0.883 -0.229,-1.652 -0.686,-2.306 v 0 c -0.457,-0.656 -1.127,-0.982 -2.01,-0.982 v 0 H 28.34 Z m 0,-12.427 h 2.376 c 0.792,0 1.492,-0.335 2.102,-1.006 v 0 c 0.608,-0.669 0.913,-1.644 0.913,-2.924 v 0 c 0,-1.371 -0.305,-2.383 -0.913,-3.037 v 0 c -0.61,-0.656 -1.31,-0.982 -2.102,-0.982 v 0 H 28.34 Z" />
</g>
</g>
</g>
</g>
<g transform="translate(-19.172999,-140.67149)" id="g84">
<g clip-path="url(#clipPath90)" id="g86">
<g id="g92">
<g id="g94" />
<g mask="url(#mask108)" id="g120">
<g id="g122">
<path id="path132" style="fill:url(#linearGradient130);stroke:none" d="m 19.842,181.898 h -0.499 v -0.499 -32.621 -0.499 h 0.499 12.838 c 1.821,0 3.401,0.249 4.701,0.74 v 0 c 1.314,0.497 2.402,1.21 3.231,2.118 v 0 c 0.821,0.903 1.434,1.996 1.82,3.25 v 0 c 0.379,1.232 0.571,2.587 0.571,4.031 v 0 c 0,0.893 -0.122,1.791 -0.36,2.668 v 0 c -0.243,0.888 -0.628,1.716 -1.146,2.46 v 0 c -0.524,0.753 -1.203,1.392 -2.019,1.899 v 0 c -0.375,0.231 -0.785,0.421 -1.226,0.569 v 0 c 0.3,0.145 0.581,0.31 0.84,0.494 v 0 c 0.692,0.494 1.267,1.103 1.709,1.809 v 0 c 0.438,0.697 0.766,1.484 0.976,2.34 v 0 c 0.207,0.842 0.312,1.72 0.312,2.609 v 0 c 0,2.59 -0.778,4.699 -2.313,6.267 v 0 c -1.538,1.569 -3.925,2.365 -7.096,2.365 v 0 z m 0,-0.499 H 32.68 c 3.045,0 5.293,-0.739 6.739,-2.216 v 0 c 1.446,-1.478 2.17,-3.45 2.17,-5.917 v 0 c 0,-0.853 -0.099,-1.683 -0.297,-2.489 v 0 c -0.198,-0.808 -0.502,-1.539 -0.914,-2.194 v 0 c -0.41,-0.655 -0.936,-1.211 -1.576,-1.667 v 0 c -0.639,-0.457 -1.416,-0.777 -2.329,-0.96 v 0 -0.091 c 1.065,-0.092 1.979,-0.374 2.741,-0.845 v 0 c 0.76,-0.472 1.386,-1.059 1.872,-1.76 v 0 c 0.488,-0.7 0.846,-1.469 1.074,-2.307 v 0 c 0.228,-0.837 0.343,-1.683 0.343,-2.535 v 0 c 0,-1.4 -0.183,-2.695 -0.549,-3.883 v 0 c -0.365,-1.188 -0.936,-2.209 -1.712,-3.06 v 0 c -0.778,-0.854 -1.79,-1.517 -3.039,-1.988 v 0 c -1.249,-0.473 -2.756,-0.709 -4.523,-0.709 v 0 H 19.842 Z m 8.498,-6.122 v -6.67 h 2.056 c 0.883,0 1.553,0.327 2.01,0.982 v 0 c 0.457,0.654 0.686,1.423 0.686,2.306 v 0 c 0,0.914 -0.229,1.706 -0.686,2.376 v 0 c -0.457,0.67 -1.127,1.006 -2.01,1.006 v 0 z m 0.5,-0.501 h 1.556 c 0.713,0 1.235,-0.257 1.597,-0.786 v 0 c 0.403,-0.592 0.599,-1.276 0.599,-2.095 v 0 c 0,-0.785 -0.196,-1.447 -0.595,-2.02 v 0 c -0.361,-0.518 -0.885,-0.769 -1.601,-0.769 v 0 H 28.84 Z m -0.5,-11.926 v -7.949 h 2.376 c 0.792,0 1.492,0.326 2.102,0.982 v 0 c 0.608,0.654 0.913,1.666 0.913,3.037 v 0 c 0,1.28 -0.305,2.255 -0.913,2.924 v 0 c -0.61,0.671 -1.31,1.006 -2.102,1.006 v 0 z m 0.5,-0.5 h 1.876 c 0.65,0 1.217,-0.275 1.732,-0.842 v 0 c 0.52,-0.573 0.784,-1.443 0.784,-2.588 v 0 c 0,-1.233 -0.263,-2.14 -0.781,-2.696 v 0 C 31.937,155.669 31.369,155.4 30.716,155.4 v 0 H 28.84 Z" />
</g>
</g>
</g>
</g>
</g>
<g transform="translate(-19.172999,-140.67149)" id="g134">
<g id="g136">
<g id="g142">
<g id="g144">
<path id="path154" style="fill:url(#linearGradient152);stroke:none" d="m 105.485,174.545 -6.759,-32.62 h 22.157 l 1.007,4.935 h -16.447 l 5.754,27.685 z" />
</g>
</g>
</g>
</g>
<g transform="translate(-19.172999,-140.67149)" id="g156">
<g clip-path="url(#clipPath162)" id="g158">
<g id="g164">
<g id="g166" />
<g mask="url(#mask180)" id="g192">
<g id="g194">
<path id="path204" style="fill:url(#linearGradient202);stroke:none" d="m 111.197,175.046 h -5.712 -0.406 l -0.082,-0.399 -6.761,-32.62 -0.124,-0.602 h 0.614 22.157 0.408 l 0.082,0.401 1.006,4.934 0.124,0.6 h -0.613 -15.833 l 5.629,27.084 0.125,0.602 z m -5.712,-0.501 h 5.712 l -5.754,-27.685 h 16.447 l -1.007,-4.935 H 98.726 Z" />
</g>
</g>
</g>
</g>
</g>
<g transform="translate(-19.172999,-140.67149)" id="g206">
<g id="g208">
<g id="g214">
<g id="g216">
<path id="path226" style="fill:url(#linearGradient224);stroke:none" d="m 44.633,181.399 v -27.322 c 0,-4.385 1.02,-7.628 3.062,-9.73 v 0 c 2.04,-2.102 5.01,-3.152 8.908,-3.152 v 0 c 3.899,0 6.868,1.05 8.909,3.152 v 0 c 2.04,2.102 3.061,5.345 3.061,9.73 v 0 20.468 h -0.914 v -20.468 c 0,-3.928 -0.899,-6.914 -2.695,-8.954 v 0 c -1.798,-2.04 -4.585,-3.06 -8.361,-3.06 v 0 c -3.777,0 -6.564,1.02 -8.36,3.06 v 0 c -1.798,2.04 -2.696,5.026 -2.696,8.954 v 0 27.322 z" />
</g>
</g>
</g>
</g>
<g transform="translate(-19.172999,-140.67149)" id="g228">
<g clip-path="url(#clipPath234)" id="g230">
<g id="g236">
<g id="g238" />
<g mask="url(#mask252)" id="g264">
<g id="g266">
<path id="path276" style="fill:url(#linearGradient274);stroke:none" d="m 45.547,181.898 h -0.914 -0.5 v -0.499 -27.322 c 0,-4.5 1.078,-7.89 3.202,-10.078 v 0 c 2.129,-2.192 5.247,-3.304 9.268,-3.304 v 0 c 4.021,0 7.14,1.112 9.267,3.304 v 0 c 2.126,2.189 3.203,5.579 3.203,10.078 v 0 20.468 0.501 h -0.5 -0.914 -0.499 v -0.501 -20.468 c 0,-3.784 -0.866,-6.686 -2.571,-8.623 v 0 c -1.691,-1.918 -4.378,-2.891 -7.986,-2.891 v 0 c -3.61,0 -6.297,0.973 -7.985,2.891 v 0 c -1.706,1.935 -2.57,4.837 -2.57,8.623 v 0 27.322 0.499 z m 2.148,-37.551 c -2.042,2.102 -3.062,5.345 -3.062,9.73 v 0 27.322 h 0.914 v -27.322 c 0,-3.928 0.898,-6.914 2.696,-8.954 v 0 c 1.796,-2.04 4.583,-3.06 8.36,-3.06 v 0 c 3.776,0 6.563,1.02 8.361,3.06 v 0 c 1.796,2.04 2.695,5.026 2.695,8.954 v 0 20.468 h 0.914 v -20.468 c 0,-4.385 -1.021,-7.628 -3.061,-9.73 v 0 c -2.041,-2.102 -5.01,-3.152 -8.909,-3.152 v 0 c -3.898,0 -6.868,1.05 -8.908,3.152" />
</g>
</g>
</g>
</g>
</g>
<g transform="translate(-19.089999,-140.67149)" id="g278">
<g id="g280">
<g id="g286">
<g id="g288">
<path id="path298" style="fill:url(#linearGradient296);stroke:none" d="m 97.654,181.399 -4.859,-6.854 h -0.063 l -4.29,-6.137 -5.296,-7.467 -9.19,13.604 h -3.655 l 11.055,-15.807 -6.928,-9.96 h 4.155 l 5.248,6.601 9.266,-13.454 h 3.746 l -11.141,15.806 18.819,23.668 z" />
</g>
</g>
</g>
</g>
<g transform="translate(-19.089999,-140.67149)" id="g300">
<g clip-path="url(#clipPath306)" id="g302">
<g id="g308">
<g id="g310" />
<g mask="url(#mask324)" id="g336">
<g id="g338">
<path id="path348" style="fill:url(#linearGradient346);stroke:none" d="m 104.521,181.898 h -6.867 -0.258 l -0.149,-0.211 -4.712,-6.641 h -0.064 l -0.149,-0.214 -4.29,-6.138 -4.876,-6.875 -8.786,13.006 -0.149,0.221 H 73.956 70.301 69.34 l 0.551,-0.787 10.855,-15.521 -6.728,-9.674 -0.547,-0.785 h 0.957 4.155 0.241 l 0.15,0.189 4.827,6.071 8.885,-12.897 0.148,-0.217 h 0.263 3.746 0.964 l -0.555,0.789 -10.927,15.499 18.586,23.374 0.646,0.811 z m -16.079,-13.49 4.29,6.137 h 0.063 l 4.859,6.854 h 6.867 l -18.82,-23.668 11.142,-15.806 h -3.746 l -9.266,13.454 -5.248,-6.601 h -4.155 l 6.928,9.96 -11.055,15.807 h 3.655 l 9.19,-13.604 z" />
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
</a>
</div>
<div class="container">
<div class="d-flex justify-content-center">
<div class="p-2" id="navigation"></div>
</div>
<div class="d-flex justify-content-center">
<div class="p-2" id="content"></div>
</div>
<div id="footer"></div>
</div>
<script id="footertmpl" type="text/x-jsrender">
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<div class="col-12 col-md">
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#/introduction/">Hilfe</a></li>
</ul>
</div>
<div class="col-6 col-md">
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#/imprint/">Impressum</a></li>
<li><a class="text-muted" href="#/privacy/">Datenschutzerklärung</a></li>
<li><a class="text-muted" href="https://github.com/luco-games/buxl" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer"><img height="32px" src="images/by-nc-sa.png" /></a></li>
</ul>
</div>
</div>
</footer>
</script>
<script id="privacytmpl" type="text/x-jsrender">
<div class="legalcontent">
<div>
<a href="javascript:history.back()">Zurück</a>
</div>
<div>
<h2>Datenschutzerklärung</h2>
<p>Die Nutzung unserer Webseite ist ohne Angabe personenbezogener Daten möglich. Wir weisen darauf hin, dass die Datenübertragung im Internet Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.</p>
<p>Die Applikation wird komplett im Browser ausgeführt. Es werden nur Daten übertragen die für das Spiel zwingend erforderlich sind.</p>
<p>Die Speicherung der Favoritenliste wird ausschließlich in Ihrem Browser durchgeführt, weitere Informationen dazu finden Sie im GitHub Quellcode.</p>
<p>Diese Website wird auf Servern von <a href="https://github.com">Github Inc., 88 Colin P Kelly Jr St, San Francisco, CA 94107, USA</a> gehostet. Beachten Sie daher auch die <a href="https://help.github.com/articles/github-privacy-policy/">GitHub Privacy Policy</a> und <a href="https://help.github.com/articles/global-privacy-practices/">GitHub Global Privacy Practices</a>.</p>
<p>Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten durch Dritte zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit ausdrücklich widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor.</p>
<b>SSL- bzw. TLS-Verschlüsselung</b>
<p>Aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, die Sie an uns als Seitenbetreiber senden, nutzt unsere Website eine SSL-bzw. TLS-Verschlüsselung. Damit sind Daten, die Sie über diese Website übermitteln, für Dritte nicht mitlesbar. Sie erkennen eine verschlüsselte Verbindung an der "https://" Adresszeile Ihres Browsers.</p>
</div>
</div>
</script>
<script id="imprinttmpl" type="text/x-jsrender">
<div class="legalcontent">
<div>
<a href="javascript:history.back()">Zurück</a>
</div>
<div>
<h2>Impressum</h2>
<p>Homeyer</p>
<p>Fasanenweg 7</p>
<p>88213 Ravensburg</p>
<p>privacy@chomeyer.de</p>
</div>
</div>
</script>
<script id="introductiontmpl" type="text/x-jsrender">
<div class="legalcontent">
<div>
<a href="javascript:history.back()">Zurück</a>
</div>
<div>
<h2>Wie geht BUXL?</h2>
<p>Finde alle Wörter, die aus 4 Buchstaben gebildet werden können!<p>
<p>Wie viele Kombinationen möglich sind, siehst du unten an den leeren dunkel blauen Feldern.</p>
<p>Buchstaben, die auf dem selben Kippstein abgebildet sind, lassen sich nicht gleichzeitig auswählen.</p>
<p>Dir gefällt die aktuelle Buxl-Buchstaben-Auswahl, vergib ein Herz und du kannst es jederzeit ansehen; dazu klicke auf die Liste.</p>
<h4>Du kommst nicht weiter?</h4>
<p>Tippe den Smiley an und du bekommst einen Tipp.</p>
</div>
</div>
</script>
<script id="buxlstmpl" type="text/x-jsrender">
<div class="d-flex justify-content-center">
{{for front}}
<div class="p-2 letter-box-top" >
<div class="d-flex justify-content-center align-items-center rounded-circle letter-inactive letter-mass" data-game-btn-id="f{{:#index}}" data-game-btn-enabled="false">
<div class="p-2 text-center">
<h3> {{>}} </h3>
</div>
</div>
</div>
{{/for}}
</div>
<div class="d-flex justify-content-center">
{{for back}}
<div class="p-2 letter-box-bottom" >
<div class="d-flex justify-content-center align-items-center rounded-circle letter-mass letter-inactive" data-game-btn-id="b{{:#index}}" data-game-btn-enabled="false">
<div class="p-2 text-center">
<h3> {{>}} </h3>
</div>
</div>
</div>
{{/for}}
</div>
</script>
<script id="buxlslisttmpl" type="text/x-jsrender">
{{for}}
<div class="buxlslistwrap" data-game-hash="{{:gameHash}}">
<div class="d-flex justify-content-center p-2" >
{{include tmpl="navtmpl"/}}
</div>
<div class="d-flex justify-content-center p-2">
<div class="gamewrap">
{{include tmpl="buxlstmpl"/}}
</div>
</div>
<div class="solutioncloud d-flex flex-wrap justify-content-center p-2 not-visible">
{{include tmpl="solutionstmpl"/}}
</div>
</div>
{{/for}}
</script>
<script id="navtmpl" type="text/x-jsrender">
<div class="d-flex justify-content-center flex-wrap navbar" data-game-hash="{{:gameHash}}">
<div class="p-2">
<div class="d-flex justify-content-around">
{{if route == "buxl"}}
<div class="p-2 rounded-circle btn-navbox">
<a class="shuffle" role="button">
<i class="fas fa-sync-alt"></i>
</a>
</div>
<div class="p-2 rounded-circle btn-navbox">
<a class="listFavorites" role="button">
<i class="fas fa-list-alt"></i>
</a>
</div>
{{else}}
<div class="p-2 rounded-circle btn-navbox">
<a class="goBack" role="button">
<i class="fas fa-arrow-left"></i>
</a>
</div>
{{/if}}
</div>
</div>
<div class="p-2">
<div class="d-flex justify-content-center">
<div class="p-2 rounded-circle btn-navbox">
<a class="favorite" role="button">
<i class="fas fa-heart {{if isFavorite}} is-favorite {{else}} not-favorite {{/if}}"></i>
</a>
</div>
{{if route != "buxl"}}
<div class="p-2 btn-navbox rounded-circle">
<a class="showSolutions" role="button">
<i class="fas fa-eye"></i>
</a>
</div>
<div class="p-2 btn-navbox rounded-circle">
<a class="playBuxl" role="button">
<i class="fas fa-play"></i>
</a>
</div>
{{/if}}
</div>
</div>
</div>
</script>
<script id="solutionstmpl" type="text/x-jsrender">
{{for solved ~latestSolvedPosition=latestSolvedPosition}}
{{if #index == ~latestSolvedPosition}}
<span class="latestsolved badge badge-pill badge-info solved">{{>}}</span>
{{else}}
<span class="badge badge-pill badge-info solved">{{>}}</span>
{{/if}}
{{/for}}
{{for unsolved ~unsolvedHiddenChars=unsolvedHiddenChars}}
<span class="badge badge-pill badge-secondary unsolved">
{{:~unsolvedHiddenChars}}
</span>
{{/for}}
</script>
<script id="gametmpl" type="text/x-jsrender">
<div class="gamewrap">
{{include tmpl="buxlstmpl"/}}
</div>
<div class="justify-content-center d-flex">
<div class="p-2 helpwrap">
<a class="rounded-circle" id="help" role="button">
<img src="images/buxlsmile.png" id="buxlhelp"/>
<img src="images/buxlwoh.png" id="buxlwoh" style="display:none"/>
<img src="images/buxlne.png" id="buxlnah" style="display:none"/>
</a>
</div>
</div>
<div class="solutionbox justify-content-center d-flex">
<div class="p-2">
<div class="justify-content-center d-flex">
{{for front}}
<div class="p-2">
<div class="d-flex justify-content-center align-items-center rounded-circle letter-solution-mass">
<span class="solution solution-letter" data-solution-index="{{:#index}}" >_</span>
</div>
</div>
{{/for}}
</div>
</div>
</div>
<div class="d-flex flex-wrap justify-content-center solutioncloud">
{{include tmpl="solutionstmpl"/}}
</div>
</script>
<script src="data/combopairs.js"></script>
<script src="js/Vendors/anime.min.js"></script>
<script src="js/Vendors/jsrender.min.js"></script>
<script src="dist/buxlgames.min.js"></script>
</body>
</html>