Contribute your name and any jokes / tech related advice / anything in this project
Fork this repository
clone and make a new branch with this code
git checkout -b <your branch name>
Make a folder with your name, Code anything with an index.html file and add the folder link in the index.html as following:
find the 'example' card first and copy the card, it will look like this
<!-- EXAMPLE CARD -->
<div class="col-md-3 card d-flex align-items-center justify-content-center postion-relative shadow-lg">
<div class="mypic d-flex align-items-center justify-content-center ">
<img src="example/mypic.png" alt="" class="rounded-circle">
</div>
<h5 class="">
Web Application
</h5>
<h6>
skills
</h6>
<p>
PHP, Laravel, Javascript
</p>
<a href="example/index.html" class="card-link btn btn-success">Read</a>
</div>
<!-- Card body end, copy ends here-->
Paste your card below the example card
Select all files to commit
git add .
commit your changes
git commit -m 'your commit message`
git push origin <your branch name>
Submit a pull request