From 33a584ebc5a9f4340158e025b8195d6def1e0e14 Mon Sep 17 00:00:00 2001 From: BrishnaN Date: Fri, 6 Sep 2024 14:39:38 -0400 Subject: [PATCH 1/2] branch is modified --- basicinfo.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..23e9831 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,10 @@ 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 = "Brishna"; +let yourPronouns: String = "SHE/Her"; +const yourMajor: String = "Computer Scinece"; +let classification: String = "junior"; +let oneExcite: String = "Building my first website"; +let anyConcerns: String = "IDK"; +let funFact: String = "I am left handed"; From f13499b383b8e52576c35aa243431ff6ab6c168e Mon Sep 17 00:00:00 2001 From: BrishnaN Date: Sat, 7 Sep 2024 15:58:03 -0400 Subject: [PATCH 2/2] Branch changed --- basicinfo.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index 23e9831..e8143e6 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -3,9 +3,9 @@ below variables and update them with stuff about you. Yeah... I know... the clas everyone dreads at the start of the semester. Sorry, I just needed a filler for you guys to edit. */ const yourName: String = "Brishna"; -let yourPronouns: String = "SHE/Her"; -const yourMajor: String = "Computer Scinece"; +let yourPronouns: String = "She/Her"; +const yourMajor: String = "Cyber Security"; let classification: String = "junior"; let oneExcite: String = "Building my first website"; -let anyConcerns: String = "IDK"; +let anyConcerns: String = "N/A"; let funFact: String = "I am left handed";