Follow these simple steps to add your profile card and make your first open-source contribution 🚀
Fork the repository to your GitHub account, then clone it to your local machine:
git clone https://github.com/your-username/repo-name.git
Add your image to the images/ folder and update
index.html with your card:
Commit your changes and push to your fork:
git add .
git commit -m "Add my profile card"
git
push origin main
Then create a Pull Request from your fork to the main repository.
Join our growing community of open-source contributors!