diff --git a/index.html b/index.html index 8131bc5..a5cc228 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@
-

All Of My Projects

- Some useful, some stupid, all fun! +

All Of My Public Projects

+ From full projects to small scripts
diff --git a/script.js b/script.js index 785110a..9276e64 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ -const username = '2KAbhishek'; -const maxPages = 2; +const username = 'darkwhite220'; +const maxPages = 1; const hideForks = true; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos');