From e6594b5d00d6ed788f5a547c25030b572c82bbfa Mon Sep 17 00:00:00 2001 From: Mamatha07-T Date: Fri, 27 Mar 2026 19:48:10 +0530 Subject: [PATCH 1/2] added Mamatha07-T user --- contributors/Mamatha07-T.html | 46 +++++++++++++++++++++++++++++++++++ scripts/contributors.js | 5 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 contributors/Mamatha07-T.html diff --git a/contributors/Mamatha07-T.html b/contributors/Mamatha07-T.html new file mode 100644 index 00000000..33e4aa9f --- /dev/null +++ b/contributors/Mamatha07-T.html @@ -0,0 +1,46 @@ +
+ Hii there! +

I'm Mamatha!

+

Working on web development and open source.

+

Programming languages I use

+
+
+ Python +
+
+ JavaScript +
+
+ Java +
+
+ +

Tools I use

+
+ + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..cb4462eb 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,7 @@ + + const contributorFiles = [ + "Mamatha07-T.html", // add your file name here "roshanjossey.html", "gokultp.html", -]; +]; \ No newline at end of file From 970e7c2a00b4c4a154ca51f73b55f6a2ed5cccb7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 27 Mar 2026 14:22:49 +0000 Subject: [PATCH 2/2] Revert changes to scripts/contributors.js [skip ci] --- scripts/contributors.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index cb4462eb..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,7 +1,4 @@ - - const contributorFiles = [ - "Mamatha07-T.html", // add your file name here "roshanjossey.html", "gokultp.html", -]; \ No newline at end of file +];