Update published site

This commit is contained in:
John Bintz 2012-03-13 15:21:20 -04:00
parent f9b2146e55
commit e64fda4d31
3 changed files with 278 additions and 290 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,10 +1,9 @@
(function() { var Attentive,
var Attentive,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {}; if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
Attentive.Presentation = (function() { Attentive.Presentation = (function() {
Presentation.setup = function(identifier) { Presentation.setup = function(identifier) {
var starter; var starter;
@ -174,16 +173,13 @@
return Presentation; return Presentation;
})(); })();
var Attentive,
}).call(this);
(function() {
var Attentive,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {}; if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
Attentive.Slide = (function() { Attentive.Slide = (function() {
Slide.fromList = function(list) { Slide.fromList = function(list) {
var result, slide; var result, slide;
@ -226,15 +222,12 @@
return Slide; return Slide;
})(); })();
var Attentive;
}).call(this); if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {};
(function() {
var Attentive;
if (!(typeof Attentive !== "undefined" && Attentive !== null)) Attentive = {}; Attentive.PresentationTimer = (function() {
Attentive.PresentationTimer = (function() {
function PresentationTimer() { function PresentationTimer() {
this.time = 0; this.time = 0;
@ -308,9 +301,7 @@
return PresentationTimer; return PresentationTimer;
})(); })();
}).call(this);
// Underscore.js 1.3.1 // Underscore.js 1.3.1
// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc. // (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license. // Underscore is freely distributable under the MIT license.
@ -1310,13 +1301,7 @@
}; };
}).call(this); }).call(this);
(function() {
}).call(this); Attentive.Presentation.setup('#slides');
(function() {
Attentive.Presentation.setup('#slides');
}).call(this);

View File

@ -86,6 +86,9 @@
</div></div><div class="slide"><div class="content"> </div></div><div class="slide"><div class="content">
<h1>Automated testing is important</h1> <h1>Automated testing is important</h1>
</div></div><div class="slide"><div class="content">
<h1>Why is it important?</h1>
</div></div><div class="slide style-image-80-percent"><div class="content"> </div></div><div class="slide style-image-80-percent"><div class="content">
<p><img src="assets/checklist.png" /></p> <p><img src="assets/checklist.png" /></p>