@@ -7,7 +7,7 @@ class="mx-auto mt-10 w-full max-w-3xl px-5 md:mt-14"
7
7
<header class =" relative grid place-items-center text-center" >
8
8
{{-- Blurred circle - Decorative --}}
9
9
<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"
11
11
aria-hidden =" true"
12
12
></div >
13
13
@@ -38,35 +38,7 @@ class="mt-8 text-3xl font-extrabold will-change-transform sm:text-4xl"
38
38
</header >
39
39
40
40
{{-- 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 />
70
42
71
43
{{-- Content --}}
72
44
<article
@@ -91,53 +63,81 @@ class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-
91
63
aria-labelledby =" article-title"
92
64
>
93
65
<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.
97
73
</p >
98
74
99
75
<h2 >NativePHP for Mobile</h2 >
100
76
101
77
<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.
105
84
</p >
106
85
107
86
<h2 >NativePHP for Desktop</h2 >
108
87
109
88
<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:
113
95
</p >
114
96
115
97
<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 >
117
103
</ul >
118
104
119
105
<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
121
108
support the maintainers of the Desktop project.
122
109
</p >
123
110
124
111
<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.
128
118
</p >
129
119
130
120
<h2 >Corporate Partners</h2 >
131
121
132
122
<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.
136
129
</p >
137
130
138
131
<p >
139
- For more details, please view our <a href =" /partners" >partners page</a > or email us at
140
- <a href =" mailto:partners@nativephp.com?subject=Corporate%20Sponsorship" >partners@nativephp.com</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:partners@nativephp.com?subject=Corporate%20Sponsorship"
137
+ >
138
+ partners@nativephp.com
139
+ </a >
140
+ .
141
141
</p >
142
142
</article >
143
143
</section >
0 commit comments