Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating yaml elements for Toronto. #258

Merged
merged 1 commit into from
May 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions data/events/2016-toronto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,29 @@ cfp_date_end: 2016-02-23
cfp_date_announce: 2016-02-29
coordinates: "43.7000, -79.4000" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "Glenn Gould Studio" # The name of your location
navigationelements: ["welcome", "contact", "location", "program", "propose", "register", "conduct", "sponsor"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet.
team: ["Steve Pereira", "Dave Cliffe", "Bruce Martins", "Erik Levinson", "Martin Cleaver", "Chris Little", "Fawzy Manaa", "Philippe Tremblay", "Abeer Rahman", "Peter Meth"]

nav_elements: # List of pages you want to show up in the navigation of your page.
- name: welcome
- name: propose
- name: program
- name: location
- name: register
- name: sponsor
- name: contact
- name: conduct

# These are the same people you have on the mailing list and Slack channel.
team_members: # Name is the only required field for team members.
- name: "Steve Pereira"
- name: "Dave Cliffe"
- name: "Bruce Martins"
- name: "Erik Levinson"
- name: "Martin Cleaver"
- name: "Chris Little"
- name: "Fawzy Manaa"
- name: "Philippe Tremblay"
- name: "Abeer Rahman"
- name: "Peter Meth"
organizer_email: "organizers-toronto-2016@devopsdays.org" # Put your organizer email address here
proposal_email: "proposals-toronto-2016@devopsdays.org" # Put your proposal email address here
sponsors: # List all of your sponsors here along with what level of sponsorship they have.
Expand Down