Skip to content

Commit

Permalink
Made changes to basicinfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanvir committed Sep 8, 2024
1 parent fe9c39b commit 8aa6e20
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions basicinfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
*/

const yourName : String = "Karanvir Singh";
let yourPronouns : String = "He/Him";
const yourMajor : String = "CS";
let classification : String = "Junior";
let oneExcite : String = "Learning what we do on the job";
let anyConcerns : String = "None";
let funFact : String = "I like to box";

0 comments on commit 8aa6e20

Please sign in to comment.