@@ -91,7 +91,7 @@ exports[`Sustainers page > renders correctly 1`] = `
91
91
</div >
92
92
</div >
93
93
<div
94
- class = " flex flex-col md:flex-row gap-6 justify-center absolute items-center mt-[30px] md:-mt-[98px ] w-full z-10"
94
+ class = " flex flex-col md:flex-row gap-6 justify-center absolute items-center mt-[30px] md:-mt-[72px ] w-full z-10"
95
95
>
96
96
<a
97
97
class = " transform transition-transform duration-300 hover:scale-105"
@@ -279,9 +279,13 @@ exports[`Sustainers page > renders correctly 1`] = `
279
279
id = " toggle-0"
280
280
type = " checkbox"
281
281
/>
282
+ <span
283
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
284
+ >
285
+ +
286
+ </span >
282
287
<div
283
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
284
- role = " button"
288
+ class = " relative transform false group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
285
289
>
286
290
<label
287
291
for = " toggle-0"
@@ -314,13 +318,18 @@ exports[`Sustainers page > renders correctly 1`] = `
314
318
</label >
315
319
</div >
316
320
<div
317
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
321
+ class = " hidden transform false lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
318
322
>
319
323
<p
320
324
class = " text-white text-sm px-4 text-center leading-relaxed"
321
325
>
322
326
Contribute to rigorous security practices, including regular audits and vulnerability management. Your support ensures the continuation of our Secure Development efforts, encompassing SBOM, reproducible builds, SLSA, OpenChain Conformance, security audits, and vulnerability reports.
323
327
</p >
328
+ <span
329
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
330
+ >
331
+ _
332
+ </span >
324
333
</div >
325
334
</div >
326
335
<div
@@ -332,9 +341,13 @@ exports[`Sustainers page > renders correctly 1`] = `
332
341
id = " toggle-1"
333
342
type = " checkbox"
334
343
/>
344
+ <span
345
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
346
+ >
347
+ +
348
+ </span >
335
349
<div
336
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
337
- role = " button"
350
+ class = " relative transform false group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
338
351
>
339
352
<label
340
353
for = " toggle-1"
@@ -367,13 +380,18 @@ exports[`Sustainers page > renders correctly 1`] = `
367
380
</label >
368
381
</div >
369
382
<div
370
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
383
+ class = " hidden transform false lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
371
384
>
372
385
<p
373
386
class = " text-white text-sm px-4 text-center leading-relaxed"
374
387
>
375
388
Ensure your Java environments stay up-to-date with the latest advancements by sponsoring additional infrastructure services. This support will enable us to publish feature and CPU releases within our ambitious delivery targets, keeping your systems at the forefront of innovation.
376
389
</p >
390
+ <span
391
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
392
+ >
393
+ _
394
+ </span >
377
395
</div >
378
396
</div >
379
397
<div
@@ -385,9 +403,13 @@ exports[`Sustainers page > renders correctly 1`] = `
385
403
id = " toggle-2"
386
404
type = " checkbox"
387
405
/>
406
+ <span
407
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
408
+ >
409
+ +
410
+ </span >
388
411
<div
389
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
390
- role = " button"
412
+ class = " relative transform false group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
391
413
>
392
414
<label
393
415
for = " toggle-2"
@@ -420,13 +442,18 @@ exports[`Sustainers page > renders correctly 1`] = `
420
442
</label >
421
443
</div >
422
444
<div
423
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
445
+ class = " hidden transform false lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
424
446
>
425
447
<p
426
448
class = " text-white text-sm px-4 text-center leading-relaxed"
427
449
>
428
450
Ensure access to Java versions tailored to your specific architecture and operating system needs. Get the precise build for your software services and save money by avoiding the costs of creating your own builds. Your funding allows us to deliver across a broad range of platforms and architectures
429
451
</p >
452
+ <span
453
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
454
+ >
455
+ _
456
+ </span >
430
457
</div >
431
458
</div >
432
459
<div
@@ -438,9 +465,13 @@ exports[`Sustainers page > renders correctly 1`] = `
438
465
id = " toggle-3"
439
466
type = " checkbox"
440
467
/>
468
+ <span
469
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
470
+ >
471
+ +
472
+ </span >
441
473
<div
442
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
443
- role = " button"
474
+ class = " relative transform lg:peer-checked:translate-y-[-236px] group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
444
475
>
445
476
<label
446
477
for = " toggle-3"
@@ -473,13 +504,18 @@ exports[`Sustainers page > renders correctly 1`] = `
473
504
</label >
474
505
</div >
475
506
<div
476
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
507
+ class = " hidden transform lg:peer-checked:translate-y-[-236px] lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
477
508
>
478
509
<p
479
510
class = " text-white text-sm px-4 text-center leading-relaxed"
480
511
>
481
512
Support the continuous improvement of Temurin and other Adoptium projects. We are leaders in Secure Development, Quality Assurance, Migration Tools, and many other areas where we have been developing bleeding-edge, innovative solutions. Your funding allows us to continue to develop improvements that benefit the entire Java ecosystem.
482
513
</p >
514
+ <span
515
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
516
+ >
517
+ _
518
+ </span >
483
519
</div >
484
520
</div >
485
521
<div
@@ -491,9 +527,13 @@ exports[`Sustainers page > renders correctly 1`] = `
491
527
id = " toggle-4"
492
528
type = " checkbox"
493
529
/>
530
+ <span
531
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
532
+ >
533
+ +
534
+ </span >
494
535
<div
495
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
496
- role = " button"
536
+ class = " relative transform lg:peer-checked:translate-y-[-236px] group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
497
537
>
498
538
<label
499
539
for = " toggle-4"
@@ -526,13 +566,18 @@ exports[`Sustainers page > renders correctly 1`] = `
526
566
</label >
527
567
</div >
528
568
<div
529
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
569
+ class = " hidden transform lg:peer-checked:translate-y-[-236px] lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
530
570
>
531
571
<p
532
572
class = " text-white text-sm px-4 text-center leading-relaxed"
533
573
>
534
574
Help us maintain and optimize our testing infrastructure across all necessary platforms and versions, ensuring robust and reliable releases. Your funding allows us to assess and include tests that your organization cares about and proactively discover and mitigate defects before they land in your domain.
535
575
</p >
576
+ <span
577
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
578
+ >
579
+ _
580
+ </span >
536
581
</div >
537
582
</div >
538
583
<div
@@ -544,9 +589,13 @@ exports[`Sustainers page > renders correctly 1`] = `
544
589
id = " toggle-5"
545
590
type = " checkbox"
546
591
/>
592
+ <span
593
+ class = " hidden lg:peer-checked:hidden lg:block absolute bottom-[10px] right-[20px] text-[#ff1464]"
594
+ >
595
+ +
596
+ </span >
547
597
<div
548
- class = " relative group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
549
- role = " button"
598
+ class = " relative transform lg:peer-checked:translate-y-[-236px] group h-[212px] w-full border-[1px] border-[#39314a] hover:border-[#ff1464]/40 rounded-[20px] cursor-pointer overflow-visible transition-all duration-300 lg:peer-checked:border-[#ff1464]/70 lg:peer-checked:border-b-0 lg:peer-checked:rounded-bl-none lg:peer-checked:rounded-br-none bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 lg:peer-checked:backdrop-blur-sm shadow-lg hover:shadow-[#ff1464]/5"
550
599
>
551
600
<label
552
601
for = " toggle-5"
@@ -579,13 +628,18 @@ exports[`Sustainers page > renders correctly 1`] = `
579
628
</label >
580
629
</div >
581
630
<div
582
- class = " hidden lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
631
+ class = " hidden transform lg:peer-checked:translate-y-[-236px] lg:peer-checked:block absolute backdrop-blur-xl h-auto min-h-[236px] top-full left-0 w-full mt-[-1px] border-[1px] border-t-0 border-[#ff1464]/70 rounded-b-[20px] z-10 p-6 bg-gradient-to-b from-[#1e1133]/60 to-[#0d0129]/60 shadow-lg shadow-[#ff1464]/10"
583
632
>
584
633
<p
585
634
class = " text-white text-sm px-4 text-center leading-relaxed"
586
635
>
587
636
Support the growth of a diverse and vibrant Java community. Your sponsorship helps maintain and enhance Adoptium projects, ensuring a stable, scalable, and interoperable Java ecosystem. Additionally, you will have the opportunity to support events and marketing initiatives and actively participating in community activities, spreading awareness and fostering collaboration.
588
637
</p >
638
+ <span
639
+ class = " absolute bottom-[10px] right-[20px] text-[#ff1464]"
640
+ >
641
+ _
642
+ </span >
589
643
</div >
590
644
</div >
591
645
</div >
@@ -1355,7 +1409,7 @@ exports[`Sustainers page > renders correctly 1`] = `
1355
1409
</div >
1356
1410
</div >
1357
1411
<div
1358
- class = " flex flex-col md:flex-row gap-6 justify-center absolute items-center mt-[30px] md:-mt-[98px ] w-full z-10 md:mt-10 md:mx-auto"
1412
+ class = " flex flex-col md:flex-row gap-6 justify-center absolute items-center mt-[30px] md:-mt-[72px ] w-full z-10 md:mt-10 md:mx-auto"
1359
1413
>
1360
1414
<a
1361
1415
class = " transform transition-transform duration-300 hover:scale-105"
0 commit comments