-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from PMReadyOfficial/dev
Dev
- Loading branch information
Showing
17 changed files
with
253 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
HostUrl=https://www.figma.com/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
HostUrl=https://www.figma.com/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
HostUrl=https://www.figma.com/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
HostUrl=https://www.figma.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { MoveRight } from "lucide-react" | ||
|
||
export default function Apply() { | ||
return ( | ||
<div className="flex flex-col bg-[#24223C] p-20"> | ||
<h4 className="text-white text-center">Ready to <span className="text-[#FA9D74] font-bold text-[2rem]">begin learning</span>?</h4> | ||
<p className="text-white text-center my-8 text-base">Learn more about our programs and cohort dates.</p> | ||
<div className="flex flex-row justify-center"> | ||
<button type="" className="bg-[#FA9D74] rounded-full m-2 px-4 py-2">Apply Now</button> | ||
<button type="" className="flex flex-row border-2 border-white text-white rounded-full m-2 px-4 py-2">Learn More<MoveRight className="ml-2" /></button> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
import { MoveRight } from "lucide-react" | ||
|
||
export default function Learning() { | ||
return ( | ||
<div className="relative items-center justify-center py-10"> | ||
<img src="Graphic_Leaf.png" alt="" className="absolute bottom-[200px] -left-0 scale-50 -translate-x-14 lg:translate-x-0 lg:scale-100 -z-10" /> | ||
<img src="Graphic_Leaf.png" alt="" className="absolute top-[250px] scale-x-[-1] right-0 translate-x-14 lg:translate-x-0 -z-10" /> | ||
<div className="flex flex-col lg:flex-row gap-5 w-full items-center lg:justify-center"> | ||
<div className="max-w-md h-full bg-no-repeat bg-cover"> | ||
<img src="program/Learning1.png" alt="" className="w-full rounded-tl-lg rounded-tr-lg rounded-br-lg" /> | ||
</div> | ||
<div className="text-start w-full max-w-lg sm:w-2/5 pt-10"> | ||
<h5 className="font-lexend text-[color:var(--color-teal-500,#023849)] text-[32px] sm:text-[24px] not-italic font-bold leading-9">Gain Real-World Experience</h5> | ||
<p className="font-inter text-[color:var(--color-dark-600,#24223C)] text-lg not-italic font-normal leading-7 my-5"> | ||
The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all. | ||
</p> | ||
<button className="flex flex-row align-baseline px-8 py-2 border-2 text-[#FA9D74] border-[#FA9D74] rounded-full font-bold">Learn More<MoveRight className="ml-2" /></button> | ||
</div> | ||
</div> | ||
<div className="flex flex-col lg:flex-row gap-5 w-full items-center lg:justify-center mt-[160px]"> | ||
<div className="text-start w-full max-w-lg sm:w-2/5 pt-10"> | ||
<h5 className="font-lexend text-[color:var(--color-teal-500,#023849)] text-[32px] sm:text-[24px] not-italic font-bold leading-9">Learn by doing, not by watching.</h5> | ||
<p className="font-inter text-[color:var(--color-dark-600,#24223C)] text-lg not-italic font-normal leading-7 my-5"> | ||
The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all. | ||
</p> | ||
</div> | ||
<div className="max-w-md h-full bg-no-repeat bg-cover"> | ||
<img src="program/Learning2.png" alt="" className="w-full rounded-[0_0_80px_0]" /> | ||
</div> | ||
</div> | ||
<div className="flex flex-col lg:flex-row gap-5 w-full items-center lg:justify-center mt-[160px]"> | ||
<div className="max-w-md h-full bg-no-repeat bg-cover"> | ||
<img src="program/Learning3.png" alt="" className="w-full rounded-tl-lg rounded-tr-lg rounded-br-lg" /> | ||
</div> | ||
<div className="text-start w-full max-w-lg sm:w-2/5 pt-10"> | ||
<h5 className="font-lexend text-[color:var(--color-teal-500,#023849)] text-[32px] sm:text-[24px] not-italic font-bold leading-9">Gain Real-World Experience</h5> | ||
<p className="font-inter text-[color:var(--color-dark-600,#24223C)] text-lg not-italic font-normal leading-7 my-5"> | ||
The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all. | ||
</p> | ||
<button className="flex flex-row px-8 py-2 border-2 text-[#FA9D74] border-[#FA9D74] rounded-full font-bold">Join Discord<MoveRight className="ml-2" /></button> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
export default function Alumni() { | ||
const alumniWisdom = [ | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
{ profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." }, | ||
] | ||
return ( | ||
<div className="flex flex-col justify-center bg-[#FFF9F6] p-20"> | ||
<h3 className="text-center">What our past Alumni have to say</h3> | ||
<div className="flex flex-row flex-wrap justify-evenly mt-5"> | ||
{alumniWisdom.map((alumni) => ( | ||
<div className="max-w-sm bg-white rounded-lg shadow-lg p-12 text-center flex flex-col items-center space-y-4 m-4"> | ||
{/* Profile Image */} | ||
<img | ||
src="" /* Replace with actual image URL */ | ||
alt={""} | ||
className="w-36 h-36 rounded-full object-cover bg-gray-300" | ||
/> | ||
|
||
{/* Name and Position */} | ||
<div className="text-center"> | ||
<p className="text-lg font-semibold">{alumni.name}</p> | ||
<p className="text-sm text-gray-400">{alumni.position}</p> | ||
</div> | ||
|
||
{/* Testimonial Text */} | ||
<div className="relative text-gray-700 text-base italic"> | ||
<p className="absolute -left-2 -top-2 text-teal-500 text-2xl">“</p> | ||
<p> {alumni.insight}</p > | ||
<p className="absolute -right-2 -top-2 text-teal-500 text-2xl">”</p> | ||
</div> | ||
</div> | ||
))} | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { MoveRight } from "lucide-react" | ||
|
||
export default function newHero() { | ||
return ( | ||
<div className="flex flex-col bg-[#FFF9F6] py-20"> | ||
<div className="flex flex-row justify-between pl-20"> | ||
<div className="relative w-1/2"> | ||
<h2>Learn product management while making a <span className="text-[#FA9D74] font-bold text-5xl">real difference</span></h2> | ||
<p className="mt-[5%] text-xl w-3/4">A fully remote product fellowship program in the Fall where students in undergraduate programs can work with startups to gain real world experience.</p> | ||
{/* some warning thing */} | ||
<div className="absolute flex justify-between w-1/2 mb-4 bottom-0"> | ||
<button className="flex flex-row px-8 py-2 border-[1px] text-[#FA9D74] font-bold border-[#FA9D74] rounded-full">Learn More<MoveRight className="ml-2" /></button> | ||
<button className="px-8 py-2 text-white font-bold bg-[#0D1B2A] rounded-full ">Apply Now</button> | ||
</div> | ||
</div> | ||
<img src="program/LearningHeader.png" alt="" className="w-[45%] rounded-tl-lg rounded-bl-lg" /> | ||
</div> | ||
|
||
<div className="flex flex-col w-full justify-center mt-5 "> | ||
<h6 className="mr-[2rem] w-full text-center">Collaborate with product managers from</h6> | ||
<div className="flex flex-row w-full justify-center mt-5"> | ||
<img src="microsoft.png" alt="" className="w-40" /> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters