Skip to content

Commit 479bf44

Browse files
committed
Remove links
1 parent 7d872e2 commit 479bf44

File tree

2 files changed

+4
-113
lines changed

2 files changed

+4
-113
lines changed

resources/views/layouts/_footer.blade.php

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -59,35 +59,11 @@
5959
</div>
6060

6161
<div class="grow">
62-
<p class="text-lg mb-6">
63-
The community
64-
</p>
65-
66-
<div class="flex flex-col flex-nowrap">
67-
<div class="flex mb-4 lg:mb-6">
68-
<a href="https://laravel.com" class="w-1/2 text-gray-400 hover:text-gray-200">
69-
<img loading="lazy" src="{{ asset('images/laravel.png') }}" alt="Laravel" class="w-4 h-4 inline mr-2" />
70-
Laravel
71-
</a>
72-
73-
<a href="https://laravel-news.com" class="w-1/2 text-gray-400 hover:text-gray-200">
74-
<img loading="lazy" src="{{ asset('images/laravel-news.png') }}" alt="Laravel News" class="w-4 h-4 inline mr-2" />
75-
Laravel News
76-
</a>
77-
</div>
78-
79-
<div class="flex">
80-
<a href="https://laracasts.com" class="w-1/2 text-gray-400 hover:text-gray-200">
81-
<img loading="lazy" src="{{ asset('images/laracasts.png') }}" alt="Laracasts" class="w-4 h-4 inline mr-2" />
82-
Laracasts
83-
</a>
62+
63+
</div>
8464

85-
<a href="https://www.laravelpodcast.com" class="w-1/2 text-gray-400 hover:text-gray-200">
86-
<img loading="lazy" src="{{ asset('images/podcast.png') }}" alt="Laravel Podcast" class="w-4 h-4 inline mr-2" />
87-
Laravel Podcast
88-
</a>
89-
</div>
90-
</div>
65+
<div class="grow">
66+
9167
</div>
9268
</div>
9369
</div>

resources/views/layouts/_nav.blade.php

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -42,91 +42,6 @@
4242
Pastebin
4343
</a>
4444
</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>
13045
</ul>
13146
</div>
13247
</div>

0 commit comments

Comments
 (0)