Skip to content

Commit

Permalink
update nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChan226 committed Jul 8, 2024
1 parent 44f7c9f commit a6b9f90
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@
<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: -15px; transform: translateY(-50%); list-style: none; margin: 0; padding: 0;">
<ul class="nav navbar-nav" style="position: absolute; left: 200px; top: -13px; 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: 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: 305px;">
<a href="https://huggingface.co/MJ-Bench" style="color: rgb(206, 126, 238); font-weight: 800;">
<li style="position: absolute; left: 110px;"><a href="./index.html#leaderboard" style="color: rgb(206, 126, 238); font-weight: 800;">Leaderboard</a></li>
<li style="position: absolute; left: 235px;"><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: 315px; display: flex; align-items: center;">
<a href="https://huggingface.co/MJ-Bench" style="color: rgb(206, 126, 238); font-weight: 800; display: flex; align-items: center;">
<span class="icon">
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
Expand All @@ -141,8 +141,9 @@
fill="#FFAD03" />
</svg>
</span>
<span>Huggingface</span>
</a></li>
<span style="margin-left: 5px;">Huggingface</span>
</a>
</li>
</ul>
</div>
</nav>
Expand All @@ -152,6 +153,7 @@




<!-- <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 a6b9f90

Please sign in to comment.