From 0b0ecb5a6bbf2243cd8b73bece7b899b35ccdc55 Mon Sep 17 00:00:00 2001 From: Uma Sthothrabhashyam Date: Tue, 27 May 2025 11:09:37 -0700 Subject: [PATCH 1/6] Updated script.js with my username --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 7218763..029a9be 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2KAbhishek'; +const username = 'ustotra'; const maxPages = 3; const hideForks = true; const repoList = document.querySelector('.repo-list'); From b1e29302e43bf5415e54228cc4810af4a4196e56 Mon Sep 17 00:00:00 2001 From: Uma Sthothrabhashyam Date: Tue, 27 May 2025 11:11:14 -0700 Subject: [PATCH 2/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 74401a4..a64733b 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 2KAbhishek's Projects + Uma's Projects Date: Tue, 27 May 2025 11:17:07 -0700 Subject: [PATCH 3/6] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 029a9be..ba96720 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = 'ustotra'; +const username = 'umastotra'; const maxPages = 3; const hideForks = true; const repoList = document.querySelector('.repo-list'); From b108af7bf7325cc78f25d146ecf09181e307cdb9 Mon Sep 17 00:00:00 2001 From: Uma Sthothrabhashyam Date: Tue, 27 May 2025 11:22:07 -0700 Subject: [PATCH 4/6] hide forks script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index ba96720..f9168f3 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,6 @@ const username = 'umastotra'; const maxPages = 3; -const hideForks = true; +const hideForks = false; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos'); const filterInput = document.querySelector('.filter-repos'); From 0ce7e807481d8624c11e9b377d2df94399ad3e6b Mon Sep 17 00:00:00 2001 From: Uma Sthothrabhashyam Date: Tue, 27 May 2025 11:42:03 -0700 Subject: [PATCH 5/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a64733b..c8cdc55 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-

All Of My Projects

+

Uma Projects

Some useful, some stupid, all fun!
From 3a391812d6a2b8a099a4a40af817135e1f20a55e Mon Sep 17 00:00:00 2001 From: Uma Sthothrabhashyam Date: Tue, 27 May 2025 11:45:49 -0700 Subject: [PATCH 6/6] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index f9168f3..ba96720 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,6 @@ const username = 'umastotra'; const maxPages = 3; -const hideForks = false; +const hideForks = true; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos'); const filterInput = document.querySelector('.filter-repos');