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:

+ + +

+ Time +

approx. 24 months and beyond

+

+ +
+
+ + + 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 @@