From 5cda9657709ea631c8dd8e6a20ffacdbb1d2ce84 Mon Sep 17 00:00:00 2001 From: StevenVelazquez Date: Mon, 10 Mar 2025 14:33:40 -0600 Subject: [PATCH 1/5] Steven Velazquez - Bootcamp Solutions Week 1.1 - HTML Week 1.2 - CSS --- Week 1.1 - HTML/1. Build a Form/README.md | 14 ++--- Week 1.1 - HTML/1. Build a Form/index.html | 9 ++++ .../index.html | 7 +++ .../index.html | 5 ++ .../4. Mock Up a Design/index.html | 54 +++++++++++++++++++ .../1. Selectors - Attributes/index.html | 2 +- .../2. Selectors - Children/index.html | 2 +- .../3. Selectors - Siblings/index.html | 2 +- .../4. Inheritance and Systems/index.html | 40 ++++++++++++-- Week 1.2 - CSS/5. Transitions/index.html | 11 ++++ .../6. Tricks - Click Passthrough/index.html | 1 + 11 files changed, 133 insertions(+), 14 deletions(-) diff --git a/Week 1.1 - HTML/1. Build a Form/README.md b/Week 1.1 - HTML/1. Build a Form/README.md index 54a9fabf..05a23c6c 100644 --- a/Week 1.1 - HTML/1. Build a Form/README.md +++ b/Week 1.1 - HTML/1. Build a Form/README.md @@ -1,12 +1,12 @@ # Build a Form Build a form with the following specifications: -- [ ] An input field to accept and validate emails -- [ ] An input field to accept a password -- [ ] A button to submit the form -- [ ] The form submits to the a page at `/login/` -- [ ] The form uses POST to submit the form data -- [ ] Form is accessible to a screen reader -- [ ] Form is keyboard navigable +- [X] An input field to accept and validate emails +- [X] An input field to accept a password +- [X] A button to submit the form +- [X] The form submits to the a page at `/login/` +- [X] The form uses POST to submit the form data +- [X] Form is accessible to a screen reader +- [X] Form is keyboard navigable Build your form in designated area in the provided HTML file. \ 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..3c9620e9 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..a4c8a8eb 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 @@ -25,6 +25,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..8eece841 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 @@ -25,6 +25,11 @@ + + + + \ 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..3155114a 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 @@ -9,5 +9,59 @@ + + + +
+

Phase 4:

+

Distrination Thrive

+

Objective: Create omni-channel synergy

+

+ This is the time to 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-of-funnel awareness campaings have been creating. Use insights gained from your contact lists, data, and web analytics to do prospecting and build look-a-like audiences for incremental growth. +

+
+ +
+ +
+

Key Focus:

+ +
+ +
+

Time

+ clock icon +

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