From 510271c0f3913805eb1b7bb374a1c9fb582e86c4 Mon Sep 17 00:00:00 2001
From: szaim
Date: Mon, 12 Dec 2016 14:42:20 -0500
Subject: [PATCH 1/6] Drum Kit finished
---
01 - JavaScript Drum Kit/index-FINISHED.html | 83 --------------------
01 - JavaScript Drum Kit/index-START.html | 17 ++++
01 - JavaScript Drum Kit/index.html | 83 --------------------
3 files changed, 17 insertions(+), 166 deletions(-)
delete mode 100644 01 - JavaScript Drum Kit/index-FINISHED.html
delete mode 100644 01 - JavaScript Drum Kit/index.html
diff --git a/01 - JavaScript Drum Kit/index-FINISHED.html b/01 - JavaScript Drum Kit/index-FINISHED.html
deleted file mode 100644
index 1a16d0997c..0000000000
--- a/01 - JavaScript Drum Kit/index-FINISHED.html
+++ /dev/null
@@ -1,83 +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 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..465ac56a87 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,24 @@
diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html
deleted file mode 100644
index 246639f990..0000000000
--- a/01 - JavaScript Drum Kit/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
- JS Drum Kit
-
-
-
-
-
-
-
- A
- clap
-
-
- S
- hihat
-
-
- D
- kick
-
-
- F
- openhat
-
-
- G
- boom
-
-
- H
- ride
-
-
- J
- snare
-
-
- K
- tom
-
-
- L
- tink
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
From 5a9d20c5ff553b12f0a0062d5219afa7b6398904 Mon Sep 17 00:00:00 2001
From: szaim
Date: Tue, 13 Dec 2016 16:17:56 -0500
Subject: [PATCH 2/6] finishing the clock project
---
02 - JS + CSS Clock/index-FINISHED.html | 98 -------------------------
02 - JS + CSS Clock/index-START.html | 28 +++++++
02 - JS + CSS Clock/index.html | 96 ------------------------
3 files changed, 28 insertions(+), 194 deletions(-)
delete mode 100644 02 - JS + CSS Clock/index-FINISHED.html
delete mode 100644 02 - JS + CSS Clock/index.html
diff --git a/02 - JS + CSS Clock/index-FINISHED.html b/02 - JS + CSS Clock/index-FINISHED.html
deleted file mode 100644
index d4cb3b56a8..0000000000
--- a/02 - JS + CSS Clock/index-FINISHED.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
- JS + CSS Clock
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
index 2712384201..aff5419142 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-START.html
@@ -61,12 +61,40 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+/* transition: all 0.05s;
+*/ transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}
-
-
-
-
-
-
-
-
-
diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html
deleted file mode 100644
index 1c777557da..0000000000
--- a/02 - JS + CSS Clock/index.html
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-