From 700b677e1db3cb935f69f56685ef31a5cceb2372 Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:21:35 +0000 Subject: [PATCH 01/20] exercises1 --- exercises/01-Hello-World/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/exercises/01-Hello-World/index.html b/exercises/01-Hello-World/index.html index 93d4ce1c..399c1113 100644 --- a/exercises/01-Hello-World/index.html +++ b/exercises/01-Hello-World/index.html @@ -1 +1,6 @@ - + +Click me to open google.com From 09dc58a6dc1d80060e9d926299aabdc9fcef4d1a Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:24:30 +0000 Subject: [PATCH 02/20] exercises2 --- .learn/resets/01.1-The-Style-Tag/index.html | 6 ++++++ exercises/01.1-The-Style-Tag/index.html | 6 +++++- exercises/01.1-The-Style-Tag/solution.hide.html | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .learn/resets/01.1-The-Style-Tag/index.html diff --git a/.learn/resets/01.1-The-Style-Tag/index.html b/.learn/resets/01.1-The-Style-Tag/index.html new file mode 100644 index 00000000..1c51e8e0 --- /dev/null +++ b/.learn/resets/01.1-The-Style-Tag/index.html @@ -0,0 +1,6 @@ + +
+ Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology + around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity, + math,writing, and confidence. +
diff --git a/exercises/01.1-The-Style-Tag/index.html b/exercises/01.1-The-Style-Tag/index.html index 1c51e8e0..f02bc162 100644 --- a/exercises/01.1-The-Style-Tag/index.html +++ b/exercises/01.1-The-Style-Tag/index.html @@ -1,4 +1,8 @@ - +Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity, diff --git a/exercises/01.1-The-Style-Tag/solution.hide.html b/exercises/01.1-The-Style-Tag/solution.hide.html index 85bac8dd..e5725942 100644 --- a/exercises/01.1-The-Style-Tag/solution.hide.html +++ b/exercises/01.1-The-Style-Tag/solution.hide.html @@ -7,6 +7,6 @@
Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology - around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity, - math, writing, and confidence. + around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity, math, + writing, and confidence.
From eb46f1a526f321c10ab94c441a5f9cc5cb5c8285 Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:26:04 +0000 Subject: [PATCH 03/20] exercises1.2 --- .learn/resets/01.2-Your-First-Style/index.html | 14 ++++++++++++++ exercises/01.2-Your-First-Style/index.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .learn/resets/01.2-Your-First-Style/index.html diff --git a/.learn/resets/01.2-Your-First-Style/index.html b/.learn/resets/01.2-Your-First-Style/index.html new file mode 100644 index 00000000..39661132 --- /dev/null +++ b/.learn/resets/01.2-Your-First-Style/index.html @@ -0,0 +1,14 @@ + + + + + + + Hello! I am an anchor in red, change my color to yellow + + diff --git a/exercises/01.2-Your-First-Style/index.html b/exercises/01.2-Your-First-Style/index.html index 39661132..a2a88d04 100644 --- a/exercises/01.2-Your-First-Style/index.html +++ b/exercises/01.2-Your-First-Style/index.html @@ -4,7 +4,7 @@ From f8d1ae6d1424b41b728f45b281039eadfd401a1f Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:28:26 +0000 Subject: [PATCH 04/20] exercises1.3 --- .learn/resets/01.3-Your-Second-Style/index.html | 11 +++++++++++ exercises/01.3-Your-Second-Style/index.html | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .learn/resets/01.3-Your-Second-Style/index.html diff --git a/.learn/resets/01.3-Your-Second-Style/index.html b/.learn/resets/01.3-Your-Second-Style/index.html new file mode 100644 index 00000000..998d973a --- /dev/null +++ b/.learn/resets/01.3-Your-Second-Style/index.html @@ -0,0 +1,11 @@ + + + + + + + Hello! My background should be blue! + + diff --git a/exercises/01.3-Your-Second-Style/index.html b/exercises/01.3-Your-Second-Style/index.html index 998d973a..1b87ed9d 100644 --- a/exercises/01.3-Your-Second-Style/index.html +++ b/exercises/01.3-Your-Second-Style/index.html @@ -2,7 +2,9 @@ From e4b0c642a77fb23f8a0c4ecb79a6c07f736f1301 Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:31:49 +0000 Subject: [PATCH 05/20] exercises2 --- .learn/resets/02-Separate-Stylesheet/index.html | 9 +++++++++ exercises/02-Separate-Stylesheet/styles.css | 7 +++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .learn/resets/02-Separate-Stylesheet/index.html diff --git a/.learn/resets/02-Separate-Stylesheet/index.html b/.learn/resets/02-Separate-Stylesheet/index.html new file mode 100644 index 00000000..a7be7a61 --- /dev/null +++ b/.learn/resets/02-Separate-Stylesheet/index.html @@ -0,0 +1,9 @@ + + + + + + + My background should be blue. + + diff --git a/exercises/02-Separate-Stylesheet/styles.css b/exercises/02-Separate-Stylesheet/styles.css index 780be166..d7cf32a7 100644 --- a/exercises/02-Separate-Stylesheet/styles.css +++ b/exercises/02-Separate-Stylesheet/styles.css @@ -1,4 +1,3 @@ -/* your styles here: - 1. Select the body tag. - 2. Add the background rule equal to blue. - */ +body { + background-color: blue; +} From 596bef08367ae2894fabee4a5a1ad68798315a95 Mon Sep 17 00:00:00 2001 From: Anthony Alvarado <109054924+avlanty@users.noreply.github.com> Date: Sat, 5 Aug 2023 04:33:27 +0000 Subject: [PATCH 06/20] exercises2.1 --- .learn/resets/02.1-Background/index.html | 10 ++++++++++ exercises/02.1-Background/styles.css | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .learn/resets/02.1-Background/index.html diff --git a/.learn/resets/02.1-Background/index.html b/.learn/resets/02.1-Background/index.html new file mode 100644 index 00000000..cf841f1e --- /dev/null +++ b/.learn/resets/02.1-Background/index.html @@ -0,0 +1,10 @@ + + + + +Hello | +
My brother | +
Hello |