From a1ef204e547dfd07541612d5862bdb2fe6a7609c Mon Sep 17 00:00:00 2001 From: bleaky11 Date: Fri, 6 Sep 2024 13:23:53 -0400 Subject: [PATCH 1/3] Branch 1 hopefully --- basicinfo.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..2c29a04 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,13 @@ 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 = "Levi Chen"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science"; +let classification : String = "Junior"; +let oneExcite : String = "Learning to make a website"; +let anyConcerns : String = "If I will have enough time to work on homeworks"; +let funFact : String = "I went on vacation in China last summer"; + + From a5dab36b6eff0c95eacf98f204a7909ff5b4aeef Mon Sep 17 00:00:00 2001 From: Levi Chen <129811757+bleaky11@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:35:28 -0400 Subject: [PATCH 2/3] Resetting main because I changed it by accident too early --- basicinfo.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index 2c29a04..dd1309d 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -3,12 +3,14 @@ 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 = "Levi Chen"; -let yourPronouns : String = "He/Him"; -const yourMajor : String = "Computer Science"; -let classification : String = "Junior"; -let oneExcite : String = "Learning to make a website"; -let anyConcerns : String = "If I will have enough time to work on homeworks"; -let funFact : String = "I went on vacation in China last summer"; +/*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"; +*/ From 2c91d5dc89976d09885b06695cd1d90c7b148713 Mon Sep 17 00:00:00 2001 From: bleaky11 Date: Sat, 7 Sep 2024 15:41:36 -0400 Subject: [PATCH 3/3] updating branch --- basicinfo.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dd1309d..629d940 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -3,14 +3,11 @@ 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. */ -/*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"; -*/ - +const yourName : String = "Levi Chen"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science"; +let classification : String = "Junior"; +let oneExcite : String = "Learning to make a website"; +let anyConcerns : String = "If I will have enough time to work on homeworks"; +let funFact : String = "I went on vacation in China last summer";