|
|
@ -34,43 +34,42 @@ function EvalSound(soundobj) { |
|
|
|
<link href="../static/css/style.css" rel="stylesheet" type="text/css"> |
|
|
|
<head> |
|
|
|
<title>PerspectiveB</title> |
|
|
|
<h1>VVVW - PerspectiveB</h1> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div class="draggable" style="top:120px;left:40px"> |
|
|
|
<img src="../static/images/TheStreamRunsBlurry_scan.png" width='500px' onClick="EvalSound('song1'); return true;" alt="test"> |
|
|
|
<div class="draggable" id="scan1"> |
|
|
|
<img src="../static/images/TheStreamRunsBlurry_scan.png" width='40%' onClick="EvalSound('song1'); return true;" alt="test"> |
|
|
|
<audio id="song1" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/feldenkrais_mai" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="draggable" style="top:130px;left:50px"> |
|
|
|
<img src="../static/images/ShallPass_scan.png" width='500px' onClick="EvalSound('song2'); return true;" alt="test"> |
|
|
|
<div class="draggable" style="top:130px;left:250px"> |
|
|
|
<img src="../static/images/ShallPass_scan.png" width='40%' onClick="EvalSound('song2'); return true;" alt="test"> |
|
|
|
<audio id="song2" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/Clip26" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="draggable" style="top:140px;left:60px"> |
|
|
|
<img src="../static/images/NilgünMarmara_scan.png" width='500px' onClick="EvalSound('song3'); return true;" alt="test"> |
|
|
|
<div class="draggable" style="top:140px;left:260px"> |
|
|
|
<img src="../static/images/NilgünMarmara_scan.png" width='40%' onClick="EvalSound('song3'); return true;" alt="test"> |
|
|
|
<audio id="song3" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/FreshMythsDifferentTimes_performance_podcast.mp3" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="draggable" style="top:150px;left:70px"> |
|
|
|
<img src="../static/images/fist_Scan.png" width='500px' onClick="EvalSound('song1'); return true;" alt="test"> |
|
|
|
<div class="draggable" style="top:150px;left:270px"> |
|
|
|
<img src="../static/images/fist_Scan.png" width='40%' onClick="EvalSound('song1'); return true;" alt="test"> |
|
|
|
<audio id="song1" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/feldenkrais_mai" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="draggable" style="top:160px;left:80px"> |
|
|
|
<img src="../static/images/Coveredfigure_scan.png" width='500px' onClick="EvalSound('song2'); return true;" alt="test"> |
|
|
|
<div class="draggable" style="top:160px;left:280px"> |
|
|
|
<img src="../static/images/Coveredfigure_scan.png" width='40%' onClick="EvalSound('song2'); return true;" alt="test"> |
|
|
|
<audio id="song2" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/Clip26" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="draggable" style="top:170px;left:90px"> |
|
|
|
<img src="../static/images/AşıkVeysel_Scan.png" width='500px' onClick="EvalSound('song3'); return true;" alt="test"> |
|
|
|
<div class="draggable" style="top:170px;left:290px"> |
|
|
|
<img src="../static/images/AşıkVeysel_Scan.png" width='40%' onClick="EvalSound('song3'); return true;" alt="test"> |
|
|
|
<audio id="song3" style="display: none; width: 0px; height: 0px;" |
|
|
|
src="../static/audio/FreshMythsDifferentTimes_performance_podcast.mp3" controls preload="auto" autobuffer> |
|
|
|
</div> |
|
|
@ -79,13 +78,13 @@ src="../static/audio/FreshMythsDifferentTimes_performance_podcast.mp3" controls |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="draggable"> |
|
|
|
<img src="../static/images/test1.jpeg" width='500px' alt="test" onclick="playAudio('../static/audio/FreshMythsDifferentTimes_performance_podcast.mp3')"> |
|
|
|
<img src="../static/images/test1.jpeg" width='40%' alt="test" onclick="playAudio('../static/audio/FreshMythsDifferentTimes_performance_podcast.mp3')"> |
|
|
|
</div> |
|
|
|
<div class="draggable"> |
|
|
|
<img src="../static/images/test2.jpeg" width='500px' alt="test" onclick="playAudio('../static/audio/feldenkrais_mai')"> |
|
|
|
<img src="../static/images/test2.jpeg" width='40%' alt="test" onclick="playAudio('../static/audio/feldenkrais_mai')"> |
|
|
|
</div> |
|
|
|
<div class="draggable"> |
|
|
|
<img src="../static/images/test3.jpeg" width='500px' alt="test" onclick="playAudio('../static/audio/Clip26')"> |
|
|
|
<img src="../static/images/test3.jpeg" width='40%' alt="test" onclick="playAudio('../static/audio/Clip26')"> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
|
|