Skip to content

Commit 139ccc5

Browse files
committed
Update contributors
1 parent bc51c28 commit 139ccc5

File tree

1 file changed

+10
-44
lines changed

1 file changed

+10
-44
lines changed

resources/views/welcome.blade.php

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -844,23 +844,6 @@ class="mt-10 text-center text-xl font-medium capitalize opacity-0"
844844
class="flex flex-wrap items-center justify-center gap-1.5 pt-4"
845845
aria-label="Community contributors to the NativePHP project"
846846
>
847-
<a
848-
x-ref="contributor"
849-
href="https://github.com/milwad-dev"
850-
target="_blank"
851-
rel="noopener"
852-
class="group grid size-12 place-items-center overflow-hidden rounded-full opacity-0 dark:ring-1 dark:ring-white/10"
853-
aria-label="View Milwad Khosravi's GitHub profile - NativePHP contributor"
854-
>
855-
<img
856-
src="https://avatars.githubusercontent.com/u/98118400?v=4"
857-
alt="Milwad Khosravi - NativePHP contributor"
858-
class="h-full w-full object-cover transition duration-300 ease-out will-change-transform group-hover:scale-125"
859-
loading="lazy"
860-
width="48"
861-
height="48"
862-
/>
863-
</a>
864847
<a
865848
x-ref="contributor"
866849
href="https://github.com/SRWieZ"
@@ -897,32 +880,15 @@ class="h-full w-full object-cover transition duration-300 ease-out will-change-t
897880
</a>
898881
<a
899882
x-ref="contributor"
900-
href="https://github.com/nexxai"
901-
target="_blank"
902-
rel="noopener"
903-
class="group grid size-12 place-items-center overflow-hidden rounded-full opacity-0 dark:ring-1 dark:ring-white/10"
904-
aria-label="View JT Smith's GitHub profile - NativePHP contributor"
905-
>
906-
<img
907-
src="https://avatars.githubusercontent.com/u/4316564?v=4"
908-
alt="JT Smith - NativePHP contributor"
909-
class="h-full w-full object-cover transition duration-300 ease-out will-change-transform group-hover:scale-125"
910-
loading="lazy"
911-
width="48"
912-
height="48"
913-
/>
914-
</a>
915-
<a
916-
x-ref="contributor"
917-
href="https://github.com/Mombuyish"
883+
href="https://github.com/gwleuverink"
918884
target="_blank"
919885
rel="noopener"
920886
class="group grid size-12 place-items-center overflow-hidden rounded-full opacity-0 dark:ring-1 dark:ring-white/10"
921-
aria-label="View Yish's GitHub profile - NativePHP contributor"
887+
aria-label="View Willem Leuverink's GitHub profile - NativePHP contributor"
922888
>
923889
<img
924-
src="https://avatars.githubusercontent.com/u/8007787?v=4"
925-
alt="Yish - NativePHP contributor"
890+
src="https://avatars.githubusercontent.com/u/17123491?v=4"
891+
alt="Willem Leuverink - NativePHP contributor"
926892
class="h-full w-full object-cover transition duration-300 ease-out will-change-transform group-hover:scale-125"
927893
loading="lazy"
928894
width="48"
@@ -931,15 +897,15 @@ class="h-full w-full object-cover transition duration-300 ease-out will-change-t
931897
</a>
932898
<a
933899
x-ref="contributor"
934-
href="https://github.com/gwleuverink"
900+
href="https://github.com/PeteBishwhip"
935901
target="_blank"
936902
rel="noopener"
937903
class="group grid size-12 place-items-center overflow-hidden rounded-full opacity-0 dark:ring-1 dark:ring-white/10"
938-
aria-label="View Willem Leuverink's GitHub profile - NativePHP contributor"
904+
aria-label="View Peter Bishop's GitHub profile - NativePHP contributor"
939905
>
940906
<img
941-
src="https://avatars.githubusercontent.com/u/17123491?v=4"
942-
alt="Willem Leuverink - NativePHP contributor"
907+
src="https://avatars.githubusercontent.com/u/9081809?v=4"
908+
alt="Peter Bishop - NativePHP contributor"
943909
class="h-full w-full object-cover transition duration-300 ease-out will-change-transform group-hover:scale-125"
944910
loading="lazy"
945911
width="48"
@@ -952,9 +918,9 @@ class="h-full w-full object-cover transition duration-300 ease-out will-change-t
952918
target="_blank"
953919
rel="noopener"
954920
class="group grid size-12 place-items-center overflow-hidden rounded-full border-[1px] border-dashed border-indigo-500 bg-indigo-100 text-sm font-medium opacity-0 transition duration-300 ease-out hover:bg-indigo-200/70 dark:bg-indigo-500/20 dark:hover:bg-indigo-500/30"
955-
aria-label="View all 27 additional contributors to the NativePHP project on GitHub"
921+
aria-label="View all additional contributors to the NativePHP project on GitHub"
956922
>
957-
+27
923+
40+
958924
</a>
959925
</div>
960926
</section>

0 commit comments

Comments
 (0)