From 2de0eace17ae8eed392d9741fef868da861882fd Mon Sep 17 00:00:00 2001 From: Jathniel Argueza Date: Tue, 8 Oct 2024 10:01:05 +0800 Subject: [PATCH] Added my Data --- Contributors.md | 1 + data/contributors.js | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Contributors.md b/Contributors.md index defdfeaf..9026fa8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,3 +214,4 @@ - [sunlianyu](https://github.com/7y-9) - [Sumit Sharma](https://github.com/sumit-sharma-02) - [Debmalya Sen](https://github.com/debmalya37) +- [Jathniel Argueza](https://github.com/jathniel) diff --git a/data/contributors.js b/data/contributors.js index f695fc04..1ab70a17 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2679,6 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", + }, + { + name: "Jathniel Argueza", + branch: "Information Technology", + college: "AMA Computer College", + year: 2013, + linkedin: "https://www.linkedin.com/in/jathniel-argueza/", + github: "https://github.com/jathniel", + gender: "Male", } );