-
Notifications
You must be signed in to change notification settings - Fork 0
/
companies.js
72 lines (71 loc) · 1.67 KB
/
companies.js
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
define([],function(){
var companies = [
{
tag: "directness",
name: "Directness",
urls: [
{status: false, link: "http://www.directness.com", title: "Directeness website"},
{status: true, link: "http://www.customergauge.com", title: "customergauge.com"}
],
address: "",
about: "",
comments: ""
},
{
tag: "improntedigitali",
name: "Impronte Digitali",
urls: [
{status: true, link: "http://www.improntedigitalionline.com", title: "Impronte Digitali"}
],
about: "",
comments: ""
},
{
tag: "cie",
name: "Centro Italiano di Ergonomia",
urls: [
{status: true, link: "http://www.centro-ergonomia.it/", title: "Centro Italiano di Ergonomia"}
],
about: "",
comments: ""
},
{
tag: "cie",
name: "Centro Italiano di Ergonomia",
urls: [
{status: true, link: "http://www.centro-ergonomia.it/", title: "Centro Italiano di Ergonomia"}
],
about: "",
comments: ""
},
{
tag: "archita",
name: "Archita",
urls: [
{status: false, link: "http://www.awtp.it/", title: "Archita - wide thinking people"}
],
about: "",
comments: ""
},
{
tag: "leopolda",
name: "Stazione Leopolda Pisa",
urls: [
{status: true, link: "http://www.leopolda.it/", title: "The organization"},
{status: true, link: "http://www.leopolda.it/artisti.php", title: "TemporaneArte link"}
],
about: "",
comments: ""
},
{
tag: "teatrolux",
name: "Cinema Teatro Lux",
urls: [
{status: true, link: "http://www.cinemateatrolux.it/", title: "The organization"}
],
about: "",
comments: ""
}
];
return companies;
});