Skip to content

Commit

Permalink
Added optimized secretariat headshots
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 5, 2024
1 parent f7f6b5f commit be9c36d
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/about/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function AboutUs() {
<div className="row">
{
secretariat.map(({name, position, bio, email, image}, index) =>
<UserCard colWidth={4} key={index} name={name} position={position} bio={bio} email={email} imagePath={"/Images/Secretariat_Headshots/" + image}/>
<UserCard colWidth={4} key={index} name={name} position={position} bio={bio} email={email} imagePath={"/Images/secretariat/" + image}/>
)}
</div>
</section>
Expand Down
Binary file removed site/public/Images/Secretariat_Headshots/aaryan.JPG
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/alyssa.JPG
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/alyssa.png
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/caity.JPG
Binary file not shown.
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/erland.jpg
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/juan.JPG
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/katrina.JPG
Binary file not shown.
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/nekhita.JPG
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/nina.JPG
Binary file not shown.
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/quinn.jpeg
Binary file not shown.
Binary file not shown.
Binary file removed site/public/Images/Secretariat_Headshots/taylor.JPG
Binary file not shown.
Binary file added site/public/Images/secretariat/aaryan.JPG
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 site/public/Images/secretariat/alyssa.JPG
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 site/public/Images/secretariat/delaney.jpeg
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 site/public/Images/secretariat/erland.jpg
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 site/public/Images/secretariat/juan.JPG
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 site/public/Images/secretariat/katrina.JPG
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 site/public/Images/secretariat/madeline.JPG
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 site/public/Images/secretariat/nekhita.JPG
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 site/public/Images/secretariat/nina.JPG
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 site/public/Images/secretariat/prince.JPEG
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 site/public/Images/secretariat/quinn.jpeg
Binary file added site/public/Images/secretariat/shriyia.png
Binary file added site/public/Images/secretariat/taylor.JPG

0 comments on commit be9c36d

Please sign in to comment.