From 468f5f68b43fd38aff0d4a64c1af069b84c95ce5 Mon Sep 17 00:00:00 2001 From: digracesion Date: Fri, 6 Oct 2023 23:26:52 +0900 Subject: [PATCH] Added my data --- data/contributors.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..58b8762 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2679,7 +2679,16 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", - } + }, + { + name : "Grace Icay", + branch : "Computer Science", + college : "University of the Philippines Visayas", + year : 2017, + linkedin : "https://www.linkedin.com/in/mary-grygjeanne-grace-icay-109184140/", + github : "https://github.com/digracesion", + gender : "Female" + }, ); export default contributors;