Skip to content

Commit

Permalink
Update staff images for NASA SLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerlated committed Sep 17, 2024
1 parent 0631ebd commit 8aa03a4
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 0 deletions.
Binary file added src/assets/images/staff/Abby Atchley.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 src/assets/images/staff/Brady Wilson.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 src/assets/images/staff/Dominick Delpico.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 src/assets/images/staff/Kennedy Swyers.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 src/assets/images/staff/Matthew Heinzman.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 removed src/assets/images/staff/Matthew Heinzman.webp
Binary file not shown.
Binary file added src/assets/images/staff/Nisha Kumar.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 src/assets/images/staff/Sahil Sura.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/widgets/StaffCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ function getImagePath(name) {
let imagePath;
for (let i in images) {
if (i.startsWith(basePath + name)) {
if (imagePath != null) {
throw new Error("Multiple staff images found for " + name);
}
imagePath = i;
}
}
Expand Down

0 comments on commit 8aa03a4

Please sign in to comment.