From dcef1cd05c0fc16dc8cd0522965d9270c5da7edc Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Sun, 2 Dec 2018 18:52:03 -0600 Subject: [PATCH 1/5] Finished js drumkit --- 01 - JavaScript Drum Kit/index-START.html | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..6a469cc523 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,35 @@ From 7562e2cde9a97dcb05bed901c52c9e95d53ce074 Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Sun, 2 Dec 2018 19:50:16 -0600 Subject: [PATCH 2/5] Trying to clean up my branch --- 01 - JavaScript Drum Kit/index-START.html | 29 ----------------------- 1 file changed, 29 deletions(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 6a469cc523..4070d32767 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,35 +59,6 @@ From 3c22c79692ee4d5b2b4ccb25e63914cee764534a Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Sun, 2 Dec 2018 19:52:50 -0600 Subject: [PATCH 3/5] Added my changes back --- 01 - JavaScript Drum Kit/index-cb-rev.html | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 01 - JavaScript Drum Kit/index-cb-rev.html diff --git a/01 - JavaScript Drum Kit/index-cb-rev.html b/01 - JavaScript Drum Kit/index-cb-rev.html new file mode 100644 index 0000000000..6a469cc523 --- /dev/null +++ b/01 - JavaScript Drum Kit/index-cb-rev.html @@ -0,0 +1,95 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + From d6d0ce364dd5ac58a05a97b7adacf60af1562fd9 Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Sun, 2 Dec 2018 20:10:48 -0600 Subject: [PATCH 4/5] My start --- 02 - JS and CSS Clock/index-cb-rev.html | 74 +++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 02 - JS and CSS Clock/index-cb-rev.html diff --git a/02 - JS and CSS Clock/index-cb-rev.html b/02 - JS and CSS Clock/index-cb-rev.html new file mode 100644 index 0000000000..7cbf5f6ba6 --- /dev/null +++ b/02 - JS and CSS Clock/index-cb-rev.html @@ -0,0 +1,74 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + + From 0fd24af30b7062813dda9c619b5450e05ff6f86a Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Sun, 2 Dec 2018 21:15:34 -0600 Subject: [PATCH 5/5] My solution before watching Wes Bos --- 02 - JS and CSS Clock/index-cb-rev.html | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/02 - JS and CSS Clock/index-cb-rev.html b/02 - JS and CSS Clock/index-cb-rev.html index 7cbf5f6ba6..3315351a57 100644 --- a/02 - JS and CSS Clock/index-cb-rev.html +++ b/02 - JS and CSS Clock/index-cb-rev.html @@ -62,11 +62,41 @@ background: black; position: absolute; top: 50%; + transform-origin: 100%; }