Skip to content

Commit bb04426

Browse files
committed
add giveaway rules
1 parent 8fe4ca7 commit bb04426

File tree

1 file changed

+81
-27
lines changed

1 file changed

+81
-27
lines changed

resources/views/laracon-us-2025-competition.blade.php renamed to resources/views/laracon-us-2025-giveaway.blade.php

Lines changed: 81 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<x-layout title="Laracon US 2025 Ticket Giveaway">
2+
<style>
3+
html {
4+
scroll-behavior: smooth;
5+
}
6+
</style>
27
{{-- Hero Section --}}
38
<section class="mx-auto mt-2 max-w-7xl px-5">
49
<div
@@ -32,7 +37,7 @@ class="font-medium text-gray-600 sm:text-lg dark:text-gray-400"
3237

3338
{{-- Countdown Timer --}}
3439
<div
35-
x-data="countdown('2025-06-31T23:59:59Z')"
40+
x-data="countdown('2025-07-01T00:00:00Z')"
3641
x-init="
3742
() => {
3843
motion.inView($el, (element) => {
@@ -464,7 +469,7 @@ class="h-8 lg:h-9"
464469
{{-- How to enter --}}
465470
<section
466471
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"
468473
>
469474
<div
470475
x-init="
@@ -489,15 +494,12 @@ class="rounded-2xl bg-[#F4F1EE] p-12 dark:bg-[#1a1a2e]"
489494
{{-- Header --}}
490495
<header class="text-center">
491496
<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>
495497
</header>
496498

497499
{{-- List --}}
498500
<div class="mt-8 space-y-4">
499501
<a
500-
href="https://x.com/nativephp"
502+
href="/newsletter"
501503
target="_blank"
502504
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"
503505
>
@@ -511,7 +513,7 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
511513
Step 1:
512514
</div>
513515
<h3 class="font-medium opacity-90">
514-
Retweet the Ticket Giveaway on X/Bluesky
516+
Subscribe to our giveaway newsletter
515517
</h3>
516518
</div>
517519

@@ -522,7 +524,7 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
522524
/>
523525
</a>
524526
<a
525-
href="https://youtube.com/@NativePHPOfficial"
527+
href="https://x.com/nativephp"
526528
target="_blank"
527529
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"
528530
>
@@ -536,7 +538,7 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
536538
Step 2:
537539
</div>
538540
<h3 class="font-medium opacity-90">
539-
Subscribe to NativePHP on YouTube
541+
Repost the Ticket Giveaway Announcement on X
540542
</h3>
541543
</div>
542544

@@ -547,7 +549,7 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
547549
/>
548550
</a>
549551
<a
550-
href="https://nativephp.app.test/newsletter"
552+
href="https://bsky.app/profile/nativephp.com"
551553
target="_blank"
552554
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"
553555
>
@@ -561,7 +563,32 @@ class="font-medium text-nowrap opacity-40 transition duration-300 group-hover:te
561563
Step 3:
562564
</div>
563565
<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
565592
</h3>
566593
</div>
567594

@@ -595,23 +622,50 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
595622
})
596623
}
597624
"
598-
class="text-center"
599625
>
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>
615669
</article>
616670
</div>
617671
</section>

0 commit comments

Comments
 (0)