Skip to content

Commit 088d366

Browse files
authored
Update index.html
1 parent 3382efc commit 088d366

1 file changed

Lines changed: 11 additions & 24 deletions

File tree

cn_webviewer/index.html

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<body>
1414
<header class="main-header">
1515
<div class="header-left">
16-
<div class="clock" id="clock"></div>
17-
</div>
18-
19-
<div class="header-center">
16+
<button class="menu-toggle" id="menuToggle" aria-label="Toggle Menu" title="Toggle Menu">
17+
<i class="fas fa-bars"></i>
18+
</button>
19+
2020
<h1 class="site-title" id="siteTitle" style="cursor: pointer;" title="Back to home">
2121
<i class="fas fa-network-wired"></i>
2222
Computer Networking
@@ -28,11 +28,6 @@ <h1 class="site-title" id="siteTitle" style="cursor: pointer;" title="Back to ho
2828
<i class="fas fa-home"></i>
2929
</button>
3030

31-
<button class="search-toggle" id="searchToggle" aria-label="Search">
32-
<i class="fas fa-search"></i>
33-
<span class="search-hint">Ctrl+K</span>
34-
</button>
35-
3631
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
3732
<i class="fas fa-moon"></i>
3833
</button>
@@ -58,20 +53,12 @@ <h1 class="site-title" id="siteTitle" style="cursor: pointer;" title="Back to ho
5853
</header>
5954

6055
<main class="container">
61-
<div class="search-modal" id="searchModal">
62-
<div class="search-modal-content">
63-
<div class="search-box">
64-
<i class="fas fa-search"></i>
65-
<input type="text" id="searchInput" placeholder="Search documentation..." autocomplete="off">
66-
<button class="search-close" id="searchClose">
67-
<i class="fas fa-times"></i>
68-
</button>
69-
</div>
70-
<div class="search-results" id="searchResults">
71-
<p class="search-placeholder">Start typing to search...</p>
72-
</div>
73-
</div>
74-
</div>
56+
<!-- Left Sidebar Navigation -->
57+
<aside class="left-sidebar" id="leftSidebar">
58+
<nav class="main-navigation" id="mainNav">
59+
<!-- Navigation will be populated by JavaScript from README TOC -->
60+
</nav>
61+
</aside>
7562

7663
<div class="content-wrapper">
7764
<div id="loading" class="loading">
@@ -114,4 +101,4 @@ <h1 class="site-title" id="siteTitle" style="cursor: pointer;" title="Back to ho
114101

115102
<script src="app.js"></script>
116103
</body>
117-
</html>
104+
</html>

0 commit comments

Comments
 (0)