From 22f3cce7a3c4201d87561be9f376229922635c49 Mon Sep 17 00:00:00 2001 From: Farhan Ohe Date: Fri, 17 Feb 2023 10:45:25 -0500 Subject: [PATCH 1/2] created a text file and a new branch --- lab1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 lab1.txt diff --git a/lab1.txt b/lab1.txt new file mode 100644 index 0000000..39a6e9a --- /dev/null +++ b/lab1.txt @@ -0,0 +1 @@ +text file for lab1 From 84888eef99bedf796dde5c7a08a6a46a14cbfdbc Mon Sep 17 00:00:00 2001 From: Farhan Ohe Date: Fri, 17 Feb 2023 11:00:02 -0500 Subject: [PATCH 2/2] Updated existing textfile removed other one i created. --- basicinfo.tsx | 18 +++++++++--------- lab1.txt | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 lab1.txt diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..8b5a80d 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 = "Farhan Ohe" +let yourPronouns : String = "he him"; +const yourMajor : String = "Computer Science"; +let classification : String = "soph"; +let oneExcite : String = "I am excited to learn more about web and app dev and just software engineering in general cause a lot of these classes have been so broad, finally focusing on something is nice."; +let anyConcerns : String = "falling behind"; +let funFact : String = "I work as a IT anaylist, but I am trying to get into a software engineer positon. I also love cars and nashville hot chicken."; +*/ diff --git a/lab1.txt b/lab1.txt deleted file mode 100644 index 39a6e9a..0000000 --- a/lab1.txt +++ /dev/null @@ -1 +0,0 @@ -text file for lab1