From f7b35b4bbd469fab4e2f0267742fe49eb3c2c894 Mon Sep 17 00:00:00 2001 From: Jose Berrocal Date: Mon, 10 Mar 2025 15:55:48 -0600 Subject: [PATCH 1/7] [Jose Berrocal] - Bootcamp solutions --- .vscode/launch.json | 14 ++++++ Week 1.1 - HTML/1. Build a Form/index.html | 16 ++++++- .../index.html | 9 +++- .../index.html | 7 ++- .../4. Mock Up a Design/index.html | 46 ++++++++++++++++++- 5 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..33af4eb1 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "msedge", + "request": "launch", + "name": "Open index.html", + "file": "c:\\Users\\jose.berrocal\\Documents\\projects\\cms-bootcamp\\Week 1.1 - HTML\\1. Build a Form\\index.html" + } + ] +} \ No newline at end of file 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..85250336 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -7,7 +7,21 @@ - +
+
+ + +
+ +
+ + +
+ +
+ +
+
\ 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..d93706c9 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 @@ -23,8 +23,13 @@ - - + + + + + + Responsive 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..6ddccc90 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 @@ -23,8 +23,11 @@ - - + + + + 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..f8492ec2 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,55 @@ + Mock Up a Design + - - + +
slider
+
+
+

Phase 4:

+

Destination Thrive

+

Objective: Create onmi-channel synergy

+
+ +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus vero ad commodi corrupti + enim + aperiam ratione voluptates, veritatis, ullam earum totam doloribus cum a nobis tenetur reprehenderit + dolorum itaque amet. +

+
+
+
+

+ Key Focus: +

+
    +
  • Harvesting the demand created.....
  • +
  • Scale paid media and social efforts
  • +
  • Leverage your new audiences
  • +
  • Omni-Channel synergy
  • +
+
+
+

+ + Time +

+
+

approx. 24 months and beyond

+
+
+
+
+ \ No newline at end of file From 778976843e02e1632e5a9c05f8b5e83916bd76cb Mon Sep 17 00:00:00 2001 From: Jose Berrocal Date: Tue, 11 Mar 2025 07:06:44 -0600 Subject: [PATCH 2/7] [Jose Berrocal] - CSS bootcamp --- .../1. Selectors - Attributes/index.html | 2 +- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 28 +++++++++++++++---- Week 1.2 - CSS/5. Transitions/index.html | 7 +++++ .../6. Tricks - Click Passthrough/index.html | 2 +- 6 files changed, 34 insertions(+), 9 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 @@