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

added javascript resources #103

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,28 @@ <h3>&#128512; Happy Coding!!! &#128512; </h3></p>
</div>
</div>
<!-- Gaurav's Card End -->
<!-- Happy's Card Start -->
<div class="card">
<p class="name">Happy singh</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/Happy2411" target="_blank">Happy Github</a>
</p>
<p class="about"> I am final year Student of Computer Science and Engineering in BBDITM ,Lucknow.I am enthusiast in Front End Developpment in React.js along with DSA.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
Copy link
Member

@Nitesh-thapliyal Nitesh-thapliyal Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have only added 2 resources so make "3" to 2 else add one more resource

<ul>

<li>
<a href="https://javascript.info/" target="_blank" title="First Resource">Learn all about basic and advanced javascript</a>
</li>
<li>
<a href="https://www.interviewbit.com/react-interview-questions/" target="_blank" title="Second resource">React Most important interview questions</a>
</li>
</ul>
</div>
</div>
<!-- Happy's Card End -->

<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
Expand Down