From 52bd554d1b37d8f55d7c4200c28b526e09da0804 Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Tue, 21 May 2019 11:10:47 +0800 Subject: [PATCH 1/2] Complete exercise 1 --- 01 - JavaScript Drum Kit/index-WIP.html | 87 +++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 01 - JavaScript Drum Kit/index-WIP.html diff --git a/01 - JavaScript Drum Kit/index-WIP.html b/01 - JavaScript Drum Kit/index-WIP.html new file mode 100644 index 0000000000..132d8247d1 --- /dev/null +++ b/01 - JavaScript Drum Kit/index-WIP.html @@ -0,0 +1,87 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + From 5e4b3fa0492ff5dc85686aced8fe2e7d1edf4f07 Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Thu, 23 May 2019 15:58:44 +0800 Subject: [PATCH 2/2] Do exercise 2 --- 02 - JS and CSS Clock/index-WORKING.html | 97 ++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 02 - JS and CSS Clock/index-WORKING.html diff --git a/02 - JS and CSS Clock/index-WORKING.html b/02 - JS and CSS Clock/index-WORKING.html new file mode 100644 index 0000000000..46fc7197aa --- /dev/null +++ b/02 - JS and CSS Clock/index-WORKING.html @@ -0,0 +1,97 @@ + + + + + + JS + CSS Clock + + + + + +
+
+
+
+
+
+
+ + + + + + + + \ No newline at end of file