Skip to content

Commit

Permalink
Updated teams page (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBao1 authored Mar 30, 2024
1 parent a6d0be7 commit e723ecd
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 56 deletions.
60 changes: 23 additions & 37 deletions frontend/app/(main)/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ const TeamPage = () => {
photo:
'https://media-exp1.licdn.com/dms/image/D5603AQHM0dMmj2SBaQ/profile-displayphoto-shrink_800_800/0/1666852544286?e=1675900800&v=beta&t=yjcDTMAzz9fQw1HtwQfqU7lEpqfIwdYdVKJa27dFHcg'
},
{
name: '',
title: '',
involvement: '',
funFact: '',
linkedin: '',
gh: '',
photo: ''
},
{
name: 'Darian Lee',
title: '2022 Jobsboard Director',
Expand All @@ -37,7 +46,7 @@ const TeamPage = () => {
},
{
name: 'Matthew Liu',
title: '2022 Subcommittee Member & 2023 Jobsboard Director',
title: '2023 Jobsboard Director',
involvement: 'Backend',
funFact:
'Aspiring software engineer particularly interested working with the backend. My wildest dream would be to see Arsenal win the Champions League.',
Expand All @@ -47,7 +56,7 @@ const TeamPage = () => {
},
{
name: 'Gabriel Ting',
title: '2022 Subcommittee Member & 2023 Jobsboard Director',
title: '2023 Jobsboard Director',
involvement: 'Frontend',
funFact: 'I love circles 🟣 and squares 🟪',
linkedin: 'https://www.linkedin.com/in/gabriel-ting/',
Expand All @@ -56,45 +65,22 @@ const TeamPage = () => {
'https://media-exp1.licdn.com/dms/image/C5603AQEia_BIGgbOww/profile-displayphoto-shrink_400_400/0/1648716681245?e=1675900800&v=beta&t=k8_6WX-iJCU3Aucwu-Y5i4HpxEwgHxmp3xWjYDNMKFE'
},
{
name: 'Sunny Wang',
title: '2022 Subcommittee Member',
name: 'Richard Bao',
title: '2024 Jobsboard Director',
involvement: 'Backend',
funFact:
"I'm not particularly great at anything but can make some pretty good overnight oats",
linkedin: 'https://www.linkedin.com/in/sunny-wang-033a19206/',
gh: 'https://github.com/casio987',
photo: 'https://i.imgur.com/dgSVw0i.png'
funFact: ' ',
linkedin: 'https://www.linkedin.com/in/richard-bao/',
gh: 'https://github.com/RichardBao1',
photo: ''
},
{
name: 'Sam Yu',
title: '2022 Subcommittee Member',
name: 'Flynn Lambrechts',
title: '2024 Jobsboard Director',
involvement: 'Frontend',
funFact:
'Hello! When I am not doing work for university or Jobsboard I like to either go out and play badminton with my local club or spend my time watching netflix.',
linkedin: 'https://www.linkedin.com/in/jihaoy/',
gh: 'https://github.com/samyu1204',
photo:
'https://media-exp1.licdn.com/dms/image/C5603AQGOTWqiNSHQ4Q/profile-displayphoto-shrink_800_800/0/1638537862485?e=1675900800&v=beta&t=nPyJMOsT3-_vwN7CitrMKojC8ErpDUtHNzCquk-3X0U'
},
{
name: 'Avijit Prasad',
title: '2022 Subcommittee Member',
involvement: 'Backend',
funFact: "I enjoy visiting beaches and playing football when I'm not working on Jobsboard 🏖️",
linkedin: 'https://www.linkedin.com/in/avijits01/',
gh: 'https://github.com/avijits01',
photo:
'https://media-exp1.licdn.com/dms/image/C4D03AQFwMbHUdLJcnw/profile-displayphoto-shrink_800_800/0/1653646210650?e=1675900800&v=beta&t=aBoKXt7hWkmq790EDvj9E8sYu71irdj6BEEzar04_9Y'
},
{
name: 'Adrian Tan',
title: '2022 Subcommittee Member',
involvement: 'Frontend',
funFact: 'Passionate about exploring outdoors 🗻 and taking photos 📸',
linkedin: 'https://www.linkedin.com/in/adriantan09/',
gh: 'https://github.com/adriantan09',
photo:
'https://media-exp1.licdn.com/dms/image/C5603AQHbFz34aec_Dw/profile-displayphoto-shrink_800_800/0/1607509426101?e=1675900800&v=beta&t=xV5okatq0vZ650ZCQTRNcSCmvUE9CuUxgSd22YtUGYI'
funFact: ' ',
linkedin: 'https://imgur.com/a/u3KaIoH',
gh: 'https://www.linkedin.com/in/flynn-lambrechts/',
photo: ''
}
];

Expand Down
42 changes: 23 additions & 19 deletions frontend/components/ProfileCard/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,29 @@ const ProfileCard = ({
return (
<div>
<div className="flex mb-16">
{/* <!-- Left View --> */}
<div className="w-24 h-24">
<img alt={name} src={photo} className="w-28 h-28" />
<div className="flex justify-items-center gap-3 mt-6">
<a href={linkedin} target="__blank">
<FontAwesomeIcon icon={faLinkedin} size="2x" className="text-blue-700 h-8" />
</a>
<a href={gh} target="__blank">
<FontAwesomeIcon icon={faGithub} size="2x" className="h-8" />
</a>
</div>
</div>
{/* <!-- Right View --> */}
<div className="pl-5 text-left w-80 h-72">
<div className="font-bold text-3xl text-jb-headings mx-4 sm:mx-0 mb-2">{name}</div>
<div className="font-bold text-jb-headings mx-4 sm:mx-0">{title}</div>
<p className="font-bold text-jb-headings mx-4 sm:mx-0 mb-4">{involvement}</p>
<p className="text-lg text-jb-subheadings mx-4 sm:mx-0">{funFact}</p>
</div>
{name !== '' && (
<>
{/* Left View */}
<div className="w-24 h-24">
<img alt={name} src={photo} className="w-28 h-28" />
<div className="flex justify-items-center gap-3 mt-6">
<a href={linkedin} target="__blank">
<FontAwesomeIcon icon={faLinkedin} size="2x" className="text-blue-700 h-8" />
</a>
<a href={gh} target="__blank">
<FontAwesomeIcon icon={faGithub} size="2x" className="h-8" />
</a>
</div>
</div>
{/* Right View */}
<div className="pl-5 text-left w-80 h-72">
<div className="font-bold text-3xl text-jb-headings mx-4 sm:mx-0 mb-2">{name}</div>
<div className="font-bold text-jb-headings mx-4 sm:mx-0">{title}</div>
<p className="font-bold text-jb-headings mx-4 sm:mx-0 mb-4">{involvement}</p>
<p className="text-lg text-jb-subheadings mx-4 sm:mx-0">{funFact}</p>
</div>
</>
)}
</div>
</div>
);
Expand Down

0 comments on commit e723ecd

Please sign in to comment.