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

alvesgc-card #2959

Merged
merged 1 commit into from
Sep 27, 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
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,43 @@ <h2>A project for first-time contributions</h2>
<!-- Keep one line of space above and below your card -->

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

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->

<!-- ________ alvesgc card START ________ -->
<div class="card">
<p class="name">Alisson</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://www.twitter.com/choqu3_al" target="_blank">My Twitter/X</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/alvesgc" target="_blank">My GitHub</a>
</p>
<p class="about">
As a technology enthusiast
I'm always seeking to learn new things and keep up <br>
with the latest trends in the development community. <br>
NodeJS and React programmer and always studying some technology <br>
Interested in Java, Python, C++.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://chat.openai.com" target="_blank" title="First Resource">ChatGPT</a>
</li>
<li>
<a href="https://www.freecodecamp.org" target="_blank" title="Second Resource">FreeCodCamp</a>
</li>
<li>
<a href="https://hacktoberfest.com" target="_blank" title="Third resource">Hacktoberfest</a>
</li>
</ul>
</div>
</div>
<!-- ________ alvesgc card END ________ -->


<!-- ________ Ashvath's card START ________ -->
<div class="card">
<p class="name">Ashvath</p>
Expand Down
Loading