-
Notifications
You must be signed in to change notification settings - Fork 39
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
issue #6 addinng skills section #27
issue #6 addinng skills section #27
Conversation
#6 issue assigned to me, skills section added please review @i-am-SnehaChauhan |
index.html
Outdated
@@ -14,6 +16,10 @@ | |||
<li><a href="#about">About Me</a></li> | |||
<li><a href="#projects">Projects</a></li> | |||
<li><a href="#contact">Contact</a></li> | |||
<!-- added the skills and FAQ section --> | |||
<li><a href="#Skills">Skills</a></li> |
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.
Let's maintain consistency. Could we keep the first letter of the ID name in lowercase, as in "#skills" and not "#Skills"? And the same goes for others too.
index.html
Outdated
@@ -66,8 +72,77 @@ <h3>Project 3</h3> | |||
</div> | |||
</section> | |||
|
|||
<!-- Skills section --> | |||
<section class="skills"> |
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.
For the navbar link to work, we need to add id="skills"
within this tag. Could you please incorporate that?
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.
Please review the comments added to your committed code and incorporate the changes. Thank you!
ok I will make the changes soon |
please review @ayushichoudhary-19 I changed it to skill_section and added skill_section to id , I kept the class name as "skill" only because I was using this class in css at many places , so to avoid mistake, please review , if any more changes are required |
please review @ayushichoudhary-19 , I have merged all conflicts and added changes suggested |
Great job, @aarushisingh2004! Your pull request looks good and I'll be merging it now! |
2f40cb1
into
SnowScriptWinterOfCode:main
As per the the issue allotted to me, issue #6
I had to make the
->skills
->testimonials
->faq section
Out of which, I have completed skills section, for further sections ill send the pull request again ,please review my pr
The added section of skills look like:-