This repository is created for educational purposes only, to help beginners learn how to contribute to GitHub projects using HTML and CSS.
-
Teach beginners how to Fork repositories and create Pull Requests (PRs).
-
Understand the concept of open-source contributions.
-
Provide a safe environment to practice collaboration without affecting real projects.
Follow these steps to add your card to the repository:
Click the Fork button at the top-right corner of this page to create your own copy.
git clone https://github.com/your-username/Developers-cards.git
Place your image or avatar inside the imgs/ folder.
Name the image using your name (example: turky.jpg).
Copy the code below, update it with your own information, and paste it below the comment:
<!-- Start Card -->
<div class="card h-100 pb-5 border-0 shadow-lg card-hover text-center overflow-hidden">
<img src="/imgs/your-name.jpg" class="card-img-top rounded-circle mx-auto mt-4" style="width: 120px; height: 120px; object-fit: cover" alt="Photo"/>
<div class="card-body card-content">
<h5 class="card-title mb-1">Your Name</h5>
<p class="text-muted small mb-2">Your Role</p>
<p class="small text-secondary bio">
A short description about you, your interests, or what you are learning.
</p>
<div class="d-flex flex-wrap justify-content-center gap-1 mt-2">
<span class="badge bg-dark">HTML</span>
<span class="badge bg-primary">CSS</span>
</div>
</div>
</div>
<!-- End Card -->After adding your card, move this comment below your card:
Open README.md and add your name under Participants.
Then open a Pull Request from your fork to the main repository.
- Edit only your own card.
- Do not modify other contributors’ cards.
- File and image names must be in English.
- Pull requests that do not follow these rules may be rejected (for learning purposes).
Turky Ahmed
Marwan Bazighifan
Saleh Ghulam
Abdullah Bamaga
Add your name here when contributing
✨This project is about learning—don’t worry about mistakes!😉