From bdb479e2b5509e3480970e5476a58f36feef6419 Mon Sep 17 00:00:00 2001 From: Ricardo Esparza Sanchez Date: Mon, 14 Mar 2022 11:46:47 -0600 Subject: [PATCH 1/2] leccion 3 --- 01 - JavaScript Drum Kit/index-START.html | 19 ++++ 02 - JS and CSS Clock/index-RE.html | 100 ++++++++++++++++++++++ 03 - CSS Variables/index-RE.html | 75 ++++++++++++++++ 3 files changed, 194 insertions(+) create mode 100644 02 - JS and CSS Clock/index-RE.html create mode 100644 03 - CSS Variables/index-RE.html diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..5720faa6d6 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,6 +58,25 @@ diff --git a/02 - JS and CSS Clock/index-RE.html b/02 - JS and CSS Clock/index-RE.html new file mode 100644 index 0000000000..c21da4ee62 --- /dev/null +++ b/02 - JS and CSS Clock/index-RE.html @@ -0,0 +1,100 @@ + + + + + JS + CSS Clock + + + + +
+
+
+
+
+
+
+ + + + + + + + + diff --git a/03 - CSS Variables/index-RE.html b/03 - CSS Variables/index-RE.html new file mode 100644 index 0000000000..5498228b04 --- /dev/null +++ b/03 - CSS Variables/index-RE.html @@ -0,0 +1,75 @@ + + + + + Scoped CSS Variables and JS + + +

Update CSS Variables with JS

+ +
+ + + + + + + + +
+ + + + + + + + + From 558eda8ff2d772b2c192f4c849efc9da87d74e98 Mon Sep 17 00:00:00 2001 From: Ricardo Esparza Sanchez Date: Mon, 14 Mar 2022 22:53:25 -0600 Subject: [PATCH 2/2] more challenges done --- 06 - Type Ahead/index-RE.html | 60 +++++++++++++++++++++++ 07 - Array Cardio Day 2/index-RE.html | 70 +++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 06 - Type Ahead/index-RE.html create mode 100644 07 - Array Cardio Day 2/index-RE.html diff --git a/06 - Type Ahead/index-RE.html b/06 - Type Ahead/index-RE.html new file mode 100644 index 0000000000..ace5191891 --- /dev/null +++ b/06 - Type Ahead/index-RE.html @@ -0,0 +1,60 @@ + + + + + + Type Ahead 👀 + + + + + +
+ +
    +
  • Filter for a city
  • +
  • or a state
  • +
+
+ + + + \ No newline at end of file diff --git a/07 - Array Cardio Day 2/index-RE.html b/07 - Array Cardio Day 2/index-RE.html new file mode 100644 index 0000000000..14d3618857 --- /dev/null +++ b/07 - Array Cardio Day 2/index-RE.html @@ -0,0 +1,70 @@ + + + + + Array Cardio 💪💪 + + +

Psst: have a look at the JavaScript Console 💁

+ + +