Skip to content

Commit

Permalink
Update chapter.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RitiChandak committed Jul 18, 2023
1 parent ac83193 commit 12b8c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<!-- company name -->

<h1 class="logo me-auto" id="landingPage"><a href="#">OS-CODE</a></h1>
<h1 class="logo me-auto" id="landingPage"><a href="/">OS-CODE</a></h1>

</div>
<!-- removed image and replaced with a svg -->
Expand All @@ -86,7 +86,7 @@ <h1 class="logo me-auto" id="landingPage"><a href="#">OS-CODE</a></h1>
<ul class="nav-list">
<li><a class="nav-link scrollto" style="text-decoration: none;" href="/">HOME</a></li>
<li><a class="nav-link scrollto" style="text-decoration: none;" href="/#mainabout">ABOUT</a></li>
<li><a class="nav-link scrollto active" style="text-decoration: none;" href="chapters/chapter.html">CHAPTERS</a></li>
<li><a class="nav-link scrollto active" style="text-decoration: none;" href="chapter.html">CHAPTERS</a></li>
<li><a class="nav-link scrollto" style="text-decoration: none;" href="https://blog.oscode.co.in/">BLOGS</a></li>
<li><a class="nav-link scrollto" href="../events/events.html" style="text-decoration: none;">EVENTS</a></li>
<li><a class="nav-link scrollto" href="/#contact" style="text-decoration: none;">CONTACT</a></li>
Expand Down

0 comments on commit 12b8c8c

Please sign in to comment.