Skip to content

Commit

Permalink
refactor: update about section
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed Apr 11, 2024
1 parent a4af2dc commit 8470f1e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/components/modules/sections/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const AboutSection: React.FC<AboutSectionProps> = ({ short }) => {
</Text>

<Text style={{ marginBottom: `1.5rem` }}>
With over 8 years of hands-on experience in programming, I have honed my skills in
utilizing frameworks and libraries such as{' '}
With over 8 years of hands-on experience in programming, I have honed my skills web
development in utilizing frameworks and libraries such as{' '}
<LinkTarget href="https://codeigniter.com" target="_blank">
Codeigniter
</LinkTarget>{' '}
Expand All @@ -36,23 +36,25 @@ const AboutSection: React.FC<AboutSectionProps> = ({ short }) => {
ReactJS
</LinkTarget>{' '}
,{' '}
<LinkTarget href="https://developer.apple.com/swift" target="_blank">
Swift
</LinkTarget>{' '}
,{' '}
<LinkTarget href="https://nuxt.com" target="_blank">
Nuxt JS
</LinkTarget>{' '}
,{' '}
<LinkTarget href="https://nextjs.org" target="_blank">
Next JS
</LinkTarget>{' '}
, and More expert with{' '}
for mobile development, i have expert with{' '}
<LinkTarget href="https://flutter.dev" target="_blank">
Flutter
Flutter,
</LinkTarget>{' '}
<LinkTarget href="https://www.reactnative.dev" target="_blank">
React native,
</LinkTarget>{' '}
and{' '}
<LinkTarget href="https://www.swift.org/" target="_blank">
Swift
</LinkTarget>{' '}
, among others. Currently, I am dedicated to deepening my expertise in Front End
Development and DevOps
. Currently, I am dedicated to deepening my expertise in Front End Development and DevOps
</Text>
</React.Fragment>
{!short && (
Expand Down

0 comments on commit 8470f1e

Please sign in to comment.