Skip to content

Commit

Permalink
update nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 8, 2024
1 parent 7061f18 commit 5e34d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
<img src="static/images/MJBench.jpg" alt="Logo" style="width: auto; height: 40px; vertical-align: middle; margin-right: 10px;">
MJ-Bench
</a>
<ul class="nav navbar-nav" style="position: absolute; left: 200px; top: -20px; transform: translateY(-50%); list-style: none; margin: 0; padding: 0;">
<ul class="nav navbar-nav" style="position: absolute; left: 200px; top: -15px; transform: translateY(-50%); list-style: none; margin: 0; padding: 0;">
<li style="position: absolute; left: 10px;"><a href="./index.html#overview" style="color: rgb(206, 126, 238); font-weight: 800;">Overview</a></li>
<li style="position: absolute; left: 100px;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
<li style="position: absolute; left: 105px;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
<li style="position: absolute; left: 220px;"><a href="https://huggingface.co/spaces/MJ-Bench/MJ-Bench-Leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Submit</a></li>
<li style="position: absolute; left: 310px;"><a href="https://huggingface.co/MJ-Bench" style="color: rgb(206, 126, 238); font-weight: 800;">Huggingface</a></li>
<li style="position: absolute; left: 305px;"><a href="https://huggingface.co/MJ-Bench" style="color: rgb(206, 126, 238); font-weight: 800;">Huggingface</a></li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit 5e34d7e

Please sign in to comment.