-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpartners.blade.php
More file actions
544 lines (527 loc) · 23.8 KB
/
partners.blade.php
File metadata and controls
544 lines (527 loc) · 23.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<x-layout>
{{-- Hero Section --}}
<section class="mx-auto mt-16 max-w-5xl px-5 md:mt-24">
<div class="text-center">
<h1
x-init="
() => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [-10, 0],
},
{
duration: 0.7,
ease: motion.easeOut,
},
)
}
"
class="text-4xl font-bold md:text-5xl lg:text-6xl"
>
<span class="text-violet-400">Partner</span>
with NativePHP
</h1>
<p
x-init="
() => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [-10, 0],
},
{
duration: 0.7,
delay: 0.1,
ease: motion.easeOut,
},
)
}
"
class="mx-auto mt-6 max-w-3xl text-lg text-gray-600 dark:text-zinc-400"
>
We're looking for business partners to support the development
of NativePHP technology. Join us in shaping the future of PHP
mobile app development.
</p>
<div
x-init="
() => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [-10, 0],
},
{
duration: 0.7,
delay: 0.2,
ease: motion.easeOut,
},
)
}
"
class="mt-8 flex flex-col items-center justify-center gap-4 sm:flex-row"
>
{{-- Primary CTA - Email --}}
<a
href="mailto:partners@nativephp.com?subject=Interested%20In%20Being%20a%20Partner"
class="inline-flex items-center gap-2 rounded-xl bg-zinc-800 px-6 py-3 text-center font-medium text-white transition duration-200 hover:bg-zinc-900 dark:bg-[#d68ffe] dark:text-black dark:hover:bg-[#e1acff]"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
Contact Us
</a>
{{-- Secondary CTA - Calendar --}}
<a
href="https://cal.com/team/nativephp/partners"
class="inline-flex items-center gap-2 rounded-xl bg-gray-200 px-6 py-3 text-center font-medium text-gray-800 transition duration-200 hover:bg-gray-300 dark:bg-slate-700/30 dark:text-white dark:hover:bg-slate-700/40"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect
x="3"
y="4"
width="18"
height="18"
rx="2"
ry="2"
></rect>
<line
x1="16"
y1="2"
x2="16"
y2="6"
></line>
<line
x1="8"
y1="2"
x2="8"
y2="6"
></line>
<line
x1="3"
y1="10"
x2="21"
y2="10"
></line>
</svg>
Schedule a Meeting
</a>
</div>
</div>
</section>
{{-- Partnership Details Section --}}
<section class="mx-auto mt-16 max-w-5xl px-5">
<div
x-init="
() => {
motion.inView($el, (element) => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [10, 0],
},
{
duration: 0.7,
ease: motion.easeOut,
},
)
})
}
"
class="grid gap-8 md:grid-cols-2 lg:grid-cols-3"
>
{{-- Card 1 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 1-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">Dedicated Support</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Get priority access to our development team with dedicated
support channels and faster response times.
</p>
</div>
{{-- Card 2 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">
Priority Roadmap Influence
</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Have a direct line to our development team with priority
influence over feature development to ensure your business
needs are met.
</p>
</div>
{{-- Card 3 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">Training & Onboarding</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Comprehensive training and onboarding for your development
team to get up to speed quickly.
</p>
</div>
{{-- Card 4 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">Ultra Licensing</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Receive an Ultra license for: unlimited published
applications, unlimited developers, and team management
tools.
</p>
</div>
{{-- Card 5 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">Zephpyr Early Access</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Early access to Zephpyr, our service that helps you build,
secure, and distribute your NativePHP applications.
</p>
</div>
{{-- Card 6 --}}
<div class="rounded-2xl bg-gray-100 p-7 dark:bg-mirage">
<div
class="mb-4 flex h-12 w-12 items-center justify-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"
/>
</svg>
</div>
<h3 class="text-2xl font-semibold">Strategic Partnership</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">
Become a strategic partner in the NativePHP ecosystem with
co-marketing opportunities.
</p>
</div>
</div>
</section>
{{-- Ideal Partners Section --}}
<section class="mx-auto mt-16 max-w-5xl px-5">
<div
x-init="
() => {
motion.inView($el, (element) => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [10, 0],
},
{
duration: 0.7,
ease: motion.easeOut,
},
)
})
}
"
class="rounded-2xl bg-purple-50 p-8 dark:bg-[#1a1a2e]"
>
<h2 class="text-3xl font-semibold">Who Should Partner With Us?</h2>
<div class="mt-6 space-y-4">
<div class="flex gap-3">
<div
class="mt-1.5 grid size-7 shrink-0 place-items-center self-start rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5 shrink-0"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</div>
<div>
<h3 class="text-xl font-medium">
App Development Companies
</h3>
<p class="mt-1 text-gray-600 dark:text-gray-400">
Businesses building mobile applications that want to
leverage PHP and Laravel expertise.
</p>
</div>
</div>
<div class="flex gap-3">
<div
class="mt-1.5 grid size-7 shrink-0 place-items-center self-start rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5 shrink-0"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</div>
<div>
<h3 class="text-xl font-medium">Digital Agencies</h3>
<p class="mt-1 text-gray-600 dark:text-gray-400">
Agencies looking to expand their service offerings
with native mobile app development.
</p>
</div>
</div>
<div class="flex gap-3">
<div
class="mt-1.5 grid size-7 shrink-0 place-items-center self-start rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5 shrink-0"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</div>
<div>
<h3 class="text-xl font-medium">
Freelance Developers
</h3>
<p class="mt-1 text-gray-600 dark:text-gray-400">
PHP/Laravel freelancers who want to offer native
mobile app development to their clients.
</p>
</div>
</div>
</div>
</div>
</section>
{{-- Call to Action Section --}}
<section class="mx-auto mt-16 max-w-5xl px-5 pb-24">
<div
x-init="
() => {
motion.inView($el, (element) => {
motion.animate(
$el,
{
opacity: [0, 1],
y: [10, 0],
},
{
duration: 0.7,
ease: motion.easeOut,
},
)
})
}
"
class="rounded-2xl bg-gray-100 p-8 text-center dark:bg-mirage"
>
<h2 class="text-3xl font-semibold">Ready to Partner With Us?</h2>
<p class="mx-auto mt-4 max-w-2xl text-gray-600 dark:text-gray-400">
Contact our team to discuss how a partnership with NativePHP can
benefit your business and help you deliver exceptional mobile
applications.
</p>
<div
class="mt-8 flex flex-col items-center justify-center gap-4 sm:flex-row"
>
{{-- Primary CTA - Email --}}
<a
href="mailto:partners@nativephp.com?subject=Interested%20In%20Being%20a%20Partner"
class="inline-flex items-center gap-2 rounded-xl bg-zinc-800 px-6 py-3 text-center font-medium text-white transition duration-200 hover:bg-zinc-900 dark:bg-[#d68ffe] dark:text-black dark:hover:bg-[#e1acff]"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
Contact Us
</a>
{{-- Secondary CTA - Calendar --}}
<a
href="https://cal.com/team/nativephp/partners"
class="inline-flex items-center gap-2 rounded-xl bg-gray-200 px-6 py-3 text-center font-medium text-gray-800 transition duration-200 hover:bg-gray-300 dark:bg-slate-700/30 dark:text-white dark:hover:bg-slate-700/40"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="size-5"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect
x="3"
y="4"
width="18"
height="18"
rx="2"
ry="2"
></rect>
<line
x1="16"
y1="2"
x2="16"
y2="6"
></line>
<line
x1="8"
y1="2"
x2="8"
y2="6"
></line>
<line
x1="3"
y1="10"
x2="21"
y2="10"
></line>
</svg>
Schedule a Meeting
</a>
</div>
</div>
</section>
</x-layout>