Skip to content

Commit

Permalink
Update exec headshots + resize images less (#453)
Browse files Browse the repository at this point in the history
This PR updates some additional exec headshots and resizes the images
less aggressively (before, each exec headshot was resized to 100x100,
but I've upped this to 400x400 to prevent perceived blurring).

Force-merging as we'd like to get this out ASAP.
  • Loading branch information
kewbish committed May 25, 2023
1 parent c496a16 commit 0488115
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed assets/images/execs/cindy_cui_2023.jpg
Binary file not shown.
Binary file added assets/images/execs/cindy_cui_2023.png
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 assets/images/execs/gordon_chieng_2023.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 assets/images/execs/ruby_yang_2023.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions content/about/team/executives/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ execs:
email: [email protected]
- position: Vice President, Finance
name: Gordon Chieng
img: default.svg
img: gordon_chieng_2023.jpg
email: [email protected]
- position: Co-Vice President, Internal
name: Youssef Saleh
img: youssef_saleh_2023.png
email: [email protected]
- position: Co-Vice President, Internal
name: Ruby Yang
img: default.svg
img: ruby_yang_2023.jpg
email: [email protected]
- position: Vice President, Social
name: Cindy Cui
img: cindy_cui_2023.jpg
img: cindy_cui_2023.png
email: [email protected]
- position: Vice President, Volunteering
name: Mai Luong
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-bootstrap-5/layouts/shortcodes/execs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{- $path := printf "images/execs/%s" (.img | default "default.svg") -}}
{{- $img := resources.Get $path -}}
{{- if ne $img.MediaType.SubType "svg" -}}
{{- $img = $img.Fill "100x100 Center" -}}
{{- $img = $img.Fill "300x300 Center" -}}
{{- end -}}
<img
class="rounded-circle"
Expand Down

0 comments on commit 0488115

Please sign in to comment.