|
37 | 37 | <div class="container mx-auto px-4 sm:px-6 lg:px-8 xl:px-12"> |
38 | 38 | <div class="flex items-center justify-center space-x-2 sm:space-x-4 md:space-x-6 lg:space-x-8 py-4"> |
39 | 39 | <a href="index.html" |
40 | | - class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-transparent">BalatroBench</a> |
| 40 | + class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">BalatroBench</a> |
41 | 41 | <a href="community.html" aria-current="page" |
42 | 42 | class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 bg-zinc-100 text-zinc-700 dark:bg-zinc-700 dark:text-white rounded-lg font-medium text-sm transition-all border-2 border-zinc-300 dark:border-zinc-600">Community</a> |
43 | 43 | <a href="about.html" |
44 | | - class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-transparent">About</a> |
| 44 | + class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">About</a> |
45 | 45 | </div> |
46 | 46 | </div> |
47 | 47 | </nav> |
|
50 | 50 | <div class="container mx-auto px-4 mt-12"> |
51 | 51 | <div class="flex flex-row justify-center items-center gap-4"> |
52 | 52 | <a href="https://discord.gg/SBaRyVDmFg" target="_blank" rel="noopener" |
53 | | - class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2"> |
| 53 | + class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-700 hover:text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2"> |
54 | 54 | <svg fill="currentColor" class="w-5 h-5"> |
55 | 55 | <use href="icons.svg#icon-discord"></use> |
56 | 56 | </svg> |
57 | 57 | </a> |
58 | 58 | <a href="https://coder.github.io/balatrollm/strategies/" target="_blank" rel="noopener" |
59 | | - class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2"> |
| 59 | + class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-700 hover:text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2"> |
60 | 60 | <span>Contribute Your Strategy</span> |
61 | 61 | <svg fill="currentColor" class="w-4 h-4"> |
62 | 62 | <use href="icons.svg#icon-arrow-top-right"></use> |
|
0 commit comments