diff --git a/.tern-project b/.tern-project new file mode 100644 index 0000000000..80eaf83e58 --- /dev/null +++ b/.tern-project @@ -0,0 +1,15 @@ +{ + "libs": [ + "browser", + "jquery" + ], + "loadEagerly": [ + "importantfile.js" + ], + "plugins": { + "requirejs": { + "baseURL": "./", + "paths": {} + } + } +} diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html new file mode 100644 index 0000000000..4e5d2149d1 --- /dev/null +++ b/01 - JavaScript Drum Kit/index.html @@ -0,0 +1,82 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html new file mode 100644 index 0000000000..d8412b3cf7 --- /dev/null +++ b/02 - JS + CSS Clock/index.html @@ -0,0 +1,100 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + + +