-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
async function AboutMeContent() { | ||
return ( | ||
<div> | ||
<div className="md:ml-10 mt-10 max-w-xl"> | ||
{ | ||
"Hey! I'm Ujaan, a Computer Engineering student at the Hong Kong University of Science and Technology, and an aspiring software engineer." | ||
} | ||
</div> | ||
<div className="md:ml-10 mt-5 max-w-xl"> | ||
{ | ||
"Frankly, a lot of my time is split between coursework, research projects and Leetcode, but I also enjoy cooking, reading, and badminton. I'm currently working on a few projects, (including this website!), and I'm always looking for new opportunities to learn and grow." | ||
} | ||
</div> | ||
<div className="md:ml-10 mt-5 max-w-xl"> | ||
{"Feel free to reach out to me on any of my socials!"} | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
export default AboutMeContent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters