|
45 | 45 | </div> |
46 | 46 | </div> |
47 | 47 | </nav> |
48 | | - <div id="main" class="container mx-auto px-4" role="main"> |
| 48 | + |
| 49 | + <!-- Action Buttons --> |
| 50 | + <div class="container mx-auto px-4 mt-12"> |
| 51 | + <div class="flex flex-row justify-center items-center gap-4"> |
| 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"> |
| 54 | + <svg fill="currentColor" class="w-5 h-5"> |
| 55 | + <use href="icons.svg#icon-discord"></use> |
| 56 | + </svg> |
| 57 | + </a> |
| 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"> |
| 60 | + <span>Contribute Your Strategy</span> |
| 61 | + <svg fill="currentColor" class="w-4 h-4"> |
| 62 | + <use href="icons.svg#icon-arrow-top-right"></use> |
| 63 | + </svg> |
| 64 | + </a> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + |
| 68 | + <div id="main" class="container mx-auto px-4 pt-8" role="main"> |
49 | 69 | <div |
50 | 70 | class="overflow-x-auto bg-white dark:bg-zinc-800 rounded-lg shadow-lg dark:shadow-2xl dark:ring-1 dark:ring-white/5"> |
51 | 71 | <table id="leaderboard" class="w-full table-auto"> |
|
213 | 233 | </table> |
214 | 234 | </div> |
215 | 235 |
|
216 | | - <div class="flex justify-center mt-8"> |
217 | | - <a href="https://coder.github.io/balatrollm/strategies/" target="_blank" rel="noopener" |
218 | | - class="px-6 py-3 bg-zinc-300 hover:bg-zinc-400 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"> |
219 | | - <span>Contribute Your Strategy</span> |
220 | | - <svg fill="currentColor" class="w-4 h-4"> |
221 | | - <use href="icons.svg#icon-arrow-top-right"></use> |
222 | | - </svg> |
223 | | - </a> |
224 | | - </div> |
225 | 236 |
|
226 | 237 | <!-- Version selector: autogenerated from manifest --> |
227 | 238 | <div class="flex justify-center mt-8"> |
|
0 commit comments