From a604efcd6909c04993e54c2ab7d96fc4c44bc14d Mon Sep 17 00:00:00 2001 From: James Wilton Date: Tue, 17 Apr 2018 13:40:23 -0500 Subject: [PATCH 1/3] Me and Wes at it again this time for real! --- 01 - JavaScript Drum Kit/index-MINE.html | 83 ++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 01 - JavaScript Drum Kit/index-MINE.html diff --git a/01 - JavaScript Drum Kit/index-MINE.html b/01 - JavaScript Drum Kit/index-MINE.html new file mode 100644 index 0000000000..4abdc637a3 --- /dev/null +++ b/01 - JavaScript Drum Kit/index-MINE.html @@ -0,0 +1,83 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + From f8af51bdbaf29c83b331b7160d983ac8a6d14332 Mon Sep 17 00:00:00 2001 From: James Wilton Date: Tue, 17 Apr 2018 14:46:06 -0500 Subject: [PATCH 2/3] I built a clock --- 02 - JS and CSS Clock/index-MINE.html | 96 +++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 02 - JS and CSS Clock/index-MINE.html diff --git a/02 - JS and CSS Clock/index-MINE.html b/02 - JS and CSS Clock/index-MINE.html new file mode 100644 index 0000000000..dfd3b404f1 --- /dev/null +++ b/02 - JS and CSS Clock/index-MINE.html @@ -0,0 +1,96 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + + From b204a9e6c9aaa68cfcb60780ecb403b02ae77627 Mon Sep 17 00:00:00 2001 From: James Wilton Date: Wed, 18 Apr 2018 12:57:07 -0500 Subject: [PATCH 3/3] I got to play with CSS cars --- 03 - CSS Variables/index-MINE.html | 74 ++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 03 - CSS Variables/index-MINE.html diff --git a/03 - CSS Variables/index-MINE.html b/03 - CSS Variables/index-MINE.html new file mode 100644 index 0000000000..e5038f627d --- /dev/null +++ b/03 - CSS Variables/index-MINE.html @@ -0,0 +1,74 @@ + + + + + Scoped CSS Variables and JS + + +

Update CSS Variables with JS

+ +
+ + + + + + + + +
+ + + + + + + + +