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

Update index.html #4086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,34 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- __________ PARTH CARD Starts _______________ -->
<div class="card">
<p class="name">Parth Bhatt</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">thatsparthbhatt</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/your_user_handle" target="_blank">paarthbhatt</a>
</p>
<p class="about">
I'm a first-year tech enthusiast who believes in transforming code into impactful solutions. While many are exploring options, I’ve already dived into Web3 and Blockchain, because the future is 3.0, not 2.0.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.codewithharry.com/" target="_blank" title="First Resource">Code with Harry</a>
</li>
<li>
<a href="https://github.com/bradtraversy" target="_blank" title="Second Resource">Traversy Media</a>
</li>
<li>
<a href="https://harkirat.classx.co.in/new-courses" target="_blank" title="Third resource">Harkirat Singh</a>
</li>
</ul>
</div>
</div>

<!-- __________ PARTH CARD Ends _______________ -->
<!-- ________ unimaria card START ________ -->
<div class="card">
<p class="name">Maria</p>
Expand Down