Skip to content

Commit

Permalink
Merge pull request #3762 from peculiap1/peculia-card
Browse files Browse the repository at this point in the history
Add my card information
  • Loading branch information
CandidDeer committed May 19, 2024
2 parents b950e66 + 8691700 commit 6afdaa8
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,31 @@ <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 ========= -->

<!-- ________ Peculia card START ________ -->
<div class="card">
<p class="name">Peculia</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/peculiap1" target="_blank">peculiap1</a>
</p>
<p class="about">Hi! I'm a Student developer, and aspiring Frontend Web Developer. New to open-source. Feel free to contact me!</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://www.w3schools.com/" target="_blank" title="Second Resource">W3Schools</a>
</li>
<li>
<a href="https://openai.com/chatgpt/" target="_blank" title="Third resource">ChatGPT</a>
</li>
</ul>
</div>
</div>
<!-- ________ Peculia card END ________ -->

<!-- ________ *Ahmed Roberts* Contributor card START ________ -->
<div class="card">
<p class="name">Ahmed Roberts</p>
Expand Down Expand Up @@ -1028,4 +1053,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 6afdaa8

Please sign in to comment.