diff --git a/data/events/2015-minneapolis.yml b/data/events/2015-minneapolis.yml index 3f17233d4f5..8adfbc5188c 100644 --- a/data/events/2015-minneapolis.yml +++ b/data/events/2015-minneapolis.yml @@ -5,12 +5,12 @@ friendly: "2015-minneapolis" # Four digit year and the city name in lower-case. status: "past" # Options are "past" or "current". Use "current" for upcoming. # All dates are in unquoted 2015-MM-DD, like this: variable: 2016-01-05 -startdate: 2016-01-01 # The start date of your event. Leave blank if you don't have a venue reserved yet. -enddate: 2016-01-01 # The end date of your event. Leave blank if you don't have a venue reserved yet. +startdate: 2016-07-08 # The start date of your event. Leave blank if you don't have a venue reserved yet. +enddate: 2016-07-09 # The end date of your event. Leave blank if you don't have a venue reserved yet. # Leave CFP dates blank if you don't know yet, or set all three at once. cfp_date_start: 2016-01-01 # start accepting talk proposals. -cfp_date_end: 2016-01-01 # close your call for proposals. -cfp_date_announce: 2016-01-01 # inform proposers of status +cfp_date_end: 2016-03-31 # close your call for proposals. +cfp_date_announce: 2016-05-01 # inform proposers of status # Location # @@ -20,11 +20,9 @@ location: "Minneapolis" # Defaults to city, but you can make it the venue name. nav_elements: # List of pages you want to show up in the navigation of your page. - name: welcome -# - name: program -# - name: propose -# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site -# - name: location -# - name: registration + - name: program + - name: location + - name: registration - name: sponsor - name: contact - name: conduct @@ -32,21 +30,74 @@ nav_elements: # List of pages you want to show up in the navigation of your page # These are the same people you have on the mailing list and Slack channel. team: ["John Doe", "Jane Smith", "Sally Fields"] team_members: # Name is the only required field for team members. - - name: "John Doe" - - name: "Jane Smith" - twitter: "devopsdays" - - name: "Sally Fields" - employer: "Acme Anvil Co." +- name: "Donnie Berkholz" +- name: "Andy Domeier" +- name: "Tom Duffield" +- name: "Bridget Kromhout" +- name: "Joe Laha" +- name: "Heather Mickman" +- name: "Tony Notto" +- name: "Jeff Williams" organizer_email: "organizers-minneapolis-2015@devopsdays.org" # Put your organizer email address here proposal_email: "proposals-minneapolis-2015@devopsdays.org" # Put your proposal email address here # List all of your sponsors here along with what level of sponsorship they have. # Check data/sponsors/ to use sponsors already added by others. sponsors: - - id: samplesponsorname + - id: newrelic level: gold + - id: sps_commerce + level: gold + - id: 2015-jut + level: gold + - id: 2015-puppetlabs + level: gold + - id: elastic + level: gold + - id: pagerduty + level: gold + - id: docker + level: gold + - id: target + level: gold + - id: pivotal + level: gold + - id: sumologic + level: gold + - id: saltstack + level: gold + - id: victorops + level: gold + - id: chef + level: gold + - id: 2015-hp + level: gold + - id: sysdig + level: gold + - id: jut + level: gold + - id: 2015-thoughtworks + level: silver + - id: ansible + level: silver + - id: 10thmagnitude + level: silver + - id: dell + level: silver + - id: 2015-govdelivery + level: silver + - id: scout + level: bronze + - id: buzzfeed + level: bronze + - id: oreilly + level: media + - id: velocity + level: media - id: arresteddevops - level: community + level: media + - id: gitmsp + level: media sponsor_levels: # In this section, list the level of sponsorships and the label to use. - id: gold @@ -55,5 +106,5 @@ sponsor_levels: # In this section, list the level of sponsorships and the label label: Silver - id: bronze label: Bronze - - id: community - label: Community + - id: media + label: Media diff --git a/data/sponsors/2015-govdelivery.yml b/data/sponsors/2015-govdelivery.yml new file mode 100644 index 00000000000..a80d9edaf07 --- /dev/null +++ b/data/sponsors/2015-govdelivery.yml @@ -0,0 +1,2 @@ +name: "GovDelivery" +url: "http://www.govdelivery.com/" diff --git a/data/sponsors/2015-hp.yml b/data/sponsors/2015-hp.yml new file mode 100644 index 00000000000..90d86a593e9 --- /dev/null +++ b/data/sponsors/2015-hp.yml @@ -0,0 +1,2 @@ +name: "HP Software" +url: "http://www.hpsoftware.com/" diff --git a/data/sponsors/buzzfeed.yml b/data/sponsors/buzzfeed.yml new file mode 100644 index 00000000000..2c9211db9be --- /dev/null +++ b/data/sponsors/buzzfeed.yml @@ -0,0 +1,2 @@ +name: "Buzzfeed" +url: "http://www.buzzfeed.com/" diff --git a/data/sponsors/gitmsp.yml b/data/sponsors/gitmsp.yml new file mode 100644 index 00000000000..782b1cb1e67 --- /dev/null +++ b/data/sponsors/gitmsp.yml @@ -0,0 +1,2 @@ +name: "Girls in Tech Minneapolis" +url: "http://gitmsp.org/" diff --git a/data/sponsors/saltstack.yml b/data/sponsors/saltstack.yml new file mode 100644 index 00000000000..6bb0371b567 --- /dev/null +++ b/data/sponsors/saltstack.yml @@ -0,0 +1,2 @@ +name: "SaltStack" +url: "http://saltstack.com/" diff --git a/data/sponsors/scout.yml b/data/sponsors/scout.yml new file mode 100644 index 00000000000..6205a5a396d --- /dev/null +++ b/data/sponsors/scout.yml @@ -0,0 +1,2 @@ +name: "Scout" +url: "https://scoutapp.com/" diff --git a/data/sponsors/sysdig.yml b/data/sponsors/sysdig.yml new file mode 100644 index 00000000000..b64f5b14c2e --- /dev/null +++ b/data/sponsors/sysdig.yml @@ -0,0 +1,2 @@ +name: "Sysdig" +url: "https://sysdig.com/" diff --git a/data/sponsors/velocity.yml b/data/sponsors/velocity.yml new file mode 100644 index 00000000000..0d856ed96a8 --- /dev/null +++ b/data/sponsors/velocity.yml @@ -0,0 +1,2 @@ +name: "Velocity" +url: "http://www.velocityconf.com/" diff --git a/static/img/sponsors/2015-govdelivery.png b/static/img/sponsors/2015-govdelivery.png new file mode 100644 index 00000000000..dcfc49961b1 Binary files /dev/null and b/static/img/sponsors/2015-govdelivery.png differ diff --git a/static/img/sponsors/2015-hp.png b/static/img/sponsors/2015-hp.png new file mode 100644 index 00000000000..23acc1b8d6f Binary files /dev/null and b/static/img/sponsors/2015-hp.png differ diff --git a/static/img/sponsors/buzzfeed.png b/static/img/sponsors/buzzfeed.png new file mode 100644 index 00000000000..6605bfdc456 Binary files /dev/null and b/static/img/sponsors/buzzfeed.png differ diff --git a/static/img/sponsors/gitmsp.png b/static/img/sponsors/gitmsp.png new file mode 100644 index 00000000000..b991e25416c Binary files /dev/null and b/static/img/sponsors/gitmsp.png differ diff --git a/static/img/sponsors/saltstack.png b/static/img/sponsors/saltstack.png new file mode 100644 index 00000000000..5b0d48b7456 Binary files /dev/null and b/static/img/sponsors/saltstack.png differ diff --git a/static/img/sponsors/scout.png b/static/img/sponsors/scout.png new file mode 100644 index 00000000000..55053deabbf Binary files /dev/null and b/static/img/sponsors/scout.png differ diff --git a/static/img/sponsors/sysdig.png b/static/img/sponsors/sysdig.png new file mode 100644 index 00000000000..de3b228caf0 Binary files /dev/null and b/static/img/sponsors/sysdig.png differ diff --git a/static/img/sponsors/velocity.png b/static/img/sponsors/velocity.png new file mode 100644 index 00000000000..145198e5ffd Binary files /dev/null and b/static/img/sponsors/velocity.png differ