Skip to content

Commit 7f0cdbc

Browse files
committed
update: add info sponsor PSF
1 parent 332a6ec commit 7f0cdbc

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

src/data/sponsors.js

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ const organizers = [
5959
const sponsors = [
6060
{
6161
_id: 5,
62+
name: "Python Software Foundation",
63+
url: "https://www.python.org/psf-landing/",
64+
logo: {
65+
asset: {
66+
url: "/images/sponsors/psf_logo.webp"
67+
}
68+
},
69+
type: "sponsor",
70+
cities: ["santiago", "valparaiso", "copiapo"]
71+
},
72+
{
73+
_id: 6,
6274
name: "UTFSM",
6375
url: "https://usm.cl",
6476
logo: {
@@ -70,7 +82,7 @@ const sponsors = [
7082
cities: ["valparaiso"]
7183
},
7284
{
73-
_id: 6,
85+
_id: 7,
7486
name: "AC3E",
7587
url: "https://ac3e.usm.cl/language/es/",
7688
logo: {
@@ -82,7 +94,7 @@ const sponsors = [
8294
cities: ["valparaiso"]
8395
},
8496
{
85-
_id: 7,
97+
_id: 8,
8698
name: "CCTVAL",
8799
url: "https://cctval.cl/",
88100
logo: {
@@ -98,7 +110,7 @@ const sponsors = [
98110
// COMUNIDADES AMIGAS
99111
const communities = [
100112
{
101-
_id: 8,
113+
_id: 9,
102114
name: "Pyladies Chile",
103115
url: "https://pyladies.cl/",
104116
logo: {
@@ -110,7 +122,7 @@ const communities = [
110122
cities: ["santiago"]
111123
},
112124
{
113-
_id: 9,
125+
_id: 10,
114126
name: "Niñas PRO",
115127
url: "https://www.ninaspro.cl",
116128
logo: {
@@ -122,7 +134,7 @@ const communities = [
122134
cities: ["santiago"]
123135
},
124136
{
125-
_id: 10,
137+
_id: 11,
126138
name: "Latinas in cloud",
127139
url: "https://www.instagram.com/latinasincloud/",
128140
logo: {

0 commit comments

Comments
 (0)