|
12 | 12 |
|
13 | 13 | <header class="absolute inset-x-0 top-0 z-50">
|
14 | 14 | <nav class="flex items-center justify-between p-6 pl-4 pt-4" aria-label="Global">
|
15 |
| - <div class="flex lg:flex-1"> |
| 15 | + <div class="flex xl:flex-1"> |
16 | 16 | <a href={`${base}/`} class="-m-1.5 p-1.5 flex items-center">
|
17 | 17 | <img
|
18 | 18 | class="h-14 w-auto transform transition ease-in-out duration-300 delay-150 hover:-rotate-45"
|
|
23 | 23 | >
|
24 | 24 | </a>
|
25 | 25 | </div>
|
26 |
| - <div class="flex lg:hidden"> |
| 26 | + <div class="flex xl:hidden"> |
27 | 27 | <button
|
28 | 28 | type="button"
|
29 | 29 | class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-secondary"
|
|
47 | 47 | </svg>
|
48 | 48 | </button>
|
49 | 49 | </div>
|
50 |
| - <div class="hidden lg:flex lg:gap-x-12"> |
51 |
| - <a href={`${base}/#about`} class="text-sm/6 font-semibold text-secondary">About</a> |
52 |
| - <a href={`${base}/#features`} class="text-sm/6 font-semibold text-secondary">Features</a |
| 50 | + <div class="hidden xl:flex xl:gap-x-12"> |
| 51 | + <a |
| 52 | + href={`${base}/#about`} |
| 53 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 54 | + >About</a |
53 | 55 | >
|
54 |
| - <a href={`${base}/#workflow`} class="text-sm/6 font-semibold text-secondary">Workflow</a |
| 56 | + <a |
| 57 | + href={`${base}/#features`} |
| 58 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 59 | + >Features</a |
55 | 60 | >
|
56 |
| - <a href={`${base}/#solutions`} class="text-sm/6 font-semibold text-secondary" |
| 61 | + <a |
| 62 | + href={`${base}/#workflow`} |
| 63 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 64 | + >Workflow</a |
| 65 | + > |
| 66 | + <a |
| 67 | + href={`${base}/#solutions`} |
| 68 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
57 | 69 | >Solutions</a
|
58 | 70 | >
|
59 |
| - <a href={`${base}/#tokenomics`} class="text-sm/6 font-semibold text-secondary" |
| 71 | + <a |
| 72 | + href={`${base}/#tokenomics`} |
| 73 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
60 | 74 | >Tokenomics</a
|
61 | 75 | >
|
62 |
| - <a href={`${base}/#validators`} class="text-sm/6 font-semibold text-secondary" |
| 76 | + <a |
| 77 | + href={`${base}/#validators`} |
| 78 | + class="text-sm/6 font-semibold text-secondary relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
63 | 79 | >Validators</a
|
64 | 80 | >
|
| 81 | + <div class="h-4 w-px bg-secondary/20 -mx-2"></div> |
| 82 | + <a |
| 83 | + href="https://explorer.orcfax.io" |
| 84 | + target="_blank" |
| 85 | + class="text-sm/6 font-semibold text-secondary flex items-center relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 86 | + ><Telescope class="h-4 w-4 mr-1" />Explorer</a |
| 87 | + > |
| 88 | + <a |
| 89 | + href="https://status.orcfax.io" |
| 90 | + target="_blank" |
| 91 | + class="text-sm/6 font-semibold text-secondary flex items-center relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 92 | + ><Activity class="h-4 w-4 mr-1" />Status</a |
| 93 | + > |
| 94 | + <a |
| 95 | + href="https://docs.orcfax.io" |
| 96 | + target="_blank" |
| 97 | + class="text-sm/6 font-semibold text-secondary flex items-center relative after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-0 after:bg-secondary after:transition-all after:duration-200 hover:after:w-full" |
| 98 | + ><BookOpenText class="h-4 w-4 mr-1" />Docs</a |
| 99 | + > |
65 | 100 | </div>
|
66 | 101 | </nav>
|
67 | 102 | <!-- Mobile menu, show/hide based on menu open state. -->
|
68 | 103 | {#if isOpen}
|
69 |
| - <div class="lg:hidden" role="dialog" aria-modal="true"> |
| 104 | + <div class="xl:hidden" role="dialog" aria-modal="true"> |
70 | 105 | <div class="fixed inset-0 z-50"></div>
|
71 | 106 | <div
|
72 | 107 | class="fixed inset-y-0 right-0 z-50 w-full overflow-y-auto bg-white px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"
|
73 | 108 | >
|
74 | 109 | <div class="flex items-center justify-between">
|
75 |
| - <div class="flex lg:flex-1"> |
| 110 | + <div class="flex xl:flex-1"> |
76 | 111 | <a href={`${base}/`} class="-m-1.5 p-1.5 flex items-center">
|
77 | 112 | <img
|
78 | 113 | class="h-14 w-auto transform transition ease-in-out duration-300 delay-150 hover:-rotate-45"
|
|
152 | 187 | href="https://status.orcfax.io"
|
153 | 188 | target="_blank"
|
154 | 189 | class="-mx-3 block rounded-lg px-3 py-2.5 text-base/7 font-semibold text-secondary hover:bg-gray-50"
|
155 |
| - ><Activity class="inline-block h-4 w-4 mr-2" />Network Status</a |
| 190 | + ><Activity class="inline-block h-4 w-4 mr-2" />Status</a |
156 | 191 | >
|
157 | 192 | <a
|
158 | 193 | href="https://docs.orcfax.io"
|
|
0 commit comments