Skip to content

Commit c5d3616

Browse files
committed
remove why join early access program section
1 parent 46d9688 commit c5d3616

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

resources/views/early-adopter.blade.php

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -905,87 +905,4 @@ class="inline-block underline hover:text-violet-400"
905905
</x-faq-card>
906906
</div>
907907
</section>
908-
909-
{{-- Why Join Program Section --}}
910-
<section
911-
class="mx-auto mt-20 max-w-5xl px-5"
912-
aria-labelledby="join-program-heading"
913-
>
914-
<article
915-
x-init="
916-
() => {
917-
motion.inView(
918-
$el,
919-
(element) => {
920-
motion.animate(
921-
$el,
922-
{
923-
opacity: [0, 1],
924-
x: [-10, 0],
925-
},
926-
{
927-
duration: 0.7,
928-
ease: motion.easeOut,
929-
},
930-
)
931-
},
932-
{
933-
amount: 0.2,
934-
},
935-
)
936-
}
937-
"
938-
class="prose mx-auto max-w-2xl opacity-0 dark:text-gray-400"
939-
>
940-
<h2
941-
id="join-program-heading"
942-
class="dark:text-white"
943-
>
944-
Why Join the Early Access Program?
945-
</h2>
946-
<p>
947-
From the beginning, NativePHP has been focused on Windows, Mac,
948-
and Linux. Until now!
949-
</p>
950-
<p>
951-
We believe that breaking the mobile frontier is what makes this
952-
project truly compelling... and truly cross-platform.
953-
</p>
954-
<p>
955-
With
956-
<strong class="dark:text-white">NativePHP for Mobile</strong>
957-
, we are excited about the possibilities that lie ahead.
958-
</p>
959-
<p>
960-
However, to make this vision a reality for both iOS and Android,
961-
we need your support.
962-
</p>
963-
<p>
964-
As an EAP member, you will be supporting the continued
965-
development of all of NativePHP, but especially of NativePHP for
966-
mobile.
967-
</p>
968-
<p>
969-
You'll have the opportunity to influence the direction of the
970-
project and provide critical feedback right from an early stage.
971-
</p>
972-
<p>
973-
You'll get exclusive access to all the latest features first and
974-
special perks for the life of the NativePHP project... a project
975-
we plan to be working on for a long time to come!
976-
</p>
977-
<p>
978-
Please join us on this exciting journey to expand NativePHP onto
979-
mobile platforms.
980-
</p>
981-
<p class="italic">We can't wait to see what you build!</p>
982-
<p>
983-
<span class="font-bold italic dark:text-white">
984-
Simon &amp; Shane
985-
</span>
986-
<br />
987-
<span class="text-indigo-400">Creators of NativePHP</span>
988-
</p>
989-
</article>
990-
</section>
991908
</x-layout>

0 commit comments

Comments
 (0)