From 47c98c81a56504ed256cde432f5eea2f8fba5f41 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 6 Nov 2019 22:27:11 -0500 Subject: [PATCH 1/3] First two down! Didn't know a lot about events, so I had to watch quite a bit of the first video. Second one after the setup for rotation I was able to get w/o watching the video at all (except for the fix when you go from 450 to 90 (which I just didn't do)) --- 01 - JavaScript Drum Kit/index.html | 91 +++++++++++++++++++++++++++ 02 - JS and CSS Clock/index.html | 96 +++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 01 - JavaScript Drum Kit/index.html create mode 100644 02 - JS and CSS Clock/index.html diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html new file mode 100644 index 0000000000..6c93b28b37 --- /dev/null +++ b/01 - JavaScript Drum Kit/index.html @@ -0,0 +1,91 @@ + + + + + JS Drum Kit + + + + + +
+
+ A + clap +
+
+ S + hihat +
+
+ D + kick +
+
+ F + openhat +
+
+ G + boom +
+
+ H + ride +
+
+ J + snare +
+
+ K + tom +
+
+ L + tink +
+
+ + + + + + + + + + + + + + + + diff --git a/02 - JS and CSS Clock/index.html b/02 - JS and CSS Clock/index.html new file mode 100644 index 0000000000..c1139a4351 --- /dev/null +++ b/02 - JS and CSS Clock/index.html @@ -0,0 +1,96 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + + From 5d1fd4475a5d5e62eaf99abd6cbe3d40a2155ad9 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 7 Nov 2019 22:45:33 -0500 Subject: [PATCH 2/3] Did 03 tonight --- 03 - CSS Variables/index.html | 84 +++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 03 - CSS Variables/index.html diff --git a/03 - CSS Variables/index.html b/03 - CSS Variables/index.html new file mode 100644 index 0000000000..adb33a4e11 --- /dev/null +++ b/03 - CSS Variables/index.html @@ -0,0 +1,84 @@ + + + + + Scoped CSS Variables and JS + + +

Update CSS Variables with JS

+ +
+ + + + + + + + +
+ + + + + + + + + From 309f9aea8931a9f703cad266f60f2cabe0aa1f20 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 9 Nov 2019 00:58:08 -0500 Subject: [PATCH 3/3] Array cardio 1 done, without much issue --- 04 - Array Cardio Day 1/index.html | 70 ++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 04 - Array Cardio Day 1/index.html diff --git a/04 - Array Cardio Day 1/index.html b/04 - Array Cardio Day 1/index.html new file mode 100644 index 0000000000..5465e3aaf9 --- /dev/null +++ b/04 - Array Cardio Day 1/index.html @@ -0,0 +1,70 @@ + + + + + Array Cardio 💪 + + +

Psst: have a look at the JavaScript Console 💁

+ + +