Skip to content

Commit c16eb43

Browse files
GallectionsThatNerdSquared
authored andcommitted
feat: update advisors photo and sponsors status update
1 parent 84311b4 commit c16eb43

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

public/team-photos/lucy-hao.jpg

565 KB
Loading
1.88 MB
Loading

src/components/sponsorsComponents/SponsorCategory.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const {path} = Astro.props;
4545
@media (max-width: 880px) {
4646
img {
4747
max-width:100%;
48+
height:auto;
4849
}
4950

5051
.category-container {

src/data/currentSponsors.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export const currentSponsors = [
99
{
1010
tier: "SILVER",
1111
icons: [
12-
"new_england_biolabs.jpg",
1312
"UBC_Science.svg",
14-
"UBC_Department_Microbiology_Immunology.svg"
13+
"UBC_Department_Microbiology_Immunology.svg",
14+
"Avantor.jpg"
1515
]
1616
},
1717
{
@@ -21,7 +21,7 @@ export const currentSponsors = [
2121
"UBC_Applied_Science.png",
2222
"UBC_Life_Sciences.svg",
2323
"UBC_Zoology.svg",
24-
"Avantor.jpg",
24+
"new_england_biolabs.jpg",
2525
]
2626
}
2727
]

src/data/team.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,23 @@
411411
"major": "Radiology",
412412
"image": "emily-england.jpg"
413413
},
414+
{
415+
"name": "Lucy Hao",
416+
"role": "Dry Lab + Wiki Advisor",
417+
"major": "Computer Science",
418+
"image": "lucy-hao.jpg"
419+
},
414420
{
415421
"name": "Riya Alluri",
416422
"role": "Human Practices Advisor",
417423
"major": "Biology × Computer Science",
418424
"image": "no-image.jpg"
425+
},
426+
{
427+
"name": "Trisha Macalintal",
428+
"role": "Wet Lab + HP + Administration Advisor",
429+
"major": "Biology",
430+
"image": "trisha-macalintal.jpg"
419431
}
420432
]
421433
},

0 commit comments

Comments
 (0)