Skip to content

Commit 464da16

Browse files
committed
removed golden, and put the indexes back
1 parent 6d27854 commit 464da16

11 files changed

Lines changed: 19 additions & 1491 deletions

File tree

-4.59 MB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Frog Goes Ribbit - Sing Along</title>
88
<link rel="stylesheet" href="../style/style.css">
99
<link rel="stylesheet" href="../style/frog.css">
10-
<script src="../frog/lyrics_data.js"></script>
10+
<script src="lyrics_data.js"></script>
1111
<script src="../js/lyrics-engine.js"></script>
1212
<script src="../js/speech-recognition.js"></script>
1313
<script src="../js/karaoke-controller.js"></script>
@@ -140,11 +140,11 @@ <h2>🎀 Microphone Active 🐸</h2>
140140
<!-- Audio elements (hidden but required for karaoke functionality) -->
141141
<div style="display: none;">
142142
<audio id="song" preload="auto">
143-
<source src="../frog/song.mp3" type="audio/mpeg">
143+
<source src="song.mp3" type="audio/mpeg">
144144
Your browser does not support the audio element.
145145
</audio>
146146
<audio id="music" preload="auto">
147-
<source src="../frog/music.mp3" type="audio/mpeg">
147+
<source src="music.mp3" type="audio/mpeg">
148148
Your browser does not support the audio element.
149149
</audio>
150150
</div>

β€Žgolden/lyrics_data.jsβ€Ž

Lines changed: 0 additions & 452 deletions
This file was deleted.

β€Žgolden/music.mp3β€Ž

-2.87 MB
Binary file not shown.

β€Žgolden/song.mp3β€Ž

-2.87 MB
Binary file not shown.

β€Žindex.htmlβ€Ž

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,15 @@
6666
box-shadow: 0 8px 25px rgba(147, 51, 234, 0.6);
6767
}
6868

69-
.game-link[href="views/frog.html"]:hover {
69+
.game-link[href="frog/index.html"]:hover {
7070
box-shadow: 0 8px 25px rgba(76, 175, 80, 0.8) !important;
7171
}
7272

73-
.game-link[href="views/golden.html"]:hover {
74-
box-shadow: 0 8px 25px rgba(204, 85, 0, 0.8) !important;
75-
}
76-
77-
.game-link[href="views/vampire_trick_or_treat.html"]:hover {
73+
.game-link[href="vampire_trick_or_treat/index.html"]:hover {
7874
box-shadow: 0 8px 25px rgba(255, 102, 0, 0.8) !important;
7975
}
8076

81-
.game-link[href="views/pineapple.html"]:hover {
77+
.game-link[href="pineapple/index.html"]:hover {
8278
box-shadow: 0 8px 25px rgba(26, 188, 156, 0.8) !important;
8379
}
8480

@@ -123,23 +119,19 @@ <h1>🎡 Sing Along Games 🎡</h1>
123119
<span class="note">🎡</span>
124120
</div>
125121

126-
<a href="views/twinkletwinkle.html" class="game-link">
122+
<a href="twinkletwinkle/index.html" class="game-link">
127123
🌟 Twinkle Twinkle Little Star 🌟
128124
</a>
129125

130-
<a href="views/frog.html" class="game-link" style="background: linear-gradient(45deg, #2E7D32, #4CAF50); box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);">
126+
<a href="frog/index.html" class="game-link" style="background: linear-gradient(45deg, #2E7D32, #4CAF50); box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);">
131127
🐸 Frog Goes Ribbit 🐸
132128
</a>
133129

134-
<a href="views/golden.html" class="game-link" style="background: linear-gradient(45deg, #CC5500, #FF8C00); box-shadow: 0 5px 15px rgba(204, 85, 0, 0.4);">
135-
πŸ† Golden πŸ†
136-
</a>
137-
138-
<a href="views/vampire_trick_or_treat.html" class="game-link" style="background: linear-gradient(45deg, #1a1a1a, #ff6600); box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);">
130+
<a href="vampire_trick_or_treat/index.html" class="game-link" style="background: linear-gradient(45deg, #1a1a1a, #ff6600); box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);">
139131
πŸ¦‡ Vampire Trick or Treat πŸŽƒ
140132
</a>
141133

142-
<a href="views/pineapple.html" class="game-link" style="background: linear-gradient(45deg, #1abc9c, #f39c12); box-shadow: 0 5px 15px rgba(26, 188, 156, 0.4);">
134+
<a href="pineapple/index.html" class="game-link" style="background: linear-gradient(45deg, #1abc9c, #f39c12); box-shadow: 0 5px 15px rgba(26, 188, 156, 0.4);">
143135
🍍 Pineapple Karaoke πŸ–οΈ
144136
</a>
145137

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Pineapple Song - Tropical Karaoke</title>
88
<link rel="stylesheet" href="../style/style.css">
99
<link rel="stylesheet" href="../style/pineapple.css">
10-
<script src="../pineapple/lyrics_data.js"></script>
10+
<script src="lyrics_data.js"></script>
1111
<script src="../js/lyrics-engine.js"></script>
1212
<script src="../js/speech-recognition.js"></script>
1313
<script src="../js/karaoke-controller.js"></script>
@@ -140,11 +140,11 @@ <h2>🎀 Microphone Active 🍍</h2>
140140
<!-- Audio elements (hidden but required for karaoke functionality) -->
141141
<div style="display: none;">
142142
<audio id="song" preload="auto">
143-
<source src="../pineapple/song.mp3" type="audio/mpeg">
143+
<source src="song.mp3" type="audio/mpeg">
144144
Your browser does not support the audio element.
145145
</audio>
146146
<audio id="music" preload="auto">
147-
<source src="../pineapple/music.mp3" type="audio/mpeg">
147+
<source src="music.mp3" type="audio/mpeg">
148148
Your browser does not support the audio element.
149149
</audio>
150150
</div>

0 commit comments

Comments
Β (0)