Skip to content

Commit 48e0862

Browse files
committed
fix: revamped structure/layout of About section
1 parent e2eeaff commit 48e0862

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

site/src/components/About.tsx

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,45 @@ const About = () => {
1313
)}>About</h2>
1414
</BlurFade>
1515
<BlurFade delay={BLUR_FADE_DELAY * 4}>
16-
<p className="text-gray-700 dark:text-gray-300">
16+
<div className="text-gray-700 dark:text-gray-300">
17+
<p className="mb-2">
1718
I am a <Highlight text="junior"/> at the <Highlight text="University of Waterloo"/>, pursuing a major in <Highlight text="Computational Mathematics"/>.
1819
With a <Highlight text="passion for technology and innovation"/>, I am constantly exploring new
1920
areas in <Highlight text="software development"/> and <Highlight text="artificial intelligence"/>.
2021
I am eager to work in areas that leverage the combined potential of <Highlight text="machine learning"/> and
21-
software development, regardless of traditional boundaries. <br></br>
22+
software development, regardless of traditional boundaries.
23+
</p>
24+
<p className="mb-2">
2225
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 & explore new places, cuisines & restaurants.<br></br>
24-
You can find me <Highlight text="re-watching" color="pink"/> any one of these TV series:
25-
<Highlight text="Suits" color="pink"/>,
26-
<Highlight text="The Office" color="pink"/>,
27-
<Highlight text="Brooklyn 9-9" color="pink"/>,
28-
<Highlight text="How I Met Your Mother" color="pink"/>,
29-
<Highlight text="The Big Bang Theory" color="pink"/>,
30-
<Highlight text="South Park" color="pink"/>,
31-
<Highlight text="Impractical Jokers" color="pink"/>.
32-
<br></br>
26+
table tennis, football, cricket and badminton. I also like to travel & explore new places, cuisines & restaurants.
27+
</p>
28+
<div className="inline-flex flex-wrap gap-x-0.5 gap-y-1 mb-2 ">
29+
<span>You can find me</span> <Highlight text="re-watching" color="pink"/> <span>any one of these TV series:</span>
30+
<Highlight text="Silicon Valley" color="pink"/>,
31+
<Highlight text="South Park" color="pink"/>,
32+
<Highlight text="The Office" color="pink"/>,
33+
<Highlight text="The Big Bang Theory" color="pink"/>,
34+
<Highlight text="Suits" color="pink"/>,
35+
<Highlight text="Brooklyn 9-9" color="pink"/>,
36+
<Highlight text="How I Met Your Mother" color="pink"/>,
37+
<Highlight text="Impractical Jokers" color="pink"/>.
38+
</div>
39+
<p>
3340
For those of you curious, the favicon is a <Highlight text="4-hypercube graph" color="cyan" /> made via Python, using NetworkX and Matplotlib.
34-
Check the <a
41+
Check <a
3542
href="/icon.ico" target="_blank"
3643
className="inline-flex items-center hover:underline hover:underline-offset-2 text-orange-500"
3744
>
38-
image <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
45+
it <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
3946
</a>
4047
out and learn <a
4148
href="https://en.wikipedia.org/wiki/Hypercube_graph" target="_blank"
4249
className="inline-flex items-center hover:underline hover:underline-offset-2 text-blue-violet-500"
4350
>
4451
more <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
4552
</a>.
46-
</p>
53+
</p>
54+
</div>
4755
</BlurFade>
4856
</section>
4957
)

0 commit comments

Comments
 (0)