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 43bee30 commit 62fe5dcCopy full SHA for 62fe5dc
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="/assets/images/projects/${background}" class="project-image" alt="${project.name}">
+ <img src="/assets/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