diff --git a/01 - JavaScript Drum Kit/index-MINE.html b/01 - JavaScript Drum Kit/index-MINE.html new file mode 100644 index 0000000000..a1226ab10c --- /dev/null +++ b/01 - JavaScript Drum Kit/index-MINE.html @@ -0,0 +1,101 @@ + + + + + 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 + CSS Clock/index-MINE.html b/02 - JS + CSS Clock/index-MINE.html new file mode 100644 index 0000000000..1e435f0e91 --- /dev/null +++ b/02 - JS + CSS Clock/index-MINE.html @@ -0,0 +1,143 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+
+ + + + + + + diff --git a/03 - CSS Variables/index-MINE.html b/03 - CSS Variables/index-MINE.html new file mode 100644 index 0000000000..10212cdbaa --- /dev/null +++ b/03 - CSS Variables/index-MINE.html @@ -0,0 +1,96 @@ + + + + + Scoped CSS Variables and JS + + +

Update CSS Variables with JS

+ +
+ + + + + + + + +
+ + + + + + + + + diff --git a/04 - Array Cardio Day 1/index-MINE.html b/04 - Array Cardio Day 1/index-MINE.html new file mode 100644 index 0000000000..ba51bf5adf --- /dev/null +++ b/04 - Array Cardio Day 1/index-MINE.html @@ -0,0 +1,101 @@ + + + + + Array Cardio 💪 + + +

Psst: have a look at the JavaScript Console 💁

+ + + diff --git a/05 - Flex Panel Gallery/index-MINE.html b/05 - Flex Panel Gallery/index-MINE.html new file mode 100644 index 0000000000..5afe8c2328 --- /dev/null +++ b/05 - Flex Panel Gallery/index-MINE.html @@ -0,0 +1,160 @@ + + + + + Flex Panels 💪 + + + + + + +
+
+

Hey

+

Let's

+

Dance

+
+
+

Give

+

Take

+

Receive

+
+
+

Experience

+

It

+

Today

+
+
+

Give

+

All

+

You can

+
+
+

Life

+

In

+

Motion

+
+
+ + + + + + + diff --git a/06 - Type Ahead/index-MINE.html b/06 - Type Ahead/index-MINE.html new file mode 100644 index 0000000000..591658d601 --- /dev/null +++ b/06 - Type Ahead/index-MINE.html @@ -0,0 +1,108 @@ + + + + + Type Ahead 👀 + + + + +
+ + +
+ + + diff --git a/07 - Array Cardio Day 2/index-MINE.html b/07 - Array Cardio Day 2/index-MINE.html new file mode 100644 index 0000000000..be137fc565 --- /dev/null +++ b/07 - Array Cardio Day 2/index-MINE.html @@ -0,0 +1,55 @@ + + + + + Array Cardio 💪💪 + + +

Psst: have a look at the JavaScript Console 💁

+ + + diff --git a/08 - Fun with HTML5 Canvas/index-MINE.html b/08 - Fun with HTML5 Canvas/index-MINE.html new file mode 100644 index 0000000000..fd4d76eb99 --- /dev/null +++ b/08 - Fun with HTML5 Canvas/index-MINE.html @@ -0,0 +1,115 @@ + + + + + HTML5 Canvas + + + + + + + + + diff --git a/09 - Dev Tools Domination/index-MINE.html b/09 - Dev Tools Domination/index-MINE.html new file mode 100644 index 0000000000..6860a1acff --- /dev/null +++ b/09 - Dev Tools Domination/index-MINE.html @@ -0,0 +1,92 @@ + + + + + Console Tricks! + + + +

×BREAK×DOWN×

+ + + + diff --git a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html index 3ce296cc4b..2b5d39a52c 100644 --- a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html +++ b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html @@ -2,7 +2,7 @@ - Document + Hold Shift to Check Multiple Checkboxes + +
+
+ +

This is an inbox layout.

+
+
+ +

Check one item

+
+
+ +

Hold down your Shift key

+
+
+ +

Check a lower item

+
+
+ +

Everything inbetween should also be set to checked

+
+
+ +

Try do it with out any libraries

+
+
+ +

Just regular JavaScript

+
+
+ +

Good Luck!

+
+
+ +

Don't forget to tweet your result!

+
+
+ + + + + diff --git a/10 - Hold Shift and Check Checkboxes/index-START.html b/10 - Hold Shift and Check Checkboxes/index-START.html index eb7ed310bb..b6a1cc32ec 100644 --- a/10 - Hold Shift and Check Checkboxes/index-START.html +++ b/10 - Hold Shift and Check Checkboxes/index-START.html @@ -2,7 +2,7 @@ - Document + Hold Shift to Check Multiple Checkboxes