Even more last minute fixes
authorCameron Ball <cameron@moodle.com>
Wed, 25 Mar 2020 07:29:10 +0000 (15:29 +0800)
committerCameron Ball <cameron@moodle.com>
Wed, 25 Mar 2020 07:29:10 +0000 (15:29 +0800)
index.html

index 5a14ebe..364e0f6 100644 (file)
@@ -21,7 +21,6 @@
          background-repeat: repeat;
          background-size: 10%;
          image-rendering: crisp-edges;
-         background-position-x: -33px;
          background-blend-mode: multiply;
          font-size: 22px;
      }
@@ -1017,11 +1016,6 @@ threeFs = repeat("f").substr(0,3);
         <div class="slide">
             <h1>OK great but who cares?</h1>
         </div>
-        <div class="notes">
-            <ul>
-                <li>Go back to the full composition diagram</li>
-            </ul>
-        </div>
     </div>
     <div id="slide-54">
         <div class="slide-title">=<< Composition >>=</div>
@@ -1029,6 +1023,11 @@ threeFs = repeat("f").substr(0,3);
             <h1>OK great but who cares?</h1>
             <div class="textbox" style="width: 60%; margin: auto;">Big problems can often be chopped up in to smaller, easier to solve problems. If we can be clever about how we chop them up, such that the solutions to the individual problems can <span class="highlight">compose</span> together to form a full solution, then we can infinitely speed up the process by adding more workers!</div>
         </div>
+        <div class="notes">
+            <ul>
+                <li>Go back to the full composition diagram</li>
+            </ul>
+        </div>
     </div>
     <div id="slide-55">
         <div class="slide-title">=<< Composition >>=</div>
@@ -1231,6 +1230,7 @@ threeFs = repeat("f").substr(0,3);
  setInterval(function(){
      x+=2;
      y-=2;
+
      b.style.backgroundPosition = x + 'px ' + y + 'px';
  }, 250);