|
11 | 11 | </head> |
12 | 12 |
|
13 | 13 | <body class="font-mono bg-gray-400"> |
14 | | - |
15 | | - |
16 | | - <!--nav--> |
17 | | - <nav x-data="{show:false}" class="flex items-center justify-between flex-wrap bg-orange-600 p-6"> |
18 | | - <div class="flex items-center flex-shrink-0 text-white mr-6"> |
19 | | - <span class="font-semibold text-xl tracking-tight">FoodMeets</span> |
20 | | - </div> |
21 | | - <div class="block md:hidden"> |
22 | | - <button @click="show=!show" class="flex items-center px-3 py-2 border rounded text-gray-100 border-gray-200 hover:text-white hover:border-white"> |
23 | | - <svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> |
24 | | - </button> |
25 | | - </div> |
26 | | - <div @click.away="show = false" :class="{ 'block': show, 'hidden': !show }" class="w-full block flex-grow md:flex md:justify-end md:w-auto"> |
27 | | - <div> |
28 | | - <!-- <a href="#" class="block md:inline-block text-lg px-4 py-2 leading-none rounded text-white border-white hover:border-transparent hover:text-orange-500 hover:bg-white mt-4 md:mt-0">Compose Post</a> --> |
29 | | - <!-- <a href="#" class="block md:inline-block text-lg px-4 py-2 leading-none rounded text-white border-white hover:border-transparent hover:text-orange-500 hover:bg-white mt-4 md:mt-0">Dashboard</a> --> |
30 | | - <a href="/" class="block md:inline-block text-lg px-4 py-2 leading-none rounded text-orange border-white hover:border-transparent bg-white mt-4 md:mt-0">Home</a> |
31 | | - </div> |
| 14 | + <!--nav--> |
| 15 | + <nav x-data="{show:false}" class="flex items-center justify-between flex-wrap bg-orange-600 p-6"> |
| 16 | + <div class="flex items-center flex-shrink-0 text-white mr-6"> |
| 17 | + <span class="font-semibold text-xl tracking-tight">FoodMeets</span> |
| 18 | + </div> |
| 19 | + <div class="block md:hidden"> |
| 20 | + <button @click="show=!show" class="flex items-center px-3 py-2 border rounded text-gray-100 border-gray-200 hover:text-white hover:border-white"> |
| 21 | + <svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> |
| 22 | + </button> |
| 23 | + </div> |
| 24 | + <div @click.away="show = false" :class="{ 'block': show, 'hidden': !show }" class="w-full block flex-grow md:flex md:justify-end md:w-auto"> |
| 25 | + <div> |
| 26 | + <a href="/trendingRecipes" class="block md:inline-block text-lg px-4 py-2 leading-none rounded text-white border-white hover:border-transparent hover:text-orange-500 hover:bg-white mt-4 md:mt-0">Popular</a> |
| 27 | + <a href="/" class="block md:inline-block text-lg px-4 py-2 leading-none rounded text-orange border-white hover:border-transparent bg-white mt-4 md:mt-0">Home</a> |
32 | 28 | </div> |
33 | | - </nav> |
| 29 | + </div> |
| 30 | + </nav> |
34 | 31 |
|
35 | 32 | <br> |
36 | 33 | <form class="max-w-sm mx-auto", method="post" , action="/mealList"> |
|
0 commit comments