-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.js
80 lines (80 loc) · 1.58 KB
/
sponsors.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
73
74
75
76
77
78
79
80
module.exports = [
{
name: "Diamond",
items: [
{
name: "Universidad CEU San Pablo",
href: "http://www.uspceu.com/",
},
],
},
{
name: "Gold",
items: [
{
name: "Autentia",
href: "https://www.autentia.com/",
svg: "true",
},
{
name: "Openbank",
href: "https://www.openbank.es/ofertas-empleo-it",
},
],
},
{
name: "Silver",
items: [
{
name: "bbva-it",
href: "https://www.bbvaitspain.com/",
},
{
name: "Paradigma Digital",
href: "https://www.paradigmadigital.com/",
},
{
name: "profile",
href: "https://profile.es/",
},
{
name: "Sngular",
href: "https://www.sngular.com/careers/all/all/?utm_source=Web+commitconf&utm_medium=Link+Logo&utm_campaign=Commitconf+2023&utm_id=002341245",
},
{
name: "Twenix",
href: "https://twenix.com/",
},
],
},
{
name: "Supporter",
items: [
{
name: "rsi",
href: "https://www.ruralserviciosinformaticos.com/",
},
{
name: "Next Digital",
href: "https://www.nextdigital.es/",
svg: "true",
},
{
name: "adidas",
href: "https://www.adidas.es/",
},
{
name: "Joor",
href: "https://www.joor.com/",
},
{
name: "Globant",
href: "https://www.globant.com/es",
},
{
name: "Apiumhub",
href: "https://apiumhub.com/",
},
],
},
];