Skip to content

Commit

Permalink
Fixed the dual navigation bar error
Browse files Browse the repository at this point in the history
  • Loading branch information
Meet-Vyas-Dev committed Aug 4, 2024
1 parent 883881c commit 734d2b6
Showing 1 changed file with 13 additions and 42 deletions.
55 changes: 13 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,19 +246,7 @@
<div class="KW_progressBar">
</div>
</div>
<div class="page">
<nav id="colorlib-main-nav" role="navigation">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle active"><i></i></a>
<div class="js-fullheight colorlib-table">
<div class="img" style="background-image: url(pics/background.jpg);"></div>
<div class="colorlib-table-cell js-fullheight">
<div class="row no-gutters">
<div class="col-md-12 text-center">
<h1 class="mb-4"><a href="index.html" class="logo" style="color: #fff">Meet Vyas</a></h1>
<div class="KW_progressContainer">
<div class="KW_progressBar">
</div>
</div>

<div class="page">
<nav id="colorlib-main-nav" role="navigation">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle active"><i></i></a>
Expand All @@ -269,40 +257,23 @@ <h1 class="mb-4"><a href="index.html" class="logo" style="color: #fff">Meet Vyas
<div class="col-md-12 text-center">
<h1 class="mb-4"><a href="index.html" class="logo" style="color: #fff">Meet Vyas</a></h1>
<div class="scroll-wrapper">
<ul>
<li><a target="_blank" href="index.html"><span><small>01</small>Home</span></a></li>
<li><a target="_blank" href="about.html"><span><small>02</small>About</span></a></li>
<li><a target="_blank" href="physics.html"><span><small>03</small>Physics</span></a></li>
<li><a target="_blank" href="comp.html"><span><small>04</small>Computer Science</span></a></li>
<li><a target="_blank" href="projects.html"><span><small>05</small>Course Projects</span></a></li>
<li><a target="_blank" href="blog.html"><span><small>06</small>Blog</span></a></li>
<li><a target="_blank" href="https://meet-vyas.notion.site/2096f14202de434995ea109d4381ca71?v=227db1b3a43446a98e2aaa79d7ff9461&pvs=4"><span><small>07</small>Reading List</span></a></li>
<li><a target="_blank" href="references.html"><span><small>08</small>References & Textbooks </span></a></li>
<li><a target="_blank" href="tuner.html"><span><small>08</small>Tuner (Beta)</span></a></li>

</ul>
<ul>
<li><a target="_blank" href="index.html"><span><small>01</small>Home</span></a></li>
<li><a target="_blank" href="about.html"><span><small>02</small>About</span></a></li>
<li><a target="_blank" href="physics.html"><span><small>03</small>Physics</span></a></li>
<li><a target="_blank" href="comp.html"><span><small>04</small>Computer Science</span></a></li>
<li><a target="_blank" href="projects.html"><span><small>05</small>Course Projects</span></a></li>
<li><a target="_blank" href="blog.html"><span><small>06</small>Blog</span></a></li>
<li><a target="_blank" href="https://meet-vyas.notion.site/2096f14202de434995ea109d4381ca71?v=227db1b3a43446a98e2aaa79d7ff9461&pvs=4"><span><small>07</small>Reading List</span></a></li>
<li><a target="_blank" href="references.html"><span><small>08</small>References & Textbooks </span></a></li>
<li><a target="_blank" href="tuner.html"><span><small>09</small>Tuner (Beta)</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<ul>
<li><a target="_blank" href="index.html"><span><small>01</small>Home</span></a></li>
<li><a target="_blank" href="about.html"><span><small>02</small>About</span></a></li>
<li><a target="_blank" href="physics.html"><span><small>03</small>Physics</span></a></li>
<li><a target="_blank" href="comp.html"><span><small>04</small>Computer Science</span></a></li>
<li><a target="_blank" href="projects.html"><span><small>05</small>Course Projects</span></a></li>
<li><a target="_blank" href="blog.html"><span><small>06</small>Blog</span></a></li>
<li><a target="_blank" href="https://meet-vyas.notion.site/2096f14202de434995ea109d4381ca71?v=227db1b3a43446a98e2aaa79d7ff9461&pvs=4"><span><small>07</small>Reading List</span></a></li>
<li><a target="_blank" href="references.html"><span><small>08</small>References & Textbooks </span></a></li>
<li><a target="_blank" href="tuner.html"><span><small>08</small>Tuner (Beta)</span></a></li>

</ul>
</div>
</div>
</div>
</div>
</nav>

<div id="colorlib-page">
<header>
Expand Down

0 comments on commit 734d2b6

Please sign in to comment.