We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e306315 commit 5757b0bCopy full SHA for 5757b0b
1 file changed
script.js
@@ -100,6 +100,9 @@ fetch("https://api.github.com/repos/TusharKesarwani/Front-End-Projects/contribut
100
li.innerHTML = `<a href="${contributor.profileUrl}"><img src="${contributor.avatarUrl}" alt="${contributor.username}"></a>`;
101
contributorsList.appendChild(li);
102
});
103
+ const li = document.createElement("li");
104
+ li.innerHTML = `<a href="https://github.com/shivam201483101/"><img src="https://avatars.githubusercontent.com/u/90692103?v=4" alt="shivam201483101"></a>`;
105
+ contributorsList.appendChild(li);
106
107
108
//-----------for scrollbar button---------------
0 commit comments