Skip to content

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixed the link to the Contact page as it wasn't working as expected
  • Loading branch information
laadysufiia committed Oct 8, 2020
commit c99d3e68530b79068a9531ad1f09ea6162fadc5a
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.html">Contact</a>
<a title="Contact Navigation" class="nav-link" href="">Contact</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="">Programmer Gaurav</h1>
<a title="SKills Navigation" class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a title="Contact Navigation" class="nav-link" href="/contact.html">Contact</a>
<a title="Contact Navigation" class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
Expand Down