File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,16 @@ const InfoData = {
44
44
paragraphBody : [
45
45
`🍀 I have ${ getWorkingTimes ( ) } of experience in web development.` ,
46
46
"🍀 I love computer, technology and animals." ,
47
- "🍀 Currently, I'm focused on DevOps as my primary field ." ,
47
+ "🍀 Currently, I'm focused on Python and DevOps as my primary fields ." ,
48
48
] ,
49
49
paragraphFooter : [
50
- "I'm always happy to make new friends!" ,
51
- "Please feel free to reach out to me. ♥️" ,
52
50
"Wishing you a wonderful day! ♥️" ,
53
51
]
54
52
} ;
55
53
56
54
const SkillsData = {
57
55
os : {
58
- name : "Operating_system " ,
56
+ name : "Operating System " ,
59
57
items : [
60
58
{
61
59
name : "Ubuntu" ,
@@ -106,7 +104,7 @@ const SkillsData = {
106
104
} ]
107
105
} ,
108
106
python : {
109
- name : "PythonEcosystem " ,
107
+ name : "Python Ecosystem " ,
110
108
items : [ {
111
109
name : "FastAPI" ,
112
110
link : "https://fastapi.tiangolo.com/"
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import avatar from "../../../images/portfolio-avatar.png " ;
2
+ import avatar from "../../../images/portfolio-avatar.jpg " ;
3
3
import { InfoData } from '../../../../../data' ;
4
4
import './Avatar.scss'
5
5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function ExploreMore() {
22
22
height = { "7px" }
23
23
/>
24
24
</ div >
25
- < div className = 'explore-more' > 😌 Keep calm & carry on 🐤 Just do it 🫶 Don 't worry ! - < span style = { { color : "red" } } > ♥️</ span > -</ div >
25
+ < div className = 'explore-more' > - < span style = { { color : "red" } } > ♥️ </ span > - Keep calm & carry on . . Just do it . . Don 't worry ! - < span style = { { color : "red" } } > ♥️</ span > -</ div >
26
26
</ >
27
27
)
28
28
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const PortfolioHeaderLeaveMessage = () => {
22
22
< input
23
23
// value={message}
24
24
type = "text"
25
- value = "Method isn't complete yet! 😄"
25
+ value = "feature isn't complete yet! 😄"
26
26
className = { ClassNames . noClose }
27
27
onChange = { ( e ) => setMessage ( e . target . value ) }
28
28
/>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments