Design comparison
SolutionDesign
Solution retrospective
the images are not showing after publishing it with github pages
Community feedback
- @JohanChereauPosted about 1 year ago
Hello @ifeanyiagujekwu 👋,
Well done for completing the challenge!
To display your images, you can simply change the
src
attribute of your images by removing the first slash.Simply replace :
<img src="/images/image-equilibrium.jpg">
with<img src="images/image equilibrium.jpg">
. Same thing for your card footer:<img src="images/image-avatar.png">.
For accessibility purposes, don't hesitate to use more descriptive
alt
tags rather than a simple "image" ;)Happy coding! 🙏
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord