Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 1 addition & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<!-- ================================ Header Section Start Here ================================ -->
<header>
<main>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Another misplaced <main> tag inside <header>. This breaks semantic HTML structure.

<nav class="navbar navbar-expand-lg fixed-top custom-navbar">
<nav class="navbar navbar-expand-lg fixed-top ">
<div class="container">
<a class="navbar-brand" href="#homeSection">Code<span>Clip</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -99,47 +99,6 @@
</div>
</div>
</nav>

<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="#homeSection">Code<span>Clip</span></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item ">
<a
class="active"
aria-current="page"
href="#top"
>Home</a
>
</li>
<li class="nav-item">
<a href="../CodeClip/pages/challenges.html">Challenges</a>
</li>
<li class="nav-item">
<a href="#leaderboardSection">Leaderboard</a>
</li>
<li class="nav-item">
<a href="#aboutSection">About</a>
</li>
<li class="nav-item">
<a href="#contactFooter">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</main>
</header>
<!-- ================================ Header Section Start Here ================================ -->
Expand Down