Skip to content

Commit

Permalink
Merge branch 'master' into AlexandreP23-card
Browse files Browse the repository at this point in the history
  • Loading branch information
CandidDeer authored Sep 30, 2023
2 parents 97a007b + 4efc710 commit a0bec63
Showing 1 changed file with 57 additions and 3 deletions.
60 changes: 57 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ <h2>A project for first-time contributions</h2>

<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- Keep one line of space above and below your card -->

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

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<!-- ________ Alexandre card START ________ -->
<div class="card">
<p class="name">Alexandre Peres</p>
<p class="contact">
Expand All @@ -134,7 +134,61 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ Alexandre card END ________ -->

<!-- ________ 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">
<i class="fab fa-github"></i>
<a href="https://github.com/jgf-osu" target="_blank">jgf-osu</a>
</p>
<p class="about">Hello, I'm contributing to this project!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://projecteuler.net/" target="_blank" title="A website for practicing programming">Project Euler</a>
</li>
<li>
<a href="https://docs.python.org/" target="_blank" title="Official documentation for the Python programming language">docs.python.org</a>
</li>
<li>
<a href="https://www.gnu.org/software/emacs/" target="_blank" title="You don't actually need any other software">GNU Emacs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Jason card END ________ -->

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

0 comments on commit a0bec63

Please sign in to comment.