UWCubeSat / hsl-website

Website hosted at huskysat.org
MIT License
5 stars 2 forks source link

Member roster update #35

Closed manforowicz closed 3 months ago

manforowicz commented 3 months ago

Added new members to the roster.

netlify[bot] commented 3 months ago

Deploy Preview for huskysat ready!

Name Link
Latest commit ef8935b0caad436586ee0edcb3cb6d2f7cf6ee1d
Latest deploy log https://app.netlify.com/sites/huskysat/deploys/665a7a1a49db4300085bc57d
Deploy Preview https://deploy-preview-35--huskysat.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

AlnisS commented 3 months ago

Looks like the new folks might not be added alphabetical by last name - would it be possible to alphabetize? Thanks!

manforowicz commented 3 months ago

Instead of alphabetizing by hand in 5 minutes, I spent 30 minutes writing a Python script to do it for me :laughing:. I also committed that.

The script outputs in JSON, so all the keys in the members list are now quoted. Hopefully that's fine.

Just for future reference, the command I used to resize and compress all the images was: mogrify -resize 600x600^ -gravity Center -extent 600x600 -format jpg -quality 85 -path ../out *

AlnisS commented 3 months ago

Excellent work! Looks great to me. :shipit:

In the future, it might be helpful to add the resize command to a README or something (about workflow for adding members).

Thanks!

AlnisS commented 3 months ago

@manforowicz I deleted the branch. It's still possible to restore it if needed using the above "restore branch" button. This avoids having issues with history, as future commits in this branch would conflict with the squashed commit.