Skip to content

Commit

Permalink
Merge pull request #732 from naher94/development
Browse files Browse the repository at this point in the history
Typos Corrected ++
  • Loading branch information
naher94 authored Jun 5, 2024
2 parents be6c46e + 58134e9 commit c12191a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
10 changes: 5 additions & 5 deletions _articles/product-principles-strategies.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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]
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.

<div class="product-principles-strategies grid-x">
<div class="cell grid-x align-middle grid-padding-x">
Expand All @@ -19,7 +19,7 @@ A series of principles and strategies that I have found to work well when buildi
</div>
<div class="cell medium-6">
<h2>Users First</h2>
<p>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.</p>
<p>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.</p>
</div>
</div>
<div class="cell grid-x align-middle grid-padding-x">
Expand Down Expand Up @@ -64,7 +64,7 @@ A series of principles and strategies that I have found to work well when buildi
</div>
<div class="cell medium-6">
<h2>Keep it Simple</h2>
<p>Start simple, allowing you to solve and validate a core problem and value proposition. Complexity is a distraction and holds us back.</p>
<p>Start simple, allowing the team to solve and validate a core problem and value proposition. Complexity is a distraction and holds us back.</p>
</div>
</div>
<div class="cell grid-x align-middle grid-padding-x">
Expand All @@ -91,7 +91,7 @@ A series of principles and strategies that I have found to work well when buildi
</div>
<div class="cell medium-6">
<h2>Opinionated Software</h2>
<p>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.</p>
<p>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.</p>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions _layouts/default-hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<main class="page-content">
{{ content }}
<!-- TODO check how the easter-egg-banner is showing up without it being included here?????? -->
<!-- Its in the post-hero layout -->
</main>
{% include footer-buffer.html %}
{% include footer.html %}
Expand Down
11 changes: 5 additions & 6 deletions _sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -135,7 +134,7 @@
position: relative;
transition: background .2s ease-out;
width: 18px;
margin-top: 1.3em;
margin-top: 1.1em;
&:before{
top: 4px;
}
Expand Down
9 changes: 5 additions & 4 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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!"
}
Expand Down

0 comments on commit c12191a

Please sign in to comment.