Skip to content

Commit ebfe8d4

Browse files
Pranesh RaguPranesh Ragu
authored andcommitted
skills bar
1 parent 9a4114d commit ebfe8d4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/sections/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const About = () => {
4545

4646
<p className="text-body text-dark-700 dark:text-dark-200 mb-4">
4747
I'm a passionate backend developer building reliable, scalable systems that power seamless digital experiences.
48-
My journey into backend development began in college, where I discovered a deep interest in solving complex problems through clean architecture, data modeling, and efficient server-side logic.
48+
My journey into backend development began in Academy, where I discovered a deep interest in solving complex problems through clean architecture, data modeling, and efficient server-side logic.
4949
</p>
5050

5151

src/components/sections/Skills.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ const Skills = () => {
99
{
1010
title: 'Python',
1111
icon: <SiPython className="w-8 h-8 text-white" />,
12-
level: 95,
12+
level: 85,
1313
color: 'bg-blue-500'
1414
},
1515
{
1616
title: 'JavaScript',
1717
icon: <FaJs className="w-8 h-8 text-white" />,
18-
level: 90,
18+
level: 80,
1919
color: 'bg-yellow-500'
2020
},
2121
{
@@ -27,13 +27,13 @@ const Skills = () => {
2727
{
2828
title: 'HTML5',
2929
icon: <FaHtml5 className="w-8 h-8 text-white" />,
30-
level: 95,
30+
level: 85,
3131
color: 'bg-orange-500'
3232
},
3333
{
3434
title: 'CSS3',
3535
icon: <FaCss3Alt className="w-8 h-8 text-white" />,
36-
level: 90,
36+
level: 80,
3737
color: 'bg-blue-400'
3838
},
3939
{
@@ -51,7 +51,7 @@ const Skills = () => {
5151
{
5252
title: 'Node.js',
5353
icon: <FaNodeJs className="w-8 h-8 text-white" />,
54-
level: 70,
54+
level: 60,
5555
color: 'bg-green-600'
5656
}
5757
]

0 commit comments

Comments
 (0)