Skip to content

Commit 1b142eb

Browse files
committed
[CPS-2024] Add organizer and move organizer photos from static to assets
1 parent 8139053 commit 1b142eb

File tree

9 files changed

+15
-10
lines changed

9 files changed

+15
-10
lines changed
620 KB
Loading

data/events/2024/campinas/main.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ location: "Unisal - Campus São José" # Defaults to city, but you can make it t
3434
location_address: "Av. Almeida Garret, 267 - Jd. Nossa Senhora Auxiliadora, Campinas - SP" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
3535

3636
nav_elements: # List of pages you want to show up in the navigation of your page.
37-
# - name: propose
38-
# - name: registration
39-
# - name: program
40-
# - name: speakers
37+
# - name: propose
38+
# - name: registration
39+
# - name: program
40+
# - name: speakers
4141

4242
- name: local
4343
icon: "map-marker"
@@ -50,7 +50,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
5050
- name: patrocínio
5151
icon: "money"
5252
url: /events/2024-campinas/sponsor
53-
53+
5454
- name: Chamadas (C4P)
5555
icon: "paper-plane-o"
5656
url: https://www.papercall.io/devopsdays-campinas
@@ -66,7 +66,6 @@ nav_elements: # List of pages you want to show up in the navigation of your page
6666
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
6767
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
6868

69-
7069
# These are the same people you have on the mailing list and Slack channel.
7170
team_members: # Name is the only required field for team members.
7271
- name: "Daniele Pishinin"
@@ -124,8 +123,14 @@ team_members: # Name is the only required field for team members.
124123
github: "https://github.com/rennerocha"
125124
linkedin: "https://www.linkedin.com/in/rennerocha/"
126125
website: "https://rennerocha.com/"
127-
128-
126+
- name: "Erik Henrique"
127+
role: "Full-Stack Developer"
128+
twitter: "theer1k"
129+
bio: "Desenvolvedor Full-Stack, formado pela UNISAL com expertise em tecnologias web e desenvolvimento de interface usuário, cursando especialização em GoLang pela FullCycle se aprofundando em arquitetura e soluções na nuvem. Atualmente trabalha como frontend na Canon Medical Systems Brasil."
130+
image: "erik.jpg"
131+
github: "https://github.com/theer1k"
132+
linkedin: "https://www.linkedin.com/in/erikhenriquealvescunha/"
133+
website: "https://www.indianboy.com.br/"
129134

130135
organizer_email: "[email protected]" # Put your organizer email address here
131136

@@ -140,7 +145,7 @@ sponsors:
140145
- id: lhc
141146
level: community
142147

143-
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
148+
sponsors_accepted: "yes" # Whether you want "Become a XXX Sponsor!" link
144149

145150
# In this section, list the level of sponsorships and the label to use.
146151
# You may optionally include a "max" attribute to limit the number of sponsors per level. For
@@ -151,7 +156,7 @@ sponsor_levels:
151156
label: Platinum
152157
- id: gold
153158
label: Gold
154-
# max: 10
159+
# max: 10
155160
- id: silver
156161
label: Silver
157162
max: 0 # This is the same as omitting the max limit.

0 commit comments

Comments
 (0)