diff --git a/amplification.php b/amplification.php index 5e83251..27dc457 100644 --- a/amplification.php +++ b/amplification.php @@ -120,6 +120,8 @@
+
+
@@ -400,7 +402,7 @@
  • Video recordings of the actions
  • Handwritten score of vowels
  • -
  • Date: 30/5/2019
  • +
  • Date: 6/6/2019
  • Location: Leeszaal, Rotterdam
  • Other: Part of Women@ArtA series of workshops dedicated to 'wereldvrouwen', a group of women around the world. They meet every Wednesday at Leeszaal
  • @@ -572,12 +574,12 @@ piles() // piles are workshops function piles(){ - var pileM_position=[1300,700] + var pileM_position=[1550,700] $(".pileM").each(function(i){ $(this).css({"top":i*60+pileM_position[1],"left":i*20+pileM_position[0]}) }) - var pile0_position=[30,3100] + var pile0_position=[30,3300] $(".pile0").each(function(i){ $(this).css({"top":pile0_position[1],"left":i*80+pile0_position[0]}) }) @@ -587,7 +589,7 @@ function piles(){ $(this).css({"top":i*distance+pile1_position[1],"left":i*distance+pile1_position[0]}) }) - var pile2_position=[600,100] + var pile2_position=[800,100] $(".pile2").each(function(i){ $(this).css({"top":i*distance+pile2_position[1],"left":i*distance+pile2_position[0]}) }) @@ -597,7 +599,7 @@ function piles(){ $(this).css({"top":i*distance+pile3_position[1],"left":i*distance+pile3_position[0]}) }) - var pile4_position=[700,750] + var pile4_position=[800,750] $(".pile4").each(function(i){ $(this).css({"top":i*distance+pile4_position[1],"left":i*distance+pile4_position[0]}) }) @@ -608,12 +610,12 @@ function piles(){ $(this).css({"top":i*distance+pile5_position[1],"left":i*distance+pile5_position[0]}) }) - var pile6_position=[700,1540] + var pile6_position=[800,1600] $(".pile6").each(function(i){ $(this).css({"top":i*distance+pile6_position[1],"left":i*distance+pile6_position[0]}) }) - var pile7_position=[1400,1300] + var pile7_position=[1500,1300] $(".pile7").each(function(i){ $(this).css({"top":i*distance+pile7_position[1],"left":i*distance+pile7_position[0]}) }) @@ -623,12 +625,12 @@ function piles(){ $(this).css({"top":i*distance+pile8_position[1],"left":i*distance+pile8_position[0]}) }) - var pile9_position=[600,2200] + var pile9_position=[700,2350] $(".pile9").each(function(i){ $(this).css({"top":i*distance+pile9_position[1],"left":i*distance+pile9_position[0]}) }) - var pile10_position=[1300,2000] + var pile10_position=[1450,2100] $(".pile10").each(function(i){ $(this).css({"top":i*distance+pile10_position[1],"left":i*distance+pile10_position[0]}) }) diff --git a/player.php b/player.php index 899e3ed..92a3bc3 100644 --- a/player.php +++ b/player.php @@ -208,9 +208,97 @@

    warming up @Fine Arts 29/3

    + + +
    + + +

    Discussing on low/high voice @Next to Leeszaal 6/6

    - + +
    + + +

    Reading extracts @Next to Leeszaal 6/6

    +
    + + +
    + + +

    Warming up @Next to Leeszaal 6/6

    +
    + +
    + + +

    Discussing about directness @Next to Leeszaal 13/6

    +
    + +
    + + +

    Discussing about metaphors of voice @Next to Leeszaal 13/6

    +
    + +
    + + +

    Performing other voices @Next to Leeszaal 13/6

    +
    + +
    + + +

    Warming up @Next to Leeszaal 13/6

    +
    + +
    + + +

    Discussing about angry voices @Next to Leeszaal 20/6

    +
    + +
    + + +

    Reading extracts @Next to Leeszaal 20/6

    +
    + +
    + + +

    Warming up @Next to Leeszaal 20/6

    +
    + +
    + + +

    Performing an 'angry' dialogue - 1st Part @Next to Leeszaal 27/6

    +
    + +
    + + +

    Performing an 'angry' dialogue -2nd part @Next to Leeszaal 27/6

    +
    + +
    + + +

    Performing an 'angry' dialogue -1st part @Next to Leeszaal 4/7

    +
    + +
    + + +

    Performing an 'angry' dialogue -2nd part @Next to Leeszaal 4/7

    +
    + + + + @@ -553,7 +641,7 @@ document.querySelectorAll( '.ciclegraph' ).forEach( ( ciclegraph )=>{ let circle = circles[i] angle += dangle let cx=ciclegraph.clientWidth / 2, - cy=300, + cy=400, r=(ciclegraph.clientWidth / 2), x=(Math.cos(degrees_to_radians(angle))*r)+cx, y=(Math.sin(degrees_to_radians(angle))*r)+cy; diff --git a/styles/widescreen.css b/styles/widescreen.css index 2017014..8f47551 100644 --- a/styles/widescreen.css +++ b/styles/widescreen.css @@ -1,6 +1,6 @@ /*@media only screen and (min-width: 900px) {*/ body { - /*background: #F6F5F5;*/ + background: #F6F5F5; /*background: #fcf4f6;*/ font-family: "Old Standard TT"; font-size: 95%;