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 681128b commit c9f7a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@
style="background-color: rgb(119, 226, 255); border-bottom: 3px solid rgb(206, 126, 238); border-top: 3px solid rgb(206, 126, 238);">
<div class="container-fluid" style="position: relative;">
<a href="#" class="navbar-brand" style="color: rgb(206, 126, 238); font-weight: bolder; font-size: x-large; position: absolute; left: 10px; top: 50%; transform: translateY(-50%);">
<img src="static/images/MJBench.jpg" alt="Logo" style="width: auto; height: 40px; vertical-align: middle;">
<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: 50%; transform: translateY(-80%); list-style: none; margin: 0; padding: 0;">
<li style="position: absolute; left: 0px;"><a href="./index.html#overview" style="color: rgb(206, 126, 238); font-weight: 800;">Overview</a></li>
<li style="position: absolute; left: 130px;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
<li style="position: absolute; left: 260px;"><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: 390px;"><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 c9f7a20

Please sign in to comment.