Skip to content

Commit 79da460

Browse files
committed
feat: add trades
1 parent c70577d commit 79da460

File tree

16 files changed

+263
-13
lines changed

16 files changed

+263
-13
lines changed

res/sprite/api.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/architecture.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/calendar.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/course.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/iam.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/mobile.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/presentation.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/review.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/server.svg

Lines changed: 1 addition & 0 deletions
Loading

res/sprite/sprite.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"api": {
3+
"width": "24",
4+
"height": "24"
5+
},
6+
"architecture": {
7+
"width": "24",
8+
"height": "24"
9+
},
210
"arrow": {
311
"width": "9.387",
412
"height": "10"
@@ -7,6 +15,10 @@
715
"width": "52.089",
816
"height": "35.334"
917
},
18+
"calendar": {
19+
"width": "24",
20+
"height": "24"
21+
},
1022
"consulting": {
1123
"width": "24",
1224
"height": "24"
@@ -15,6 +27,10 @@
1527
"width": "279.47",
1628
"height": "271.35"
1729
},
30+
"course": {
31+
"width": "24",
32+
"height": "24"
33+
},
1834
"education": {
1935
"width": "24",
2036
"height": "24"
@@ -23,6 +39,10 @@
2339
"width": "66.234",
2440
"height": "64.4"
2541
},
42+
"iam": {
43+
"width": "24",
44+
"height": "24"
45+
},
2646
"illustration": {
2747
"width": "2000",
2848
"height": "668.01"
@@ -91,8 +111,36 @@
91111
"width": "21",
92112
"height": "20"
93113
},
114+
"mobile": {
115+
"width": "24",
116+
"height": "24"
117+
},
118+
"presentation": {
119+
"width": "24",
120+
"height": "24"
121+
},
122+
"review": {
123+
"width": "24",
124+
"height": "24"
125+
},
126+
"server": {
127+
"width": "24",
128+
"height": "24"
129+
},
94130
"software-development": {
95131
"width": "24",
96132
"height": "24"
133+
},
134+
"strategy": {
135+
"width": "24",
136+
"height": "24"
137+
},
138+
"web": {
139+
"width": "24",
140+
"height": "24"
141+
},
142+
"workshop": {
143+
"width": "24",
144+
"height": "24"
97145
}
98146
}

0 commit comments

Comments
 (0)