diff --git a/README.md b/README.md index c3e1951..57aad35 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # CISC275-Lab1 + +Modified Branch: + Hello! For this lab, we want to delve into the workflow of GitHub. Last week, you had an assignment revolving around Git, so let's get into GitHub this week. This assignment should be super easy if you already have GitHub workflow experience. If you don't have much experience using GitHub, that's also fine! That's why we're doing this lab. Some of this may be repetitive from last week, but if anything, more practice will help you get used to using Git & GitHub now as opposed to later. diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..f605156 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,12 @@ 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 = "Steven Kraus"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science"; +let classification : String = "Sophomore"; +let oneExcite : String = "Learning about website creation"; +let anyConcerns : String = "The final project"; +let funFact : String = "One of my legs is longer than the other"; +