From bcea62f4e41f94dda59593c7cb074250fce6ab67 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:46:45 -0700 Subject: [PATCH 01/32] HTML 1 - 6/14/22 --- Week 1.1 - HTML/1. Build a Form/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 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..5013fe1d 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,17 @@ - +
+

Patrick's Bootcamp Login

+ +
+ +
+ +
+ +
+ +
- \ No newline at end of file + From cafdffaff748f2645d4686ab973c9465ab13342e Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:48:15 -0700 Subject: [PATCH 02/32] HTML 2 - 6/14/22 --- .../index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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..3c6832f5 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 @@ - + + + + + + A grey rectangle that is responsive. + - \ No newline at end of file + From 6c8891113993d5382b095ff1109a5671b7ee059f Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:49:42 -0700 Subject: [PATCH 03/32] HTML 3 - 6/14/22 --- .../3. Create a Reponsive Image - Aspect Ratio/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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..dbc932f3 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,10 @@ - + + + + Another grey rectangle that is responsive. + - \ No newline at end of file + From 54d0551ea72e151636646dc0494c05747c7d38fe Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:51:03 -0700 Subject: [PATCH 04/32] HTML 4 - 6/14/22 --- .../4. Mock Up a Design/index.html | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) 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..c41ffe07 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,47 @@ + +
+
+

Phase 4:

+

Destination Thrive

+

Objective: Create omni-channel synergy

+
+

+ This is the time to fully leverage your hard work and thrive. During this phase, attention... Lorem Ipsum time. + Si potes legere haec verba, tu es mirabilis. Ego scio nimis paucos populos, qui Latinam intellegere postest. etc etc. +

+
+
+

Key Focus

+ +
+

Time

+ Small icon of a clock +

approx. 24 months and beyond

+
+ - \ No newline at end of file + From e3f624b8a7eaf5a0d20200ae9d37273439ac7727 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:52:49 -0700 Subject: [PATCH 05/32] CSS 1 - 6/14/22 --- Week 1.2 - CSS/1. Selectors - Attributes/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 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..e8e69bae 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 @@ @@ -23,4 +24,4 @@ - \ No newline at end of file + From b23466d4d6a9a84e7ae250e68a65729d52212999 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:53:51 -0700 Subject: [PATCH 06/32] CSS 2 - 6/14/22 --- Week 1.2 - CSS/2. Selectors - Children/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Week 1.2 - CSS/2. Selectors - Children/index.html b/Week 1.2 - CSS/2. Selectors - Children/index.html index 7ff366db..4f6be8d8 100644 --- a/Week 1.2 - CSS/2. Selectors - Children/index.html +++ b/Week 1.2 - CSS/2. Selectors - Children/index.html @@ -9,7 +9,9 @@ - \ No newline at end of file + From 9743deefa93305fa35e61c93227053b68aa5aa2a Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:58:24 -0700 Subject: [PATCH 07/32] CSS 3 - 6/14/22 --- Week 1.2 - CSS/3. Selectors - Siblings/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Week 1.2 - CSS/3. Selectors - Siblings/index.html b/Week 1.2 - CSS/3. Selectors - Siblings/index.html index b6086a75..1124b076 100644 --- a/Week 1.2 - CSS/3. Selectors - Siblings/index.html +++ b/Week 1.2 - CSS/3. Selectors - Siblings/index.html @@ -16,13 +16,13 @@ - +

Lorem Ipsum Dolor Sit Amet

Do you have any idea how long it takes those cups to decompose. I gave it a cold? I gave it a virus. A computer virus. Must go faster... go, go, go, go, go! What do they got in there? King Kong? They're using our own satellites against us. And the clock is ticking.

@@ -37,4 +37,4 @@

The Fly Does Too

- \ No newline at end of file + From 503325a79df3f38c6110133286003fd80c72cc5b Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:59:38 -0700 Subject: [PATCH 08/32] CSS 3 - 6/14/22 - version 2 --- Week 1.2 - CSS/3. Selectors - Siblings/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 1.2 - CSS/3. Selectors - Siblings/index.html b/Week 1.2 - CSS/3. Selectors - Siblings/index.html index 1124b076..1dab66a0 100644 --- a/Week 1.2 - CSS/3. Selectors - Siblings/index.html +++ b/Week 1.2 - CSS/3. Selectors - Siblings/index.html @@ -22,7 +22,7 @@ color: rebeccapurple; } - +

Lorem Ipsum Dolor Sit Amet

Do you have any idea how long it takes those cups to decompose. I gave it a cold? I gave it a virus. A computer virus. Must go faster... go, go, go, go, go! What do they got in there? King Kong? They're using our own satellites against us. And the clock is ticking.

From f6d4d6b10fc6da6bdd3ed862877aa82b0aa3ad6c Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:00:50 -0700 Subject: [PATCH 09/32] CSS 4 - 6/14/22 --- .../4. Inheritance and Systems/index.html | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/Week 1.2 - CSS/4. Inheritance and Systems/index.html b/Week 1.2 - CSS/4. Inheritance and Systems/index.html index e1c5e441..2ab9f44d 100644 --- a/Week 1.2 - CSS/4. Inheritance and Systems/index.html +++ b/Week 1.2 - CSS/4. Inheritance and Systems/index.html @@ -8,14 +8,37 @@ - - - - + + + + - \ No newline at end of file + From e3de60f4880f2da27ac2789e5557caf694a03360 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:01:52 -0700 Subject: [PATCH 10/32] CSS 5 - 6/14/22 --- Week 1.2 - CSS/5. Transitions/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Week 1.2 - CSS/5. Transitions/index.html b/Week 1.2 - CSS/5. Transitions/index.html index 4fa3bd71..38db69b1 100644 --- a/Week 1.2 - CSS/5. Transitions/index.html +++ b/Week 1.2 - CSS/5. Transitions/index.html @@ -22,10 +22,15 @@ width: 100px; height: 100px; background-color: rebeccapurple; + transition: 160ms; + } + .box:hover { + transform: scale(2); + transition: 200ms; }
- \ No newline at end of file + From af860ad886ae01158ed032fff0a741974429ffd0 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:03:05 -0700 Subject: [PATCH 11/32] CSS 6 - 6/14/22 --- Week 1.2 - CSS/6. Tricks - Click Passthrough/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Week 1.2 - CSS/6. Tricks - Click Passthrough/index.html b/Week 1.2 - CSS/6. Tricks - Click Passthrough/index.html index 769c1a18..6ad18b3d 100644 --- a/Week 1.2 - CSS/6. Tricks - Click Passthrough/index.html +++ b/Week 1.2 - CSS/6. Tricks - Click Passthrough/index.html @@ -29,6 +29,7 @@ width: 100%; height: 100%; background-image: linear-gradient(to bottom, transparent, black); + pointer-events: none; } @@ -40,4 +41,4 @@ - \ No newline at end of file + From 873a7cd9b6bb440666b94f612622a04bb578b2ea Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:27:02 -0700 Subject: [PATCH 12/32] Completed the challenge for JS project 1 --- Week 1.3 - JavaScript/1. Filter/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week 1.3 - JavaScript/1. Filter/index.html b/Week 1.3 - JavaScript/1. Filter/index.html index e74982a2..b0aa8ba9 100644 --- a/Week 1.3 - JavaScript/1. Filter/index.html +++ b/Week 1.3 - JavaScript/1. Filter/index.html @@ -13,7 +13,7 @@ // Custom Code BEGIN // Modify the code in this block however you need to get the desired ending array. // You must store your new array in the `endingArray` variable for it to log out properly. - let endingArray; + let endingArray = startingArray.filter(x => (x % 2 == 0)); // Custom Code END @@ -21,4 +21,4 @@ - \ No newline at end of file + From 0f6830d27e6a7e63a2825e2679259cebb8f05ebe Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:43:37 -0700 Subject: [PATCH 13/32] Completed JS assignment 2 --- Week 1.3 - JavaScript/2. Map/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week 1.3 - JavaScript/2. Map/index.html b/Week 1.3 - JavaScript/2. Map/index.html index 72fa39ee..56fdded3 100644 --- a/Week 1.3 - JavaScript/2. Map/index.html +++ b/Week 1.3 - JavaScript/2. Map/index.html @@ -13,7 +13,7 @@ // Custom Code BEGIN // Modify the code in this block however you need to get the desired ending array. // You must store your new array in the `endingArray` variable for it to log out properly. - let endingArray; + let endingArray = startingArray.map((array, index, element) => ({name: element[index]})); // Custom Code END @@ -21,4 +21,4 @@ - \ No newline at end of file + From dfe4f28c8024cdb6cf83c8482005c2af5309bd46 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:30:05 -0700 Subject: [PATCH 14/32] JS Bootcamp 4 assessment completed --- Week 1.3 - JavaScript/4. Event Listeners/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Week 1.3 - JavaScript/4. Event Listeners/index.html b/Week 1.3 - JavaScript/4. Event Listeners/index.html index d284e48f..837d7755 100644 --- a/Week 1.3 - JavaScript/4. Event Listeners/index.html +++ b/Week 1.3 - JavaScript/4. Event Listeners/index.html @@ -20,7 +20,9 @@

0

} // Add your code here to make clicking the button run the increment function + const buttonToClick = document.querySelector('[data-action="increment-counter"]'); + buttonToClick.addEventListener("click", increment); - \ No newline at end of file + From e2d52bb685aeab9184da88b1d484174b9abc7962 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:24:51 -0700 Subject: [PATCH 15/32] JS Bootcamp assessment 5 completed --- Week 1.3 - JavaScript/5. DOM Manipulation/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Week 1.3 - JavaScript/5. DOM Manipulation/index.html b/Week 1.3 - JavaScript/5. DOM Manipulation/index.html index ba0e04f2..61ed0eda 100644 --- a/Week 1.3 - JavaScript/5. DOM Manipulation/index.html +++ b/Week 1.3 - JavaScript/5. DOM Manipulation/index.html @@ -24,7 +24,9 @@

More Jeff Goldblum

- \ No newline at end of file + From ed626188a1ef8cb943806507c7ed426dd4ed5740 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:02:10 -0700 Subject: [PATCH 16/32] =?UTF-8?q?=E2=9C=85=20JS=20Bootcamp=20assessment=20?= =?UTF-8?q?6=20-=20version=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 1.3 - JavaScript/Data Fetching/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Week 1.3 - JavaScript/Data Fetching/index.html b/Week 1.3 - JavaScript/Data Fetching/index.html index c1da8137..804cbcc3 100644 --- a/Week 1.3 - JavaScript/Data Fetching/index.html +++ b/Week 1.3 - JavaScript/Data Fetching/index.html @@ -10,8 +10,19 @@ - \ No newline at end of file + From 027ef2d1b79d5d30ce664d33e90cefab34a4bfd5 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:11:46 -0700 Subject: [PATCH 17/32] =?UTF-8?q?=E2=9C=85=20JS=20Bootcamp=203=20assessmen?= =?UTF-8?q?t=20completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3. Objects as a Map/index.html | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Week 1.3 - JavaScript/3. Objects as a Map/index.html b/Week 1.3 - JavaScript/3. Objects as a Map/index.html index 3004949a..523d42c2 100644 --- a/Week 1.3 - JavaScript/3. Objects as a Map/index.html +++ b/Week 1.3 - JavaScript/3. Objects as a Map/index.html @@ -13,21 +13,14 @@ // Rewrite this function to replace the if/else logic with a map lookup. function getInformation(key) { - let rtn; - - if (key === 'date') { - rtn = 'October 6, 1986'; - } else if (key === 'time') { - rtn = '21:13 PM'; - } else if (key === 'mood') { - rtn = 'Powerful, spirited...'; - } else { - rtn = 'Error: Invalid option selected...'; - } - - return rtn; + const mapThing = new Map([ + ["date", 'October 6, 1986'], + ["time", '21:13 PM'], + ["mood", 'Powerful, spirited...'] + ]); + return (mapThing.has(key) ? mapThing.get(key) : "Error: Invalid option selected..."); } - \ No newline at end of file + From e4fd44059457d9485eba512fe476b74530ddb041 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Fri, 24 Jun 2022 15:35:48 -0700 Subject: [PATCH 18/32] =?UTF-8?q?=E2=9C=85=20CSS=20Grid=20-=20Assignment?= =?UTF-8?q?=201=20completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 2.1 - CSS Grid/1. Responsive Grids/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Week 2.1 - CSS Grid/1. Responsive Grids/index.html b/Week 2.1 - CSS Grid/1. Responsive Grids/index.html index 2d612e63..a2f18057 100644 --- a/Week 2.1 - CSS Grid/1. Responsive Grids/index.html +++ b/Week 2.1 - CSS Grid/1. Responsive Grids/index.html @@ -29,6 +29,8 @@ @@ -84,4 +86,4 @@

Lorem Ipsum Dolor

- \ No newline at end of file + From dc359fdc2e03dc721531b819d2bdff1c2b6d8c97 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:02:55 -0700 Subject: [PATCH 19/32] =?UTF-8?q?=E2=9C=85=20CSS=20Grid=20assignment=202?= =?UTF-8?q?=20completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 2.1 - CSS Grid/2. Placing Items/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Week 2.1 - CSS Grid/2. Placing Items/index.html b/Week 2.1 - CSS Grid/2. Placing Items/index.html index fcd7781b..eb050cdc 100644 --- a/Week 2.1 - CSS Grid/2. Placing Items/index.html +++ b/Week 2.1 - CSS Grid/2. Placing Items/index.html @@ -19,6 +19,12 @@
@@ -29,4 +35,4 @@
- \ No newline at end of file + From dce545d15eaad94fc927b9ad0d141ffce17bb760 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:10:29 -0700 Subject: [PATCH 20/32] =?UTF-8?q?=E2=9C=85=20CSS=20Grid=20assignment=203?= =?UTF-8?q?=20completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3. Placing Items - Advanced/index.html | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Week 2.1 - CSS Grid/3. Placing Items - Advanced/index.html b/Week 2.1 - CSS Grid/3. Placing Items - Advanced/index.html index 0161e9be..a3508173 100644 --- a/Week 2.1 - CSS Grid/3. Placing Items - Advanced/index.html +++ b/Week 2.1 - CSS Grid/3. Placing Items - Advanced/index.html @@ -49,6 +49,31 @@
@@ -109,4 +134,4 @@
- \ No newline at end of file + From c448adc469858250859f3fa995cdd28ccd5d9cf8 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 28 Jun 2022 05:26:07 -0700 Subject: [PATCH 21/32] =?UTF-8?q?=E2=9C=85=20Flexbox=20assignment=201=20co?= =?UTF-8?q?mpleted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 2.2 - Flexbox/1. Centering/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Week 2.2 - Flexbox/1. Centering/index.html b/Week 2.2 - Flexbox/1. Centering/index.html index 5283be49..f94834f6 100644 --- a/Week 2.2 - Flexbox/1. Centering/index.html +++ b/Week 2.2 - Flexbox/1. Centering/index.html @@ -21,10 +21,13 @@ width: 100%; height: 600px; border: 2px solid thistle; - border-radius: 4px;; + border-radius: 4px; background-color: whitesmoke; /* Add to your code here to center the box within the container */ + align-items: center; + display: flex; + justify-content: center; } @@ -33,4 +36,4 @@ - \ No newline at end of file + From ef84ef3225c5aa7ac9924a3d029e65941b55b302 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:02:15 -0700 Subject: [PATCH 22/32] =?UTF-8?q?=E2=9C=85=20Flexbox=20bootcamp=202=20-=20?= =?UTF-8?q?completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 2.2 - Flexbox/2. Placing Items/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Week 2.2 - Flexbox/2. Placing Items/index.html b/Week 2.2 - Flexbox/2. Placing Items/index.html index 986e0ee4..b41bb423 100644 --- a/Week 2.2 - Flexbox/2. Placing Items/index.html +++ b/Week 2.2 - Flexbox/2. Placing Items/index.html @@ -28,6 +28,9 @@ The `.logo` and `.links` should also be center aligned with each other. */ + display: flex; + align-items: center; + justify-content: space-between; } @@ -41,4 +44,4 @@ - \ No newline at end of file + From 6ce94c35cdb6fbd9d310ad229be951cb021093da Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:33:19 -0700 Subject: [PATCH 23/32] =?UTF-8?q?=E2=9C=85Flexbox=20bootcamp=203=20-=20com?= =?UTF-8?q?pleted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3. Placing Items - Advanced/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Week 2.2 - Flexbox/3. Placing Items - Advanced/index.html b/Week 2.2 - Flexbox/3. Placing Items - Advanced/index.html index 9ff4f7e7..9c665f9f 100644 --- a/Week 2.2 - Flexbox/3. Placing Items - Advanced/index.html +++ b/Week 2.2 - Flexbox/3. Placing Items - Advanced/index.html @@ -25,6 +25,13 @@
@@ -55,4 +62,4 @@

Lorem Ipsum Dolor

- \ No newline at end of file + From cb342a371fe2aeefe1b81335f28e5642d9fb8325 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:14:22 -0700 Subject: [PATCH 24/32] =?UTF-8?q?=E2=9C=85Flexbox=20Bootcamp=204=20-=20com?= =?UTF-8?q?pleted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week 2.2 - Flexbox/4. Flexing/index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Week 2.2 - Flexbox/4. Flexing/index.html b/Week 2.2 - Flexbox/4. Flexing/index.html index 443de97c..0652c1d7 100644 --- a/Week 2.2 - Flexbox/4. Flexing/index.html +++ b/Week 2.2 - Flexbox/4. Flexing/index.html @@ -39,15 +39,20 @@ @@ -58,4 +63,4 @@ - \ No newline at end of file + From cc45190f257883f6ef8867a23acac2b75b8652bc Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:24:16 -0700 Subject: [PATCH 25/32] =?UTF-8?q?=E2=9C=94=20Made=20edits:=20HTML=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ Reversed source tag order and changed it to use min-width --- .../2. Create a Responsive Image - Resolution/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 3c6832f5..9e7626ad 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,10 +26,10 @@ - - - - + + + + A grey rectangle that is responsive. From 2788ec3b154f658b4e673035ced062f8fe60374d Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:30:08 -0700 Subject: [PATCH 26/32] =?UTF-8?q?=E2=9C=94=20Made=20edits:=20HTML=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ Removed "hgroup tag" --- Week 1.1 - HTML/4. Mock Up a Design/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 c41ffe07..52106408 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 @@ -25,11 +25,9 @@
-
-

Phase 4:

-

Destination Thrive

-

Objective: Create omni-channel synergy

-
+

Phase 4:

+

Destination Thrive

+

Objective: Create omni-channel synergy

This is the time to fully leverage your hard work and thrive. During this phase, attention... Lorem Ipsum time. Si potes legere haec verba, tu es mirabilis. Ego scio nimis paucos populos, qui Latinam intellegere postest. etc etc. From 53b6f63b5d0e9efdfe035e14693656307e4ee232 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:33:49 -0700 Subject: [PATCH 27/32] =?UTF-8?q?=E2=9C=94=20Made=20edits:=20CSS=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ Switched out underscores for dashes in class names to align with company style-guide --- .../4. Inheritance and Systems/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Week 1.2 - CSS/4. Inheritance and Systems/index.html b/Week 1.2 - CSS/4. Inheritance and Systems/index.html index 2ab9f44d..c9a70be2 100644 --- a/Week 1.2 - CSS/4. Inheritance and Systems/index.html +++ b/Week 1.2 - CSS/4. Inheritance and Systems/index.html @@ -15,13 +15,13 @@ font-weight: 900; padding: 12px 32px; } - .button_danger { + .button-danger { background-color: #FEB2B2; } - .button_default { + .button-default { background-color: #f5f5f5; } - .button_link { + .button-link { background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 4px; @@ -29,16 +29,16 @@ display: inline; text-decoration: underline; } - .button_primary { + .button-primary { background-color: #90CDF4; } - - - - + + + + From 2760870fc32974c5e5a06fdfeb46e1d16bb12a7b Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:39:59 -0700 Subject: [PATCH 28/32] =?UTF-8?q?=E2=9C=94=20Edits=20made:=20JS=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ switched to a triple-equals instead of a double-equals --- Week 1.3 - JavaScript/1. Filter/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 1.3 - JavaScript/1. Filter/index.html b/Week 1.3 - JavaScript/1. Filter/index.html index b0aa8ba9..607d615e 100644 --- a/Week 1.3 - JavaScript/1. Filter/index.html +++ b/Week 1.3 - JavaScript/1. Filter/index.html @@ -13,7 +13,7 @@ // Custom Code BEGIN // Modify the code in this block however you need to get the desired ending array. // You must store your new array in the `endingArray` variable for it to log out properly. - let endingArray = startingArray.filter(x => (x % 2 == 0)); + let endingArray = startingArray.filter(x => (x % 2 === 0)); // Custom Code END From 30442f68350ed6d3aa59cc7ad382942a3edf2626 Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:53:03 -0700 Subject: [PATCH 29/32] =?UTF-8?q?=E2=9C=94=20Edits=20made:=20JS=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ Switched out my .map function for a way simpler .map function --- Week 1.3 - JavaScript/2. Map/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 1.3 - JavaScript/2. Map/index.html b/Week 1.3 - JavaScript/2. Map/index.html index 56fdded3..a9f890da 100644 --- a/Week 1.3 - JavaScript/2. Map/index.html +++ b/Week 1.3 - JavaScript/2. Map/index.html @@ -13,7 +13,7 @@ // Custom Code BEGIN // Modify the code in this block however you need to get the desired ending array. // You must store your new array in the `endingArray` variable for it to log out properly. - let endingArray = startingArray.map((array, index, element) => ({name: element[index]})); + let endingArray = startingArray.map(value => ({"name": value})); // Custom Code END From 0609f0839794b7369245e83af2126c44644a2b0c Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:04:12 -0700 Subject: [PATCH 30/32] =?UTF-8?q?=E2=9C=94=20Edits=20made:=20JS=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✔ Switched out my forEach function for a way simpler forEach function --- Week 1.3 - JavaScript/Data Fetching/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 1.3 - JavaScript/Data Fetching/index.html b/Week 1.3 - JavaScript/Data Fetching/index.html index 804cbcc3..cc6098b6 100644 --- a/Week 1.3 - JavaScript/Data Fetching/index.html +++ b/Week 1.3 - JavaScript/Data Fetching/index.html @@ -18,7 +18,7 @@ function writeToDOM(data) { let movieTitles = []; - data.forEach((array, index, element) => movieTitles.push(element[index].title)); + data.forEach(value => movieTitles.push(value.title)); let arrayOfListItems = movieTitles.map((element) => `

  • ${element}
  • `).join(""); moviesListElement.insertAdjacentHTML("beforeend", arrayOfListItems); }; From 573e13aef2a4b1ee5f5b835984cc555d3eaeabcb Mon Sep 17 00:00:00 2001 From: Patrick Mooney <60055245+pfmooney1@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:14:00 -0700 Subject: [PATCH 31/32] =?UTF-8?q?=E2=9C=94=20Made=20edits:=20CSS=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unnecessary code --- Week 2.1 - CSS Grid/2. Placing Items/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/Week 2.1 - CSS Grid/2. Placing Items/index.html b/Week 2.1 - CSS Grid/2. Placing Items/index.html index eb050cdc..3c9f0de6 100644 --- a/Week 2.1 - CSS Grid/2. Placing Items/index.html +++ b/Week 2.1 - CSS Grid/2. Placing Items/index.html @@ -19,9 +19,6 @@