Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 25 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
# playactivity
*fork a repo <br>
*clone it
#### *fork a repo <br>
#### *clone it

<br>
#How to Contribute

# How to Contribute

*Fork the Repository
<br>
*Clone the Forked repository

#git clone:
*https://github.com/<USER_NAME>/<REPO_NAME>
### git clone:
https://github.com/<USER_NAME>/<REPO_NAME><br>
Add Scripts and necessary changes.

git add:
<br>*Commit the changes.
### git add:
*Commit the changes.

### git commit -m "MESSAGE":
*Push to your branch.

### git push:
*Raise a Pull Request to the parent Repository.

# Syncing a fork:

git commit -m "MESSAGE":
<br>*Push to your branch.
*Fetch the changes made in upstream.

git push:
<br>*Raise a Pull Request to the parent Repository.
### git fetch upstream:
*Merge the changes from upstream/master into your local master branch.

#Syncing a fork:
### git merge upstream/master:
*Push to your branch.

<br>*Fetch the changes made in upstream.
### git push.

git fetch upstream:
<br>*Merge the changes from upstream/master into your local master branch.

git merge upstream/master:
<br>*Push to your branch.
# any issue contact

git push.
### [Linkedin](https://www.linkedin.com/in/hari-om-kushwaha-6a698a192)

<br>
any issue contact
<br>
[Linkedin](https://www.linkedin.com/in/hari-om-kushwaha-6a698a192)
<br>
[instagram](_itzhari__)
### [instagram](_itzhari__)
22 changes: 11 additions & 11 deletions dance.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ <h2 class="font-italic">
<div class="collapse navbar-collapse justify-content-end" id="navlinks">
<ul class="navbar-nav text-center">
<!--home-->
<li class="nav-item active">
<a href="#" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="#" class="nav-link">sports</a>
</li>
<li class="nav-item ml-1">
<a href="#" class="nav-link">Dance</a>
</li>
<li class="nav-item active">
<a href="home.html" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="sport.html" class="nav-link">sports</a>
</li>
<li class="nav-item ml-1">
<a href="dance.html" class="nav-link">Dance</a>
</li>



Expand Down Expand Up @@ -138,4 +138,4 @@ <h5 class="card-title">


</body>
</html>
</html>
28 changes: 14 additions & 14 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ <h2 class="font-italic">
<ul class="navbar-nav text-center">
<!--home-->
<li class="nav-item active">
<a href="#" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="#" class="nav-link">Sports</a>
</li>
<li class="nav-item ml-1">
<a href="#" class="nav-link">Dance</a>
</li>
</li>
<li class="nav-item ml-1">
<a href="#" class="nav-link">Music</a>
</li>
<a href="home.html" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="sport.html" class="nav-link">Sports</a>
</li>
<li class="nav-item ml-1">
<a href="dance.html" class="nav-link">Dance</a>
</li>
</li>
<li class="nav-item ml-1">
<a href="music.html" class="nav-link">Music</a>
</li>



Expand Down Expand Up @@ -142,4 +142,4 @@ <h5 class="card-title">


</body>
</html>
</html>
10 changes: 5 additions & 5 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h2 class="font-italic">
</h2>
</div>
<ul class="nav">
<li><a href="#">Sports</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Dance</a></li>
<li><a href="#">Game</a></li>
<li><a href="sport.html">Sports</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="dance.html">Dance</a></li>
<li><a href="game.html">Game</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -120,4 +120,4 @@ <h1 class="icon side"><i class="fas fa-hand-point-right"></i></h1>
</script>

</body>
</html>
</html>
20 changes: 13 additions & 7 deletions music.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ <h2 class="font-italic">
<ul class="navbar-nav text-center">
<!--home-->
<li class="nav-item active">
<a href="#" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="#" class="nav-link">sports</a>
</li>
<a href="home.html" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="sport.html" class="nav-link">sports</a>
</li>
<li class="nav-item ml-1">
<a href="dance.html" class="nav-link">Dance</a>
</li>
<li class="nav-item ml-1">
<a href="game.html" class="nav-link">Game</a>
</li>



Expand Down Expand Up @@ -135,4 +141,4 @@ <h5 class="card-title">


</body>
</html>
</html>
19 changes: 11 additions & 8 deletions sport.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ <h2 class="font-italic">
<div class="collapse navbar-collapse justify-content-end" id="navlinks">
<ul class="navbar-nav text-center">
<!--home-->
<li class="nav-item active">
<a href="#" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="#" class="nav-link">Music</a>
</li>
<li class="nav-item active">
<a href="home.html" class="nav-link">Home</a>
</li>
<!--products-->
<li class="nav-item ml-1">
<a href="music.html" class="nav-link">Music</a>
</li>
<li class="nav-item ml-1">
<a href="game.html" class="nav-link">game</a>
</li>



Expand Down Expand Up @@ -135,4 +138,4 @@ <h5 class="card-title">


</body>
</html>
</html>