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..14fbcd3d 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -8,6 +8,15 @@ +
+ + + + + + + +
\ 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..f806e594 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 @@ -26,5 +26,21 @@ + developer Image \ 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..d2fc6b55 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 @@ -20,11 +20,37 @@ width: 100%; height: auto; } + @media (max-width : 600px) { + .responsive-image{ + aspect-ratio: 1/1; + } + } + + @media (min-width:601px){ + .responsive-image{ + aspect-ratio: 10/8; + } + } + + developer Responsive image \ 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..b2249edc 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,41 @@ + Mock Up a Design + + - + +
+

Phase 4:

+

Destination Thrive

+

Objective: create omni-channel synergy

+ + +

+ Lorem ipsum dolor, sit amet consectetur adipisicing elit. Doloribus id excepturi neque voluptas nesciunt corporis, ad repellendus perferendis debitis, expedita quae possimus facere rerum quidem asperiores adipisci minima! Rem, molestias. +

+ +

Key Focus:

+ + +

Time

+

approx, 24 Months and beyond

+
+ \ No newline at end of file diff --git a/Week 1.2 - CSS/1. Selectors - Attributes/index.html b/Week 1.2 - CSS/1. Selectors - Attributes/index.html index 3d9c05b8..52904fc8 100644 --- a/Week 1.2 - CSS/1. Selectors - Attributes/index.html +++ b/Week 1.2 - CSS/1. Selectors - Attributes/index.html @@ -9,7 +9,11 @@ diff --git a/Week 1.2 - CSS/2. Selectors - Children/index.html b/Week 1.2 - CSS/2. Selectors - Children/index.html index 7ff366db..88395577 100644 --- a/Week 1.2 - CSS/2. Selectors - Children/index.html +++ b/Week 1.2 - CSS/2. Selectors - Children/index.html @@ -8,8 +8,11 @@