File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ import figmaLogo from '../assets/images/icons/figma.svg';
4
4
import gitLogo from '../assets/images/icons/git.svg' ;
5
5
import htmlLogo from '../assets/images/icons/html.svg' ;
6
6
import javascriptLogo from '../assets/images/icons/javascript.svg' ;
7
+ import mysqlLogo from '../assets/images/icons/mysql.svg' ;
7
8
import nextjsLogo from '../assets/images/icons/nextjs.svg' ;
8
9
import photoshopLogo from '../assets/images/icons/photoshop.svg' ;
10
+ import phpLogo from '../assets/images/icons/php.svg' ;
9
11
import reactLogo from '../assets/images/icons/react.svg' ;
10
12
import reduxLogo from '../assets/images/icons/redux.svg' ;
11
13
import sassLogo from '../assets/images/icons/sass.svg' ;
@@ -21,6 +23,12 @@ type PropsType = {
21
23
22
24
const SKILLS = {
23
25
languages : < PropsType [ ] > [
26
+ {
27
+ id : 1 ,
28
+ name : 'PHP' ,
29
+ icon : phpLogo ,
30
+ color : '#61DBFB' ,
31
+ } ,
24
32
{
25
33
id : 1 ,
26
34
name : 'React' ,
@@ -39,6 +47,12 @@ const SKILLS = {
39
47
icon : nextjsLogo ,
40
48
color : '#61DBFB' ,
41
49
} ,
50
+ {
51
+ id : 3 ,
52
+ name : 'MySQL' ,
53
+ icon : mysqlLogo ,
54
+ color : '#61DBFB' ,
55
+ } ,
42
56
{
43
57
id : 4 ,
44
58
name : 'Javascript' ,
You can’t perform that action at this time.
0 commit comments