Skip to content

Commit

Permalink
Merge pull request #3080 from savellap/patrick-card
Browse files Browse the repository at this point in the history
Patrick Savella's card
  • Loading branch information
CandidDeer authored Oct 7, 2023
2 parents ba5a0c9 + e4fb0d4 commit 896892f
Showing 1 changed file with 52 additions and 27 deletions.
79 changes: 52 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,58 @@ <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 ========= -->

<!-- ________ Patrick card START ________ -->
<div class="card">
<p class="name">Patrick Ariel Savella</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/savellap" target="_blank">savellap</a>
</p>
<p class="about">I like baking cookies and programming.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://pll.harvard.edu/course/cs50-introduction-computer-science" target="_blank" title="free Harvard cs course">Free CS course from Harvard</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Freecodecamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.codecademy.com/" target="_blank" title="Codecademy">Codecademy</a>
</li>
</ul>
</div>
</div>
<!-- ________ Patrick card END ________ -->

<!-- ________ Matt card START ________ -->
<div class="card">
<p class="name">Matt DeMichele</p>
<p class="contact">
<i class="fab fa-medium"></i>
<a href="https://medium.com/@mattdemichele" target="_blank">@mattdemichele</a>
<i class="fab fa-github"></i>
<a href="https://github.com/mdemichele" target="_blank">@mdemichele</a>
</p>
<p class="about">I love the ocean and all of the life within it. I like freediving, spearfishing, noseriding, shaping surfboards, scuba diving, and think dry land's not so bad either. Oh, and computers are okay too, I guess.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://github.com/Gear61/Software-Project-Ideas" target="_blank" title="First Resource">Software Project Ideas</a>
</li>
<li>
<a href="https://www.techinterviewhandbook.org/software-engineering-interview-guide/" target="_blank" title="Second Resource">The Tech Interview Handbook</a>
</li>
<li>
<a href="https://medium.com/@mattdemichele/5-lessons-for-junior-developers-b9b0c0f88780" target="_blank" title="Third resource">5 Lessons For Junior Developers</a>
</li>
</ul>
</div>
</div>
<!-- ________ Matt card END ________ -->

<!-- ________ Davood card START ________ -->
<div class="card">
<p class="name">Davood Alavi</p>
Expand Down Expand Up @@ -370,33 +422,6 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *Tyler's* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Matt DeMichele</p>
<p class="contact">
<i class="fab fa-medium"></i>
<a href="https://medium.com/@mattdemichele" target="_blank">@mattdemichele</a>
<i class="fab fa-github"></i>
<a href="https://github.com/mdemichele" target="_blank">@mdemichele</a>
</p>
<p class="about">I love the ocean and all of the life within it. I like freediving, spearfishing, noseriding, shaping surfboards, scuba diving, and think dry land's not so bad either. Oh, and computers are okay too, I guess.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://github.com/Gear61/Software-Project-Ideas" target="_blank" title="First Resource">Software Project Ideas</a>
</li>
<li>
<a href="https://www.techinterviewhandbook.org/software-engineering-interview-guide/" target="_blank" title="Second Resource">The Tech Interview Handbook</a>
</li>
<li>
<a href="https://medium.com/@mattdemichele/5-lessons-for-junior-developers-b9b0c0f88780" target="_blank" title="Third resource">5 Lessons For Junior Developers</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Akash K</p>
Expand Down

0 comments on commit 896892f

Please sign in to comment.