-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.json
98 lines (98 loc) · 2.67 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"name": "Python",
"icon": "https://img.icons8.com/color/48/000000/python--v1.png"
},
{
"name": "Pandas",
"icon": "https://img.icons8.com/color/48/pandas.png"
},
{
"name": "NumPy",
"icon": "https://img.icons8.com/color/48/numpy.png"
},
{
"name": "OpenCV",
"icon": "https://img.icons8.com/color/48/opencv.png"
},
{
"name": "Streamlit",
"icon": "https://img.icons8.com/ios/50/streamlit.png"
},
{
"name": "PowerBI",
"icon": "https://img.icons8.com/color/48/power-bi.png"
},
{
"name": "SQL",
"icon": "https://img.icons8.com/external-soft-fill-juicy-fish/60/external-sql-coding-and-development-soft-fill-soft-fill-juicy-fish.png"
},
{
"name": "MySQL",
"icon": "https://img.icons8.com/color/48/mysql-logo.png"
},
{
"name": "Java",
"icon": "https://img.icons8.com/color/48/000000/java-coffee-cup-logo--v1.png"
},
{
"name": "C",
"icon": "https://img.icons8.com/color/48/c-programming.png"
},
{
"name": "C++",
"icon": "https://img.icons8.com/color/48/000000/c-plus-plus-logo.png"
},
{
"name": "R",
"icon": "https://img.icons8.com/color/48/r.png"
},
{
"name": "PHP",
"icon": "https://img.icons8.com/ios/50/php.png"
},
{
"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": "Bootstrap",
"icon": "https://img.icons8.com/color/48/000000/bootstrap.png"
},
{
"name": "ReactJS",
"icon": "https://img.icons8.com/external-tal-revivo-color-tal-revivo/48/000000/external-react-a-javascript-library-for-building-user-interfaces-logo-color-tal-revivo.png"
},
{
"name": "ExpressJS",
"icon": "https://img.icons8.com/fluency/48/000000/node-js.png"
},
{
"name": "NodeJS",
"icon": "https://img.icons8.com/color/48/000000/nodejs.png"
},
{
"name": "jQuery",
"icon": "https://img.icons8.com/ios-filled/48/1169ae/jquery.png"
},
{
"name": "Git",
"icon": "https://img.icons8.com/color/48/000000/git.png"
},
{
"name": "GitHub",
"icon": "https://img.icons8.com/glyph-neue/48/ffffff/github.png"
},
{
"name": "Notebook",
"icon": "https://img.icons8.com/fluency/48/jupyter.png"
}
]