Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -3154,6 +3154,33 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ aarifkhan7 card END ________ -->

<!-- ________ Jawad card START ________ -->
<div class="card">
<p class="name">Jawad Erfani</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://twitter.com/JawadErfani01" target="_blank">JawadErfani01</a>
<i class="fab fa-github"></i>
<a href="https://github.com/JawadErfani01" target="_blank">JawadErfani01</a>
</p>
<p class="about">MERN stack developer creating clean, efficient web solutions since 2022.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="Third resource">W3Schools</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">FreeCodeCamp</a>
</li>
</ul>
</div>
</div>
<!-- ________ Jawad card END ________ -->

<!-- ========= END ========= -->

<!-- <<<<< Do not change anything below this line >>>>> -->
Expand Down