diff --git a/images/Wj.png b/images/Wj.png new file mode 100644 index 0000000..8e21fb1 Binary files /dev/null and b/images/Wj.png differ diff --git a/index.html b/index.html index 8131bc5..f820f43 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ - + - 2KAbhishek's Projects - + Wjplatformer's GitHub Projects + @@ -14,7 +14,7 @@
-

All Of My Projects

+

Some Of My Projects

Some useful, some stupid, all fun!
diff --git a/script.js b/script.js index 785110a..af02918 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,6 @@ -const username = '2KAbhishek'; +const username = 'Wjplatformer'; const maxPages = 2; -const hideForks = true; +const hideForks = false; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos'); const filterInput = document.querySelector('.filter-repos');