Skip to content

Commit 00b7934

Browse files
committed
feat: update avatar
1 parent 4008fc4 commit 00b7934

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

src/data.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,16 @@ const InfoData = {
4444
paragraphBody: [
4545
`🍀 I have ${getWorkingTimes()} of experience in web development.`,
4646
"🍀 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.",
4848
],
4949
paragraphFooter: [
50-
"I'm always happy to make new friends!",
51-
"Please feel free to reach out to me. ♥️",
5250
"Wishing you a wonderful day! ♥️",
5351
]
5452
};
5553

5654
const SkillsData = {
5755
os: {
58-
name: "Operating_system",
56+
name: "Operating System",
5957
items: [
6058
{
6159
name: "Ubuntu",
@@ -106,7 +104,7 @@ const SkillsData = {
106104
}]
107105
},
108106
python: {
109-
name: "PythonEcosystem",
107+
name: "Python Ecosystem",
110108
items: [{
111109
name: "FastAPI",
112110
link: "https://fastapi.tiangolo.com/"

src/pages/Portfolio/features/PortfolioContent/Avatar/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import avatar from "../../../images/portfolio-avatar.png";
2+
import avatar from "../../../images/portfolio-avatar.jpg";
33
import { InfoData } from '../../../../../data';
44
import './Avatar.scss'
55

src/pages/Portfolio/features/components/ExploreMore/ExploreMore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function ExploreMore() {
2222
height={"7px"}
2323
/>
2424
</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>
2626
</>
2727
)
2828
}

src/pages/Portfolio/features/components/contact_components/PortfolioHeaderLeaveMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const PortfolioHeaderLeaveMessage = () => {
2222
<input
2323
// value={message}
2424
type="text"
25-
value="Method isn't complete yet! 😄"
25+
value="feature isn't complete yet! 😄"
2626
className={ClassNames.noClose}
2727
onChange={(e) => setMessage(e.target.value)}
2828
/>
304 KB
Loading

0 commit comments

Comments
 (0)