Skip to content

Commit

Permalink
changed program to product
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthap88 committed Mar 30, 2024
2 parents ad9b7c2 + ca0f317 commit a59a579
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/components/IndividualTestimonial.jsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export default function IndividualTestimonial({ content = 'lorem' }) {
export default function IndividualTestimonial({ content = 'lorem', author = 'Unknown'}) {
return (
<div style={{ backgroundColor: '#E8F5D8' }} className="p-10 rounded-3xl w-full select-none">
<div style={{ backgroundColor: '#E8F5D8' , height:'300px', width: '100%'}} className="p-6 rounded-3xl w-full select-none">
<div className="flex mb-5 lg:mb-10 justify-center">
<p className="font-bold text-lg"></p>
<h1 className="font-bold lg:px-10 text-lg text-center">
<h1 className="font-bold lg:px-5 text-lg text-center">
{content}
</h1>
<p className="font-bold text-lg"></p>
</div>

<p className='text-center'>
Author
{author}
</p>
</div>
)
Expand Down
4 changes: 2 additions & 2 deletions src/components/NewFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function NewFooter() {
<div className="flex">

{/* instagram */}
<a href="https://www.instagram.com/pmready.official/" target="_blank" rel="noopener noreferrer" className="disabled">
<a href="https://www.instagram.com/pmready.official/" target="_blank" rel="noopener noreferrer">
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
Expand Down Expand Up @@ -124,7 +124,7 @@ export default function NewFooter() {
</svg>
</a>
{/* linkedin */}
<a href="http://" target="_blank" rel="noopener noreferrer" className="disabled">
<a href="https://www.linkedin.com/company/pmready-global/" target="_blank" rel="noopener noreferrer" >
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
Expand Down
17 changes: 9 additions & 8 deletions src/components/Testimonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import 'swiper/css/pagination';

export default function Testimonial() {
const testimonials = [
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },
{ id: 1, content: 'Lorem ipsum dolor sit amet consectetur. Sed dis placerat tristique senectus pretium.' },

{ id: 1, content: 'PMReady allowed me to get hands-on experience with Product Management. Although I’m studying computer science, software engineering is not my passion, PMReady helped me find a passion that I want to pursue.', author:"Colorful Unicorn, Computer Science 2026"},
{ id: 2, content: 'When I joined PMReady, I found a role that not only would allow me to leverage my pre-existing skills, but encouraged me to use them in a new context to make a real difference in a company.', author: "Owen Mariani, Computer Science 2026"},
{ id: 3, content: 'PMReady has reshaped my view of what goes into a product and pushes me to make ones that harness market research, design principles, and feature planning.', author: "Sleeping Squirrel, Computer Science 2026"},
{ id: 4, content: 'PMReady helped me to find a career I was interested and passionate about pursuing within my major, while also giving me direct insight and practice into what being a PM entails.', author: "Naomy Bopela, Computer Science 2026"},
{ id: 5, content: 'I appreciate how appealing this organization is to introducing product management in an easily understandable way. This org introduced me to a lot of people who inspired me to consider other educational fields.', author: "Cindy Frempong, Data Science 2026"},
{ id: 6, content: 'It gave me a chance to explore a different career path within computer science that I had no prior knowledge of beforehand.', author: "Running Unicorn, Computer Science 2025"},
{ id: 7, content: 'PMReady introduces me to a career position that I have never previously considered or known of. I used to think that working in the tech industry is overwhelming, and PMReady definitely helps provide more insight. PM has also become one of my top career choices.', author: "Lindsay Hu, Statistics & CS 2026"},
{ id: 8, content: 'I learned about how product managers break down large problems into smaller achievable goals. PMReady showed me that there are other careers that relate to software development without needing to know all the intricacies of programming.', author: "Brianna Li, Math and Computer Science 2025"},
]

return (
Expand Down Expand Up @@ -52,7 +53,7 @@ export default function Testimonial() {
onSwiper={(swiper) => console.log(swiper)}
>
{testimonials.map((testimonial) => (
<SwiperSlide className="p-5 lg:p-0" key={testimonial.id}><IndividualTestimonial content={testimonial.content} className="" /></SwiperSlide>
<SwiperSlide className="p-5 lg:p-0" key={testimonial.id}><IndividualTestimonial content={testimonial.content} author={testimonial.author} className="" /></SwiperSlide>
))}
</Swiper>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/contact/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Main() {
<div className="flex flex-col gap-7 mt-4 text-lg font-inter">


<a href="https://www.instagram.com/pmready.official/" className="disabled">
<a href="https://www.instagram.com/pmready.official/" >
<div className="flex gap-4 items-center">
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.486 20.1218C16.486 18.1112 18.1164 16.481 20.1281 16.481C22.1399 16.481 23.7712 18.1112 23.7712 20.1218C23.7712 22.1323 22.1399 23.7626 20.1281 23.7626C18.1164 23.7626 16.486 22.1323 16.486 20.1218ZM14.5167 20.1218C14.5167 23.2191 17.0289 25.7299 20.1281 25.7299C23.2274 25.7299 25.7396 23.2191 25.7396 20.1218C25.7396 17.0244 23.2274 14.5137 20.1281 14.5137C17.0289 14.5137 14.5167 17.0244 14.5167 20.1218ZM24.6504 14.2913C24.6503 14.5505 24.7271 14.8039 24.8711 15.0195C25.0151 15.2351 25.2199 15.4032 25.4594 15.5025C25.699 15.6018 25.9627 15.6278 26.2171 15.5773C26.4715 15.5269 26.7052 15.4022 26.8887 15.2189C27.0721 15.0357 27.1971 14.8022 27.2478 14.548C27.2985 14.2938 27.2727 14.0303 27.1735 13.7908C27.0744 13.5513 26.9064 13.3465 26.6908 13.2024C26.4752 13.0583 26.2217 12.9814 25.9623 12.9812H25.9618C25.6141 12.9814 25.2807 13.1195 25.0348 13.3651C24.789 13.6107 24.6507 13.9439 24.6504 14.2913ZM15.7132 29.0117C14.6477 28.9632 14.0686 28.7858 13.6838 28.636C13.1736 28.4375 12.8095 28.201 12.4268 27.819C12.044 27.4371 11.8071 27.0736 11.6094 26.5637C11.4593 26.1792 11.2819 25.6003 11.2334 24.5355C11.1805 23.3843 11.1699 23.0385 11.1699 20.1219C11.1699 17.2053 11.1813 16.8604 11.2334 15.7082C11.282 14.6434 11.4607 14.0656 11.6094 13.6801C11.808 13.1701 12.0446 12.8063 12.4268 12.4238C12.809 12.0413 13.1727 11.8045 13.6838 11.6069C14.0685 11.4569 14.6477 11.2796 15.7132 11.2312C16.8651 11.1782 17.2111 11.1677 20.1281 11.1677C23.0452 11.1677 23.3916 11.1791 24.5444 11.2312C25.6099 11.2797 26.188 11.4583 26.5738 11.6069C27.084 11.8045 27.4481 12.0418 27.8308 12.4238C28.2136 12.8058 28.4496 13.1701 28.6483 13.6801C28.7983 14.0645 28.9757 14.6434 29.0242 15.7082C29.0772 16.8604 29.0877 17.2053 29.0877 20.1219C29.0877 23.0385 29.0772 23.3833 29.0242 24.5355C28.9757 25.6003 28.7973 26.1791 28.6483 26.5637C28.4496 27.0736 28.213 27.4374 27.8308 27.819C27.4486 28.2007 27.084 28.4375 26.5738 28.636C26.1892 28.7859 25.6099 28.9633 24.5444 29.0117C23.3925 29.0646 23.0465 29.0752 20.1281 29.0752C17.2098 29.0752 16.8647 29.0646 15.7132 29.0117ZM15.6227 9.26634C14.4593 9.31928 13.6644 9.50364 12.9701 9.77362C12.2511 10.0524 11.6425 10.4265 11.0343 11.0334C10.4261 11.6403 10.0528 12.2495 9.77378 12.9681C9.50364 13.6623 9.31917 14.4564 9.26619 15.619C9.21234 16.7835 9.20001 17.1558 9.20001 20.1218C9.20001 23.0877 9.21234 23.46 9.26619 24.6245C9.31917 25.7873 9.50364 26.5812 9.77378 27.2755C10.0528 27.9936 10.4261 28.6036 11.0343 29.2102C11.6424 29.8168 12.2511 30.1903 12.9701 30.4699C13.6657 30.7399 14.4593 30.9243 15.6227 30.9772C16.7885 31.0302 17.1604 31.0434 20.1281 31.0434C23.0959 31.0434 23.4684 31.031 24.6336 30.9772C25.7971 30.9243 26.5915 30.7399 27.2862 30.4699C28.0047 30.1903 28.6138 29.8171 29.222 29.2102C29.8302 28.6033 30.2028 27.9936 30.4825 27.2755C30.7527 26.5812 30.938 25.7872 30.9901 24.6245C31.0431 23.4592 31.0554 23.0877 31.0554 20.1218C31.0554 17.1558 31.0431 16.7835 30.9901 15.619C30.9371 14.4563 30.7527 13.6619 30.4825 12.9681C30.2028 12.2499 29.8293 11.6412 29.222 11.0334C28.6148 10.4255 28.0047 10.0524 27.287 9.77362C26.5915 9.50364 25.797 9.31841 24.6345 9.26634C23.4693 9.21339 23.0968 9.2002 20.129 9.2002C17.1613 9.2002 16.7885 9.21251 15.6227 9.26634Z" fill="#24223C" />
Expand All @@ -70,7 +70,7 @@ export default function Main() {
<p>@pmready-global</p>
</div>
</a>
<a href="http://" className="disabled">
<a href="https://www.linkedin.com/company/pmready-global/">
<div className="flex gap-4 items-center">
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8153 9.2002C9.92349 9.2002 9.20001 9.90165 9.20001 10.7658V29.4914C9.20001 30.3556 9.92357 31.0565 10.8153 31.0565H29.441C30.3332 31.0565 31.0563 30.3555 31.0563 29.4911V10.7658C31.0563 9.90165 30.3332 9.2002 29.441 9.2002H10.8153ZM15.8417 17.6513V27.4911H12.5712V17.6513H15.8417ZM16.0573 14.6082C16.0573 15.5525 15.3474 16.3081 14.2071 16.3081L14.1857 16.308C13.088 16.308 12.3784 15.5524 12.3784 14.6082C12.3784 13.6425 13.1095 12.908 14.2288 12.908C15.3474 12.908 16.036 13.6425 16.0573 14.6082ZM20.9224 27.4911H17.6521C17.6521 27.4911 17.6949 18.5747 17.6522 17.6516H20.9226V19.0444C21.3574 18.3741 22.1355 17.4206 23.8703 17.4206C26.022 17.4206 27.6353 18.827 27.6353 21.8493V27.4911H24.365V22.2276C24.365 20.9047 23.8914 20.0025 22.7083 20.0025C21.8046 20.0025 21.2665 20.611 21.0301 21.1988C20.9437 21.4085 20.9224 21.703 20.9224 21.9967V27.4911Z" fill="#24223C" />
Expand Down

0 comments on commit a59a579

Please sign in to comment.