-
Notifications
You must be signed in to change notification settings - Fork 14
added nav links #22
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
base: develop
Are you sure you want to change the base?
added nav links #22
Conversation
index.html
Outdated
@@ -48,6 +48,12 @@ | |||
</div> | |||
<button type="submit" class="btn btn-success">Sign in</button> | |||
</form> --> | |||
<div class="topnav"> | |||
<a href="#">Contact</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should now point to a valid anchor tag on the page.
edf4b07
to
0e62f7d
Compare
@@ -48,6 +48,12 @@ | |||
</div> | |||
<button type="submit" class="btn btn-success">Sign in</button> | |||
</form> --> | |||
<div class="topnav"> | |||
<a href="#contact">Contact</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CuriousLearner Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@CuriousLearner I'm unsure why |
I am clueless right now about that. But as far as I remember it wasn't the requirement anytime. Maybe @nileshgulia1 added it on his own. |
Ah, I just followed traditional landing page concepts for navbars :), my bad. |
fixes #21

@CuriousLearner Please review