Browse Source

dont remember

master
nglk 4 years ago
parent
commit
dfb597c083
  1. 6
      static/css/style.css
  2. 12
      templates/perspectiveB.html
  3. 2
      templates/perspectiveC.html

6
static/css/style.css

@ -11,6 +11,7 @@ img {
opacity: 0.8;
}
.draggable iframe {
padding: 20px;
}
@ -45,12 +46,16 @@ img {
#poem1 {
width: 500px;
margin-left: 400px;
opacity: 1 !important;
box-shadow: 8px 8px 3px #ccc;
}
#poem2 {
width: 500px;
margin-left: 300px;
margin-top: 10px;
opacity: 1 !important;
box-shadow: 8px 8px 3px #ccc;
}
#background_c {
@ -73,6 +78,7 @@ img {
font-size: 25px;
color: gray;
margin-top: 100px;
text-decoration: underline;
font-family: 'Dosis', sans-serif;
}

12
templates/perspectiveB.html

@ -40,38 +40,38 @@ function EvalSound(soundobj) {
<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>
src="../static/audio/HNI_Soundinstall_3tracks_together1.mp3" controls preload="auto" autobuffer>
</div>
<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>
src="../static/audio/HNI_Soundinstall_3tracks_together2.mp3" controls preload="auto" autobuffer>
</div>
<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>
src="../static/audio/FreshMythsDifferentTimes_performance_podcast1.mp3" controls preload="auto" autobuffer>
</div>
<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>
src="../static/audio/HNI_Soundinstall_3tracks_together1.mp3" controls preload="auto" autobuffer>
</div>
<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>
src="../static/audio/HNI_Soundinstall_3tracks_together2.mp3" controls preload="auto" autobuffer>
</div>
<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>
src="../static/audio/FreshMythsDifferentTimes_performance_podcast1.mp3" controls preload="auto" autobuffer>
</div>

2
templates/perspectiveC.html

@ -13,9 +13,9 @@
<img id="poem1" src="../static/images/AşıkVeysel_Scan.png" alt="poem">
</div>
<div class="draggable">
<img id="poem2" src="../static/images/ShallPass_scan.png" alt="poem">
</div>
<div>Play</div>
<div class="nicelist">
<ul>
<li>Strophe 1</li>

Loading…
Cancel
Save