Skip to content

Commit 9fec0e9

Browse files
committed
style(site): format html files
1 parent 7beda2d commit 9fec0e9

3 files changed

Lines changed: 45 additions & 16 deletions

File tree

site/about.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,21 @@
5151
<div class="flex items-center space-x-4">
5252
<a href="https://github.com/coder/balatrobench" target="_blank" rel="noopener"
5353
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
54-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-github"></use></svg>
54+
<svg fill="currentColor" class="w-6 h-6">
55+
<use href="icons.svg#icon-github"></use>
56+
</svg>
5557
</a>
5658
<a href="https://www.twitch.tv/S1M0N38" target="_blank" rel="noopener"
5759
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
58-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-twitch"></use></svg>
60+
<svg fill="currentColor" class="w-6 h-6">
61+
<use href="icons.svg#icon-twitch"></use>
62+
</svg>
5963
</a>
6064
<a href="https://discord.gg/SBaRyVDmFg" target="_blank" rel="noopener"
6165
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
62-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-discord"></use></svg>
66+
<svg fill="currentColor" class="w-6 h-6">
67+
<use href="icons.svg#icon-discord"></use>
68+
</svg>
6369
</a>
6470
</div>
6571
</div>

site/community.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,21 @@
4949
<div class="flex items-center space-x-4">
5050
<a href="https://github.com/coder/balatrobench" target="_blank" rel="noopener"
5151
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
52-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-github"></use></svg>
52+
<svg fill="currentColor" class="w-6 h-6">
53+
<use href="icons.svg#icon-github"></use>
54+
</svg>
5355
</a>
5456
<a href="https://www.twitch.tv/S1M0N38" target="_blank" rel="noopener"
5557
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
56-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-twitch"></use></svg>
58+
<svg fill="currentColor" class="w-6 h-6">
59+
<use href="icons.svg#icon-twitch"></use>
60+
</svg>
5761
</a>
5862
<a href="https://discord.gg/SBaRyVDmFg" target="_blank" rel="noopener"
5963
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
60-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-discord"></use></svg>
64+
<svg fill="currentColor" class="w-6 h-6">
65+
<use href="icons.svg#icon-discord"></use>
66+
</svg>
6167
</a>
6268
</div>
6369
</div>
@@ -263,8 +269,10 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
263269
</p>
264270
<ul class="text-zinc-600 dark:text-zinc-300 space-y-4 ml-3">
265271
<li><strong>Model:</strong> All strategies run on
266-
<code class="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono">openai/gpt-oss-20b</code>.
267-
This ensures the leaderboard measures strategy quality, not model capability.</li>
272+
<code
273+
class="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono">openai/gpt-oss-20b</code>.
274+
This ensures the leaderboard measures strategy quality, not model capability.
275+
</li>
268276
<li><strong>Deck:</strong> RED deck is used for all runs. The RED deck grants +1 discard every round,
269277
giving strategies more flexibility to explore different card combinations.</li>
270278
<li><strong>Stake:</strong> WHITE stake (base difficulty) is used. No additional penalties or
@@ -275,7 +283,8 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
275283
<code class="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono">CCCCCCC</code>,
276284
<code class="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono">DDDDDDD</code>,
277285
<code class="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono">EEEEEEE</code>.
278-
Fixed seeds ensure reproducible results.</li>
286+
Fixed seeds ensure reproducible results.
287+
</li>
279288
<li><strong>Ranking:</strong> Strategies are ranked by average final round reached (higher is better).
280289
A perfect game reaches round 24 (beating all 8 antes).</li>
281290
<li><strong>Updates:</strong> You can update your strategy at any time.
@@ -291,7 +300,9 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
291300
<a href="https://coder.github.io/balatrollm/strategies/" target="_blank" rel="noopener"
292301
class="inline-flex items-center space-x-2 px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-600 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">
293302
<span>Submit Your Strategy</span>
294-
<svg fill="currentColor" class="w-4 h-4"><use href="icons.svg#icon-arrow-top-right"></use></svg>
303+
<svg fill="currentColor" class="w-4 h-4">
304+
<use href="icons.svg#icon-arrow-top-right"></use>
305+
</svg>
295306
</a>
296307
</div>
297308
</div>

site/index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,21 @@
5252
<div class="flex items-center space-x-4">
5353
<a href="https://github.com/coder/balatrobench" target="_blank" rel="noopener"
5454
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
55-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-github"></use></svg>
55+
<svg fill="currentColor" class="w-6 h-6">
56+
<use href="icons.svg#icon-github"></use>
57+
</svg>
5658
</a>
5759
<a href="https://www.twitch.tv/S1M0N38" target="_blank" rel="noopener"
5860
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
59-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-twitch"></use></svg>
61+
<svg fill="currentColor" class="w-6 h-6">
62+
<use href="icons.svg#icon-twitch"></use>
63+
</svg>
6064
</a>
6165
<a href="https://discord.gg/SBaRyVDmFg" target="_blank" rel="noopener"
6266
class="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors">
63-
<svg fill="currentColor" class="w-6 h-6"><use href="icons.svg#icon-discord"></use></svg>
67+
<svg fill="currentColor" class="w-6 h-6">
68+
<use href="icons.svg#icon-discord"></use>
69+
</svg>
6470
</a>
6571
</div>
6672
</div>
@@ -79,17 +85,23 @@
7985
<div class="flex items-center justify-center gap-6 mt-6">
8086
<a href="https://github.com/coder/balatrobench" target="_blank" rel="noopener"
8187
class="flex items-center gap-2 text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white transition-colors">
82-
<svg fill="currentColor" class="w-5 h-5"><use href="icons.svg#icon-github"></use></svg>
88+
<svg fill="currentColor" class="w-5 h-5">
89+
<use href="icons.svg#icon-github"></use>
90+
</svg>
8391
<span class="text-sm font-medium">coder/balatrobench</span>
8492
</a>
8593
<a href="https://github.com/coder/balatrollm" target="_blank" rel="noopener"
8694
class="flex items-center gap-2 text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white transition-colors">
87-
<svg fill="currentColor" class="w-5 h-5"><use href="icons.svg#icon-github"></use></svg>
95+
<svg fill="currentColor" class="w-5 h-5">
96+
<use href="icons.svg#icon-github"></use>
97+
</svg>
8898
<span class="text-sm font-medium">coder/balatrollm</span>
8999
</a>
90100
<a href="https://github.com/coder/balatrobot" target="_blank" rel="noopener"
91101
class="flex items-center gap-2 text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white transition-colors">
92-
<svg fill="currentColor" class="w-5 h-5"><use href="icons.svg#icon-github"></use></svg>
102+
<svg fill="currentColor" class="w-5 h-5">
103+
<use href="icons.svg#icon-github"></use>
104+
</svg>
93105
<span class="text-sm font-medium">coder/balatrobot</span>
94106
</a>
95107
</div>

0 commit comments

Comments
 (0)