From 326365c576bda5ccb238bc3cae2c95b9620aec44 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Mon, 27 May 2024 00:25:25 -0400 Subject: [PATCH 1/5] Holiday Dates Updated --- js/app.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/app.js b/js/app.js index 203db34..9bee49b 100644 --- a/js/app.js +++ b/js/app.js @@ -1,4 +1,4 @@ -// I see you snooping in the code 😉, trying to bypass the hunt of finding all the easter eggs? That's no fun, on the flip side you found another easter egg.. SO YAY! +// I see you snooping in the code 😉, trying to bypass the hunt of finding all the easter eggs? That's no fun, but on the flip side you found another easter egg, SO YAY! // Create and set a localStorage variable "codeSnoopingEasterEgg" to "true" to claim your achievement @@ -142,14 +142,15 @@ function dayNames() { function holidays() { return { "1:1": "Happy New Year!", - "2:10": "Happy Lunar New Year!", + "1:29": "Happy Lunar New Year!", "2:23": "Happy 'Day I Wrote This Code' Day!", "2:29": "Happy Leap Day!", "5:4": "May the 4th be with you!", + "7:14": "Happy World Orca Day!", "7:22": "Happy Mango Day! 🥭", "10:31": "Happy Halloween! 🎃", - "11:23": "Happy Thanksgiving! 🦃", - "11:29": "Happy Hanukkah!", + "11:28": "Happy Thanksgiving! 🦃", + "1:2": "Happy Hanukkah!", "12:25": "Merry Christmas! 🎄", "12:26": "Happy Kwanzaa!" } From d13e3f6399f1745485208ed2c925e1582a85f3fc Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Mon, 27 May 2024 11:04:59 -0400 Subject: [PATCH 2/5] Update header.scss #731 --- _sass/header.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/_sass/header.scss b/_sass/header.scss index 4d5a89f..890a747 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -16,14 +16,13 @@ margin-right: 1rem; margin-bottom: 0; } - // TODO update vertical align of mobile header, this font size is a manual override - label{ - font-size: .875rem; - } } .logo{ - float: right; + display: inline-flex; + a{ + display: inline-flex; + } #rehan-logo-header{ height: 50px; transition: $sprint; @@ -135,7 +134,7 @@ position: relative; transition: background .2s ease-out; width: 18px; - margin-top: 1.3em; + margin-top: 1.1em; &:before{ top: 4px; } From b3598982a075d7c74741bf1774164242ea141aac Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Tue, 4 Jun 2024 20:20:34 -0700 Subject: [PATCH 3/5] Update product-principles-strategies.markdown Typo Corrected --- _articles/product-principles-strategies.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_articles/product-principles-strategies.markdown b/_articles/product-principles-strategies.markdown index 7439db7..856690f 100644 --- a/_articles/product-principles-strategies.markdown +++ b/_articles/product-principles-strategies.markdown @@ -2,7 +2,7 @@ layout: post-article article: true title: 'Product Principles & Strategies' -description: A series of principles and strategies that I have found to work well when building product. Whether in the discovery phase or implementation phase they can help teams built the best experiences. +description: A series of principles and strategies that I have found to work well when building product. Whether in the discovery phase or implementation phase they can help teams build the best experiences. hero: "product-principles-strategies/hero.jpg" hero-alt: Illustration of Pepper the Product Panda excited to showcase product principles and strategies tags: [leadership,product development] @@ -10,7 +10,7 @@ content-type: my content date: 2024-05-04 --- -A series of principles and strategies that I have found to work well when building product. Whether in the discovery phase or implementation phase they can help teams built the best experiences. +A series of principles and strategies that I have found to work well when building product. Whether in the discovery phase or implementation phase they can help teams build the best experiences.
@@ -19,7 +19,7 @@ A series of principles and strategies that I have found to work well when buildi

Users First

-

Your users are not your designers, the more popular your product the more thoughts and comments you’ll receive. The more the merrier unless they’re bug reports. Use all the feedback as an opportunity to understand your user’s need. Stay true to the vision. Solve the problem – don’t just build the feature.

+

Your users are not your designers, the more popular your product the more thoughts and comments you’ll receive. The more the merrier unless they’re bug reports. Use all the feedback as an opportunity to understand your user’s needs. Stay true to the vision. Solve the problem – don’t just build the feature.

@@ -64,7 +64,7 @@ A series of principles and strategies that I have found to work well when buildi

Keep it Simple

-

Start simple, allowing you to solve and validate a core problem and value proposition. Complexity is a distraction and holds us back.

+

Start simple, allowing the team to solve and validate a core problem and value proposition. Complexity is a distraction and holds us back.

@@ -91,7 +91,7 @@ A series of principles and strategies that I have found to work well when buildi

Opinionated Software

-

Software should be opinionated. Its the only way software can excel at the task at hand. Flexible software lets everyone invent their own workflows, which can create chaos as the user group scales. And distracts the team from the product vision.

+

Software should be opinionated. It's the only way software can excel at the task at hand. Flexible software lets everyone invent their own workflows, which can create chaos as the user group scales. And distracts the team from the product vision.

\ No newline at end of file From adfd8234c55669ff993e7e3d4745ad2e7b0be4eb Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Tue, 4 Jun 2024 20:20:43 -0700 Subject: [PATCH 4/5] Update default-hero.html Comment Added --- _layouts/default-hero.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/default-hero.html b/_layouts/default-hero.html index d1b137a..3e19bd6 100644 --- a/_layouts/default-hero.html +++ b/_layouts/default-hero.html @@ -24,6 +24,7 @@
{{ content }} +
{% include footer-buffer.html %} {% include footer.html %} From 58134e94f30d9d06ee96538bc8be71d56eb47608 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Tue, 4 Jun 2024 21:45:52 -0700 Subject: [PATCH 5/5] Version Increment --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 485e25e..c85896d 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 8.15.0 +version: 8.15.1 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew] # Build settings