python-discord / site

pythondiscord.com - A Django and Bulma web application.
https://pythondiscord.com
MIT License
639 stars 127 forks source link

Add titles to resource entries with only icons #1217

Open wookie184 opened 7 months ago

wookie184 commented 7 months ago

Some of the entries on the resources page don't have titles, for example: image image image

It would be nice to give them a title to go alongside the icon.

hedyhli commented 6 months ago

There is one more resource, PyCharm which also only contains an icon image:

image

A curious thing I noticed was that for the jetbrains_videos item, we included another image as icon:

https://github.com/python-discord/site/blob/88f2c27e8fd760f12e7b94854cf60c12047ea1d4/pydis_site/apps/resources/resources/jetbrains_videos.yaml#L6-L9

But the image is no longer available, and so only the PyCharm logo is showing. We should maybe also remove the wikimedia link there.