diff --git a/_data/team.yml b/_data/team.yml index a3faff1..0aeedba 100755 --- a/_data/team.yml +++ b/_data/team.yml @@ -1,48 +1,46 @@ -description: The club is sustained by the dedicated effort of our board. We hold annual elections and fill out-of-cycle vacancies as they occur. +description: The club is sustained by the dedicated effort of our board. We + hold annual elections and fill out-of-cycle vacancies as they occur. board_members: - title: President - path: board/caroline_cucyber.jpg - name: Caroline Somers + path: board/annie-resize.jpg + name: Annie Wang - title: Vice-President - path: board/maya.png - name: Maya Shklonik + path: board/madalina-resize.jpg + name: Madalina Stoicov - title: Treasurer - path: board/capy.jpg - name: Annie Wang + path: board/flora-resize.jpg + name: Flora Qiu - title: Communications - path: board/capy.jpg - name: Michelle Zhou + path: board/angelina-resize.png + name: Angelina Yeh + + - title: Competitions + path: board/isaac-resize.jpg + name: Isaac Trost + + - title: Presentations + path: board/divya-resize.jpg + name: Divya Khatri - title: Recruiting path: board/nicholas_cucyber.png name: Nicholas Assaderaghi - title: Corporate Engagement + path: board/amit.jpg + name: Amit Aharoni + + - title: Historian path: board/andreas.png name: Andreas Kellas - title: Secretary - path: board/madlina_cucyber.jpg - name: Madalina Stoicov - - - title: Competition - path: board/capy.jpg - name: Denzel Farmer - - - title: Presentation - path: board/divya_cucyber.jpg - name: Divya Khatri - - - title: Historian - path: board/lyna.png - name: Ly Na Nguyen - - - + path: board/hacker.png + name: OPEN show_sponsors: False diff --git a/img/board/adam.png b/img/board/adam.png deleted file mode 100644 index c74334c..0000000 Binary files a/img/board/adam.png and /dev/null differ diff --git a/img/board/amit.jpg b/img/board/amit.jpg new file mode 100644 index 0000000..2508878 Binary files /dev/null and b/img/board/amit.jpg differ diff --git a/img/board/angelina-resize.png b/img/board/angelina-resize.png new file mode 100644 index 0000000..072cace Binary files /dev/null and b/img/board/angelina-resize.png differ diff --git a/img/board/angelina.png b/img/board/angelina.png new file mode 100644 index 0000000..d1e0c82 Binary files /dev/null and b/img/board/angelina.png differ diff --git a/img/board/annie-resize.jpg b/img/board/annie-resize.jpg new file mode 100644 index 0000000..fbd4a84 Binary files /dev/null and b/img/board/annie-resize.jpg differ diff --git a/img/board/annie.jpg b/img/board/annie.jpg new file mode 100644 index 0000000..917c4b0 Binary files /dev/null and b/img/board/annie.jpg differ diff --git a/img/board/ben.png b/img/board/ben.png deleted file mode 100644 index c55df58..0000000 Binary files a/img/board/ben.png and /dev/null differ diff --git a/img/board/dawson.png b/img/board/dawson.png deleted file mode 100644 index 23bd4d7..0000000 Binary files a/img/board/dawson.png and /dev/null differ diff --git a/img/board/divya-resize.jpg b/img/board/divya-resize.jpg new file mode 100644 index 0000000..d2df996 Binary files /dev/null and b/img/board/divya-resize.jpg differ diff --git a/img/board/flora-resize.jpg b/img/board/flora-resize.jpg new file mode 100644 index 0000000..e558b11 Binary files /dev/null and b/img/board/flora-resize.jpg differ diff --git a/img/board/flora.jpg b/img/board/flora.jpg new file mode 100644 index 0000000..441f60a Binary files /dev/null and b/img/board/flora.jpg differ diff --git a/img/board/gabbie.png b/img/board/gabbie.png deleted file mode 100644 index 6770dcc..0000000 Binary files a/img/board/gabbie.png and /dev/null differ diff --git a/img/board/hacker.png b/img/board/hacker.png new file mode 100644 index 0000000..3ef7cae Binary files /dev/null and b/img/board/hacker.png differ diff --git a/img/board/isaac-resize.jpg b/img/board/isaac-resize.jpg new file mode 100644 index 0000000..30093dd Binary files /dev/null and b/img/board/isaac-resize.jpg differ diff --git a/img/board/isaac.jpg b/img/board/isaac.jpg new file mode 100644 index 0000000..3083786 Binary files /dev/null and b/img/board/isaac.jpg differ diff --git a/img/board/lola.png b/img/board/lola.png deleted file mode 100644 index cee9e6f..0000000 Binary files a/img/board/lola.png and /dev/null differ diff --git a/img/board/lyna.png b/img/board/lyna.png deleted file mode 100644 index 1bd2057..0000000 Binary files a/img/board/lyna.png and /dev/null differ diff --git a/img/board/madalina-resize.jpg b/img/board/madalina-resize.jpg new file mode 100644 index 0000000..32aed13 Binary files /dev/null and b/img/board/madalina-resize.jpg differ diff --git a/img/board/madalina.jpg b/img/board/madalina.jpg new file mode 100644 index 0000000..9d69f47 Binary files /dev/null and b/img/board/madalina.jpg differ diff --git a/img/board/maya.png b/img/board/maya.png deleted file mode 100644 index 6608ccc..0000000 Binary files a/img/board/maya.png and /dev/null differ diff --git a/img/board/resize-img.sh b/img/board/resize-img.sh new file mode 100755 index 0000000..3803eaa --- /dev/null +++ b/img/board/resize-img.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if [ $# -ne 2 ]; then + echo "Usage: $0 " + exit 1 +fi + +INPUT=$1 +OUTPUT=$2 + +convert $INPUT -resize "100^>" -gravity center -crop 100x100+0+0 -strip $OUTPUT