diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html
new file mode 100644
index 0000000000..4e69eb6075
--- /dev/null
+++ b/01 - JavaScript Drum Kit/index.html
@@ -0,0 +1,84 @@
+
+
+
+
+ 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-START.html b/02 - JS and CSS Clock/index-START.html
index 55ab1a5331..cec6818644 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -63,13 +63,37 @@
background: black;
position: absolute;
top: 50%;
+ transform-origin: 100%;
+ transform:rotate(90deg);
+ transition-timing-function: cubic-bezier(0.1, 2.7,0.58,1);
}