File tree Expand file tree Collapse file tree 11 files changed +177
-167
lines changed Expand file tree Collapse file tree 11 files changed +177
-167
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 49
49
grid-area : 3 / 1 / 3 / 1 ;
50
50
}
51
51
}
52
+
53
+ .app_center-explore_more {
54
+ margin : auto ;
55
+ display : flex ;
56
+ align-items : center ;
57
+ justify-content : center ;
58
+ flex-direction : column ;
59
+ }
52
60
}
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 @@ -25,10 +25,9 @@ function Skill(props) {
25
25
< div className = 'portfolio-skill' >
26
26
< div className = "label-rotate" > Skills</ div >
27
27
< SkillItem id = { osElementId } label = { SkillsData . os . name } skills = { SkillsData . os . items } />
28
- < SkillItem id = { databaseElementId } label = { SkillsData . database . name } skills = { SkillsData . database . items } />
29
- < SkillItem id = { webElementId } label = { SkillsData . web . name } skills = { SkillsData . web . items } />
28
+ < SkillItem id = { databaseElementId } label = { SkillsData . web . name } skills = { SkillsData . web . items } />
30
29
< SkillItem id = { devopsElementId } label = { SkillsData . devops . name } skills = { SkillsData . devops . items } />
31
- < SkillItem id = { toolElementId } label = { SkillsData . tools . name } skills = { SkillsData . tools . items } />
30
+ < SkillItem id = { webElementId } label = { SkillsData . python . name } skills = { SkillsData . python . items } />
32
31
< SkillItem id = { otherElementId } label = { SkillsData . others . name } skills = { SkillsData . others . items } />
33
32
</ div >
34
33
)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ function HeaderCv() {
6
6
< div id = 'header-cv' >
7
7
< div className = "header-cv__left" >
8
8
< div className = "header-cv__left__name" > DOAN VAN QUYET</ div >
9
- < div className = "header-cv__left__title" > PYTHON DEVELOPER</ div >
10
- --- DevOps --- Web Development
9
+ < div className = "header-cv__left__title" > SOFTWARE DEVELOPER</ div >
10
+ --- Python / DevOps --- Web Development
11
11
{ /* <div className="header-cv__left__jobs">DevOps in Web Development</div> */ }
12
12
</ div >
13
13
< div className = "header-cv__right" >
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import LabelLineDecor from '../components/LabelLineDecor/LabelLineDecor'
3
3
import { CvIntro ,
4
- CvProsCons ,
5
4
CvSkill ,
6
5
CvEdu ,
7
6
CvCert } from '../../../../../../data' ;
@@ -17,16 +16,16 @@ function PersonalOverviewCv() {
17
16
< p key = { i } > { x } </ p >
18
17
) }
19
18
</ div >
20
- < div className = "personal-overview-cv__proscons" >
19
+ { /* <div className="personal-overview-cv__proscons">
21
20
<LabelLineDecor name="Pros & Cons" />
22
21
<p>{CvProsCons.pros}</p>
23
22
<p>{CvProsCons.cons.map(x => (<>
24
23
{x} <br/>
25
24
</>))}</p>
26
- </ div >
25
+ </div> */ }
27
26
< div className = "personal-overview-cv__skill" >
28
27
< LabelLineDecor name = "Skills" />
29
- < p > < b > Main skills : </ b > { CvSkill . main . join ( ", " ) } </ p >
28
+ < p > < b > Main: </ b > { CvSkill . main . join ( ", " ) } </ p >
30
29
< p > < b > Others: </ b > { CvSkill . others . join ( ", " ) } </ p >
31
30
</ div >
32
31
< div className = "personal-overview-cv__edu" >
Original file line number Diff line number Diff line change 1
1
.explore-more {
2
+ position : relative ;
2
3
color : green ;
3
4
display : flex ;
4
5
justify-content : center ;
7
8
}
8
9
9
10
.weekly-progress {
10
- position : absolute ;
11
+ position : relative ;
11
12
color : green ;
12
13
display : flex ;
13
14
flex-direction : column ;
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