From b01de0fe3345987b6d06a89d1325673f4b07fa6f Mon Sep 17 00:00:00 2001 From: Luis Avila Date: Thu, 3 Apr 2025 11:39:07 -0600 Subject: [PATCH 1/2] luis avila html task --- Week 1.1 - HTML/1. Build a Form/index.html | 29 ++++++-- .../index.html | 70 ++++++++++++++----- .../index.html | 59 +++++++++++----- .../4. Mock Up a Design/index.html | 46 ++++++++++++ 4 files changed, 161 insertions(+), 43 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..f58266b0 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,32 @@ - - - Build a Form + + + Build a Form - - + + +
+ Login + +
+
+ + +
+
+
+ + +
+ +
+ +
+ +
\ 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..d72786a7 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,62 @@ - - - Create a Responsive Image - Resolution + + + Create a Responsive Image - Resolution - + img { + display: block; + width: 100%; + height: auto; + } + - - + + + + + + + Image used when the browser does not support the sources + \ 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..bea6e8eb 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,51 @@ - - - Create a Responsive Image - Aspect Ratio + + + Create a Responsive Image - Aspect Ratio - + img { + display: block; + width: 100%; + height: auto; + } + - - + + + + + + Image used when the browser does not support the sources + \ 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..c3a8d312 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 @@ -8,6 +8,52 @@ +
+

Phase 4

+

Destination Thrive

+

Objective Create Omni-channel synergy

+
+
+ +
+

This is the time fully leverage your hard work and thrive. During this phase, attention should be given to + creating omni-channel synergy, syncing your messaging and channels from top to bottom. Scale high + performing channels and fully harvest the demand your top pf funnel awareness campaigns have been creating. + Use insights gained from your contact list, data and web analytics to do prospecting and build look-a-like + audiences for incremental growth.

+
+
+

Key Focus

+
    +
  • Harvesing the demand created by your contecnt markeitng efforts
  • +
  • Sacale paid media and social efforts
  • +
  • Leveare your new audiences
  • +
  • Omni-channelssynergy
  • +
+ +
+ +
+
+

+ Time + + + +

+ +
+

approx. 24 months and beyond

+
+
\ No newline at end of file From 9d48e6817bc0e28e202e03171aab7ee46d567e5d Mon Sep 17 00:00:00 2001 From: Luis Avila Date: Thu, 10 Apr 2025 11:20:48 -0600 Subject: [PATCH 2/2] luis avila css task --- .../1. Selectors - Attributes/index.html | 4 +- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 4 ++ .../4. Inheritance and Systems/index.html | 37 +++++++++++++++++-- Week 1.2 - CSS/5. Transitions/index.html | 6 +++ .../6. Tricks - Click Passthrough/index.html | 1 + 6 files changed, 48 insertions(+), 6 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..e9b8b891 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..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 @@