From fee59a9de32fc38841f3f013a52b22d94d8de3d2 Mon Sep 17 00:00:00 2001 From: warrenjramos Date: Mon, 13 Jun 2022 19:19:47 -0700 Subject: [PATCH 1/5] completed HTML assessment --- Week 1.1 - HTML/1. Build a Form/index.html | 26 ++++--- .../index.html | 71 ++++++++++++------- .../index.html | 63 +++++++++------- .../4. Mock Up a Design/index.html | 70 +++++++++++++++--- 4 files changed, 162 insertions(+), 68 deletions(-) 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..4da307b2 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -1,13 +1,19 @@ - - - - Build a Form - - - - + + + + Build a Form + + + - - \ 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..45b4ccd1 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 @@ -1,30 +1,53 @@ - - - - Create a Responsive Image - Resolution + + + + Create a Responsive Image - Resolution - - - - - + img { + display: block; + width: 100%; + height: auto; + } + + + + - - \ No newline at end of file + + + + + + responsive image - resolution + + + 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..3ed4951d 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 @@ -1,30 +1,45 @@ - - - - Create a Responsive Image - Aspect Ratio + + + + Create a Responsive Image - Aspect Ratio - - - - - + img { + display: block; + width: 100%; + height: auto; + } + + + + - - \ No newline at end of file + + + + responsive image - aspect ratio + + + 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..767d5502 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 @@ -1,13 +1,63 @@ - - - - Mock Up a Design - - - - + + + + Mock Up a Design + + + - - \ No newline at end of file + + +
+ + +
+
+

Phase 4:

+

Destination Thrive

+

Objective: Create omni-channel syngery

+
+ +

+ This is the time to fully leverage your hard work and thrive. During + this phase, attention should be given to creating omni-channel syngergy, + ... +

+ +
+ +

Key Focus:

+
    +
  • Harvesting the demand created by your content marketing efforts
  • +
  • Scale paid media and social efforts
  • +
  • Leverage your new audiences
  • +
  • Omni-channel synergy
  • +
+ +

+ Time +

approx. 24 months and beyond

+

+ +
+
+ + + From cefadfe2a7289cedd06122351b18c334fedf70e9 Mon Sep 17 00:00:00 2001 From: warrenjramos Date: Mon, 13 Jun 2022 21:22:45 -0700 Subject: [PATCH 2/5] completed CSS assessment --- .../1. Selectors - Attributes/index.html | 4 ++- .../2. Selectors - Children/index.html | 4 ++- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 35 ++++++++++++++++--- Week 1.2 - CSS/5. Transitions/index.html | 8 ++++- .../6. Tricks - Click Passthrough/index.html | 1 + 6 files changed, 46 insertions(+), 8 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..17655909 100644 --- a/Week 1.2 - CSS/1. Selectors - Attributes/index.html +++ b/Week 1.2 - CSS/1. Selectors - Attributes/index.html @@ -9,7 +9,9 @@ diff --git a/Week 1.2 - CSS/2. Selectors - Children/index.html b/Week 1.2 - CSS/2. Selectors - Children/index.html index 7ff366db..cda77574 100644 --- a/Week 1.2 - CSS/2. Selectors - Children/index.html +++ b/Week 1.2 - CSS/2. Selectors - Children/index.html @@ -9,7 +9,9 @@