Skip to content

Commit

Permalink
Feat: fix one bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xirui-li committed Jun 29, 2024
1 parent 7b69517 commit b187b02
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</head>
<body>

<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 All @@ -63,12 +63,10 @@
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<!-- <a class="navbar-item" href="https://keunhong.com">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a> -->
<!-- @PAN TODO: consider adding links? -->
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
Expand All @@ -91,7 +89,7 @@
</div>
</div>
</nav>
</nav> --->


<section class="hero">
Expand Down

0 comments on commit b187b02

Please sign in to comment.