Skip to content

Commit 6d27854

Browse files
committed
Updated the views
1 parent dc04c63 commit 6d27854

23 files changed

Lines changed: 717 additions & 1975 deletions

β€Žfrog/lyrics_data.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ window.lyricsData = {
3131
start_time: 0.7,
3232
end_time: 1.04,
3333
confidence: 0.0,
34-
target_word: false
34+
target_word: true
3535
} ]
3636
},
3737
{

β€Žindex.htmlβ€Ž

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

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

73-
.game-link[href="golden/index.html"]:hover {
73+
.game-link[href="views/golden.html"]:hover {
7474
box-shadow: 0 8px 25px rgba(204, 85, 0, 0.8) !important;
7575
}
7676

77-
.game-link[href="vampire_trick_or_treat/index.html"]:hover {
77+
.game-link[href="views/vampire_trick_or_treat.html"]:hover {
7878
box-shadow: 0 8px 25px rgba(255, 102, 0, 0.8) !important;
7979
}
8080

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

@@ -123,23 +123,23 @@ <h1>🎡 Sing Along Games 🎡</h1>
123123
<span class="note">🎡</span>
124124
</div>
125125

126-
<a href="twinkletwinkle/index.html" class="game-link">
126+
<a href="views/twinkletwinkle.html" class="game-link">
127127
🌟 Twinkle Twinkle Little Star 🌟
128128
</a>
129129

130-
<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);">
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);">
131131
🐸 Frog Goes Ribbit 🐸
132132
</a>
133133

134-
<a href="golden/index.html" class="game-link" style="background: linear-gradient(45deg, #CC5500, #FF8C00); box-shadow: 0 5px 15px rgba(204, 85, 0, 0.4);">
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);">
135135
πŸ† Golden πŸ†
136136
</a>
137137

138-
<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);">
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);">
139139
πŸ¦‡ Vampire Trick or Treat πŸŽƒ
140140
</a>
141141

142-
<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);">
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);">
143143
🍍 Pineapple Karaoke πŸ–οΈ
144144
</a>
145145

β€Žindex2.htmlβ€Ž

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

0 commit comments

Comments
Β (0)