From 549777a143c8f79a5e12372e719f36a6682e9493 Mon Sep 17 00:00:00 2001 From: Mbiet Date: Tue, 14 Feb 2023 15:09:52 -0500 Subject: [PATCH 1/2] added my bio --- My_Bio/bio.txt | Bin 0 -> 136 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 My_Bio/bio.txt diff --git a/My_Bio/bio.txt b/My_Bio/bio.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1e517a04ef4d293acde46766ad41356fc01d007 GIT binary patch literal 136 zcmW-Z!3lsc5CrEf*h2~s>(GaAUAQ!_pD-TxmHSC+6Jq;7Zr#(@r-&Cle(|mW|_s_Qq(`EmXadt2iH&*`2YX_ literal 0 HcmV?d00001 From aa98e2ca182c208a776605662f9d2de73b6a2d41 Mon Sep 17 00:00:00 2001 From: Mbiet Date: Tue, 14 Feb 2023 16:37:06 -0500 Subject: [PATCH 2/2] uncommented and edited .tsx file --- basicinfo.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..7ffec74 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -1,13 +1,8 @@ -/* This is a basic file we are using to familiarize ourselves with you! Simply un-comment these -below variables and update them with stuff about you. Yeah... I know... the classic basic info -everyone dreads at the start of the semester. Sorry, I just needed a filler for you guys to edit. */ -/*Un-comment this and fill in the info -const yourName : String = "Your name"; -let yourPronouns : String = "Pro/Nouns"; -const yourMajor : String = "Your major"; -let classification : String = "freshman/soph/junior/senior/supersenior"; -let oneExcite : String = "One thing you're excited about in this course"; -let anyConcerns : String = "If anything, list what you may be worried about in this course"; -let funFact : String = "And the classic, list one fun fact about yourself"; -*/ \ No newline at end of file +const yourName : String = "Mbiet Uko"; +let yourPronouns : String = "N/A"; +const yourMajor : String = "Computer Science"; +let classification : String = "senior"; +let oneExcite : String = "I get more hands on assignments"; +let anyConcerns : String = "N/A"; +let funFact : String = "I love Soccer";