From 9e71b44a904ce79d060bb4982c12027e12b29441 Mon Sep 17 00:00:00 2001 From: Jasmyn Date: Sun, 8 Sep 2024 23:17:59 -0400 Subject: [PATCH 1/2] New text for Lab 022L --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f48534c..2a28521 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Edit for Lab Section 021L: - Hello this is my edit +NEW edit for Lab section 022L: +Hi I didn't see one for my lab + Edit for Lab Section 030L: - This edit is for my lab! From c5114309980db0de467c1d572a140e4cc080806c Mon Sep 17 00:00:00 2001 From: Jasmyn Date: Sun, 8 Sep 2024 23:21:34 -0400 Subject: [PATCH 2/2] Basic Info input --- basicinfo.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..25a2d0f 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,11 @@ 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 +//Un-comment this and fill in the info +const yourName : String = "Jasmyn Navarro"; +let yourPronouns : String = "She/her"; +const yourMajor : String = "Computer Science"; +let classification : String = "junior"; +let oneExcite : String = "Learning to be more familiar with GitHub and building a project to show"; +let anyConcerns : String = "Time managing the final project (more specifically debugging)"; +let funFact : String = "I used to polevault";