diff --git a/audio/boom.mp3 b/audio/boom.mp3 new file mode 100644 index 0000000..173f5e6 Binary files /dev/null and b/audio/boom.mp3 differ diff --git a/audio/contagion.mp3 b/audio/contagion.mp3 new file mode 100644 index 0000000..fa8e9aa Binary files /dev/null and b/audio/contagion.mp3 differ diff --git a/audio/contagion0.mp3 b/audio/contagion0.mp3 deleted file mode 100644 index 85b04db..0000000 Binary files a/audio/contagion0.mp3 and /dev/null differ diff --git a/audio/contagion1.mp3 b/audio/contagion1.mp3 deleted file mode 100644 index 5eb4d34..0000000 Binary files a/audio/contagion1.mp3 and /dev/null differ diff --git a/audio/contagion2.mp3 b/audio/contagion2.mp3 deleted file mode 100644 index a374d28..0000000 Binary files a/audio/contagion2.mp3 and /dev/null differ diff --git a/audio/pop.mp3 b/audio/pop.mp3 new file mode 100644 index 0000000..4b74825 Binary files /dev/null and b/audio/pop.mp3 differ diff --git a/audio/squeak_down.mp3 b/audio/squeak_down.mp3 new file mode 100644 index 0000000..4f98ed1 Binary files /dev/null and b/audio/squeak_down.mp3 differ diff --git a/audio/squeak_up.mp3 b/audio/squeak_up.mp3 new file mode 100644 index 0000000..a6a3d5e Binary files /dev/null and b/audio/squeak_up.mp3 differ diff --git a/audio/trash.mp3 b/audio/trash.mp3 new file mode 100644 index 0000000..ec0d936 Binary files /dev/null and b/audio/trash.mp3 differ diff --git a/css/index.css b/css/index.css index b0ad17f..508b75f 100644 --- a/css/index.css +++ b/css/index.css @@ -277,6 +277,37 @@ b, strong{ -ms-user-select: none; user-select: none; } +#sound{ + color: #fff; + width: 150px; + font-size: 30px; + height: 60px; +} +#sound_icon{ + width: 60px; height: 60px; + position: absolute; +} +#sound_on, #sound_off{ + position: absolute; + left:60px; + padding: 15px 0; + display: block; + line-height: 28px; + display: none; + letter-spacing: 2px; +} +#sound[mute=no] > #sound_icon{ + background: rgba(255,255,255,0.5); +} +#sound[mute=yes] > #sound_icon{ + background: rgba(255,255,255,0.25); +} +#sound[mute=no] > #sound_on{ + display: block; +} +#sound[mute=yes] > #sound_off{ + display: block; +} #navigation{ display: none; diff --git a/index.html b/index.html index 48f2908..a555361 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,11 @@ MY "WHY" FOR MAKING THIS: