Skip to content

Commit

Permalink
update sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeying-Gong committed Sep 30, 2024
1 parent 5996a5a commit 31c665c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/falcon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
<body>

<!-- 侧边导航栏 -->
<div id="sideNav" style="height: 100%; width: 250px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #f7f7f7; overflow-x: hidden; transition: 0.5s; padding-top: 60px; box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);">
<div id="sideNav" style="height: 100%; width: 14%; position: fixed; z-index: 1; top: 0; left: 0; background-color: #f7f7f7; overflow-x: hidden; transition: 0.5s; padding-top: 60px; box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" style="position: absolute; top: 20px; right: 25px; font-size: 36px; text-decoration: none; color: #333;">&times;</a>
<h2 style="margin-left: 20px; margin-bottom: 20px; font-size: 24px;">SideNav</h2>
<ul id="navLinks" style="list-style-type: none; padding-left: 20px;">
<li style="margin-bottom: 8px;"><a href="#overview" style="text-decoration: none; color: #007bff; font-size: 16px;">Overview Video</a></li>
<li style="margin-bottom: 8px;"><a href="#abstract" style="text-decoration: none; color: #007bff; font-size: 16px;">Abstract</a></li>
<li style="margin-bottom: 8px;"><a href="#more-videos" style="text-decoration: none; color: #007bff; font-size: 16px;">More Videos</a></li>
<li style="margin-bottom: 8px;"><a href="#frontal-approach" style="text-decoration: none; color: #007bff; font-size: 16px;">&nbsp;&nbsp;&nbsp;&nbsp;(a) Frontal Approach</a></li>
<li style="margin-bottom: 8px;"><a href="#intersection" style="text-decoration: none; color: #007bff; font-size: 16px;">&nbsp;&nbsp;&nbsp;&nbsp;(b) Intersection</a></li>
<li style="margin-bottom: 8px;"><a href="#blind-corner" style="text-decoration: none; color: #007bff; font-size: 16px;">&nbsp;&nbsp;&nbsp;&nbsp;(c) Blind Corner</a></li>
<li style="margin-bottom: 8px;"><a href="#person-following" style="text-decoration: none; color: #007bff; font-size: 16px;">&nbsp;&nbsp;&nbsp;&nbsp;(d) Person Following</a></li>
<li style="margin-bottom: 8px;"><a href="#frontal-approach" style="text-decoration: none; color: #007bff; font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;(a) Frontal Approach</a></li>
<li style="margin-bottom: 8px;"><a href="#intersection" style="text-decoration: none; color: #007bff; font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;(b) Intersection</a></li>
<li style="margin-bottom: 8px;"><a href="#blind-corner" style="text-decoration: none; color: #007bff; font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;(c) Blind Corner</a></li>
<li style="margin-bottom: 8px;"><a href="#person-following" style="text-decoration: none; color: #007bff; font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;(d) Person Following</a></li>
<li style="margin-bottom: 8px;"><a href="#bibtex" style="text-decoration: none; color: #007bff; font-size: 16px;">BibTeX</a></li>
<li style="margin-bottom: 8px;"><a href="#references" style="text-decoration: none; color: #007bff; font-size: 16px;">References</a></li>
</ul>
Expand Down

0 comments on commit 31c665c

Please sign in to comment.