@@ -7,7 +7,7 @@ class="mx-auto mt-10 w-full max-w-3xl px-5 md:mt-14"
77 <header class =" relative grid place-items-center text-center" >
88 {{-- Blurred circle - Decorative --}}
99 <div
10- class =" absolute right-1/2 top-0 -z-30 h-60 w-60 translate-x-1/2 rounded-full blur-[150px] md:w-80 dark:bg-slate-500/50"
10+ class =" absolute top-0 right-1/2 -z-30 h-60 w-60 translate-x-1/2 rounded-full blur-[150px] md:w-80 dark:bg-slate-500/50"
1111 aria-hidden =" true"
1212 ></div >
1313
@@ -38,35 +38,7 @@ class="mt-8 text-3xl font-extrabold will-change-transform sm:text-4xl"
3838 </header >
3939
4040 {{-- Divider --}}
41- <div
42- x-init ="
43- () => {
44- motion.inView($el, (element) => {
45- motion.animate(
46- $el,
47- {
48- opacity: [0, 1],
49- x: [5, 0],
50- },
51- {
52- duration: 0.7,
53- ease: motion.easeOut,
54- },
55- )
56- })
57- }
58- "
59- class =" flex items-center pb-3 pt-3.5 will-change-transform"
60- aria-hidden =" true"
61- >
62- <div
63- class =" size-1.5 rotate-45 bg-gray-200/90 dark:bg-[#242734]"
64- ></div >
65- <div class =" h-0.5 w-full bg-gray-200/90 dark:bg-[#242734]" ></div >
66- <div
67- class =" size-1.5 rotate-45 bg-gray-200/90 dark:bg-[#242734]"
68- ></div >
69- </div >
41+ <x-divider />
7042
7143 {{-- Content --}}
7244 <article
@@ -91,53 +63,81 @@ class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-
9163 aria-labelledby =" article-title"
9264 >
9365 <p >
94- NativePHP is an organization backed by a team of dedicated employees, maintainers, and contributors who commit their time to
95- ensure its continued development and improvement. Currently, we operate two major projects: NativePHP for Mobile and
96- NativePHP for Desktop. Together, we can continue to grow NativePHP and ensure it remains a valuable tool for the community.
66+ NativePHP is an organization backed by a team of dedicated
67+ employees, maintainers, and contributors who commit their time
68+ to ensure its continued development and improvement. Currently,
69+ we operate two major projects: NativePHP for Mobile and
70+ NativePHP for Desktop. Together, we can continue to grow
71+ NativePHP and ensure it remains a valuable tool for the
72+ community.
9773 </p >
9874
9975 <h2 >NativePHP for Mobile</h2 >
10076
10177 <p >
102- If you're interested in NativePHP for Mobile, you can <a href =" /mobile" >purchase a license</a >, which is the best way you can
103- support both projects of the NativePHP organization. These funds are used to cover the costs of development, infrastructure,
104- and community initiatives for both projects.
78+ If you're interested in NativePHP for Mobile, you can
79+ <a href =" /mobile" >purchase a license</a >
80+ , which is the best way you can support both projects of the
81+ NativePHP organization. These funds are used to cover the costs
82+ of development, infrastructure, and community initiatives for
83+ both projects.
10584 </p >
10685
10786 <h2 >NativePHP for Desktop</h2 >
10887
10988 <p >
110- NativePHP for Desktop is a free, open source project available under an MIT license. We encourage and appreciate any
111- contributions to the project, whether it's through code, documentation, spreading the word, or a financial sponsorship.
112- We provide the following ways of making an easy financial contribution:
89+ NativePHP for Desktop is a free, open source project available
90+ under an MIT license. We encourage and appreciate any
91+ contributions to the project, whether it's through code,
92+ documentation, spreading the word, or a financial sponsorship.
93+ We provide the following ways of making an easy financial
94+ contribution:
11395 </p >
11496
11597 <ul >
116- <li ><a href =" https://opencollective.com/nativephp" >OpenCollective</a ></li >
98+ <li >
99+ <a href =" https://opencollective.com/nativephp" >
100+ OpenCollective
101+ </a >
102+ </li >
117103 </ul >
118104
119105 <p >
120- All contributions are welcome, at any amount, as a one-off payment or on a recurring schedule. These funds are used to
106+ All contributions are welcome, at any amount, as a one-off
107+ payment or on a recurring schedule. These funds are used to
121108 support the maintainers of the Desktop project.
122109 </p >
123110
124111 <p >
125- All monthly sponsors above $10/month will be bestowed the <b >Sponsor</b > role on the NativePHP
126- <a href =" https://discord.gg/X62tWNStZK" >Discord</a >, granting access to private channels, early access to new releases, and
127- discounts on future premium services.
112+ All monthly sponsors above $10/month will be bestowed the
113+ <b >Sponsor</b >
114+ role on the NativePHP
115+ <a href =" https://discord.gg/X62tWNStZK" >Discord</a >
116+ , granting access to private channels, early access to new
117+ releases, and discounts on future premium services.
128118 </p >
129119
130120 <h2 >Corporate Partners</h2 >
131121
132122 <p >
133- If your organization is using NativePHP, we strongly encourage you to consider a Corporate Sponsorship. This level of
134- support will provide your team with the added benefits of increased levels of support, hands-on help directly from the
135- maintainers of NativePHP and promotion of your brand as a supporter of cutting-edge open source work.
123+ If your organization is using NativePHP, we strongly encourage
124+ you to consider a Corporate Sponsorship. This level of support
125+ will provide your team with the added benefits of increased
126+ levels of support, hands-on help directly from the maintainers
127+ of NativePHP and promotion of your brand as a supporter of
128+ cutting-edge open source work.
136129 </p >
137130
138131 <p >
139- For more details, please view our <a href =" /partners" >partners page</a > or email us at
140- <
a href =
" mailto:[email protected] ?subject=Corporate%20Sponsorship" >
[email protected] </
a >.
132+ For more details, please view our
133+ <a href =" /partners" >partners page</a >
134+ or email us at
135+ <a
136+ href =
" mailto:[email protected] ?subject=Corporate%20Sponsorship" 137+ >
138+ 139+ </a >
140+ .
141141 </p >
142142 </article >
143143 </section >
0 commit comments