Submitted over 2 years ago
Minimalist portfolio page with SASS and bootstrap no js needed.
@Dev-Tron
Design comparison
SolutionDesign
Solution retrospective
If you have any questions or concerns please ask away.
Community feedback
- @LukaKobaidzePosted over 2 years ago
Hello!
When i open the website, images are not loading, and when navigating through pages i get 404 error. This happens because
src
andhref
paths are not correct. To fix this, for example to get logo icon, instead of/images/logo.svg
, write./images/logo.svg
(add.
in the beginning) or you can just remove./
and writeimages/logo.svg
, because./
will be added if we don't add it ourselves. If you don't know what is./
, it's the path in the same folder, Also check out this sourceMarked 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