Skip to content

Commit

Permalink
add visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChan226 committed Jul 8, 2024
1 parent 29808ba commit 1b2daac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
<nav class="navbar navbar-default"
style="background-color: rgb(119, 226, 255); border-bottom: 4px 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%);">
<a href="#" class="navbar-brand" style="color: rgb(206, 126, 238); font-weight: bolder; font-size: x-large; position: absolute; left: 10px; top: 60%; transform: translateY(-48%);">
<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: -14px; 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: 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>
Expand Down Expand Up @@ -527,8 +527,8 @@ <h2 class="title">Contact Us</h2>
<br>
<br>
<div>
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=120&t=n&d=IRFkviXk5-1EAEz8WbwUa8E4k8n_39ciQ8oT_G9AL2o'></script> <!-- <a target="_top" href="http://clustrmaps.com/site/1acpn?utm_source=widget&amp;utm_campaign=widget_ctr" id="clustrmaps-widget-v2" class="clustrmaps-map-control" style="width: 300px;">
--> </div>
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=300&t=n&d=IRFkviXk5-1EAEz8WbwUa8E4k8n_39ciQ8oT_G9AL2o'></script> <!-- <a target="_top" href="http://clustrmaps.com/site/1acpn?utm_source=widget&amp;utm_campaign=widget_ctr" id="clustrmaps-widget-v2" class="clustrmaps-map-control" style="width: 300px;">
--> </div>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 1b2daac

Please sign in to comment.