|
66 | 66 | box-shadow: 0 8px 25px rgba(147, 51, 234, 0.6); |
67 | 67 | } |
68 | 68 |
|
69 | | - .game-link[href="views/frog.html"]:hover { |
| 69 | + .game-link[href="frog/index.html"]:hover { |
70 | 70 | box-shadow: 0 8px 25px rgba(76, 175, 80, 0.8) !important; |
71 | 71 | } |
72 | 72 |
|
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 { |
78 | 74 | box-shadow: 0 8px 25px rgba(255, 102, 0, 0.8) !important; |
79 | 75 | } |
80 | 76 |
|
81 | | - .game-link[href="views/pineapple.html"]:hover { |
| 77 | + .game-link[href="pineapple/index.html"]:hover { |
82 | 78 | box-shadow: 0 8px 25px rgba(26, 188, 156, 0.8) !important; |
83 | 79 | } |
84 | 80 |
|
@@ -123,23 +119,19 @@ <h1>π΅ Sing Along Games π΅</h1> |
123 | 119 | <span class="note">π΅</span> |
124 | 120 | </div> |
125 | 121 |
|
126 | | - <a href="views/twinkletwinkle.html" class="game-link"> |
| 122 | + <a href="twinkletwinkle/index.html" class="game-link"> |
127 | 123 | π Twinkle Twinkle Little Star π |
128 | 124 | </a> |
129 | 125 |
|
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);"> |
131 | 127 | πΈ Frog Goes Ribbit πΈ |
132 | 128 | </a> |
133 | 129 |
|
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);"> |
139 | 131 | π¦ Vampire Trick or Treat π |
140 | 132 | </a> |
141 | 133 |
|
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);"> |
143 | 135 | π Pineapple Karaoke ποΈ |
144 | 136 | </a> |
145 | 137 |
|
|
0 commit comments