Skip to content

Commit

Permalink
Merge pull request #3837 from edmondprin/add-edmondprin-card
Browse files Browse the repository at this point in the history
Add edmondprin card info
  • Loading branch information
CandidDeer authored Jul 7, 2024
2 parents 56d2271 + 93cb930 commit 626bf87
Showing 1 changed file with 36 additions and 39 deletions.
75 changes: 36 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,40 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ================================================ -->
<!-- ================== TEMPLATE ================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<!-- 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 ========= -->


<!-- ________ Edmond Contributor card START ________ -->
<div class="card">
<p class="name">Edmond</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.x.com/edmondprin" target="_blank">My Twitter</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/edmondprin" target="_blank">My GitHub</a>
</p>
<p class="about">I am learning frontend web development and have some knowledge of Python</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org" target="_blank" title="First Resource">Mozilla</a>
</li>
<li>
<a href="https://www.geeksforgeeks.org" target="_blank" title="Second Resource">Geeks For Geeks</a>
</li>
<li>
<a href="https://www.w3schools.com" target="_blank" title="Third resource">w3 Schools</a>
</li>
</ul>
</div>
</div>
<!-- ________ Edmond Contributor card END ________ -->


<!-- ________ Faruk Contributor START ________ -->
<div class="card">
<p class="name">Faruk Idris</p>
<p class="contact">
Expand All @@ -139,41 +169,8 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->

<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/farukidris_" target="_blank">@farukidris_</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/farooq13" target="_blank">farooq13</a>
</p>
<p class="about">full-stack developer | Open-source contributor</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://github.com" target="_blank" title="First Resource">GitHub</a>
</li>
<li>
<a href="https://youtu.be/hrTQipWp6co?si=7zjeZksnfxBs1oyA" target="_blank" title="Second Resource">
SuperSimpleDev
</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Third resource">StackOverFlow</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ Faruk Contributor END ________ -->

<!-- COPY everything ABOVE this, from contributor card start to end along with the "START" and "END" comment lines -->
<!-- ============== ^^^^ TEMPLATE ^^^^ ============== -->
<!-- ================================================ -->

<!-- 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 ========= -->

<!-- ________ *Oluwatobi Salawu* Contributor card START ________ -->
<div class="card">
Expand Down Expand Up @@ -2741,4 +2738,4 @@ <h2>A project for first-time contributions</h2>
</footer>
<script type="module" src="assets/script.js"></script>
</body>
</html>
</html>

0 comments on commit 626bf87

Please sign in to comment.