-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.json
42 lines (42 loc) · 1.1 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
[
{
"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": "NodeJS",
"icon": "https://img.icons8.com/fluency/48/node-js.png"
},
{
"name": "C++",
"icon": "https://img.icons8.com/fluency/48/c-plus-plus-logo.png"
},
{
"name": "Heroku",
"icon": "https://img.icons8.com/color/48/000000/heroku.png"
},
{
"name": "Git VCS",
"icon": "https://img.icons8.com/color/48/000000/git.png"
},
{
"name": "GitHub",
"icon": "https://img.icons8.com/glyph-neue/48/000000/github.png"
},
{
"name": "npm",
"icon": "https://img.icons8.com/color/48/npm.png"
},
{
"name": "VS Code",
"icon": "https://img.icons8.com/color/48/visual-studio-code-2019.png"
}
]