Skip to content

Commit 823c10c

Browse files
authored
Merge pull request #20 from thalisonwilker/feat/new-organizer
Update Event Location and add new sponsors 🎉
2 parents db35cce + 6bd7426 commit 823c10c

5 files changed

Lines changed: 56 additions & 22 deletions

File tree

assets/sponsors/a/acai-valley.png

30.5 KB
Loading
File renamed without changes.

data/events/2025/belem/main.yml

Lines changed: 53 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,38 @@ cfp_date_end: 2025-04-06T23:59:59-03:00 # close your call for proposals.
1919
cfp_date_announce: 2025-04-21T23:59:59-03:00 # inform proposers of status
2020

2121
cfp_open: "true"
22-
cfp_link: "https://www.papercall.io/devopsdaysbelem2025" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
22+
cfp_link: "https://www.papercall.io/devopsdays-belem-2025" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2323

2424
registration_date_start: 2025-02-21T00:00:00-03:00 # start accepting registration. Leave blank if registration is not open yet
2525
registration_date_end: 2025-06-07T23:59:59-03:00 # close registration. Leave blank if registration is not open yet.
2626

2727
registration_closed: "true" #set this to true if you need to manually close registration before your registration end date
28-
registration_link: "/events/2025-belem/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
28+
registration_link: "https://www.sympla.com.br/evento/devopsdays-belem-2025/2818140" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
2929

3030
# Location
31-
# coordinates: "-1.4380065672307099, -48.4784484" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
32-
location: "A ser definido" # Defaults to city, but you can make it the venue name.
33-
# location_address: "Av. Alcindo Cacela, 287 - Umarizal, Belém - PA, 66060-902" #Optional - use the street address of your venue. This will show up on the welcome page if set.
31+
coordinates: "40.741895, -73.989308" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
32+
location: "Shopping Pátio Belém - Espaço G4 (4° Andar)" # Defaults to city, but you can make it the venue name.
33+
location_address: "Tv. Padre Eutíquio, 1078 - Batista Campos, Belém - PA, 66023-710" #Optional - use the street address of your venue. This will show up on the welcome page if set.
3434

3535
nav_elements: # List of pages you want to show up in the navigation of your page.
36+
- name: Site
37+
url: https://tasafo.github.io/belemdevopsdays/
3638
- name: Local
3739
url: /events/2025-belem/local
3840
- name: Inscreva-se
3941
url: https://www.sympla.com.br/evento/devopsdays-belem-2025/2818140
4042
- name: Programação
41-
url: /events/2025-belem/programa
43+
url: https://tasafo.github.io/belemdevopsdays/programacao
4244
- name: Site
4345
url: https://tasafo.github.io/belemdevopsdays/
44-
# - name: Palestrantes
45-
# url: /events/2025-belem/speakers
46+
- name: Palestrantes
47+
url: https://tasafo.github.io/belemdevopsdays/palestrantes
4648
- name: Patrocínio
47-
url: /events/2025-belem/sponsor
49+
url: https://tasafo.github.io/belemdevopsdays/patrocinio
4850
- name: Código de Conduta
49-
url: /events/2025-belem/conduta-pt-br
51+
url: https://tasafo.github.io/belemdevopsdays/codigo-de-conduta
5052
- name: Contato
51-
url: /events/2025-belem/contato
53+
url: https://tasafo.github.io/belemdevopsdays/contato
5254

5355
# These are the same people you have on the mailing list and Slack channel.
5456
team_members: # Name is the only required field for team members.
@@ -109,30 +111,60 @@ sponsors:
109111
# level: gold
110112
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
111113

114+
# Comunidade
112115
- id: tasafo
113116
level: community
114-
- id: idopterlabs
115-
level: diamante
116-
- id: vibe
117-
level: diamante
118117
- id: devsnorte
119118
level: community
120-
- id: kubecareers
121-
level: support
122-
- id: kubeevents
123-
level: support
124119
- id: elas-na-tec-bel-2025
125120
level: community
126-
- id: cloudx-bel-2025
127-
level: silver
128121
- id: paratic
129122
level: community
130123
- id: acai-valley
131124
level: community
132125
- id: para-livre
133126
level: community
127+
- id: beljogos
128+
level: community
129+
- id: sucesu
130+
level: community
131+
- id: aws-user-group-belem
132+
level: community
133+
- id: beljogos
134+
level: community
135+
136+
# Diamante
137+
- id: idopterlabs
138+
level: diamante
139+
- id: vibe
140+
level: diamante
141+
- id: techlead
142+
level: diamante
143+
144+
# Platina
145+
146+
# Ouro
134147
- id: easygestor
135148
level: gold
149+
- id: interceleri
150+
level: gold
151+
152+
# Prata
153+
- id: cloudx-bel-2025
154+
level: silver
155+
156+
# Bronze
157+
158+
# Safo
159+
160+
# Apoio
161+
- id: aws
162+
level: support
163+
- id: kubecareers
164+
level: support
165+
- id: kubeevents
166+
level: support
167+
136168

137169
sponsors_accepted: "yes" # Whether you want "Become a XXX Sponsor!" link
138170

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "AWS User Group Belém"
2+
url: "https://www.linkedin.com/company/awsbelem"

data/sponsors/interceleri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: "Interceleri"
1+
name: "Inteceleri Tecnologia para Educação - EduTech"
22
url: "https://www.inteceleri.com.br/"

0 commit comments

Comments
 (0)