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
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ <h2 class=" font-weight-bold">IEEE Delhi Section</h2>
</button>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav row w-100 mx-auto">
<li class="nav-item col active text-center"><a href="/" class="nav-link font-weight-bold">Home</a></li>
<li class="nav-item col text-center"><a href="/" class="nav-link font-weight-bold">Home</a></li>
<li class="nav-item col text-center"><a href="/committee.html" class="nav-link font-weight-bold">Committee</a></li>
<li class="nav-item col text-center"><a href="/papers.html" class="nav-link font-weight-bold">Call for Papers</a></li>
<li class="nav-item col active text-center"><a href="/papers.html" class="nav-link font-weight-bold">Call for Papers</a></li>
<li class="nav-item col text-center"><a href="/authors.html" class="nav-link font-weight-bold">For Authors</a></li>
<li class="nav-item col text-center"><a href="/register.html" class="nav-link font-weight-bold">Registration</a></li>
</ul>
Expand Down