You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/components/About.tsx
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13,37 +13,45 @@ const About = () => {
13
13
)}>About</h2>
14
14
</BlurFade>
15
15
<BlurFadedelay={BLUR_FADE_DELAY*4}>
16
-
<pclassName="text-gray-700 dark:text-gray-300">
16
+
<divclassName="text-gray-700 dark:text-gray-300">
17
+
<pclassName="mb-2">
17
18
I am a <Highlighttext="junior"/> at the <Highlighttext="University of Waterloo"/>, pursuing a major in <Highlighttext="Computational Mathematics"/>.
18
19
With a <Highlighttext="passion for technology and innovation"/>, I am constantly exploring new
19
20
areas in <Highlighttext="software development"/> and <Highlighttext="artificial intelligence"/>.
20
21
I am eager to work in areas that leverage the combined potential of <Highlighttext="machine learning"/> and
21
-
software development, regardless of traditional boundaries. <br></br>
22
+
software development, regardless of traditional boundaries.
23
+
</p>
24
+
<pclassName="mb-2">
22
25
Outside of academics and professional career, I enjoy contributing to open-source projects, working on side projects, participating in hackathons and playing
23
-
table tennis, football, cricket and badminton. I also like to travel &explorenewplaces,cuisines&restaurants.<br></br>
24
-
You can find me <Highlighttext="re-watching"color="pink"/> any one of these TV series:
25
-
<Highlighttext="Suits"color="pink"/>,
26
-
<Highlighttext="The Office"color="pink"/>,
27
-
<Highlighttext="Brooklyn 9-9"color="pink"/>,
28
-
<Highlighttext="How I Met Your Mother"color="pink"/>,
29
-
<Highlighttext="The Big Bang Theory"color="pink"/>,
0 commit comments