From 08496c6097891eecddc4273a31edd5f2b56f9301 Mon Sep 17 00:00:00 2001 From: darkwhite220 <53045980+darkwhite220@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:09:31 +0100 Subject: [PATCH 1/2] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); From bf0a55520ffbaf1f261fc1d064e2d338cc9c5353 Mon Sep 17 00:00:00 2001 From: darkwhite220 <53045980+darkwhite220@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:13:53 +0100 Subject: [PATCH 2/2] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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