Skip to content

Commit

Permalink
Merge pull request #3779 from Daniel-Kill/branch-with-leaf
Browse files Browse the repository at this point in the history
Added my Contributor Card
  • Loading branch information
CandidDeer authored May 25, 2024
2 parents a17a6a5 + a3881cd commit c21e3ae
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,33 @@ <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 ========= -->

<!-- ________ *Daniel Kill* Contributor card START ________ -->
<div class="card">
<p class="name">Daniel Kill</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/daniel-kill-57014630a/" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Daniel-Kill" target="_blank">Your handle</a>
</p>
<p class="about">I'm a software developer and have dabbled in several programming languages since 1982.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=qz0aGYrrlhU" target="_blank" title="HTML Tutorial for Beginners: HTML Crash Course">HTML Tutorial for Beginners</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=W6NZfCO5SIk" target="_blank" title="JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour">JavaScript Tutorial for Beginners</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=7S_tz1z_5bA" target="_blank" title="MySQL Tutorial for Beginners [Full Course]">MySQL Tutorial for Beginners</a>
</li>
</ul>
</div>
</div>
<!-- ________ *Daniel Kill* Contributor card END ________ -->

<!-- ________ Hau Trong Phan________ -->
<div class="card">
<p class="name">Hau Trong Phan</p>
Expand Down Expand Up @@ -1344,4 +1371,4 @@ <h2>A project for first-time contributions</h2>
</div>
<script type="module" src="assets/script.js"></script>
</body>
</html>
</html>

0 comments on commit c21e3ae

Please sign in to comment.