From c0e840bb7fb85c75b45c2084e238b00d0a278e84 Mon Sep 17 00:00:00 2001
From: code_for_good
Date: Sun, 15 Jan 2017 19:24:47 +0000
Subject: [PATCH] Completed exercises 1 - 7
---
01 - JavaScript Drum Kit/index-final.html | 19 +++
02 - JS + CSS Clock/index.html | 96 +++++++++++++
03 - CSS Variables/index-START.html | 32 ++++-
04 - Array Cardio Day 1/index-START.html | 165 +++++++++++++++++-----
06 - Type Ahead/index-START.html | 39 +++++
07 - Array Cardio Day 2/index-START.html | 40 +++++-
6 files changed, 343 insertions(+), 48 deletions(-)
create mode 100644 01 - JavaScript Drum Kit/index-final.html
create mode 100644 02 - JS + CSS Clock/index.html
diff --git a/01 - JavaScript Drum Kit/index-final.html b/01 - JavaScript Drum Kit/index-final.html
new file mode 100644
index 0000000000..37c148df07
--- /dev/null
+++ b/01 - JavaScript Drum Kit/index-final.html
@@ -0,0 +1,19 @@
+
+
+
+
+ HTML5 Canvas
+
+
+
+
+
+
+
+
+
diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html
new file mode 100644
index 0000000000..1c777557da
--- /dev/null
+++ b/02 - JS + CSS Clock/index.html
@@ -0,0 +1,96 @@
+
+
+
+
+ JS + CSS Clock
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html
index ca2b59d077..a030e3e0b5 100644
--- a/03 - CSS Variables/index-START.html
+++ b/03 - CSS Variables/index-START.html
@@ -9,19 +9,33 @@ Update CSS Variables with JS
-
+
-
+
-
+
- Psst: have a look at the JavaScript Console 💁
-
+
diff --git a/04 - Array Cardio Day 1/index-START.html b/04 - Array Cardio Day 1/index-START.html
index eec0ffc31d..1e4f6e16e0 100644
--- a/04 - Array Cardio Day 1/index-START.html
+++ b/04 - Array Cardio Day 1/index-START.html
@@ -2,58 +2,147 @@