Skip to content
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

Conversation

aarushisingh2004
Copy link
Contributor

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:-
skill1
skill2

@aarushisingh2004
Copy link
Contributor Author

#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>
Copy link
Member

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">
Copy link
Member

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?

Copy link
Member

@ayushichoudhary-19 ayushichoudhary-19 left a 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!

@aarushisingh2004
Copy link
Contributor Author

ok I will make the changes soon

@aarushisingh2004
Copy link
Contributor Author

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

@aarushisingh2004
Copy link
Contributor Author

please review @ayushichoudhary-19 , I have merged all conflicts and added changes suggested

@ayushichoudhary-19
Copy link
Member

Great job, @aarushisingh2004! Your pull request looks good and I'll be merging it now!

@ayushichoudhary-19 ayushichoudhary-19 merged commit 2f40cb1 into SnowScriptWinterOfCode:main Jan 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants