From d3c98da658f7898cb62137369809ba55c64d5246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Ram=C3=ADrez=20=C3=81lvarez?= Date: Wed, 19 Mar 2025 13:18:55 -0600 Subject: [PATCH 1/5] Emilio RA - Bootcamp Solutions --- Week 1.1 - HTML/1. Build a Form/index.html | 60 ++++++++++++++++++- .../index.html | 8 ++- .../index.html | 6 +- .../4. Mock Up a Design/index.html | 43 ++++++++++++- 4 files changed, 113 insertions(+), 4 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..fa51a107 100644 --- a/Week 1.1 - HTML/1. Build a Form/index.html +++ b/Week 1.1 - HTML/1. Build a Form/index.html @@ -4,10 +4,68 @@ Build a Form + + +
+

Emilio's 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..a63ca26c 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 @@ -24,7 +24,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..c6d9d45a 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 @@ -24,7 +24,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..758add66 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 @@ -7,7 +7,48 @@ - +
+ + +
+
+

Title

+

Sub title

+

sub sub title

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur

+
+ +
+

Sub title

+
    +
  • Lorem ipsum dolor sit amet
  • +
  • Lorem ipsum dolor sit amet
  • +
  • Lorem ipsum dolor sit amet
  • +
  • Lorem ipsum dolor sit amet
  • +
+
+ +
+

Sub title

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur

+
+
+
\ No newline at end of file From 65eee69411b8a9bde72ac397083a0e186c2f1558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Ram=C3=ADrez=20=C3=81lvarez?= Date: Thu, 20 Mar 2025 08:01:42 -0600 Subject: [PATCH 2/5] Bootcamp 2 CSS ready for review --- .../1. Selectors - Attributes/index.html | 5 +-- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 36 ++++++++++++++++--- Week 1.2 - CSS/5. Transitions/index.html | 8 +++++ .../6. Tricks - Click Passthrough/index.html | 1 + 6 files changed, 45 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..d8bd5e23 100644 --- a/Week 1.2 - CSS/1. Selectors - Attributes/index.html +++ b/Week 1.2 - CSS/1. Selectors - Attributes/index.html @@ -8,8 +8,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 @@