From 200ba223807e93bfc3225a48f02adbb21121a2af Mon Sep 17 00:00:00 2001 From: itsmrkotoomac Date: Tue, 15 Jul 2025 17:56:02 +0800 Subject: [PATCH 1/2] add itsmrseantoo.html and update contributors list --- contributors/itsmrseantoo.html | 71 ++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 72 insertions(+) create mode 100644 contributors/itsmrseantoo.html diff --git a/contributors/itsmrseantoo.html b/contributors/itsmrseantoo.html new file mode 100644 index 00000000..f66e3fb4 --- /dev/null +++ b/contributors/itsmrseantoo.html @@ -0,0 +1,71 @@ +
+

大肌肌Sean

+

HI, I'm Sean and from Taiwan!

+

Programming languages I use

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

Tools I use

+
+ + + + + + + ChatGPT +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..8abd52b4 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ + "itsmrseantoo.html", "roshanjossey.html", "gokultp.html", ]; From 4c06664b6f50bb14bc2393b23e9410b17840ef8e Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Tue, 5 Aug 2025 21:51:13 +0200 Subject: [PATCH 2/2] Update contributors.js --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 8abd52b4..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "itsmrseantoo.html", "roshanjossey.html", "gokultp.html", ];