Student Contributions

A place for students to share ideas, practice Git, and celebrate collaboration.

Contributors: 1

Welcome to Our Student Project!

This is a collaborative project where students learn Git and GitHub by contributing their own cards. Add your details below!

Add your card now

Our Contributors

Name 1

Your one-line sentence here.

Sanskar Parab

Be the change you want to see in the world.

Learn Git & GitHub

Follow these simple steps to add your card to this project!

1

Fork the Repository

Go to the GitHub repository page and click the "Fork" button in the top-right corner. This creates your own copy of the project.

2

Clone Your Fork

Open your terminal/command prompt and run:
git clone [your-fork-url]
This downloads the project to your computer.

3

Add Your Card

Open index.html in a text editor. Copy the sample card template and paste it below the existing card. Change the name and sentence to yours!

4

Commit Your Changes

Run these commands in your terminal:
git add .
git commit -m "Added my contribution"

5

Push to GitHub

Upload your changes to your fork:
git push origin main

6

Create a Pull Request

Go to your fork on GitHub, click "Contribute", then "Open Pull Request". Add a description and submit!