|
42 | 42 | Pastebin
|
43 | 43 | </a>
|
44 | 44 | </li>
|
45 |
| - |
46 |
| - <li class="rounded-sm lg:mb-0 lg:hover:bg-gray-100"> |
47 |
| - <div @click.outside="chat = false" class="relative"> |
48 |
| - <div> |
49 |
| - <button @click="chat = !chat" class="flex items-center lg:mb-0 py-1 px-2"> |
50 |
| - Chat |
51 |
| - <x-heroicon-s-chevron-down x-show="!chat" class="w-4 h-4 ml-1"/> |
52 |
| - <x-heroicon-s-chevron-left x-cloak x-show="chat" class="w-4 h-4 ml-1"/> |
53 |
| - </button> |
54 |
| - </div> |
55 |
| - <div x-show="chat" x-cloak> |
56 |
| - <ul class="ml-4 lg:absolute lg:flex lg:flex-col lg:ml-0 lg:mt-2 lg:w-36 lg:rounded-md lg:shadow-lg lg:z-50 lg:bg-white"> |
57 |
| - <li class="my-4 lg:hover:bg-gray-100 lg:my-0"> |
58 |
| - <a href="https://discord.gg/KxwQuKb" class="inline-block w-full lg:px-4 lg:py-3"> |
59 |
| - <x-si-discord class="w-4 h-4 inline text-discord" /> |
60 |
| - Discord |
61 |
| - </a> |
62 |
| - </li> |
63 |
| - |
64 |
| - <li class="mb-4 lg:hover:bg-gray-100 lg:mb-0"> |
65 |
| - <a href="https://larachat.co" class="inline-block w-full lg:px-4 lg:py-3"> |
66 |
| - <x-si-slack class="w-4 h-4 inline text-red-400" /> |
67 |
| - Larachat |
68 |
| - </a> |
69 |
| - </li> |
70 |
| - |
71 |
| - <li class="hover:bg-gray-100"> |
72 |
| - <a href="https://web.libera.chat/?nick=laravelnewbie&channels=#laravel" class="inline-block w-full lg:px-4 lg:py-3"> |
73 |
| - <x-heroicon-s-chat-bubble-oval-left-ellipsis class="w-4 h-4 inline text-green-500" /> |
74 |
| - IRC |
75 |
| - </a> |
76 |
| - </li> |
77 |
| - </ul> |
78 |
| - </div> |
79 |
| - </div> |
80 |
| - </li> |
81 |
| - |
82 |
| - <li class="rounded-sm lg:mb-0 lg:hover:bg-gray-100"> |
83 |
| - <div @click.outside="community = false" class="relative"> |
84 |
| - <button @click="community = !community" class="flex items-center lg:mb-0 py-1 px-2"> |
85 |
| - Community |
86 |
| - <x-heroicon-s-chevron-down x-show="!community" class="w-4 h-4 ml-1"/> |
87 |
| - <x-heroicon-s-chevron-left x-cloak x-show="community" class="w-4 h-4 ml-1"/> |
88 |
| - </button> |
89 |
| - |
90 |
| - <div x-show="community" x-cloak> |
91 |
| - <ul class="ml-4 lg:absolute lg:flex lg:flex-col lg:ml-0 lg:mt-2 lg:w-48 lg:rounded-md lg:shadow-lg lg:z-50 lg:bg-white"> |
92 |
| - <li class="mb-4 lg:hover:bg-gray-100 lg:mb-0"> |
93 |
| - <a href="https://laravel.com" class="inline-block w-full lg:px-4 lg:py-3"> |
94 |
| - <img loading="lazy" src="{{ asset('images/laravel.png') }}" alt="Laravel" class="w-4 h-4 inline" /> |
95 |
| - Laravel |
96 |
| - </a> |
97 |
| - </li> |
98 |
| - |
99 |
| - <li class="mb-4 lg:hover:bg-gray-100 lg:mb-0"> |
100 |
| - <a href="https://laracasts.com" class="inline-block w-full lg:px-4 lg:py-3"> |
101 |
| - <img loading="lazy" src="{{ asset('images/laracasts.png') }}" alt="Laracasts" class="w-4 h-4 inline" /> |
102 |
| - Laracasts |
103 |
| - </a> |
104 |
| - </li> |
105 |
| - |
106 |
| - <li class="mb-4 lg:hover:bg-gray-100 lg:mb-0"> |
107 |
| - <a href="https://laravel-news.com" class="inline-block w-full lg:px-4 lg:py-3"> |
108 |
| - <img loading="lazy" src="{{ asset('images/laravel-news.png') }}" alt="Laravel News" class="w-4 h-4 inline" /> |
109 |
| - Laravel News |
110 |
| - </a> |
111 |
| - </li> |
112 |
| - |
113 |
| - <li class="mb-4 lg:hover:bg-gray-100 lg:mb-0"> |
114 |
| - <a href="https://www.laravelpodcast.com" class="inline-block w-full lg:px-4 lg:py-3"> |
115 |
| - <img loading="lazy" src="{{ asset('images/podcast.png') }}" alt="Laravel Podcast" class="w-4 h-4 inline" /> |
116 |
| - Podcast |
117 |
| - </a> |
118 |
| - </li> |
119 |
| - |
120 |
| - <li class="hover:bg-gray-100"> |
121 |
| - <a href="https://ecosystem.laravel.io" class="inline-block w-full lg:px-4 lg:py-3"> |
122 |
| - <img loading="lazy" src="{{ asset('images/laravelio-icon.svg') }}" alt="Laravel Podcast" class="w-4 h-4 inline" /> |
123 |
| - Ecosystem |
124 |
| - </a> |
125 |
| - </li> |
126 |
| - </ul> |
127 |
| - </div> |
128 |
| - </div> |
129 |
| - </li> |
130 | 45 | </ul>
|
131 | 46 | </div>
|
132 | 47 | </div>
|
|
0 commit comments