-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathharp.json
More file actions
86 lines (85 loc) · 1.62 KB
/
Copy pathharp.json
File metadata and controls
86 lines (85 loc) · 1.62 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"globals": {
"version": "0.1",
"title": "SPACE PROTO",
"name" : "Adrien Revel",
"url": "http://space.io/",
"tags": {
"1" : {
"title": "logement",
"color": "info",
"icon": "icon-building-filled"
},
"2" : {
"title": "aides financières",
"color": "primary",
"icon": "icon-euro"
},
"3" : {
"title": "action sociale",
"color": "success",
"icon": "icon-thumbs-up-alt"
},
"4" : {
"title": "international",
"color": "warning",
"icon": "icon-globe"
},
"5" : {
"title": "orientation / insertion",
"color": "danger",
"icon": "icon-users"
},
"6" : {
"title": "formation",
"color": "primary",
"icon": "icon-graduation-cap"
},
"7" : {
"title": "recherche",
"color": "info",
"icon": "icon-beaker"
},
"8" : {
"title": "job",
"color": "success",
"icon": "icon-suitcase"
},
"9" : {
"title": "santé",
"color": "warning",
"icon": "icon-heartbeat"
},
"10" : {
"title": "associations",
"color": "primary",
"icon": "icon-chat"
},
"11" : {
"title": "culture",
"color": "danger",
"icon": "icon-book"
},
"12" : {
"title": "sport",
"color": "info",
"icon": "icon-soccer-ball"
},
"13" : {
"title": "medias",
"color": "success",
"icon": "icon-newspaper"
},
"14" : {
"title": "transports",
"color": "warning",
"icon": "icon-bus"
},
"15" : {
"title": "bons plans",
"color": "danger",
"icon": "icon-star"
}
}
}
}