From 12139873f274f858a71fd658bfc046cbb19a73e8 Mon Sep 17 00:00:00 2001 From: Toni Laukka Date: Tue, 17 Jan 2017 21:10:10 +0200 Subject: [PATCH 1/2] Added my implementation of JavaScript Drum Kit --- 01 - JavaScript Drum Kit/index.html | 96 +++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 01 - JavaScript Drum Kit/index.html diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html new file mode 100644 index 0000000000..dbb23f7ee0 --- /dev/null +++ b/01 - JavaScript Drum Kit/index.html @@ -0,0 +1,96 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + From befbcd3a9b226405026fb518be402aba9438e9c0 Mon Sep 17 00:00:00 2001 From: Toni Laukka Date: Tue, 17 Jan 2017 21:11:43 +0200 Subject: [PATCH 2/2] Added my implementation of JS and CSS Clock --- 02 - JS and CSS Clock/index.html | 110 +++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 02 - JS and CSS Clock/index.html diff --git a/02 - JS and CSS Clock/index.html b/02 - JS and CSS Clock/index.html new file mode 100644 index 0000000000..7b4663993e --- /dev/null +++ b/02 - JS and CSS Clock/index.html @@ -0,0 +1,110 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + +