Skip to content

Commit 40b7028

Browse files
authored
made changes to our team (#43)
* Create team_25 * Delete src/img/team_25 * gi * commit changes * import images * import all images * duhan picture missing * i forgor sahil * i hate this * i forgor * images * images up first! * yay fixed * fixed..? * I SWEAR * fixed linkedin links * added missing images * fixed broken links & added descriptions * fixed image * added image
1 parent 75b6edd commit 40b7028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+273
-579
lines changed

src/components/team/card.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const images = import.meta.glob<{ default: ImageMetadata }>(
2323
);
2424
const photo = images[imageSrc] ? images[imageSrc]() : blank;
2525
---
26-
<div class="border rounded-lg shadow bg-slate-900 border-slate-700 flex flex-col h-80 w-72">
26+
<div class="border rounded-lg shadow bg-slate-900 border-slate-700 flex flex-col h-96 w-72">
2727
<div class="flex h-12">
2828
<div class="flex-1">
2929
{lead && <span class="ml-4 mt-3 inline-flex items-center rounded-md bg-orange-900 text-orange-300 px-2 py-1 text-xs font-medium ring-1 ring-inset ring-orange-700">Lead</span>}
@@ -35,7 +35,7 @@ const photo = images[imageSrc] ? images[imageSrc]() : blank;
3535
{igLink && <a href={igLink}><InstagramLogoIcon className="w-5 h-5" /></a>}
3636
</div>
3737
</div>
38-
<Image src={photo} alt="hi" class="w-32 h-32 mb-3 rounded-full shadow-lg self-center" />
38+
<Image src={photo} alt="hi" class="w-32 h-32 mb-3 rounded-full shadow-lg self-center object-cover"/>
3939
<h3 class="text-center font-semibold text-xl">{name}</h3>
4040
<p class="text-center leading-5 text-sm mx-4 mt-1 text-slate-300">{description}</p>
4141
</div>
11.3 KB

src/img/team/Aksharaa Ramesh.webp

18.6 KB

src/img/team/Aksharaa_Ramesh.webp

-932 KB
Binary file not shown.

src/img/team/Allen_Jeffrey.webp

-26 KB
Binary file not shown.

src/img/team/Amanda_Soh.webp

-651 KB
Binary file not shown.

src/img/team/Angelina.webp

-7.5 MB

src/img/team/Brayden.webp

146 KB

src/img/team/Calvin_Lai.webp

134 KB

src/img/team/Cheah_Sheng_Xin.webp

-6.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)