From 9544fa65e97c7461296a6ad65a9780c801520cf1 Mon Sep 17 00:00:00 2001 From: Paul Schwarz Date: Wed, 5 Sep 2018 22:18:39 +0200 Subject: [PATCH 1/2] Complete day 1 --- 01 - JavaScript Drum Kit/index.html | 81 +++++++++++++++++++++++++++++ 1 file changed, 81 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..301803678c --- /dev/null +++ b/01 - JavaScript Drum Kit/index.html @@ -0,0 +1,81 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + From 037439a6dcb9042bece56995b8541dcebd762354 Mon Sep 17 00:00:00 2001 From: Paul Schwarz Date: Wed, 5 Sep 2018 22:53:35 +0200 Subject: [PATCH 2/2] Implement basic clock --- 02 - JS and CSS Clock/index.html | 96 ++++++++++++++++++++++++++++++++ 1 file changed, 96 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..291517abf4 --- /dev/null +++ b/02 - JS and CSS Clock/index.html @@ -0,0 +1,96 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + +