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
Binary file added Allez_verdoeme.mp3
Binary file not shown.
Binary file added Allezjongwatisdatoch.mp3
Binary file not shown.
Binary file added Alsgeshotdoehetdantegoei.mp3
Binary file not shown.
Binary file added Chewbacca_mongolenlach.mp3
Binary file not shown.
Binary file added Multiballll.mp3
Binary file not shown.
Binary file added Pikachu.mp3
Binary file not shown.
67 changes: 67 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!doctype html>
<html lang='en'>
<head>
<title>
KickerSoundBoard
</title>

<script>
function wazaah(el) {
a = document.getElementById(el.getAttribute("data-soundfile"))

if(a.paused) {
a.play();
el.children[0].src = 'off.jpg';

setTimeout(function() {
el.children[0].src = 'on.jpg';
}, Math.ceil(a.duration*1000));
}

}
</script>
<style>

a {
padding: 0;
margin: 0;
}

img {
width: 24%;
padding: 0;
margin: 0;
}

</style>
</head>
<body>
<div id='top-bar'>
<h1>
KickerSoundBoard
</h1>
</div>
<div id='buttons'>
<a data-soundfile='Allezjongwatisdatoch' onclick='wazaah(this)'><img src='on.jpg' alt='Allezjongwatisdatoch'/></a>
<a data-soundfile='Allez_verdoeme' onclick='wazaah(this)'><img src='on.jpg' alt='Allez_verdoeme'/></a>
<a data-soundfile='Alsgeshotdoehetdantegoei' onclick='wazaah(this)'><img src='on.jpg' alt='Alsgeshotdoehetdantegoei'/></a>
<a data-soundfile='Chewbacca_mongolenlach' onclick='wazaah(this)'><img src='on.jpg' alt='Chewbacca_mongolenlach'/></a>
<a data-soundfile='maddoh_vieschanseke' onclick='wazaah(this)'><img src='on.jpg' alt='maddoh_vieschanseke'/></a>
<a data-soundfile='moehahaha1' onclick='wazaah(this)'><img src='on.jpg' alt='moehahaha1'/></a>
<a data-soundfile='Multiballll' onclick='wazaah(this)'><img src='on.jpg' alt='Multiballll'/></a>
<a data-soundfile='Pikachu' onclick='wazaah(this)'><img src='on.jpg' alt='Pikachu'/>.</a>
</div>

<div id='preload'>
<audio id='Allezjongwatisdatoch' autobuffer='true' preload='auto' src='Allezjongwatisdatoch.mp3'></audio>
<audio id='Allez_verdoeme' autobuffer='true' preload='auto' src='Allez_verdoeme.mp3'></audio>
<audio id='Alsgeshotdoehetdantegoei' autobuffer='true' preload='auto' src='Alsgeshotdoehetdantegoei.mp3'></audio>
<audio id='Chewbacca_mongolenlach' autobuffer='true' preload='auto' src='Chewbacca_mongolenlach.mp3'></audio>
<audio id='maddoh_vieschanseke' autobuffer='true' preload='auto' src='maddoh_vieschanseke.mp3'></audio>
<audio id='moehahaha1' autobuffer='true' preload='auto' src='moehahaha1.mp3'></audio>
<audio id='Multiballll' autobuffer='true' preload='auto' src='Multiballll.mp3'></audio>
<audio id='Pikachu' autobuffer='true' preload='auto' src='Pikachu.mp3'></audio>
</div>

</body>
</html>
Binary file added maddoh_vieschanseke.mp3
Binary file not shown.
Binary file added moehahaha1.mp3
Binary file not shown.
Binary file added off (copy).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added off.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added on (copy).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added on.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.