@@ -60,12 +60,13 @@ const AccordionForExtraInfo = (items: CustomAccordionItemDetails[] = []) => {
6060
6161const About = ( ) => {
6262 const findMeDoingBody = [
63+ < > tinkering on projects that make my life a little easier.</ > ,
6364 < >
6465 < StrikeHighlight text = "re-watching" color = "pink" /> any one of these series:{ ' ' }
65- < StrikeHighlight text = "Breaking Bad " color = "pink" /> ,{ ' ' }
66+ < StrikeHighlight text = "Better Call Saul " color = "pink" /> ,{ ' ' }
6667 < StrikeHighlight text = "Silicon Valley" color = "pink" /> ,{ ' ' }
6768 < StrikeHighlight text = "South Park" color = "pink" /> and{ ' ' }
68- < StrikeHighlight text = "The Office " color = "pink" /> .
69+ < StrikeHighlight text = "House " color = "pink" /> .
6970 </ > ,
7071 ] ;
7172 const thoseOfYouCuriousBody = [
@@ -143,14 +144,14 @@ const About = () => {
143144 < div className = "text-gray-700 dark:text-gray-300" >
144145 < p className = "mb-2" >
145146 I am a < StrikeHighlight text = "software developer" color = "red" /> based in{ ' ' }
146- < StrikeHighlight text = "Toronto " color = "red" /> and currently a{ ' ' }
147- < StrikeHighlight text = "junior" /> pursuing a { ' ' }
148- < StrikeHighlight text = "Computational Mathematics" /> major at the{ ' ' }
149- < StrikeHighlight text = "University of Waterloo" /> . I am passionate about tech and
150- innovation, always exploring the { ' ' }
151- < span className = "underline underline-offset-4" >
152- intersection of software development and AI.
153- </ span >
147+ < StrikeHighlight text = "Waterloo " color = "red" /> and currently a{ ' ' }
148+ < StrikeHighlight text = "junior" /> majoring in { ' ' }
149+ < StrikeHighlight text = "Computational Mathematics" /> at the{ ' ' }
150+ < StrikeHighlight text = "University of Waterloo" /> . I am passionate about technology and
151+ innovation, especially exploring{ ' ' }
152+ < span className = "underline underline-offset-4" > unexplored or complex domains </ span > and
153+ uncovering their { ' ' }
154+ < span className = "underline underline-offset-4" > intersection with tech < /span > .
154155 </ p >
155156 < div className = "mb-2" > { AccordionForExtraInfo ( itemsForExtraInfo ) } </ div >
156157 </ div >
0 commit comments