Design comparison
Solution retrospective
My solution is quit near to the design. Only one thing is confusing me that the svg icons used in designs are showing when I preview it with live server, but on github it is not showing. Can anyone tell me about this?. If yes, than please!
Community feedback
- @Gerald-LeCourPosted over 1 year ago
Hey there! π
To get the icon images on your site you need to add the assets folder that came with the package you downloaded in your repository.
I hope that helped you out! π
Marked as helpful0@Umer-KhokharPosted over 1 year ago@Gerald-LeCour Thanks , For your feedback, I have try that but does not work. Work fine when I preview with live server extension. But when I deploy on github images not woking
0@Gerald-LeCourPosted over 1 year ago@Umer-Khokhar Hmm thats strange, because when I look at your files in your Results-summary-component repository on github I don't see the images folder that contains all the icons your index.html is trying to find.
The starter kit you downloaded for this project has an assets folder which contains an images folder which has the icons your html is trying to find, but cant because they are not in your repository.
Try adding the images folder from the starter kit you downloaded into your Results-summary-component repository on github and then let me know if it works or not. π
Marked as helpful0
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