Skip to content

Commit e22b310

Browse files
committed
Componentizes the about section
since it will be used twice at least
1 parent 6e653c7 commit e22b310

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/components/About.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default function About() {
2+
return (
3+
<section class="animate">
4+
<article>
5+
<p>I am a <b><i>software engineer</i></b>, <b><i>ui/ux designer</i></b>, <b><i>product planner</i></b>, <b><i>mentor</i></b>, <b><i>student</i></b>, <b><i>minimalist</i></b>, <b><i>eternal optimist</i></b>, <b><i>crypto enthusiast</i></b> and <b><i>sarcasm connoisseur</i></b>.</p>
6+
<p>I love to both build and break things. I am motivated by challenging projects with self-guided research and dynamic problem solving. My true passion is crafting creative front end designs with unique takes on color, typography and motion.</p>
7+
<p>During my career</p>
8+
<p>I have built products ranging from marketing and ecommerce websites to complex enterprise apps with focus on delivering fast, elegant code along with delightful user interfaces.</p>
9+
<p>Now</p>
10+
<p>I currently work as a software engineer at StreamlineFS, where I do product planning, design and development.</p>
11+
</article>
12+
</section>
13+
14+
15+
)
16+
}

0 commit comments

Comments
 (0)