Skip to content

Commit

Permalink
update table
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 8, 2024
1 parent e495fae commit a69a944
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,18 @@
<img src="static/images/MJBench.jpg" alt="Logo" style="width: auto; height: 40px; vertical-align: middle;">
MJ-Bench
</a>
<ul class="nav navbar-nav" style="position: absolute; right: 10px; top: 50%; transform: translateY(-50%); list-style: none; margin: 0; padding: 0;">
<li style="display: inline-block; margin-right: 20px;"><a href="./index.html" style="color: rgb(206, 126, 238); font-weight: 800;">MJ-Bench</a></li>
<li style="display: inline-block; margin-right: 20px;"><a href="./index.html#overview" style="color: rgb(206, 126, 238); font-weight: 800;">Overview</a></li>
<li style="display: inline-block;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
<ul class="nav navbar-nav" style="position: absolute; left: 200px; top: 50%; transform: translateY(-50%); list-style: none; margin: 0; padding: 0;">
<li style="position: absolute; left: 0;"><a href="./index.html" style="color: rgb(206, 126, 238); font-weight: 800;">MJ-Bench</a></li>
<li style="position: absolute; left: 150px;"><a href="./index.html#overview" style="color: rgb(206, 126, 238); font-weight: 800;">Overview</a></li>
<li style="position: absolute; left: 300px;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
</ul>
</div>
</nav>





<!-- <nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
Expand Down

0 comments on commit a69a944

Please sign in to comment.