Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developers Cards 🧑‍💻

This repository is created for educational purposes only, to help beginners learn how to contribute to GitHub projects using HTML and CSS.

Goal

  • 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.

How to Contribute

Follow these steps to add your card to the repository:

1. Fork the Repository

Click the Fork button at the top-right corner of this page to create your own copy.

2. Clone Your Fork to Your Local Machine

git clone https://github.com/your-username/Developers-cards.git

3. Add Your Image

Place your image or avatar inside the imgs/ folder. Name the image using your name (example: turky.jpg).

4. Add Your Card

Copy the code below, update it with your own information, and paste it below the comment:

<!-- Start Card (Your Name) -->
<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 -->

5. Move the Comment

After adding your card, move this comment below your card:

6. Add Your Name to the Participants Section

Open README.md and add your name under Participants.

7. Commit and Create a Pull Request (PR)

Then open a Pull Request from your fork to the main repository.

Contribution Rules

  • 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).

Participants

Turky Ahmed

Marwan Bazighifan

Saleh Ghulam

Abdullah Bamaga

Abdulrahman Bajaman

Mohammed Aljabri

Salah Albatati

Add your name here when contributing

✨This project is about learning—don’t worry about mistakes!😉

About

Educational repository for practicing GitHub contributions via pull requests

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages