Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Nov 9, 2024
1 parent e990710 commit 0a80d03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
## SprintingSnail69
- Pro HTML and JS dev
- Started the project
- Did most of the HTML and JS
- Added like 11 sounds
- Did like half of the HTML and JS
- Added like 15 sounds
- Bad at CSS
> more features on its way... <br>
> - SprintingSnail69
## cobblesteve01
- Pro at every language
- Joined 2 days after launch
- Added like 27 sounds
- Did all the CSS
- Helped with HTML and JS
- Cooking with the CSS
- Did like half of the HTML and JS
> more sounds to come... <br>
> - cobblesteve01
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ <h1 class="head">CoolSounds</h1>
<div class="buttons">
<button onclick="playSound('sound1')">GET OUT🗣</button>
<button onclick="playSound('sound2')">Metal Pipe</button>
<button onclick="playSound('sound3')">Indian Music</button>
<button onclick="playSound('sound4')">Thick of It</button>
<button onclick="playSound('sound1000')">Better Thick of It🔥</button>
<button onclick="playSound('sound5')">Vine Boom</button>
<button onclick="playSound('sound6')">Anime⚠️</button>
<button onclick="playSound('sound7')">Apple Pay Sound</button>
Expand Down Expand Up @@ -84,9 +81,6 @@ <h1 class="head">CoolSounds</h1>
<!-- Audio elements for each sound. Add more buttons and use files. -->
<audio class="Audio" id="sound1" src="audio/getout.mp3"></audio>
<audio class="Audio" id="sound2" src="audio/pipe.mp3"></audio>
<audio class="Audio" id="sound3" src="audio/indi.mp3"></audio>
<audio class="Audio" id="sound4" src="audio/thick.mp3"></audio>
<audio class="Audio" id="sound1000" src="audio/betterthick.mp3"></audio>
<audio class="Audio" id="sound5" src="audio/vine.mp3"></audio>
<audio class="Audio" id="sound6" src="audio/anime-ahh.mp3"></audio>
<audio class="Audio" id="sound7" src="audio/applepay.mp3"></audio>
Expand Down
6 changes: 6 additions & 0 deletions music.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ <h1 class="head">Music</h1>
<button onclick="playSound('music2')">Monody</button>
<button onclick="playSound('music3')">Fly Away</button>
<button onclick="playSound('music4')">Fluffing A Duck</button>
<button onclick="playSound('music5')">Indian Music</button>
<button onclick="playSound('music6')">Thick of It</button>
<button onclick="playSound('music7')">Better Thick of It🔥</button>


</div>
Expand All @@ -49,6 +52,9 @@ <h1 class="head">Music</h1>
<audio class="Audio" id="music2" src="audio/monody.mp3"></audio>
<audio class="Audio" id="music3" src="audio/flyaway.mp3"></audio>
<audio class="Audio" id="music4" src="audio/fluffingaduck.mp3"></audio>
<audio class="Audio" id="music5" src="audio/indi.mp3"></audio>
<audio class="Audio" id="music6" src="audio/thick.mp3"></audio>
<audio class="Audio" id="music7" src="audio/betterthick.mp3"></audio>


<!--Add more audio like above-->
Expand Down

0 comments on commit 0a80d03

Please sign in to comment.