Skip to content

Commit

Permalink
add new members to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 committed Nov 19, 2024
1 parent 8ef5cd5 commit ffb3f63
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 13 deletions.
Binary file added public/profiles/Ben_Beckford.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/profiles/Daksh_Shahani.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/profiles/Lilit_Vanyan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/profiles/Sami_Nourji.png
Binary file not shown.
Binary file added public/profiles/Zahra_Fiandika.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 33 additions & 9 deletions src/components/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ const profiles = [
title: 'HackCamp Logistics Coordinator',
social: '',
},
{
img: '/profiles/Ben_Beckford.png',
name: 'Ben Beckford',
emoji: '🫧',
color: '#CF9FFF',
title: 'EDI Coordinator',
social: 'https://www.linkedin.com/in/benbeckford',
},
{
img: '/profiles/Byron_Wang.png',
name: 'Byron Wang',
Expand Down Expand Up @@ -109,6 +117,14 @@ const profiles = [
title: 'Design Coordinator',
social: 'https://www.linkedin.com/in/daiisyhan/',
},
{
img: '/profiles/Daksh_Shahani.png',
name: 'Daksh Shahani',
emoji: '👾',
color: '#008581',
title: 'Dev Coordinator',
social: 'https://www.linkedin.com/in/dakshit-shahani/',
},
{
img: '/profiles/Daniel_Pan.png',
name: 'Daniel Pan',
Expand Down Expand Up @@ -261,6 +277,14 @@ const profiles = [
title: 'Design Coordinator',
social: 'linkedin.com/in/kittyliu3',
},
{
img: '/profiles/Lilit_Vanyan.png',
name: 'Lilit Vanyan',
emoji: '💋',
color: '#F2ACB9',
title: 'cmd-f Logistics Coordinator',
social: 'https://www.linkedin.com/in/lilit-vanyan-5626a2240/',
},
{
img: '/profiles/Lincoln_Lee.png',
name: 'Lincoln Lee',
Expand Down Expand Up @@ -365,14 +389,6 @@ const profiles = [
title: 'EDI Coordinator',
social: 'http://www.linkedin.com/in/ridhwanlai-badmos-05739a26b',
},
{
img: '/profiles/Sami_Nourji.png',
name: 'Sami Nourji',
emoji: '🌊',
color: '#EFC69A',
title: 'Marketing Coordinator',
social: 'www.linkedin.com/in/saminourji',
},
{
img: '/profiles/Shannon_Aurelia.png',
name: 'Shannon Aurelia',
Expand Down Expand Up @@ -429,6 +445,14 @@ const profiles = [
title: 'Design Coordinator',
social: 'https://linkedin.com/in/sidyakinian',
},
{
img: '/profiles/Zahra_Fiandika.png',
name: 'Zahra Fiandika',
emoji: '',
color: '#ffffff',
title: 'Design Coordinator',
social: '',
},
]

const StyledTitle = styled(Header3)`
Expand Down Expand Up @@ -528,7 +552,7 @@ export default function Team() {
targets: ['#anim-profiles'],
easing: 'linear',
loop: true,
translateX: [-(90 * profiles.length), 0],
translateX: [0, -(90 * profiles.length)],
duration: 3000 * profiles.length,
autoplay: false,
})
Expand Down
4 changes: 0 additions & 4 deletions src/sections/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ const TeamContainer = styled.div`
text-align: center;
width: 100%;
${p => p.theme.mediaQueries.tabletLarge} {
width: 40vw;
}
${p => p.theme.mediaQueries.mobile} {
width: 100%;
bottom: 1rem;
Expand Down

0 comments on commit ffb3f63

Please sign in to comment.