From 2c2eb15ea1f09ec8299a349cdb558bf7e2609833 Mon Sep 17 00:00:00 2001 From: Kevin Coyner Date: Tue, 10 Jan 2017 17:50:03 -0500 Subject: [PATCH 1/2] Finished Drum Kit. --- .tern-project | 15 ++++++ 01 - JavaScript Drum Kit/index.html | 82 +++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 .tern-project create mode 100644 01 - JavaScript Drum Kit/index.html 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 +
+
+ + + + + + + + + + + + + + + + From 142cba886a7152341d288aab77ae1d4838c72f57 Mon Sep 17 00:00:00 2001 From: Kevin Coyner Date: Wed, 11 Jan 2017 18:27:37 -0500 Subject: [PATCH 2/2] Complete lesson 02 --- 02 - JS + CSS Clock/index.html | 100 +++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 02 - JS + CSS Clock/index.html 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 + + + + +
+
+
+
+
+
+
+ + + + + + + +