Design comparison
Solution retrospective
my image is working on vscode but uploading it on github its not showing could someone help me out.
Community feedback
- @elaineleungPosted about 2 years ago
Hi Brannon, great work submitting your second project! First of all, as you can see in the screen shot, only your README is showing up and not your page, and by the way, this is the actual link to your page https://ekkas303.github.io/ekkas/snap.html.
I suggest that you first change the
snap.html
toindex.html
so that your current submitted link can work, otherwise you'd have to change the link in your solution, but honestly, the better solution is just to useindex.html
.About the images not showing, it's because the path is your local computer! You'll need to change it to just "mobile-design.jpg" instead, like this for example:
<img src="mobile-design.jpg" alt="male user typing into a laptop">
In short, I think you should fix the path and the file name first, and then we'll try the feedback again!
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