Skip to content

Commit d900324

Browse files
committed
refactor: remove submit button and put it in community.html
1 parent 0dab37e commit d900324

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

community.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ <h1 class="text-xl font-bold text-blue-400">BalatroBench</h1>
1919
<div class="hidden md:flex space-x-4">
2020
<a href="index.html" class="text-gray-300 hover:text-white">Official Benchmark</a>
2121
<a href="community.html" class="text-blue-400 hover:text-blue-300">Community</a>
22-
<a href="submit.html" class="text-gray-300 hover:text-white">Submit</a>
2322
</div>
2423
</div>
2524
</div>
@@ -36,16 +35,20 @@ <h1 class="text-4xl font-bold bg-gradient-to-r from-blue-400 to-purple-400 bg-cl
3635
Explore custom strategies and prompts submitted by the community.
3736
Submit your own approach and see how it performs!
3837
</p>
39-
<a href="submit.html" class="inline-block bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 text-white px-6 py-3 rounded-lg font-medium transition-all duration-200 shadow-lg">
40-
Submit Your Strategy
41-
</a>
4238
</div>
4339

4440
<!-- Community Submissions -->
4541
<div id="community-submissions" class="grid gap-6">
4642
<!-- Data will be loaded here by JavaScript -->
4743
</div>
4844

45+
<!-- Submit Strategy Button -->
46+
<div class="flex justify-center mt-12 mb-8">
47+
<a href="submit.html" class="inline-block bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 text-white px-8 py-4 rounded-lg font-medium transition-all duration-200 shadow-lg text-lg">
48+
<i class="fas fa-plus mr-2"></i>Submit Your Strategy
49+
</a>
50+
</div>
51+
4952
<!-- How to Submit Section -->
5053
<div class="mt-12">
5154
<div class="bg-gray-800 rounded-lg border border-gray-700 shadow-lg">

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ <h1 class="text-xl font-bold text-blue-400">BalatroBench</h1>
1919
<div class="hidden md:flex space-x-4">
2020
<a href="index.html" class="text-blue-400 hover:text-blue-300">Official Benchmark</a>
2121
<a href="community.html" class="text-gray-300 hover:text-white">Community</a>
22-
<a href="submit.html" class="text-gray-300 hover:text-white">Submit</a>
2322
</div>
2423
</div>
2524
</div>

0 commit comments

Comments
 (0)