Skip to content

Commit 4a3f43f

Browse files
committed
refactor: remove some text inside About section
1 parent a397495 commit 4a3f43f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/components/About.tsx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ const About = () => {
2121
I am eager to work in areas that leverage the combined potential of <Highlight text="machine learning"/> and
2222
software development, regardless of traditional boundaries.
2323
</p>
24-
<p className="mb-2">
24+
{/* <p className="mb-2">
2525
Outside of academics and professional career, I enjoy contributing to open-source projects, working on side projects, participating in hackathons and playing
2626
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 ">
27+
</p> */}
28+
{/* <div className="inline-flex flex-wrap gap-x-0.5 gap-y-1 mb-2 ">
2929
<span>You can find me</span> <Highlight text="re-watching" color="pink"/> <span>any one of these TV series:</span>
3030
<Highlight text="Silicon Valley" color="pink"/>,
3131
<Highlight text="South Park" color="pink"/>,
@@ -35,8 +35,13 @@ const About = () => {
3535
<Highlight text="Brooklyn 9-9" color="pink"/>,
3636
<Highlight text="How I Met Your Mother" color="pink"/>,
3737
<Highlight text="Impractical Jokers" color="pink"/>.
38-
</div>
39-
<p>
38+
</div> */}
39+
<p className="mb-2">
40+
You can find me <Highlight text="re-watching" color="pink"/> any one of these TV series:&nbsp;
41+
<Highlight text="Silicon Valley" color="pink"/>,&nbsp;
42+
<Highlight text="South Park" color="pink"/> and <Highlight text="The Office" color="pink"/>.
43+
</p>
44+
<p className="mb-2">
4045
For those of you curious, the favicon is a <Highlight text="4-hypercube graph" color="cyan" /> made via Python, using NetworkX and Matplotlib.
4146
Check the <LinkWithArrow
4247
href="/icon.ico" target="_blank"

0 commit comments

Comments
 (0)