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

Add vishwanthu13 card info #4119

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
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,32 @@ <h2>A project for first-time contributions</h2>
<!-- ================== TEMPLATE ================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Vishwanth Uppula</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/vichuvishwanth" target="_blank">@vichuvishwanth</a>
<i class="fab fa-github"></i>
<a href="https://github.com/vishwanthu13" target="_blank">vishwanthu13</a>
</p>
<p class="about">Code enthusiat , Travelling keeps me alive, Spread love , </p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/@hubermanlab" target="_blank" title="You cant control anything but the brain , better understand about it">Huberman lab podcast</a>
</li>
<li>
<a href="https://www.richdad.com/" target="_blank" title="Unlimited Money doesn't solve your problem, Managing what you have would definely solve the problem">Rich dad poor dad </a>
</li>
<li>
<a href="https://jamesclear.com/atomic-habits" target="_blank" title="The Quality of life depends upon the Quality of habitss">Atomic Habits</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Your name</p>
Expand Down