1
1
<x-layout title =" Laracon US 2025 Ticket Giveaway" >
2
+ <style >
3
+ html {
4
+ scroll-behavior : smooth ;
5
+ }
6
+ </style >
2
7
{{-- Hero Section --}}
3
8
<section class =" mx-auto mt-2 max-w-7xl px-5" >
4
9
<div
@@ -32,7 +37,7 @@ class="font-medium text-gray-600 sm:text-lg dark:text-gray-400"
32
37
33
38
{{-- Countdown Timer --}}
34
39
<div
35
- x-data =" countdown('2025-06-31T23:59:59Z ')"
40
+ x-data =" countdown('2025-07-01T00:00:00Z ')"
36
41
x-init ="
37
42
() => {
38
43
motion.inView($el, (element) => {
@@ -464,7 +469,7 @@ class="h-8 lg:h-9"
464
469
{{-- How to enter --}}
465
470
<section
466
471
id =" how-to-enter"
467
- class =" mx-auto mt-20 max-w-5xl px-5"
472
+ class =" mx-auto mt-20 max-w-5xl scroll-mt-32 px-5"
468
473
>
469
474
<div
470
475
x-init ="
@@ -489,15 +494,12 @@ class="rounded-2xl bg-[#F4F1EE] p-12 dark:bg-[#1a1a2e]"
489
494
{{-- Header --}}
490
495
<header class =" text-center" >
491
496
<h2 class =" text-4xl font-bold sm:text-5xl" >How to enter</h2 >
492
- <h6 class =" pt-2 text-slate-600 dark:text-gray-400" >
493
- Increase your chances with each step
494
- </h6 >
495
497
</header >
496
498
497
499
{{-- List --}}
498
500
<div class =" mt-8 space-y-4" >
499
501
<a
500
- href =" https://x.com/nativephp "
502
+ href =" /newsletter "
501
503
target =" _blank"
502
504
class =" group dark:bg-mirage flex items-center justify-between gap-5 rounded-2xl bg-white/50 p-6 transition duration-300 hover:bg-white/80 dark:hover:bg-slate-700/40"
503
505
>
@@ -511,7 +513,7 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
511
513
Step 1:
512
514
</div >
513
515
<h3 class =" font-medium opacity-90" >
514
- Retweet the Ticket Giveaway on X/Bluesky
516
+ Subscribe to our giveaway newsletter
515
517
</h3 >
516
518
</div >
517
519
@@ -522,7 +524,7 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
522
524
/>
523
525
</a >
524
526
<a
525
- href =" https://youtube .com/@NativePHPOfficial "
527
+ href =" https://x .com/nativephp "
526
528
target =" _blank"
527
529
class =" group dark:bg-mirage flex items-center justify-between gap-5 rounded-2xl bg-white/50 p-6 transition duration-300 hover:bg-white/80 dark:hover:bg-slate-700/40"
528
530
>
@@ -536,7 +538,7 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
536
538
Step 2:
537
539
</div >
538
540
<h3 class =" font-medium opacity-90" >
539
- Subscribe to NativePHP on YouTube
541
+ Repost the Ticket Giveaway Announcement on X
540
542
</h3 >
541
543
</div >
542
544
@@ -547,7 +549,7 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
547
549
/>
548
550
</a >
549
551
<a
550
- href =" https://nativephp .app.test/newsletter "
552
+ href =" https://bsky .app/profile/nativephp.com "
551
553
target =" _blank"
552
554
class =" group dark:bg-mirage flex items-center justify-between gap-5 rounded-2xl bg-white/50 p-6 transition duration-300 hover:bg-white/80 dark:hover:bg-slate-700/40"
553
555
>
@@ -561,7 +563,32 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
561
563
Step 3:
562
564
</div >
563
565
<h3 class =" font-medium opacity-90" >
564
- Subscribe to our newsletter
566
+ Repost the Ticket Giveaway Announcement on Bluesky
567
+ </h3 >
568
+ </div >
569
+
570
+ {{-- Icon --}}
571
+ <x-icons .right-arrow
572
+ class =" size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
573
+ aria-hidden =" true"
574
+ />
575
+ </a >
576
+ <a
577
+ href =" https://youtube.com/@NativePHPOfficial "
578
+ target =" _blank"
579
+ class =" group dark:bg-mirage flex items-center justify-between gap-5 rounded-2xl bg-white/50 p-6 transition duration-300 hover:bg-white/80 dark:hover:bg-slate-700/40"
580
+ >
581
+ {{-- Left side --}}
582
+ <div
583
+ class =" flex flex-col items-start gap-x-2 gap-y-1 sm:flex-row sm:items-center"
584
+ >
585
+ <div
586
+ class =" font-medium text-nowrap opacity-40 transition duration-300 group-hover:text-indigo-500 group-hover:opacity-100"
587
+ >
588
+ Step 4:
589
+ </div >
590
+ <h3 class =" font-medium opacity-90" >
591
+ Subscribe to NativePHP on YouTube
565
592
</h3 >
566
593
</div >
567
594
@@ -595,23 +622,50 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
595
622
})
596
623
}
597
624
"
598
- class =" text-center"
599
625
>
600
- <h3 class =" text-3xl font-semibold" >Legal</h3 >
601
- <article class =" mt-4 text-lg text-gray-600 dark:text-gray-400" >
602
- <p >
603
- This giveaway is not affiliated with or endorsed by Laracon
604
- US, Twitter, or any other entity. By participating, you
605
- agree to the terms and conditions outlined in the official
606
- rules.
607
- </p >
608
-
609
- <br />
610
-
611
- <p >
612
- The winners will be selected randomly and announced on our
613
- social media channels. Good luck to all participants!
614
- </p >
626
+ <h3 class =" text-3xl font-semibold" >Rules</h3 >
627
+ <article class =" mt-4 text-gray-600 dark:text-gray-400" >
628
+ <ul class =" list-disc space-y-2" >
629
+ <li >
630
+ To enter, you must subscribe to our giveaway newsletter
631
+ list (step 1 above). Even if you are already subscribed
632
+ to the NativePHP newsletter, you must still subscribe to
633
+ the giveaway-specific newsletter list via the link
634
+ above. Steps 2 & 3 are optional but appreciated. No
635
+ purchase is necessary to enter.
636
+ </li >
637
+ <li >Only one entry is permitted per person.</li >
638
+ <li >Must be 18 years or older to enter.</li >
639
+ <li >
640
+ This giveaway is open until July 1st, 2025 at 12:00AM
641
+ UTC and winners will be drawn within 24 hours of the
642
+ giveaway closing.
643
+ </li >
644
+ <li >
645
+ The winners will be selected by randomly drawing names
646
+ from the list of giveaway newsletter subscribers.
647
+ Winners will be notified via email and must respond
648
+ within 48 hours to claim their prize. If a winner does
649
+ not respond within 48 hours, another winner will be
650
+ selected in their place.
651
+ </li >
652
+ <li >
653
+ Winners are responsible for adhering to applicable laws,
654
+ regulations, and taxes within their jurisdiction.
655
+ </li >
656
+ <li >
657
+ The approximate prize values (in USD) are as follows:
658
+ 1st Place: $880, 2nd Place: $130, 3rd Place: $30.
659
+ </li >
660
+ <li >
661
+ This giveaway is provided by Bifrost Technology, LLC
662
+ located at 1111B S Governors Ave STE 2838, Dover, DE
663
+ 19904. The giveaway is not affiliated with or endorsed
664
+ by Laracon US, Twitter, or any other entity. By
665
+ participating, you agree to the terms and conditions
666
+ outlined in these official rules.
667
+ </li >
668
+ </ul >
615
669
</article >
616
670
</div >
617
671
</section >
0 commit comments