firstcontributions.github.io icon indicating copy to clipboard operation
firstcontributions.github.io copied to clipboard

Wrong image sources

Open 22or opened this issue 3 years ago • 4 comments

🐞 Problem

Some of the objects listed in src/components/ProjectList/listOfProjects.js have an incorrect image source. For example, the CircuitVerse card on the website looks like this: CircuitVerse card

So far, I have noticed the following project cards with the same issue:

  • aprenda-go-com-testes

🎯 Goal

Properly display projects cards

💡 Possible solutions

It seems the problem is caused by linking a GitHub page rather than an image. For example, the CircuitVerse object in listOfProjects.js has its imageSrc property set to https://github.com/CircuitVerse/CircuitVerse/blob/master/app/assets/images/CircuitVerse.png, which is a link to this: Github page of CircuitVerse logo

A solution to this problem would be to replace the incorrect image sources with each image's raw.githubusercontent.com URL.

📋 Steps to solve the problem

  • Comment below about what you've started working on.
  • Add, commit, push your changes.
  • Submit a pull request and add this in comments - Addresses #<put issue number here>
  • Ask for a review in comments section of pull request.
  • Celebrate your contribution to this project. 🎉

22or avatar Nov 19 '22 18:11 22or

please assign me this issue

HrutikaBadgeri avatar Jan 27 '23 06:01 HrutikaBadgeri

I'm New to Open source can i contribute to this issue ?

arunraj3 avatar Apr 09 '23 05:04 arunraj3

All broken image sources (21 in total) have been updated in my pull request #396.

nickjfrench avatar Feb 21 '24 17:02 nickjfrench