From 4268dbada0c4be2193fdd6fa94880fd81f376cbf Mon Sep 17 00:00:00 2001
From: ShimmiChristo
Date: Fri, 28 Jul 2017 10:19:18 -0400
Subject: [PATCH 01/26] added my finished projects. 1-3 projects
---
01 - JavaScript Drum Kit/index-FINISHED.html | 83 -----------------
01 - JavaScript Drum Kit/index-START.html | 20 ++++
02 - JS + CSS Clock/index-FINISHED.html | 98 --------------------
02 - JS + CSS Clock/index-START.html | 27 ++++++
03 - CSS Variables/index-FINISHED.html | 79 ----------------
03 - CSS Variables/index-START.html | 25 +++++
readme.md | 1 -
7 files changed, 72 insertions(+), 261 deletions(-)
delete mode 100644 01 - JavaScript Drum Kit/index-FINISHED.html
delete mode 100644 02 - JS + CSS Clock/index-FINISHED.html
delete mode 100644 03 - CSS Variables/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..fedf22a8f4 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -59,6 +59,26 @@
diff --git a/02 - JS + CSS Clock/index-FINISHED.html b/02 - JS + CSS Clock/index-FINISHED.html
deleted file mode 100644
index db653a5340..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..90ea4e96b7 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-START.html
@@ -61,12 +61,39 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transform: rotate(90deg);
+ transition: all 0.05s;
+ transition-timing-function: cubic-bezier(0.07, 2.54, 0.17, 1.4);
}
- Update CSS Variables with JS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html
deleted file mode 100644
index c3217fc003..0000000000
--- a/03 - CSS Variables/index-FINISHED.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-