This repository is public for a reason , try pull requests sharing jokes π
link to the website : github-jokes
this is an opportunity, to try github pull requests , consider it a fun playground
- fork the repo using the button on top
- clone the forked repo
- create a new branch
- add a joke in index.html
- add commit and push changes
- click compare and pull request
- wait for it to get accepted ! more details on how to create pull request
simply add a div that contains a paragraph , after the div add a hr , this is a simple layout to keep the divs organized and to ease futur modifications , example :
<div>
<p> the joke </p>
<a href="you github link"> your name </a>
</div>
<hr> // to seperate jokes ;)
<div>
<p> the joke </p>
<a href="you github link"> your name </a>
</div>
<hr> // to seperate jokes ;)
- add a theme