please do add images you will be using to the assets folder on the repository
- HTML
- CSS
- Javascript
- git & github
Dont forget to make a pull Request when contributing
- Fork the Repository
You will see the fork icon at the top right corner of the repository
2 Clone the Repository
example:
git clone https://github.com/hassana123/profile-card.git
- Make directory into the cloned repository
example:
cd profile-card
- Switch branch to a new branch
example:
git checkout -b "new branch name"
- Add your profile card
example:
<div class="container">
...................
</div>
- Style your profile card
example:
.container{
background: green;
color:blue;
......
}
- Git Add and commit on your terminal
example to add:
git add .
example to commit:
git commit -m "added my profile card"
8 then push to the branch you created
example:
git push --set-upstream origin (new branch name)
9 Lastly go to the forked repo on github and click on the compare and pull button