|
15 | 15 | ``` |
16 | 16 | --> |
17 | 17 | <div class="min-h-full"> |
18 | | - <nav class="bg-gray-800"> |
19 | | - <div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8"> |
20 | | - <div class="flex h-16 items-center justify-between"> |
21 | | - <div class="flex items-center"> |
22 | | - <div class="flex-shrink-0"> |
23 | | - <img class="h-8 w-8" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" alt="Your Company"> |
24 | | - </div> |
25 | | - <div class="hidden md:block"> |
26 | | - <div class="ml-10 flex items-baseline space-x-4"> |
27 | | - <!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" --> |
28 | | - <a href="/" class="bg-gray-900 text-white rounded-md px-3 py-2 text-sm font-medium" aria-current="page">Home</a> |
29 | | - <a href="/about.php" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">About</a> |
30 | | - <a href="/contacts.php" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">Contacts</a> |
31 | | - </div> |
32 | | - </div> |
33 | | - </div> |
34 | | - <div class="hidden md:block"> |
35 | | - <div class="ml-4 flex items-center md:ml-6"> |
36 | | - <button type="button" class="relative rounded-full bg-gray-800 p-1 text-gray-400 hover:text-white focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800"> |
37 | | - <span class="absolute -inset-1.5"></span> |
38 | | - <span class="sr-only">View notifications</span> |
39 | | - <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> |
40 | | - <path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0" /> |
41 | | - </svg> |
42 | | - </button> |
43 | 18 |
|
44 | | - <!-- Profile dropdown --> |
45 | | - <div class="relative ml-3"> |
46 | | - <div> |
47 | | - <button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true"> |
48 | | - <span class="absolute -inset-1.5"></span> |
49 | | - <span class="sr-only">Open user menu</span> |
50 | | - <img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt=""> |
51 | | - </button> |
52 | | - </div> |
53 | | -
|
54 | | - <!-- |
55 | | - Dropdown menu, show/hide based on menu state. |
56 | | -
|
57 | | - Entering: "transition ease-out duration-100" |
58 | | - From: "transform opacity-0 scale-95" |
59 | | - To: "transform opacity-100 scale-100" |
60 | | - Leaving: "transition ease-in duration-75" |
61 | | - From: "transform opacity-100 scale-100" |
62 | | - To: "transform opacity-0 scale-95" |
63 | | - --> |
64 | | - <div class="absolute right-0 z-10 mt-2 w-48 origin-top-right rounded-md bg-white py-1 shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="user-menu-button" tabindex="-1"> |
65 | | - <!-- Active: "bg-gray-100", Not Active: "" --> |
66 | | - <a href="#" class="block px-4 py-2 text-sm text-gray-700" role="menuitem" tabindex="-1" id="user-menu-item-0">Your Profile</a> |
67 | | - <a href="#" class="block px-4 py-2 text-sm text-gray-700" role="menuitem" tabindex="-1" id="user-menu-item-1">Settings</a> |
68 | | - <a href="#" class="block px-4 py-2 text-sm text-gray-700" role="menuitem" tabindex="-1" id="user-menu-item-2">Sign out</a> |
69 | | - </div> |
70 | | - </div> |
71 | | - </div> |
72 | | - </div> |
73 | | - <div class="-mr-2 flex md:hidden"> |
74 | | - <!-- Mobile menu button --> |
75 | | - <button type="button" class="relative inline-flex items-center justify-center rounded-md bg-gray-800 p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" aria-controls="mobile-menu" aria-expanded="false"> |
76 | | - <span class="absolute -inset-0.5"></span> |
77 | | - <span class="sr-only">Open main menu</span> |
78 | | - <!-- Menu open: "hidden", Menu closed: "block" --> |
79 | | - <svg class="block h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> |
80 | | - <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> |
81 | | - </svg> |
82 | | - <!-- Menu open: "block", Menu closed: "hidden" --> |
83 | | - <svg class="hidden h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> |
84 | | - <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> |
85 | | - </svg> |
86 | | - </button> |
87 | | - </div> |
88 | | - </div> |
89 | | - </div> |
90 | | -
|
91 | | - <!-- Mobile menu, show/hide based on menu state. --> |
92 | | - <div class="md:hidden" id="mobile-menu"> |
93 | | - <div class="space-y-1 px-2 pb-3 pt-2 sm:px-3"> |
94 | | - <!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" --> |
95 | | - <a href="#" class="bg-gray-900 text-white block rounded-md px-3 py-2 text-base font-medium" aria-current="page">Dashboard</a> |
96 | | - <a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white block rounded-md px-3 py-2 text-base font-medium">Team</a> |
97 | | - <a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white block rounded-md px-3 py-2 text-base font-medium">Contacts</a> |
98 | | - </div> |
99 | | - <div class="border-t border-gray-700 pb-3 pt-4"> |
100 | | - <div class="flex items-center px-5"> |
101 | | - <div class="flex-shrink-0"> |
102 | | - <img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt=""> |
103 | | - </div> |
104 | | - <div class="ml-3"> |
105 | | - <div class="text-base font-medium leading-none text-white">Tom Cook</div> |
106 | | - <div class="text-sm font-medium leading-none text-gray-400">tom@example.com</div> |
107 | | - </div> |
108 | | - <button type="button" class="relative ml-auto flex-shrink-0 rounded-full bg-gray-800 p-1 text-gray-400 hover:text-white focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800"> |
109 | | - <span class="absolute -inset-1.5"></span> |
110 | | - <span class="sr-only">View notifications</span> |
111 | | - <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> |
112 | | - <path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0" /> |
113 | | - </svg> |
114 | | - </button> |
115 | | - </div> |
116 | | - <div class="mt-3 space-y-1 px-2"> |
117 | | - <a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-400 hover:bg-gray-700 hover:text-white">Your Profile</a> |
118 | | - <a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-400 hover:bg-gray-700 hover:text-white">Settings</a> |
119 | | - <a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-400 hover:bg-gray-700 hover:text-white">Sign out</a> |
120 | | - </div> |
121 | | - </div> |
122 | | - </div> |
123 | | - </nav> |
| 19 | +<?php require('partials/nav.php'); ?> |
| 20 | + |
124 | 21 |
|
125 | 22 | <header class="bg-white shadow"> |
126 | 23 | <div class="mx-auto max-w-7xl px-4 py-6 sm:px-6 lg:px-8"> |
|
129 | 26 | </header> |
130 | 27 | <main> |
131 | 28 | <div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8"> |
132 | | - <p>About page!!!</p> |
| 29 | + <p>About page!?!</p> |
133 | 30 | </div> |
134 | 31 | </main> |
135 | 32 | </div> |
|
0 commit comments