From b40a90a28ef049829ff7f3bfc861139dd48b7261 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 13:37:01 +0530 Subject: [PATCH 1/3] Add Tejas T M to Contributors list and improve styling --- Contributors.md | 1 + website/index.html | 14 ++++++++++++++ website/style.css | 15 +++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 website/index.html create mode 100644 website/style.css diff --git a/Contributors.md b/Contributors.md index e34f3307..58c65576 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,3 +2179,4 @@ sh0uka - [Hashim Iqbal](https://github.com/Haz-ctrl) - [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) - [Peter Li](https://github.com/kalokli8) +- [Tejas T.M 🎉](https://github.com/tejastm75job-web) \ No newline at end of file diff --git a/website/index.html b/website/index.html new file mode 100644 index 00000000..98be7f77 --- /dev/null +++ b/website/index.html @@ -0,0 +1,14 @@ + + + + + Contributors + + +

Contributors

+ + + diff --git a/website/style.css b/website/style.css new file mode 100644 index 00000000..615f00b4 --- /dev/null +++ b/website/style.css @@ -0,0 +1,15 @@ +body { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + text-align: center; +} + +ul { + list-style-type: none; +} + +li { + margin: 10px 0; + font-size: 18px; + color: #333; +} From a7f57bdf357d2cd27c0349044233b19694fbd2c0 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:12:23 +0200 Subject: [PATCH 2/3] Delete website/index.html --- website/index.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 website/index.html diff --git a/website/index.html b/website/index.html deleted file mode 100644 index 98be7f77..00000000 --- a/website/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Contributors - - -

Contributors

- - - From e398a28909416e27e4f342636671fce3da11d64c Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:12:39 +0200 Subject: [PATCH 3/3] Delete website/style.css --- website/style.css | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 website/style.css diff --git a/website/style.css b/website/style.css deleted file mode 100644 index 615f00b4..00000000 --- a/website/style.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #f0f0f0; - text-align: center; -} - -ul { - list-style-type: none; -} - -li { - margin: 10px 0; - font-size: 18px; - color: #333; -}