Skip to content

Commit 0bab0a6

Browse files
committed
Drop swag, reorg footer
1 parent a2f8b0d commit 0bab0a6

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

resources/views/components/footer.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ class="sr-only"
99
Footer
1010
</h2>
1111
<div
12-
class="flex flex-col flex-wrap gap-x-6 gap-y-4 md:flex-row md:items-end md:justify-between"
12+
class="flex flex-col flex-wrap gap-x-6 gap-y-4 xl:flex-row xl:items-end xl:justify-between"
1313
>
1414
{{-- Left side --}}
15-
<div class="flex flex-col items-center gap-6 md:items-start">
15+
<div class="flex flex-col items-center gap-6 xl:items-start">
1616
{{-- Logo --}}
1717
<div
1818
x-init="
@@ -189,7 +189,7 @@ class="font-medium"
189189
Explore
190190
</h3>
191191
<ul
192-
class="flex flex-col items-start text-sm text-gray-500 dark:text-gray-400"
192+
class="grid sm:grid-rows-5 sm:grid-flow-col gap-x-6 text-sm text-gray-500 dark:text-gray-400"
193193
>
194194
<li>
195195
<a
@@ -207,14 +207,14 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
207207
Blog
208208
</a>
209209
</li>
210-
<li>
210+
{{-- <li>
211211
<a
212212
href="https://shop.nativephp.com/"
213213
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"
214214
>
215215
Swag
216216
</a>
217-
</li>
217+
</li> --}}
218218
<li>
219219
<a
220220
href="/partners"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ class="size-4 shrink-0"
156156
</div>
157157

158158
{{-- Swag Link --}}
159-
<div>
159+
{{-- <div>
160160
<a
161161
href="https://shop.nativephp.com/"
162162
class="flex items-center gap-2 py-3 opacity-50 transition duration-200 hover:translate-x-1 hover:opacity-100"
163163
aria-label="NativePHP Swag"
164164
>
165165
<div>Swag</div>
166166
</a>
167-
</div>
167+
</div> --}}
168168

169169
<div>
170170
<a

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ class="size-[3px] rotate-45 rounded-xs bg-gray-400 transition duration-200 dark:
9898
></div>
9999

100100
{{-- Link --}}
101-
<a
101+
{{-- <a
102102
href="https://shop.nativephp.com/"
103103
class="opacity-60 transition duration-200 hover:opacity-100"
104104
>
105105
Swag
106-
</a>
106+
</a> --}}
107107

108108
{{-- Decorative circle --}}
109-
<div
109+
{{-- <div
110110
class="size-[3px] rotate-45 rounded-xs bg-gray-400 transition duration-200 dark:opacity-60"
111111
aria-hidden="true"
112-
></div>
112+
></div> --}}
113113

114114
{{-- Link --}}
115115
<a

0 commit comments

Comments
 (0)