a11y: Add alt text to main picture on profile page
Summary:
Images should have alternate text per https://dequeuniversity.com/rules/axe/4.10/image-alt
Ideally we'd set `alt=""` but in that case Phorge just drops the empty `alt` parameter completely.
Ref T16072
Test Plan:
Go to http://phorge.localhost/p/user/ or http://phorge.localhost/project/profile/1/ and inspect the `<img>` element inside the `people-menu-image-container` class. See the `alt` parameter.
Optionally, run an Accessibility check in Chromium Lighthouse.
Reviewers: O1 Blessed Committers, chris
Reviewed By: O1 Blessed Committers, chris
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16072
Differential Revision: https://we.phorge.it/D26049