added new audio to replace placeholder
This commit is contained in:
parent
e95c4cff73
commit
427754edb0
10 changed files with 26 additions and 8 deletions
BIN
audio/ForestVibes.mp3
Normal file
BIN
audio/ForestVibes.mp3
Normal file
Binary file not shown.
BIN
audio/HappyDay.mp3
Normal file
BIN
audio/HappyDay.mp3
Normal file
Binary file not shown.
BIN
audio/Miniboss.mp3
Normal file
BIN
audio/Miniboss.mp3
Normal file
Binary file not shown.
BIN
audio/OrchestralAssignmentPiece.mp3
Normal file
BIN
audio/OrchestralAssignmentPiece.mp3
Normal file
Binary file not shown.
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
|
||||
<div id = "contactBar">
|
||||
<a href = "mailto:coolkid@email.com" target = "_blank">email me</a>
|
||||
<a href = "mailto:mwaters15222@gmail.com" target = "_blank">email me</a>
|
||||
|
|
||||
<a href = "https://twitter.com/atlas_cosmo" target = "_blank">twitter</a>
|
||||
|
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<div class = "imageContainer"><img src = "../images/profile.png"></div>
|
||||
I'm proficient in a few different instruments and have been learning the piano since I was 8. I have alot of experience in software such as Logic Pro, Fmod and Wwise. And have worked with other
|
||||
other people on multiple small projects.
|
||||
people on multiple small projects.
|
||||
|
||||
Most of my education comes from a 2 year course I'm currently doing at <a href = "https://www.wakefield.ac.uk/study-with-us/higher-education/" target = "_blank">The University Center at Wakefield college.</a>
|
||||
</div>
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
|
||||
<div id = "audioContainer">
|
||||
<!--------------------------------------------------------------------------------------------->
|
||||
<div class = "songTitle">two trucks having sex</div>
|
||||
<div class = "songTitle">Orchestral Assignment Work</div>
|
||||
<div class = "audioPlayer">
|
||||
<audio class = "audioElement" src = "../audio/twoTrucks.mp3" preload=”metadata”></audio>
|
||||
<audio class = "audioElement" src = "../audio/OrchestralAssignmentPiece.mp3" preload=”metadata”></audio>
|
||||
<div class = "playButtonContainer">
|
||||
<button class = "playButton"><img src = "../images/play.png"></button>
|
||||
</div>
|
||||
|
@ -32,9 +32,9 @@
|
|||
</span>
|
||||
</div>
|
||||
<!--------------------------------------------------------------------------------------------->
|
||||
<div class = "songTitle">goodbye horses</div>
|
||||
<div class = "songTitle">Forest Vibes</div>
|
||||
<div class = "audioPlayer">
|
||||
<audio class = "audioElement" src = "../audio/goodbyeHorses.mp3" preload=”metadata”></audio>
|
||||
<audio class = "audioElement" src = "../audio/ForestVibes.mp3" preload=”metadata”></audio>
|
||||
<div class = "playButtonContainer">
|
||||
<button class = "playButton"><img src = "../images/play.png"></button>
|
||||
</div>
|
||||
|
@ -48,9 +48,9 @@
|
|||
</span>
|
||||
</div>
|
||||
<!--------------------------------------------------------------------------------------------->
|
||||
<div class = "songTitle">rats birthday mixtape</div>
|
||||
<div class = "songTitle">Happy Day</div>
|
||||
<div class = "audioPlayer">
|
||||
<audio class = "audioElement" src = "../audio/ratsBirthdayMixtape.mp3" preload=”metadata”></audio>
|
||||
<audio class = "audioElement" src = "../audio/HappyDay.mp3" preload=”metadata”></audio>
|
||||
<div class = "playButtonContainer">
|
||||
<button class = "playButton"><img src = "../images/play.png"></button>
|
||||
</div>
|
||||
|
@ -64,6 +64,24 @@
|
|||
</span>
|
||||
</div>
|
||||
<!--------------------------------------------------------------------------------------------->
|
||||
<div class = "songTitle">MiniBoss Theme</div>
|
||||
<div class = "audioPlayer">
|
||||
<audio class = "audioElement" src = "../audio/Miniboss.mp3" preload=”metadata”></audio>
|
||||
<div class = "playButtonContainer">
|
||||
<button class = "playButton"><img src = "../images/play.png"></button>
|
||||
</div>
|
||||
<input type="range" class="audioSlider" max="100" value="0">
|
||||
<span class = "timeContainer">
|
||||
0:00
|
||||
</span>
|
||||
<span class = "timeSeparator">/</span>
|
||||
<span class = "durationContainer">
|
||||
0:00
|
||||
</span>
|
||||
</div>
|
||||
<!--------------------------------------------------------------------------------------------->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue