Right now all the projects have a fedora logo next to them on the all projects page. Would be nice if there was a way to set one per project.
Possible ideas:
register an email with libravatar and use that for the project.
look for a project.icon or some list of files in the git repo for a logo. There might be some thing that other places do we can duplicate.
Or perhaps both... look for a libravatar, then look for file a, file b, file c, etc.
I'm going to go with the libravatar approach as I fear sourcing a file from a project will make it a security hole.
Implemented in https://pagure.io/pagure/issue/205
And merged :)