diff --git a/README.md b/README.md index f48534c..51377e7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Hey yall here is my edit Edit for Lab Section 021L: - Hello this is my edit - + Edit for Lab Section 030L: - This edit is for my lab! diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..eb3e074 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 = "Karen (Kay) Sousa"; +let yourPronouns : String = "She/Her"; +const yourMajor : String = "Computer Science"; +let classification : String = "Junior"; +let oneExcite : String = "I am excited to learn more about HTML and CSS."; +let anyConcerns : String = "I am a bit worried about the pace."; +let funFact : String = "I own two chickens.";