Skip to content

Commit

Permalink
Reogranize and update the Team page content (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB authored Aug 20, 2024
1 parent 99bb13c commit 92627c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/TeamMembersItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default {
class="hover:shadow-lg hover:shadow-custom-orange flex flex-col gap-px rounded-lg w-full h-full overflow-hidden transition-shadow duration-300 ease-in-out">
<div :href="member.url" class="py-6 px-4 sm:py-8 sm:px-6 flex-grow bg-custom-soft cursor-pointer"
@click="navigate(member.url)">
<figure class="relative shrink-0 mx-auto rounded-full shadow w-36 h-36">
<img class="absolute inset-0 rounded-full object-cover" :src="member.image" :alt="member.name" />
<figure class="relative shrink-0 mx-auto w-36 h-36 rounded-full overflow-hidden shadow">
<img class="absolute inset-0 w-full h-full object-cover" :src="member.image" :alt="member.name" />
</figure>
<div class="text-center pt-6">
<h1 class="m-0 text-gray-800 font-semibold tracking-wide leading-7 text-lg ease-in-out">
Expand Down
2 changes: 1 addition & 1 deletion people/jesse-bloom.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: person
name: "Jesse Bloom"
image: "/assets/people/jesse-bloom.jpg"
image: "/assets/people/jesse-bloom.png"
title: "Principal Investigator"
category: "Faculty"
links:
Expand Down
Binary file removed public/assets/people/jesse-bloom.jpg
Binary file not shown.
Binary file added public/assets/people/jesse-bloom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92627c7

Please sign in to comment.