From 3df9745330b5df28afcb86f17a2a9b448a28024f Mon Sep 17 00:00:00 2001 From: Jasper Date: Tue, 13 Dec 2016 17:46:45 -0500 Subject: [PATCH 1/3] Finish section 1 --- 01 - JavaScript Drum Kit/index-START.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..42177b9d0d 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,27 @@ From 72446a862cacd3d03c118324b6554d70538d8690 Mon Sep 17 00:00:00 2001 From: Jasper Date: Wed, 14 Dec 2016 16:21:59 -0500 Subject: [PATCH 2/3] finish dat 2 --- 02 - JS + CSS Clock/index-START.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..2808cf2cc2 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,11 +61,35 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: ease-in-out; } From 2d29bc05f383313551a4c2950c6a7b1134017d90 Mon Sep 17 00:00:00 2001 From: Jasper Date: Fri, 10 Feb 2017 17:19:45 -0500 Subject: [PATCH 3/3] Finish part 6 --- 06 - Type Ahead/index-START.html | 51 ++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/06 - Type Ahead/index-START.html b/06 - Type Ahead/index-START.html index 1436886918..9cf8c4a2b2 100644 --- a/06 - Type Ahead/index-START.html +++ b/06 - Type Ahead/index-START.html @@ -1,10 +1,12 @@ + Type Ahead 👀 +
@@ -14,9 +16,48 @@
  • or a state
  • - + - - - + \ No newline at end of file