We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56b0b9 commit 43bee30Copy full SHA for 43bee30
docs/javascript/script.js
@@ -68,7 +68,7 @@ function createprojectcard(project, background) {
68
let projectcard = `<div class="col-12 col-sm-6 col-lg-4">
69
<a href="${project.html_url}" class="project-box">
70
<div class="item project">
71
- <img src="./src/assets/images/projects/${background}" class="project-image" alt="">
+ <img src="/assets/images/projects/${background}" class="project-image" alt="${project.name}">
72
<div class="project-content">
73
<h4 class="text-secondary">${project.name}</h4>
74
<p>${project.description}</p>
0 commit comments