-
Notifications
You must be signed in to change notification settings - Fork 0
/
charity.json
107 lines (106 loc) · 2.8 KB
/
charity.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
99
100
101
102
103
104
105
106
107
{
"NM": {
"name": "DCH HK - Nové Město nad Metují",
"color": "red"
},
"DKA": {
"name": "Farní charita Dobruška",
"color": "yellow",
"web": "https://dobruska.charita.cz/"
},
"DU": {
"name": "Farní charita Dolní Újezd",
"color": "red",
"web": "https://dolniujezd.charita.cz/"
},
"DKNL": {
"name": "Oblastní charita Dvůr Králové",
"color": "green",
"web": "https://dk.charita.cz/"
},
"CHR": {
"name": "Oblastní charita Chrudim",
"color": "blue",
"web": "https://chrudim.charita.cz/"
},
"LIT": {
"name": "Farní charita Litomyšl",
"color": "yellow",
"web": "https://litomysl.charita.cz/"
},
"NA": {
"name": "Oblastní charita Náchod",
"color": "green",
"web": "https://nachod.charita.cz/"
},
"RK": {
"name": "Oblastní charita Rychnov nad Kněžnou",
"color": "green",
"web": "https://rychnov.charita.cz/"
},
"STUD": {
"name": "Farní charita Studenec u Horek",
"color": "blue",
"web": "https://studenec.charita.cz/"
},
"PREL": {
"name": "Charita Přelouč",
"color": "yellow",
"web": "https://prelouc.charita.cz/"
},
"CK": {
"name": "Oblastní charita Červený Kostelec",
"color": "red",
"web": "https://www.ochck.cz/"
},
"HB": {
"name": "Oblastní charita Havlíčkův Brod",
"color": "red",
"web": "https://hb.charita.cz/"
},
"HK": {
"name": "Oblastní charita Hradec Králové",
"color": "blue",
"web": "https://www.charitahk.cz/"
},
"JI": {
"name": "Oblastní charita Jičín",
"color": "yellow",
"web": "https://jicin.charita.cz/"
},
"JIL": {
"name": "Charita Jilemnice",
"color": "red",
"web": "https://jilemnice.charita.cz/"
},
"KH": {
"name": "Oblastní charita Kutná Hora",
"color": "green",
"web": "https://kh.charita.cz/"
},
"NH": {
"name": "Oblastní charita Nové Hrady u Skutče",
"color": "green",
"web": "https://novehrady.charita.cz/"
},
"PCE": {
"name": "Oblastní charita Pardubice",
"color": "red",
"web": "https://pardubice.charita.cz/"
},
"POL": {
"name": "Oblastní charita Polička",
"color": "blue",
"web": "https://policka.charita.cz/"
},
"TRUT": {
"name": "Oblastní charita Trutnov",
"color": "blue",
"web": "https://trutnov.charita.cz/"
},
"UO": {
"name": "Oblastní charita Ústí nad Orlicí",
"color": "blue",
"web": "https://uo.charita.cz/"
}
}