-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
516 lines (481 loc) · 19.7 KB
/
index.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<style>
.box {
padding: 25px;
min-height: 150px;
border: 1px solid black;
}
.aside {
height: inherit;
float: right;
font-style: italic;
background-color: lightgray;
}
/* Images */
.img {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
height: 150px;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: auto;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
width: 25%;
color: #202020;
background-color: #2d2d2d;
letter-spacing: .1em;
box-shadow:
-1px -1px 1px #111,
2px 2px 1px #363636;
color: white;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
background-image: linear-gradient(#f1f1f188, transparent);
}
.miniaudio {
width: stretch;
height: 30px;
}
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #7777;
}
body {
font-family: 'Roboto', sans-serif;
background-color: indianred;
background-image: linear-gradient(black, indianred);
background-size: auto 100vh;
background-repeat: no-repeat;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #e0dfdc;
letter-spacing: .1em;
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
}
/* unvisited link */
a:link {
color: orange;
}
/* visited link */
a:visited {
color: rebeccapurple;
}
/* mouse over link */
a:hover {
color: orangered;
}
/* selected link */
a:active {
color: darkred;
}
/* selected link */
a {
font-weight: 700;
text-shadow: 1px 1px black;
}
</style>
<html>
<body>
<h1 style="text-align: center">REBMIAMI'S CREATIONS</h1>
<div class="tab">
<button class="tablinks" onclick="openTab(event, 'Gamedev')" id="defaultOpen">Gamedev</button>
<button class="tablinks" onclick="openTab(event, 'Music')">Music</button>
<button class="tablinks" onclick="openTab(event, 'Mystery')">Mystery</button>
<button class="tablinks" onclick="openTab(event, 'Other')">Other</button>
</div>
<!-- Tab content -->
<div id="Gamedev" class="tabcontent">
<h3>Gamedev</h3>
<p>I'm a member of the small development studio Silk Rock! We have yet to publish any games, but we have some projects in the work.</p>
<p><a href="https://github.com/Silk-Rock">Silk Rock on Github</a> | <a href="https://silk-rock.github.io">Silk Rock on Github Pages (Website, WIP)</a></p>
<hr />
<p>I have published several games independently:</p>
<div class="box">
<aside class="aside">
<img class="img" src="img/GC_Imaginosia.png" alt="Imaginosia Gameplay">
</aside>
<article>
<a href="https://rebmiami.itch.io/imaginosia">Imaginosia</a> is a top-down survival game for Windows created in a single week for the <a href="https://itch.io/jam/brackeys-7">2022.1 Brackeys Game Jam</a>.
<p><a href="https://rebmiami.itch.io/imaginosia">Download from Itch.io</a> | <a href="https://github.com/Rebmiami/Imaginosia">View source code on GitHub</a></p>
</article>
</div>
<div class="box">
<aside class="aside">
<img class="img" src="img/GC_Brickspite.png" alt="BrickSpite Gameplay">
</aside>
<article>
<a href="https://rebmiami.itch.io/brickspite">BrickSpite</a> is a brick-breaker game for Windows and the first game I have ever published.
<p><a href="https://rebmiami.itch.io/brickspite">Download from Itch.io</a></p>
</article>
</div>
</div>
<div id="Music" class="tabcontent">
<h3>Music</h3>
<p>My music can be found on YouTube, Soundcloud, Bandcamp, or BandLab.</p>
<p>Unless stated otherwise, all of my music is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/"><abbr title="You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.">CC-BY-SA 4.0</abbr></a> and MP3/OGG/WAV download links can be found for each song. You may use the music for any purpose as long as the license is followed.</p>
<hr />
<h4>ALBUMS</h4>
<div class="box">
<aside class="aside">
<img class="img" src="img/AC_RemSynthesis.png">
</aside>
<p>"REM Synthesis" takes you on a journey through musical dreams filled with synthesizers and powerful melodies with inspiration from many sources, from nostalgic to the cutting edge. It features 8 songs at a total of 28 minutes long.</p>
<p>
Full album -
<a href="https://youtu.be/YmQCqfOvHdo">Listen on YouTube</a>
</p>
<button type="button" class="collapsible">Show All Tracks</button>
<div class="content">
<p>
1. "The Golden Road" -
<a href="./files/music/wav/RemSynthesis/The Golden Road.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/The Golden Road.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/The Golden Road.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/The Golden Road.wav" type="audio/wav">
</audio>
</p>
<p>
2. "And From The Stars We Descend" -
<a href="./files/music/wav/RemSynthesis/And From The Stars We Descend.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/And From The Stars We Descend.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/And From The Stars We Descend.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/And From The Stars We Descend.wav" type="audio/wav">
</audio>
</p>
<p>
3. "Where We Are" -
<a href="./files/music/wav/RemSynthesis/Where We Are.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/Where We Are.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/Where We Are.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/Where We Are.wav" type="audio/wav">
</audio>
</p>
<p>
4. "Those Incognizant Fly" -
<a href="./files/music/wav/RemSynthesis/Those Incognizant Fly.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/Those Incognizant Fly.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/Those Incognizant Fly.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/Those Incognizant Fly.wav" type="audio/wav">
</audio>
</p>
<p>
5. "Dead Violin" -
<a href="./files/music/wav/RemSynthesis/Dead Violin.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/Dead Violin.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/Dead Violin.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/Dead Violin.wav" type="audio/wav">
</audio>
</p>
<p>
6. "It Stares Back" -
<a href="./files/music/wav/RemSynthesis/It Stares Back.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/It Stares Back.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/It Stares Back.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/It Stares Back.wav" type="audio/wav">
</audio>
</p>
<p>
7. "At Heaven's Edge" -
<a href="./files/music/wav/RemSynthesis/At Heaven's Edge.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/At Heaven's Edge.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/At Heaven's Edge.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/At Heaven's Edge.wav" type="audio/wav">
</audio>
</p>
<p>
8. "Wakestep" -
<a href="./files/music/wav/RemSynthesis/Wakestep.wav" download="">WAV</a> |
<a href="./files/music/mp3/RemSynthesis/Wakestep.mp3" download="">MP3</a> |
<a href="./files/music/ogg/RemSynthesis/Wakestep.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/RemSynthesis/Wakestep.wav" type="audio/wav">
</audio>
</p>
</div>
</div>
<div class="box">
<aside class="aside">
<img class="img" src="img/AC_Grayboard.png">
</aside>
<p>"Grayboard" is an electronic album featuring a variety of styles, from bright and optimistic to fast and chaotic, with a general inspiration from classic video game music. In the works since October 2021, it is the first album I have ever published. It features 9 songs at a total of 34 minutes long.</p>
<p>
Full album -
<a href="https://youtu.be/TBd0XYMkgeY">Listen on YouTube</a> |
<a href="https://soundcloud.com/rebmiami/sets/grayboard/s-rPrZk7Be2kK?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing">Listen on Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/album/grayboard">Listen on Bandcamp</a> |
<a href="https://www.bandlab.com/rebmiami/albums/e3ce0d3e-522b-ec11-981f-0004ffd34262">Listen on BandLab</a>
</p>
<button type="button" class="collapsible">Show All Tracks</button>
<div class="content">
<p>
1. "Amplitune" -
<a href="https://soundcloud.com/rebmiami/amplitune?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/amplitune">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Amplitune.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Amplitune.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Amplitune.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Amplitune.wav" type="audio/wav">
</audio>
</p>
<p>
2. "Altomotion" -
<a href="https://soundcloud.com/rebmiami/altomotion?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/altomotion">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Altomotion.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Altomotion.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Altomotion.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Altomotion.wav" type="audio/wav">
</audio>
</p>
<p>
3. "Nexthorn" -
<a href="https://soundcloud.com/rebmiami/nexthorn?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/nexthorn">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Nexthorn.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Nexthorn.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Nexthorn.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Nexthorn.wav" type="audio/wav">
</audio>
</p>
<p>
4. "Interrobanger" -
<a href="https://soundcloud.com/rebmiami/interrobanger?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/interrobanger">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Interrobanger.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Interrobanger.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Interrobanger.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Interrobanger.wav" type="audio/wav">
</audio>
</p>
<p>
5. "Grayboard" -
<a href="https://soundcloud.com/rebmiami/grayboard?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/grayboard">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Grayboard.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Grayboard.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Grayboard.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Grayboard.wav" type="audio/wav">
</audio>
</p>
<p>
6. "Stalonosia" -
<a href="https://soundcloud.com/rebmiami/stalonosia?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/stalonosia">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Stalonosia.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Stalonosia.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Stalonosia.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Stalonosia.wav" type="audio/wav">
</audio>
</p>
<p>
7. "Rhainwires" -
<a href="https://soundcloud.com/rebmiami/rhainwires?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/rhainwires">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Rhainwires.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Rhainwires.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Rhainwires.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Rhainwires.wav" type="audio/wav">
</audio>
</p>
<p>
8. "Metasebrum" -
<a href="https://soundcloud.com/rebmiami/metasebrum?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/metasebrum">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Metasebrum.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Metasebrum.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Metasebrum.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Metasebrum.wav" type="audio/wav">
</audio>
</p>
<p>
9. "Neonor" -
<a href="https://soundcloud.com/rebmiami/neonor?in=rebmiami/sets/grayboard/">Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/neonor">Bandcamp</a> |
<a href="./files/music/wav/Grayboard/Neonor.wav" download="">WAV</a> |
<a href="./files/music/mp3/Grayboard/Neonor.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Grayboard/Neonor.ogg" download="">OGG</a>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Grayboard/Neonor.wav" type="audio/wav">
</audio>
</p>
</div>
</div>
<hr />
<h4>SINGLES</h4>
<div class="box">
<aside class="aside">
<img class="img" src="img/AC_FoxinAround.png">
</aside>
<p>"Foxin' Around" is a music video I was divinely inspired to create after I learned how to animate in Blender, featuring my favorite Granblue characters Yuel and Societte foxin' around.</p>
<p>
(Videos unavailable right now, will add them to my website later)
<p>
</p>
<a href="https://youtu.be/iZ4PUJzIB3g">Watch on YouTube</a> |
<a href="https://odysee.com/@rebmiami22:6/foxing-around-odysee:3">Watch on Odysee</a> |
<a href="https://rebmiami.bandcamp.com/track/foxin-around">Listen on Bandcamp</a> |
<a href="./files/music/wav/Foxin' Around.wav" download="">WAV</a> |
<a href="./files/music/mp3/Foxin' Around.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Foxin' Around.ogg" download="">OGG</a>
</p>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Foxin' Around.wav" type="audio/wav">
</audio>
</div>
<div class="box">
<aside class="aside">
<img class="img" src="img/AC_Axolotls.png">
</aside>
<p>"Axolotls" is the first song I have ever released.</p>
<p>
<a href="https://youtu.be/JzZlCgJYuVY">Listen on YouTube</a> |
<a href="https://www.bandlab.com/rebmiami/axolotls-0f7f5264">Listen on BandLab</a> |
<a href="./files/music/wav/Axolotls.wav" download="">WAV</a> |
<a href="./files/music/mp3/Axolotls.mp3" download="">MP3</a> |
<a href="./files/music/ogg/Axolotls.ogg" download="">OGG</a>
</p>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/Axolotls.wav" type="audio/wav">
</audio>
</div>
<hr />
<h4>SOUNDTRACKS</h4>
<div class="box">
<aside class="aside">
<img class="img" src="img/AC_Brickspite.png">
</aside>
<p>I composed the original soundtrack for BrickSpite, containing 1 song "BrickSpite".</p>
<p>
1. "BrickSpite" -
<a href="https://youtu.be/pr3XRMppjHc">Listen on YouTube</a> |
<a href="https://soundcloud.com/rebmiami/brickspite">Listen on Soundcloud</a> |
<a href="https://rebmiami.bandcamp.com/track/brickspite">Listen on Bandcamp</a> |
<a href="./files/music/wav/BrickSpite.wav" download="">WAV</a> |
<a href="./files/music/mp3/BrickSpite.mp3" download="">MP3</a> |
<a href="./files/music/ogg/BrickSpite.ogg" download="">OGG</a>
</p>
<audio controls="" name="media" class="miniaudio">
<source src="./files/music/wav/BrickSpite.wav" type="audio/wav">
</audio>
</div>
</div>
<div id="Mystery" class="tabcontent">
<h3>Mystery</h3>
<p>Nothing here yet.</p>
</div>
<div id="Other" class="tabcontent">
<h3>Other</h3>
<p>I created an assistant program for <a href="https://www.traox.dev/fish/fish">an online fishing game</a> with the help of <a href="https://tomat.dev/">another developer</a>. <a href="https://github.com/Steviegt6/fish">Github repository</a></p>
</div>
</body>
</html>
<script>
function openTab(evt, cityName) {
// Declare all variables
var i, tabcontent, tablinks;
// Get all elements with class="tabcontent" and hide them
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
// Get all elements with class="tablinks" and remove the class "active"
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
// Show the current tab, and add an "active" class to the button that opened the tab
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
document.getElementById("defaultOpen").click();
var coll = document.getElementsByClassName("collapsible");
var j;
for (j = 0; j < coll.length; j++) {
coll[j].addEventListener("click", function () {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>