This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmusicgallery.html
224 lines (194 loc) · 10.9 KB
/
musicgallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="Freakybob" property="og:title" />
<meta content="The music gallery on freakybob.site!" property="og:description" />
<meta content="https://freakybob.site/musicgallery" property="og:url" />
<meta content="https://github.com/5quirre1/Freakybob.site/blob/main/Snapshots/Screenshot%202024-08-29%2012.38.20%20AM.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<title>Freakybob Music Gallery</title>
<link rel="icon" type="image/png" href="images/Freaky_Bob_music.png">
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
background-color: #f2f701;
font-family: 'Comic Sans MS', sans-serif;
}
body {
flex: 1;
text-align: center;
}
h1 {
color: #333;
padding: 20px;
background-color: #87cefa;
margin: 0;
border-bottom: 4px solid #ffd700;
font-size: 2em;
}
h2 {
color: #0ba810;
margin: 0;
}
.music-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
padding: 10px;
max-width: 100%;
margin: 0 auto;
flex: 1;
}
.music-item {
background-color: #cc02a0;
border-radius: 10px;
padding: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.2s ease;
}
.music-item:hover {
transform: scale(1.05);
}
.music-item h3 {
color: #ffeb3b;
margin-bottom: 10px;
font-size: 1.1em;
}
.music-item audio {
width: 100%;
outline: none;
}
footer {
padding: 15px;
background-color: #87cefa;
border-top: 4px solid #ffd700;
color: #333;
font-size: 1em;
margin-top: auto;
}
button {
background-color: #ffbb00;
border: none;
border-radius: 5px;
color: #333;
padding: 10px 20px;
font-size: 1em;
cursor: pointer;
margin-top: 20px;
}
button:hover {
background-color: #ff3bef;
transform: scale(1.10);
}
@media screen and (max-width: 480px) {
h1 {
font-size: 1.5em;
padding: 15px;
}
h2 {
font-size: 1em;
}
button {
font-size: 0.9em;
padding: 8px 16px;
}
.music-item h3 {
font-size: 1em;
}
}
</style>
</head>
<body>
<h1>Freakybob Music Gallery</h1>
<h2>
<marquee>Welcome to the Music Gallery! This uses YouTube embeds to bring some of the best Spongebob music to you! ❤️</marquee>
</h2>
<a href="https://freakybob.site">
<button>Go back to the main website!</button>
</a>
<div class="music-gallery">
<div class="music-item">
<h3>Theme Song (Original)</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/r9L4AseD-aA?si=iO4fXEvwLpSiDUyF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Ripped Pants</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/L8c0EIvYnmE?si=0NpVgadIM2EtuJoU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Jelly Fish Jam!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/q9cQN58jc24?si=ZcYh3M5m9cpZs-4c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Spongebob Scaredypants!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/jy4CnZDCsnE?si=bINVcf9hbKkRV3md" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Loop-dee-Loop</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/BTP-LKZeJ20?si=wQx-AHp_VFQZez3f" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>The Campfire Song Song!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/O6M0j2Zzl4Y?si=ivVj4Viiwt8zYfIj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>F.U.N Song!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/64fetbSh89s?si=o0rvf7269oNTd7DT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Doing the Sponge</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/hC__No7kH_M?si=vxro-t4XLdw-LzUy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>The Texas Song!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/mO8zSCyOMyo?si=LDPHRoITBHnH_vfL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Goofy Goober Rock!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/SanPx1S5S6o?si=9jaA1xJRC24a-Pm3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Happy Birthday!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/vMAdyC2_yqE?si=l8Ge6g0kgsFE8hDL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Christmas Is Mine!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/Y5ze6v9bjjk?si=NWCdTiGgos9UKJd2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Stadium Rave!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/0Bnhv_3RPYo?si=1w9z_YMYIvdEhBXo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Bikini Bottom Day!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/Sf9vLUXZcC0?si=r2qUgpI16nyh3w8a" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>BFF Song!</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/zpnJQsn9O8M?si=N1fHBQtzca0ce1EA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Squeeze Me</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/acUqPKHG4JQ?si=aH5DfFQHfcvExus5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Sweet Victory</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/96NUsT-1k2A?si=hTDOvxMKRkf_8SRs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="music-item">
<h3>Gary's Song</h3>
<iframe width="100%" height="152" src="https://www.youtube.com/embed/nCoN16zdM08?si=tQSk688KFJ3dnhA_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<footer>
<p>Enjoy the best of SpongeBob SquarePants music!</p>
</footer>
</body>
</html>