From b40a90a28ef049829ff7f3bfc861139dd48b7261 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 13:37:01 +0530 Subject: [PATCH] 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; +}