|
18 | 18 | <div class="mt-5 max-w-lg mx-auto sm:flex sm:justify-center md:mt-8"> |
19 | 19 | @if (Auth::guest()) |
20 | 20 | <div class="rounded-md shadow"> |
21 | | - <a href="{{ route('register') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
| 21 | + <a href="{{ route('register') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none-500 transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
22 | 22 | Join the Community |
23 | 23 | </a> |
24 | 24 | </div> |
25 | 25 | <div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3"> |
26 | | - <a href="{{ route('forum') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-lio-500 bg-white hover:text-lio-600 focus:outline-none focus:shadow-outline-blue transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
| 26 | + <a href="{{ route('forum') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-lio-500 bg-white hover:text-lio-600 focus:outline-none transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
27 | 27 | Visit the Forum |
28 | 28 | </a> |
29 | 29 | </div> |
30 | 30 | @else |
31 | 31 | <div class="rounded-md shadow"> |
32 | | - <a href="{{ route('threads.create') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
| 32 | + <a href="{{ route('threads.create') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
33 | 33 | Start a Thread |
34 | 34 | </a> |
35 | 35 | </div> |
36 | 36 | <div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3"> |
37 | | - <a href="{{ route('articles.create') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
| 37 | + <a href="{{ route('articles.create') }}" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-lio-600 hover:bg-lio-500 focus:outline-none transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"> |
38 | 38 | Share an Article |
39 | 39 | </a> |
40 | 40 | </div> |
|
93 | 93 | </div> |
94 | 94 | <div class="w-full md:w-1/2 mx-auto relative mb-8"> |
95 | 95 | <form action="{{ route('forum') }}" method="GET"> |
96 | | - <input type="search" class="rounded-full border-2 w-full p-3 text-xl bg-gray-100" placeholder="Search for threads..." name="search"> |
| 96 | + <input type="search" class="rounded-full border-gray-300 border-2 w-full p-3 text-xl bg-gray-100" placeholder="Search for threads..." name="search"> |
97 | 97 | <button type="submit" class="absolute top-0 right-0 w-10 h-10 my-2 mx-3"> |
98 | 98 | <x-heroicon-o-search class="w-full"/> |
99 | 99 | </button> |
|
0 commit comments