diff --git a/01_Java-Script-Drum-Kit/index-Mike.html b/01_Java-Script-Drum-Kit/index-Mike.html
new file mode 100644
index 0000000..0ed2851
--- /dev/null
+++ b/01_Java-Script-Drum-Kit/index-Mike.html
@@ -0,0 +1,126 @@
+
+
+
+
+ JS Drum Kit
+
+
+
+
+
+ A
+ clap
+
+
+ S
+ hihat
+
+
+ D
+ kick
+
+
+ F
+ openhat
+
+
+ G
+ boom
+
+
+ H
+ ride
+
+
+ J
+ snare
+
+
+ K
+ tom
+
+
+ L
+ tink
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/01_Java-Script-Drum-Kit/index-START.html b/01_Java-Script-Drum-Kit/index-START.html
deleted file mode 100755
index 4070d32..0000000
--- a/01_Java-Script-Drum-Kit/index-START.html
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
- JS Drum Kit
-
-
-
-
-
-
-
- A
- clap
-
-
- S
- hihat
-
-
- D
- kick
-
-
- F
- openhat
-
-
- G
- boom
-
-
- H
- ride
-
-
- J
- snare
-
-
- K
- tom
-
-
- L
- tink
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/01_Java-Script-Drum-Kit/index-Yichia.html b/01_Java-Script-Drum-Kit/index-Yichia.html
new file mode 100644
index 0000000..62cf57c
--- /dev/null
+++ b/01_Java-Script-Drum-Kit/index-Yichia.html
@@ -0,0 +1,127 @@
+
+
+
+
+ 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-Mike.html b/02_JS-and-CSS-Clock/index-Mike.html
new file mode 100644
index 0000000..e73627c
--- /dev/null
+++ b/02_JS-and-CSS-Clock/index-Mike.html
@@ -0,0 +1,107 @@
+
+
+
+
+ JS + CSS Clock
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/02_JS-and-CSS-Clock/index-START.html b/02_JS-and-CSS-Clock/index-START.html
index ee7eaef..ef88de2 100755
--- a/02_JS-and-CSS-Clock/index-START.html
+++ b/02_JS-and-CSS-Clock/index-START.html
@@ -1,12 +1,10 @@
-
-
- JS + CSS Clock
-
-
-
-
+
+
+ JS + CSS Clock
+
+
+
+ .clock {
+ width: 30rem;
+ height: 30rem;
+ border: 20px solid white;
+ border-radius: 50%;
+ margin: 50px auto;
+ position: relative;
+ padding: 2rem;
+ box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #efefef,
+ inset 0 0 10px black, 0 0 10px rgba(0, 0, 0, 0.2);
+ }
-
-
+
+
diff --git a/02_JS-and-CSS-Clock/index-Yichia.html b/02_JS-and-CSS-Clock/index-Yichia.html
new file mode 100644
index 0000000..f01e3f9
--- /dev/null
+++ b/02_JS-and-CSS-Clock/index-Yichia.html
@@ -0,0 +1,107 @@
+
+
+
+
+ JS + CSS Clock
+
+
+
+
+
+
+
+
+
diff --git a/03_CSS-Variables/index-FINISHED.html b/03_CSS-Variables/index-FINISHED.html
index c931959..dca3ce4 100755
--- a/03_CSS-Variables/index-FINISHED.html
+++ b/03_CSS-Variables/index-FINISHED.html
@@ -22,7 +22,7 @@ Update CSS Variables with JS
+
+
+
+