Skip to content

Commit 335b95a

Browse files
authored
feat: updating social links (#71)
1 parent b094305 commit 335b95a

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

resources/views/components/banner.blade.php

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@ class="inline-flex items-center gap-3 transition rounded hover:text-white/80 foc
1616

1717
<div class="hidden lg:flex items-center space-x-5">
1818

19-
<a href="https://www.linkedin.com/company/nativephp/" title="NativePHP on LinkedIn">
20-
<x-icons.linkedin class="size-5 text-black dark:text-white hover:text-[#00aaa6]" />
19+
<a href="https://bsky.app/profile/nativephp.bsky.social" title="Bluesky">
20+
<x-icons.bluesky class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
2121
</a>
2222

2323
<a href="https://discord.gg/X62tWNStZK" title="Go to discord server">
2424
<x-icons.discord class="size-5 dark:fill-white hover:fill-[#00aaa6]" />
2525
</a>
2626

27-
<a href="https://pinkary.com/@nativephp" title="NativePHP on Pinkary">
28-
<x-icons.pinkary class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
29-
</a>
30-
3127
<a href="https://opencollective.com/nativephp" title="NativePHP on LinkedIn">
3228
<x-icons.opencollective class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
3329
</a>

resources/views/components/footer.blade.php

+11-6
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,30 @@
1515

1616

1717
<div class="flex items-center justify-center space-x-6 mt-12">
18-
<a href="https://www.linkedin.com/company/nativephp/" title="NativePHP on LinkedIn">
19-
<x-icons.linkedin class="size-5 text-black dark:text-white hover:text-[#00aaa6]" />
18+
19+
<a href="https://bsky.app/profile/nativephp.bsky.social" title="Bluesky">
20+
<x-icons.bluesky class="size-5 dark:fill-white hover:fill-[#00aaa6]" />
2021
</a>
2122

2223
<a href="https://discord.gg/X62tWNStZK" title="Go to discord server">
2324
<x-icons.discord class="size-5 dark:fill-white hover:fill-[#00aaa6]" />
2425
</a>
2526

26-
<a href="https://pinkary.com/@nativephp" title="NativePHP on Pinkary">
27-
<x-icons.pinkary class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
28-
</a>
29-
3027
<a href="https://opencollective.com/nativephp" title="NativePHP on Open Collective">
3128
<x-icons.opencollective class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
3229
</a>
3330

3431
<a href="https://github.com/nativephp" title="Source code of NativePHP">
3532
<x-icons.github class="size-5 dark:fill-white hover:fill-[#00aaa6]" />
3633
</a>
34+
35+
<a href="https://pinkary.com/@nativephp" title="NativePHP on Pinkary">
36+
<x-icons.pinkary class="size-5 text-black dark:invert hover:text-[#00aaa6] hover:invert-0" />
37+
</a>
38+
39+
<a href="https://www.linkedin.com/company/nativephp/" title="NativePHP on LinkedIn">
40+
<x-icons.linkedin class="size-5 text-black dark:text-white hover:text-[#00aaa6]" />
41+
</a>
3742
</div>
3843

3944
</footer>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<svg {{ $attributes }} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="226" ><path fill="currentColor" d="M55.491 15.172c29.35 22.035 60.917 66.712 72.509 90.686 11.592-23.974 43.159-68.651 72.509-90.686C221.686-.727 256-13.028 256 26.116c0 7.818-4.482 65.674-7.111 75.068-9.138 32.654-42.436 40.983-72.057 35.942 51.775 8.812 64.946 38 36.501 67.187-54.021 55.433-77.644-13.908-83.696-31.676-1.11-3.257-1.63-4.78-1.637-3.485-.008-1.296-.527.228-1.637 3.485-6.052 17.768-29.675 87.11-83.696 31.676-28.445-29.187-15.274-58.375 36.5-67.187-29.62 5.041-62.918-3.288-72.056-35.942C4.482 91.79 0 33.934 0 26.116 0-13.028 34.314-.727 55.491 15.172"/></svg>

0 commit comments

Comments
 (0)