Skip to content

Commit 247a6f0

Browse files
authored
[LIMA-2025 ]add new organizer and enable propose (#15159)
* add new organizer and enable propose * fix cfp_date_announce
1 parent 2cafa54 commit 247a6f0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
50.6 KB
Loading

data/events/2025/lima/main.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ startdate: "2025-08-21T00:10:00+05:00" # The start date of your event. Leave bla
1515
enddate: "2025-08-21T00:18:00+05:00" # The end date of your event. Leave blank if you don't have a venue reserved yet.
1616

1717
# Leave CFP dates blank if you don't know yet, or set all three at once.
18-
cfp_date_start: # start accepting talk proposals.
19-
cfp_date_end: # close your call for proposals.
20-
cfp_date_announce: # inform proposers of status
18+
cfp_date_start: 2025-03-28T08:00:00-03:00
19+
cfp_date_end: 2025-06-28T08:00:00-03:00
20+
cfp_date_announce: 2025-07-05T08:00:00-03:00
2121

22-
cfp_link: "" #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://talks.devopsdays.org/devopsdays-lima-2025/cfp" #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: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
2525
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
@@ -36,7 +36,7 @@ location: "Lima" # Defaults to city, but you can make it the venue name.
3636
location_address: "Jr. Alonso de Molina 1652, Santiago de Surco 15023" #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!
3737

3838
nav_elements: # List of pages you want to show up in the navigation of your page.
39-
# - name: propose
39+
- name: propose
4040
- name: location
4141
# - name: registration
4242
# - name: program
@@ -90,6 +90,12 @@ team_members: # Name is the only required field for team members.
9090
linkedin: "https://www.linkedin.com/in/gino-leon-0217a23b/"
9191
bio: "Agile Chapter Lead"
9292
image: "gino-leon.jpg"
93+
- name: "Jhonnatan Correa Maguiña"
94+
bio: "Application Cybersecurity Specialist"
95+
employer: "SOAINT"
96+
linkedin: "https://www.linkedin.com/in/jhonnatancorrea/"
97+
image: "jhonnatan-correa.jpeg"
98+
github: "https://github.com/jhoncorrea"
9399

94100
organizer_email: "[email protected]" # Put your organizer email address here
95101

0 commit comments

Comments
 (0)