@@ -49,7 +49,7 @@ class="truncate text-6xl font-extrabold uppercase min-[400px]:text-7xl md:text-8
49
49
)
50
50
}
51
51
"
52
- class =" truncate text-6xl font-extrabold uppercase text-violet-400 min-[400px]:text-7xl md:text-8xl"
52
+ class =" truncate text-6xl font-extrabold text-violet-400 uppercase min-[400px]:text-7xl md:text-8xl"
53
53
aria-hidden =" true"
54
54
>
55
55
Native
@@ -78,7 +78,7 @@ class="absolute -top-20 size-48 rounded-full bg-white/60 blur-[100px] md:-right-
78
78
)
79
79
}
80
80
"
81
- class =" absolute -right -10 -top -10"
81
+ class =" absolute -top -10 -right -10"
82
82
>
83
83
<svg
84
84
xmlns =" http://www.w3.org/2000/svg"
@@ -112,7 +112,7 @@ class="size-8 dark:size-6"
112
112
113
113
{{-- Glass shape --}}
114
114
<div
115
- class =" absolute - left-12 top-16 size-6 rounded-bl-xl rounded-br-3xl rounded-tl -3xl rounded-tr -xl bg-[#5A31FF]/10 ring-1 ring-white/50 backdrop-blur-xs min-[400px]:-left-14 min-[400px]:top-18 min-[400px]:size-8 md:-left-18 md: top-[5.6rem] md:size-10 dark:hidden dark:ring-gray-700/50"
115
+ class =" absolute top-16 - left-12 size-6 rounded-tl-3xl rounded-tr-xl rounded-br -3xl rounded-bl -xl bg-[#5A31FF]/10 ring-1 ring-white/50 backdrop-blur-xs min-[400px]:top-18 min-[400px]:-left-14 min-[400px]:size-8 md:top-[5.6rem] md:-left-18 md:size-10 dark:hidden dark:ring-gray-700/50"
116
116
x-init ="
117
117
() => {
118
118
motion.animate(
@@ -149,7 +149,7 @@ class="absolute -left-12 top-16 size-6 rounded-bl-xl rounded-br-3xl rounded-tl-3
149
149
)
150
150
}
151
151
"
152
- class =" group absolute -right-76 - top-[5.7rem] hidden items-end gap-1 text-left text-sm lg:flex"
152
+ class =" group absolute -top-[5.7rem] -right-76 hidden items-end gap-1 text-left text-sm lg:flex"
153
153
>
154
154
<div class =" relative -top-1.5 -mr-6 flex items-end gap-1" >
155
155
{{-- Black circle --}}
@@ -284,7 +284,7 @@ class="truncate text-6xl font-extrabold uppercase min-[400px]:text-7xl md:text-8
284
284
285
285
{{-- Shiny line --}}
286
286
<div
287
- class =" absolute left-1/2 top-32 z-20 -translate-x-1/2 rotate-50 transition duration-500 ease-out will-change-transform group-hover/header:translate-x-[-55%] group-hover/header:opacity-0"
287
+ class =" absolute top-32 left-1/2 z-20 -translate-x-1/2 rotate-50 transition duration-500 ease-out will-change-transform group-hover/header:translate-x-[-55%] group-hover/header:opacity-0"
288
288
aria-hidden =" true"
289
289
>
290
290
<div
@@ -319,7 +319,7 @@ class="group relative"
319
319
>
320
320
{{-- Play button --}}
321
321
<div
322
- class =" absolute right -1/2 top -1/2 grid size-16 - translate-y -1/2 translate-x -1/2 place-items-center rounded-full bg-white/10 text-white ring-1 ring-white/10 backdrop-blur-sm transition duration-300 ease-in-out will-change-transform group-hover:scale-110 group-hover:text-[#d4fd7d]"
322
+ class =" absolute top -1/2 right -1/2 grid size-16 translate-x -1/2 - translate-y -1/2 place-items-center rounded-full bg-white/10 text-white ring-1 ring-white/10 backdrop-blur-sm transition duration-300 ease-in-out will-change-transform group-hover:scale-110 group-hover:text-[#d4fd7d]"
323
323
aria-hidden =" true"
324
324
>
325
325
<x-icons .play-button
@@ -436,7 +436,7 @@ class="transition duration-300"
436
436
>
437
437
<a
438
438
href =" /docs/desktop/1"
439
- class =" group relative isolate z-0 flex h-16 items-center justify-between gap-3 overflow-hidden rounded-2xl bg-[#EBEDF2] pl-5 pr-6 leading-snug transition duration-200 ease-in-out will-change-transform hover:bg-[#e5d6ff] dark:bg-haiti dark:hover:bg-indigo-900/60"
439
+ class =" group dark:bg-haiti relative isolate z-0 flex h-16 items-center justify-between gap-3 overflow-hidden rounded-2xl bg-[#EBEDF2] pr-6 pl-5 leading-snug transition duration-200 ease-in-out will-change-transform hover:bg-[#e5d6ff] dark:hover:bg-indigo-900/60"
440
440
aria-label =" Get started with NativePHP documentation for desktop apps"
441
441
x-on:mouseenter =" desktopHover = true"
442
442
x-on:mouseleave =" desktopHover = false"
@@ -490,8 +490,8 @@ class="transition duration-300"
490
490
:class =" { 'opacity-60 grayscale': desktopHover }"
491
491
>
492
492
<a
493
- href =" /docs/ mobile/1 "
494
- class =" group relative isolate z-0 flex h-16 items-center justify-between gap-3 overflow-hidden rounded-2xl bg-[#EBEDF2] pl-6 pr-5 leading-snug transition duration-200 ease-in-out will-change-transform hover:bg-[#e5d6ff] dark:bg-haiti dark:hover:bg-indigo-900/50"
493
+ href =" /mobile"
494
+ class =" group dark:bg-haiti relative isolate z-0 flex h-16 items-center justify-between gap-3 overflow-hidden rounded-2xl bg-[#EBEDF2] pr-5 pl-6 leading-snug transition duration-200 ease-in-out will-change-transform hover:bg-[#e5d6ff] dark:hover:bg-indigo-900/50"
495
495
aria-label =" Get started with NativePHP documentation for mobile apps"
496
496
x-on:mouseenter =" mobileHover = true"
497
497
x-on:mouseleave =" mobileHover = false"
@@ -664,7 +664,7 @@ class="group relative"
664
664
>
665
665
{{-- Play button --}}
666
666
<div
667
- class =" absolute right -1/2 top -1/2 grid size-16 - translate-y -1/2 translate-x -1/2 place-items-center rounded-full bg-white/10 text-white ring-1 ring-white/10 backdrop-blur-sm transition duration-300 ease-in-out will-change-transform group-hover:scale-110 group-hover:text-[#d4fd7d]"
667
+ class =" absolute top -1/2 right -1/2 grid size-16 translate-x -1/2 - translate-y -1/2 place-items-center rounded-full bg-white/10 text-white ring-1 ring-white/10 backdrop-blur-sm transition duration-300 ease-in-out will-change-transform group-hover:scale-110 group-hover:text-[#d4fd7d]"
668
668
aria-hidden =" true"
669
669
>
670
670
<x-icons .play-button
@@ -850,7 +850,7 @@ class="opacity-0 will-change-transform"
850
850
>
851
851
<a
852
852
href =" /docs/getting-started/sponsoring"
853
- class =" group flex flex-wrap items-center justify-center gap-x-5 gap-y-3 rounded-3xl bg-gray-100 px-8 py-8 transition duration-200 ease-in-out hover:ring-1 hover:ring-black/60 md:justify-between md:px-12 md:py-10 dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud "
853
+ class =" group dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud flex flex-wrap items-center justify-center gap-x-5 gap-y-3 rounded-3xl bg-gray-100 px-8 py-8 transition duration-200 ease-in-out hover:ring-1 hover:ring-black/60 md:justify-between md:px-12 md:py-10"
854
854
aria-label =" Learn about sponsoring the NativePHP project"
855
855
>
856
856
<div
@@ -866,7 +866,7 @@ class="inline-flex shrink-0 flex-col-reverse items-center gap-x-5 gap-y-3 md:fle
866
866
xmlns =" http://www.w3.org/2000/svg"
867
867
fill =" none"
868
868
viewBox =" 0 0 24 24"
869
- class =" w-12 -rotate-45 transition duration-300 ease-out will-change-transform group-hover:- translate-y -0.5 group-hover:translate-x -0.5 md:w-16 md:rotate-0"
869
+ class =" w-12 -rotate-45 transition duration-300 ease-out will-change-transform group-hover:translate-x -0.5 group-hover:- translate-y -0.5 md:w-16 md:rotate-0"
870
870
aria-hidden =" true"
871
871
>
872
872
<path
0 commit comments