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

sanketh card added #2978

Merged
merged 2 commits into from
Sep 30, 2023
Merged
Changes from all commits
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
33 changes: 31 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,36 @@ <h2>A project for first-time contributions</h2>

<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<!-- ________ Sanketh card START ________ -->
<div class="card">
<p class="name">Sanketh R</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/Sankethhr" target="_blank">Sankethhr</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Sanketh00" target="_blank">Sanketh00</a>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/sanketh-r-821222192/" target="_blank">Sanketh R</a>
</p>
<p class="about">Hey there! My name is Sanketh R, I'm a Computer Science Graduate who loves problem solving and now contributing to this page</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="First Resource">freecodecamp</a>
</li>
<li>
<a href="https://takeuforward.org/" target="_blank" title="Second Resource">For DSA</a>
</li>
<li>
<a href="https://neetcode.io/" target="_blank" title="Third resource">Neetcode</a>
</li>
</ul>
</div>
</div>
<!-- ________ Sanketh card END ________ -->

<!-- ________ Jason card START ________ -->
<div class="card">
<p class="name">Jason Ferrell</p>
<p class="contact">
Expand All @@ -132,7 +161,7 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ Jason card END ________ -->

<!-- ________ Sreshta card START ________ -->
<div class="card">
Expand Down