Skip to content

Commit

Permalink
adjust nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 7, 2024
1 parent e9f6e8e commit 65bb990
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</head>

<body>
<nav class="navbar navbar-default"
<!-- <nav class="navbar navbar-default"
style="background-color: rgb(190, 240, 254); border-bottom: 3px solid rgb(236, 194, 253); border-top: 3px solid rgb(236, 194, 253)">
<div class="container-fluid">
<div class="navbar-header">
Expand All @@ -85,15 +85,12 @@
<li><a href="./index.html" style="color: rgb(236, 194, 253); font-weight: 800">MJ-Bench</a></li>
<li><a href="./index.html#Abstract" style="color: rgb(236, 194, 253); font-weight: 800">Overview</a></li>
<li><a href="./index.html#Leaderboard" style="color: rgb(236, 194, 253); font-weight: 800">Paper Overview</a></li>
<!-- <li><a href="./index.html#examples" style="color: rgb(45, 45, 45); font-weight: 800">Examples</a></li> -->
<!-- <li><a href="./index.html#ethics" style="color: rgb(45, 45, 45); font-weight: 800">Ethics</a></li> -->
<!-- <li><a href="./index.html#citation" style="color: rgb(45, 45, 45); font-weight: 800">Cite</a></li> -->
</ul>
</div>
</div>
</nav>
</nav> -->

<!-- <nav class="navbar" role="navigation" aria-label="main navigation">
<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">
<span aria-hidden="true"></span>
Expand Down Expand Up @@ -131,7 +128,7 @@
</div>

</div>
</nav> -->
</nav>


<section class="hero">
Expand Down

0 comments on commit 65bb990

Please sign in to comment.