Skip to content

Commit f2d9f7d

Browse files
committed
fix aspect ratio for group image
Justin's face is squished b/c of the hardcoded width constraint. I uploaded a new copy of the file cropped to the expected proportions. Jordan's CV filename was also adjusted to match the updated convention.
1 parent 95fdae1 commit f2d9f7d

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

assets/images/Justin_Cha.jpg

-597 KB
Binary file not shown.

assets/images/Justin_Cha.png

2.76 MB
Loading

group.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h5 class="">Justin Cha</h5>
293293
</p>
294294
<li class="media">
295295
<img
296-
src="assets/images/Justin_Cha.jpg"
296+
src="assets/images/Justin_Cha.png"
297297
alt="justin"
298298
class="mr-3"
299299
/>

0 commit comments

Comments
 (0)