From 3826363ea7e3c8fe529abe62fa1c16656918ec3b Mon Sep 17 00:00:00 2001
From: "RELIAS\\wcoleman"
Date: Tue, 3 Oct 2017 18:11:03 -0400
Subject: [PATCH 01/29] added working drum machine
---
01 - JavaScript Drum Kit/index-FINISHED.html | 83 --------------------
01 - JavaScript Drum Kit/index-START.html | 17 ++++
2 files changed, 17 insertions(+), 83 deletions(-)
delete mode 100644 01 - JavaScript Drum Kit/index-FINISHED.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..bcb8d2cb4f 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,24 @@
From 9be6f47bd8e8af97b1aeecec740cbc6e9714d801 Mon Sep 17 00:00:00 2001
From: William
Date: Thu, 5 Oct 2017 22:43:11 -0400
Subject: [PATCH 02/29] removed completed files
---
02 - JS and CSS Clock/index-FINISHED.html | 99 -----------------------
1 file changed, 99 deletions(-)
delete mode 100644 02 - JS and CSS Clock/index-FINISHED.html
diff --git a/02 - JS and CSS Clock/index-FINISHED.html b/02 - JS and CSS Clock/index-FINISHED.html
deleted file mode 100644
index 37436ed1ca..0000000000
--- a/02 - JS and CSS Clock/index-FINISHED.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
- JS + CSS Clock
-
-
-
-
-
-
-
-
-
-
-
-
From ae074b29ee5f5fe05dbd68ae9dce58e781099548 Mon Sep 17 00:00:00 2001
From: William
Date: Thu, 5 Oct 2017 23:17:48 -0400
Subject: [PATCH 03/29] added working clock
---
02 - JS and CSS Clock/index-START.html | 31 +++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html
index ee7eaefb1f..3370555206 100644
--- a/02 - JS and CSS Clock/index-START.html
+++ b/02 - JS and CSS Clock/index-START.html
@@ -62,12 +62,41 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+ transition: all 0.5s;
}
-
+ .hour-hand {
+ background: red;
+ }
+
+