-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.json
67 lines (58 loc) · 1.63 KB
/
skills.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"name": "HTML5",
"icon": "https://img.icons8.com/color/48/000000/html-5--v1.png"
},
{
"name": "CSS3",
"icon": "https://img.icons8.com/color/48/000000/css3.png"
},
{
"name": "JavaScript",
"icon": "https://img.icons8.com/color/48/000000/javascript--v1.png"
},
{
"name": "React",
"icon": "https://img.icons8.com/plasticine/48/react.png"
},
{
"name": "Tailwind",
"icon": "https://img.icons8.com/fluency/48/tailwind_css.png"
},
{
"name": "Bootstrap",
"icon": "https://img.icons8.com/fluency/48/bootstrap.png"
},
{
"name": "Node.js",
"icon": "https://img.icons8.com/color/48/nodejs.png"
},
{
"name": "MongoDB",
"icon": "https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/48/external-mongodb-a-cross-platform-document-oriented-database-program-logo-shadow-tal-revivo.png"
},
{
"name": "Php",
"icon": "https://img.icons8.com/officel/55/php-logo.png"
},
{
"name": "MySQL",
"icon": "https://img.icons8.com/color/48/000000/mysql-logo.png"
},
{
"name": "C++",
"icon": "https://img.icons8.com/color/48/c-plus-plus-logo.png"
},
{
"name": "Java",
"icon": "https://img.icons8.com/color/48/000000/java-coffee-cup-logo--v1.png"
},
{
"name": "GitHub",
"icon": "https://img.icons8.com/3d-fluency/48/github.png"
},
{
"name": "Python",
"icon": "https://img.icons8.com/3d-fluency/48/python.png"
}
]