-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.json
More file actions
66 lines (66 loc) · 1.73 KB
/
skills.json
File metadata and controls
66 lines (66 loc) · 1.73 KB
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
[
{
"name": "Flutter",
"icon": "https://img.icons8.com/fluent/48/000000/flutter.png"
},
{
"name": "Dart",
"icon": "https://img.icons8.com/color/48/000000/dart.png"
},
{
"name": "Firebase",
"icon": "https://img.icons8.com/color/48/000000/firebase.png"
},
{
"name": "Android",
"icon": "https://img.icons8.com/fluency/48/000000/android-os.png"
},
{
"name": "MaterialUI",
"icon": "https://img.icons8.com/color/48/000000/material-ui.png"
},
{
"name": "HTML5",
"icon": "https://img.icons8.com/color/48/000000/html-5--v1.png"
},
{
"name": "CSS",
"icon": "https://img.icons8.com/color/48/000000/css3.png"
},
{
"name": "JavaScript",
"icon": "https://img.icons8.com/color/48/000000/javascript--v1.png"
},
{
"name": "Java",
"icon": "https://img.icons8.com/color/48/000000/java-coffee-cup-logo--v1.png"
},
{
"name": "Kotlin",
"icon": "https://img.icons8.com/color/48/000000/kotlin.png"
},
{
"name": "PHP",
"icon": "https://img.icons8.com/offices/48/000000/php-logo.png"
},
{
"name": "Python",
"icon": "https://img.icons8.com/color/48/000000/python--v1.png"
},
{
"name": "MySQL",
"icon": "https://img.icons8.com/color/48/000000/mysql-logo.png"
},
{
"name": "jQuery",
"icon": "https://img.icons8.com/ios-filled/48/1169ae/jquery.png"
},
{
"name": "Git VCS",
"icon": "https://img.icons8.com/color/48/000000/git.png"
},
{
"name": "GitHub",
"icon": "https://img.icons8.com/glyph-neue/48/ffffff/github.png"
}
]