Skip to content

Commit 80d7ac3

Browse files
committed
Partners link
1 parent 2cdc57e commit 80d7ac3

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

resources/views/components/footer.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
215215
Shop
216216
</a>
217217
</li>
218+
<li>
219+
<a
220+
href="/partners"
221+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
222+
>
223+
Partners
224+
</a>
225+
</li>
218226
<li>
219227
<a
220228
href="{{ route('brand') }}"

resources/views/components/navbar/mobile-menu.blade.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,21 @@ class="flex items-center justify-between py-3 opacity-50 transition duration-200
174174
<div>Shop</div>
175175
</a>
176176
</div>
177+
178+
<div
179+
class="h-0.5 w-full rounded-full bg-current opacity-5"
180+
role="presentation"
181+
></div>
182+
183+
<div class="w-full">
184+
<a
185+
href="/partners"
186+
class="flex items-center justify-between py-3 opacity-50 transition duration-200 hover:translate-x-1 hover:opacity-100"
187+
aria-label="NativePHP Partners"
188+
>
189+
<div>Partners</div>
190+
</a>
191+
</div>
177192
</nav>
178193

179194
<div

resources/views/components/navigation-bar.blade.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ class="opacity-60 transition duration-200 hover:opacity-100"
130130
Shop
131131
</a>
132132

133+
{{-- Decorative circle --}}
134+
<div
135+
class="size-[3px] rotate-45 rounded-xs bg-gray-400 transition duration-200 dark:opacity-60"
136+
aria-hidden="true"
137+
></div>
138+
139+
{{-- Link --}}
140+
<a
141+
href="/partners"
142+
class="opacity-60 transition duration-200 hover:opacity-100"
143+
>
144+
Partners
145+
</a>
146+
133147
{{-- Theme toggle --}}
134148
<x-navbar.theme-toggle />
135149

0 commit comments

Comments
 (0)