Skip to content

Commit

Permalink
Merge pull request #26 from jpthor/feature/update-principles
Browse files Browse the repository at this point in the history
Update principles
  • Loading branch information
Ehsan-saradar authored Jul 21, 2024
2 parents a37de8f + 087a26a commit 9e4aaf6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Principles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Principles() {
<div className="bullet" style={{ top: "120px" }}></div>
<div className="ps-0 ps-lg-5 item appear2 mt-lg-0 mt-3">
<h2 className="text-xlarge text-white text-bold">
{principlesCopy.title}<span className="text-green"> {principlesCopy.titleColored}</span>
{principlesCopy.title}
</h2>
<div className="text-small text-c9 text-narrow-height w-75-custom text-thin text-justify" >{principlesCopy.description}</div>
<div className="card-cont mt-5">
Expand Down
23 changes: 11 additions & 12 deletions src/app/copy/Principles.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
export const principlesCopy = {
title: "JP’s Core",
titleColored: "Principles",
description: "JP recognises humanity needs to be re-activated, and the imperative to accelerate is stronger than ever before. Now is the time. The following principles guide JP's thinking.",
title: "JP'S CORE PRINCIPLES",
description: "JP believes humanity needs reactivation, and the urgency to accelerate has never been greater. Here are the principles that guide his approach.",
cards: [
{
number: 1,
title: "Simplify It!",
description: "Get to the core of every problem. Break down issues into their fundamental elements. Avoid artificial cognitive hurdles. Minimise latency, maximise bandwidth. Don't do anything that slows you down.",
title: "Simplify The Complex.",
description: "Focus on the core of each problem. Break down issues to their basics. Avoid unnecessary complexities. Minimize delays, maximize efficiency. Avoid anything that hinders progress",
image: "/img/principles-1.png"
},
{
number: 2,
title: "Empower Others.",
description: "Collectively we are more capable. Inspire those around you to accelerate with you. Often people don't know what they are capable of - they simply need empowerment. Coordinate through a shared vision.",
title: "Empower & Inspire.",
description: "United, we are powerful. Inspire your peers to grow with you. Many don't realize their potential until empowerment. Coordinate with a unified vision.",
image: "/img/principles-2.png"
},
{
number: 3,
title: "Optimistic, Always.",
description: "'I think, therefore I am'. You can manifest your future by sheer determination and positive willpower. A healthy mental state is 100x more productive than an unhealthy one. Stare down adversity with momentum.",
title: "Positivity Prevails.",
description: "'I think, therefore I am'. Forge your future with sheer determination and positivity. A healthy mindset enhances productivity. Confront adversity with momentum.",
image: "/img/principles-3.png"
},
{
number: 4,
title: "Get in the Arena!",
description: "You cannot solve the problem without first understanding the problem. You cannot understand the problem unless you are in the arena and pivoting, iterating and taking on feedback as fast as you can.",
description: "Problem-solving requires understanding; active involvement is key. Pivot, iterate, and adapt to feedback as quickly as possible.",
image: "/img/principles-4.png"
},
{
number: 5,
title: "Take Risk.",
description: "The universe presents us with adversity everyday. Tackle the unknown and reap the rewards or deal with the consequences. Everything is risky - navigating advserity is demonstrating your intelligence.",
title: "Take the Leap.",
description: "Adversity is a daily occurrence. Embrace the unknown and accept the outcomes. Risk-taking and overcoming adversity are ways of demonstrating intelligence.",
image: "/img/principles-5.png"
},
{
Expand Down
18 changes: 16 additions & 2 deletions src/app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ h1 {
/* background-position: center; */
background-repeat: no-repeat;
background-size: contain;
border-radius: 10px;
}

.mt-sec-one {
Expand Down Expand Up @@ -806,6 +807,15 @@ h1 {
}


@media (min-width:1024px) {
#meet p {
padding-right: 100px;
}

#meet .item {
margin-top: 200px;
}
}

@media (min-width:320px) and (max-width:400px) {
.parallax {
Expand Down Expand Up @@ -862,11 +872,13 @@ h1 {
grid-template-rows: 1fr;
gap: 20px;
}

.card-cont-media {
display: grid;
grid-template-columns: 1fr ;
grid-template-columns: 1fr;
gap: 20px;
}

.w-75-custom {
width: 100% !important;
}
Expand Down Expand Up @@ -910,11 +922,13 @@ h1 {
grid-template-rows: 1fr;
gap: 20px;
}

.card-cont-media {
display: grid;
grid-template-columns: 1fr ;
grid-template-columns: 1fr;
gap: 20px;
}

.w-75-custom {
width: 100% !important;
}
Expand Down

0 comments on commit 9e4aaf6

Please sign in to comment.