mathcodes / contentfordevelopers

We aim to please users with not just another solution bank to leetcode problems, but more. Contributors are encouraged to upload and share any additional content such as visual diagrams, animated GIFs, notes, charts, or whatever they use to not only solve, but UNDERSTAND the problem at hand.
https://www.contentfordevelopers.com/
MIT License
33 stars 31 forks source link

81-add links to contributor's images in README file #82

Closed jasonjg closed 1 year ago

jasonjg commented 1 year ago

81 Update README.md Contributors avatars so they link to contributor profiles.

jasonjg commented 1 year ago

Looks good for now. If anyone (or yourself) feels motivated to give these images rounded corners or even 50% border-radius,

The image tags do currently have inline styling of "border-radius: 50%". It is visible when viewing the file off Github. Github strips inline styling, as well as class and id attributes before rendering markdown.

Reference: https://github.com/github/markup

mathcodes commented 1 year ago

Oh right... so back to markdown? This works and you can get the corresponding links from everyone's profile image (right-click and copy the link). A low-priority issue, but feel free to toy around with this or any other styling you see fit.

![avatar](https://images.weserv.nl/?url=avatars.githubusercontent.com/u/65769327?v=4&h=300&w=300&fit=cover&mask=circle&maxage=7d )