-
Notifications
You must be signed in to change notification settings - Fork 40
Added link to the contact page #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ <h1 class="">ProgrammerGaurav</h1> | |
<a title="SKills Navigation" class="nav-link" href="/#skills">Skills</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a title="Contact Navigation" class="nav-link" href="">Contact</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the page itself is on contact.html so no need redirect again on contact.html There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, you're right, I've edited the wrong file. You have an issue with the 'Contact' link on your nav bar, when you click it doesn't direct you to the contact page. I've fixed this now. |
||
<a title="Contact Navigation" class="nav-link" href="/contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|