Skip to content

Commit 3599e62

Browse files
author
iOS 3 Roby
committed
feat: update profile
1 parent ea09775 commit 3599e62

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/components/modules/sections/AboutSection.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const AboutSection: React.FC<AboutSectionProps> = ({ short }) => {
1111
<Heading>About 💭</Heading>
1212
<React.Fragment>
1313
<Text style={{ marginBottom: `1.5rem` }}>
14-
I&apos;m a 28-year-old enthusiast, deeply immersed in the dynamic world of technology,
14+
I&apos;m a 29-year-old enthusiast, deeply immersed in the dynamic world of technology,
1515
driven by an insatiable curiosity to explore its limitless possibilities. My passion lies
1616
in the intricate art of software development, where I constantly seek to innovate and
1717
create impactful solutions that resonate with users worldwide.&quot;
@@ -20,6 +20,10 @@ const AboutSection: React.FC<AboutSectionProps> = ({ short }) => {
2020
<Text style={{ marginBottom: `1.5rem` }}>
2121
With over 8 years of hands-on experience in programming, I have honed my skills web
2222
development in utilizing frameworks and libraries such as{' '}
23+
<LinkTarget href="https://flask.palletsprojects.com/en/stable/" target="_blank">
24+
Flask (Python Framework)
25+
</LinkTarget>{' '}
26+
,{' '}
2327
<LinkTarget href="https://codeigniter.com" target="_blank">
2428
Codeigniter
2529
</LinkTarget>{' '}
@@ -44,6 +48,9 @@ const AboutSection: React.FC<AboutSectionProps> = ({ short }) => {
4448
Next JS
4549
</LinkTarget>{' '}
4650
for mobile development, i have expert with{' '}
51+
<LinkTarget href="https://flutter.dev" target="_blank">
52+
Kotlin,
53+
</LinkTarget>{' '}
4754
<LinkTarget href="https://flutter.dev" target="_blank">
4855
Flutter,
4956
</LinkTarget>{' '}

src/data/projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const projectWebs: ProjectType[] = [
99
// },
1010
{
1111
name: 'Langaroo',
12-
description: 'Aplikasi startup freelance di sini',
12+
description: 'Aplikasi startup freelance as (iOS Developer)',
1313
link: 'https://play.google.com/store/apps/details?id=com.langaroo&hl=id',
1414
img: 'langaroo.png',
1515
},

0 commit comments

Comments
 (0)