unitaryfund / unitary.fund

πŸ•ΈοΈ πŸ’› Unitary Fund Website πŸ’› πŸ•ΈοΈ
https://unitary.fund
49 stars 55 forks source link

Add Ali profile pic #352

Closed nathanshammah closed 1 year ago

nathanshammah commented 1 year ago

Add Ali profile pic to his blog post about the 2023 Summer internship.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
unitary-fund-prel βœ… Ready (Inspect) Visit Preview Aug 18, 2023 1:53pm
nathanshammah commented 1 year ago

@WrathfulSpatula any idea how we can make this look smaller? Feel free to push commits.

natestemen commented 1 year ago

Looks like the suggestion is to use html with a width attribute: https://stackoverflow.com/questions/14675913/changing-image-size-in-markdown

<img src="drawing.jpg" alt="drawing" width="200"/>
WrathfulSpatula commented 1 year ago

Thank you, @natestemen. Yes, that sounds right.

natestemen commented 1 year ago

@WrathfulSpatula I cannot test the change locally to ensure it works as I do not know how to spin up the website locally (opened https://github.com/unitaryfund/unitary.fund/issues/358 to hopefully get this documented). Would you mind taking this?