File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,11 @@ function AboutSection() {
22 return (
33 < section id = "about" className = "flex gap-2 flex-col -mb-3 mt-24" >
44 < span className = "font-medium mb-5 sm:mb-6" > About</ span >
5- < p className = "text-muted-foreground/90" >
6- Hey, I'm Karol Rynkowski, a software developer who loves making
7- cool stuff online. I'm always learning about new tech and ways to
8- make things better, from the basics to the latest tools.
9- </ p >
10- < p className = "text-muted-foreground/90" >
11- When I'm not coding, I enjoy exploring new places, keeping up with
12- tech news, and hitting the gym.
13- </ p >
14- < p className = "text-muted-foreground/90" >
15- If you're interested in working together, I'm ready to take on
16- challenges and bring fresh ideas to the table.
5+ < p className = "text-muted-foreground" >
6+ Hey, I'm Karol Rynkowski, a software developer who likes to build
7+ scalable web and mobile applications with a focus on performance
8+ optimization and accessibility. When not coding, I brew specialty coffee
9+ and explore photography.
1710 </ p >
1811 </ section >
1912 ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ function BlogSection() {
33 < section id = "blog" className = "-mb-3 mt-16 sm:mt-32" >
44 < span className = "font-medium mb-5 sm:mb-6" > Blog</ span >
55 < p className = "text-muted-foreground" >
6- { "Coming soon ... first I need to know what to write about :) " } { " " }
6+ { "Building thoughtful content ..." } { " " }
77 </ p >
88 </ section >
99 ) ;
You can’t perform that action at this time.
0 commit comments