From d0381c4db0203345d9be127495553b709dc0c038 Mon Sep 17 00:00:00 2001 From: jonbonbroski Date: Fri, 8 Jul 2022 11:20:24 -0700 Subject: [PATCH 1/5] completed 1.1 HTML --- Week 1.1 - HTML/1. Build a Form/index.html | 12 +++++ .../index.html | 10 ++++ .../index.html | 8 ++++ .../4. Mock Up a Design/index.html | 46 +++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/Week 1.1 - HTML/1. Build a Form/index.html b/Week 1.1 - HTML/1. Build a Form/index.html index 50432a8b..f41f7b4e 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -9,5 +9,17 @@ +
+
+ + +
+
+ + +
+ +
+ \ No newline at end of file diff --git a/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html b/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html index a132ac2a..a064038d 100644 --- a/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html +++ b/Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html @@ -25,6 +25,16 @@ + + + + + + gray box that shows height and width + \ No newline at end of file diff --git a/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html b/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html index d8bb518c..ffc9dadd 100644 --- a/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html +++ b/Week 1.1 - HTML/3. Create a Reponsive Image - Aspect Ratio/index.html @@ -25,6 +25,14 @@ + + + + gray box that shows an image's height and width + \ No newline at end of file diff --git a/Week 1.1 - HTML/4. Mock Up a Design/index.html b/Week 1.1 - HTML/4. Mock Up a Design/index.html index a7252a6f..88cfab07 100644 --- a/Week 1.1 - HTML/4. Mock Up a Design/index.html +++ b/Week 1.1 - HTML/4. Mock Up a Design/index.html @@ -5,9 +5,55 @@ Mock Up a Design + + + + + + + + +
+
+ +
+
+
+

Phase 4:

+
+

Destination Thrive

+
+
+
+

Objective: Creat omni-channel synergy

+
+
+

+ +

+
+
+
+
+

Key Focus:

+
    +
  • a
  • +
  • a
  • +
  • a
  • +
+
+
+

Time {-}

+

+
+
+
+ + +
\ No newline at end of file From f3544d5693c54cd36fa044a1dad9fe3a35d8317c Mon Sep 17 00:00:00 2001 From: jonbonbroski Date: Fri, 8 Jul 2022 13:08:22 -0700 Subject: [PATCH 2/5] completed Week 1.2 CSS Assessments --- .../1. Selectors - Attributes/index.html | 2 +- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 25 ++++++++++++++++--- Week 1.2 - CSS/5. Transitions/index.html | 5 ++++ .../6. Tricks - Click Passthrough/index.html | 1 + 6 files changed, 30 insertions(+), 7 deletions(-) diff --git a/Week 1.2 - CSS/1. Selectors - Attributes/index.html b/Week 1.2 - CSS/1. Selectors - Attributes/index.html index 3d9c05b8..012bf5c2 100644 --- a/Week 1.2 - CSS/1. Selectors - Attributes/index.html +++ b/Week 1.2 - CSS/1. Selectors - Attributes/index.html @@ -9,7 +9,7 @@ diff --git a/Week 1.2 - CSS/2. Selectors - Children/index.html b/Week 1.2 - CSS/2. Selectors - Children/index.html index 7ff366db..3a43d88b 100644 --- a/Week 1.2 - CSS/2. Selectors - Children/index.html +++ b/Week 1.2 - CSS/2. Selectors - Children/index.html @@ -9,7 +9,7 @@