diff --git a/README.md b/README.md index 395061b02b6..c1bcd6a0464 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Once you have created a logo graphic, you will want to add it to the following d ## Adding sponsors -Sponsors each need a file in the data directory, as such: `data/sponsors/2016-chef.yml`. Please make sure to use the year for the sponsor (just so that the old events don't end up with newer sponsor logos, etc - but don't make one just for your city). If there is an existing sponsor and you can use it, you do not need to create the data file (or the image). If your information is different, please create a new file, such as `data/sponsors/2016-chefchicago.yml`. (Note: there is an experimental feature for an "override" of the sponsor data; more on this feature as it is developed) +Sponsors each need a file in the data directory, as such: `data/sponsors/chef.yml`. Please make sure to use the year for the sponsor (just so that the old events don't end up with newer sponsor logos, etc - but don't make one just for your city). If there is an existing sponsor and you can use it, you do not need to create the data file (or the image). If your information is different, please create a new file, such as `data/sponsors/chefchicago.yml`. (Note: there is an experimental feature for an "override" of the sponsor data; more on this feature as it is developed) Put the images for your sponsors in the `/static/img/sponsors` directory. They need to be PNG files and named exactly after the name of the sponsor in your event file (and the corresponding sponsor data file), i.e., `/static/img/sponsors/chef.png`. diff --git a/data/events/2015-ohio.yml b/data/events/2015-ohio.yml index eee3528059e..8681a225cc0 100644 --- a/data/events/2015-ohio.yml +++ b/data/events/2015-ohio.yml @@ -55,7 +55,7 @@ sponsors: level: gold - id: 2015-scrumorg level: gold - - id: 2016-chef + - id: chef level: gold - id: 2016-newrelic level: gold diff --git a/data/events/2016-amsterdam.yml b/data/events/2016-amsterdam.yml index 1ecd37f466f..b38bcd1f190 100644 --- a/data/events/2016-amsterdam.yml +++ b/data/events/2016-amsterdam.yml @@ -25,7 +25,7 @@ proposal_email: "organizers-amsterdam-2016@devopsdays.org" # Put your proposal e # Sponsors 2016-sendachi sponsors: # gold - - id: 2016-chef + - id: chef level: gold - id: github level: gold @@ -54,7 +54,7 @@ sponsors: - id: beslist level: bronze # BBQ - - id: 2016-chef + - id: chef level: bbq # Beer - id: redhat diff --git a/data/events/2016-denver.yml b/data/events/2016-denver.yml index 7e80ca8a600..3e7630fbc77 100644 --- a/data/events/2016-denver.yml +++ b/data/events/2016-denver.yml @@ -36,7 +36,7 @@ sponsors: # List all of your sponsors here along with what level of sponsorship level: gold - id: emc level: gold - - id: chef + - id: chef-io level: gold - id: pagerduty level: gold diff --git a/data/events/2016-kiel.yml b/data/events/2016-kiel.yml index 5537640b9a6..551ca3ebb81 100644 --- a/data/events/2016-kiel.yml +++ b/data/events/2016-kiel.yml @@ -31,7 +31,7 @@ proposal_email: "proposals-kiel-2016@devopsdays.org" sponsors: - id: serverdensity level: gold - - id: chef + - id: chef-io level: gold - id: nuagenetworks level: gold diff --git a/data/events/2016-london.yml b/data/events/2016-london.yml index 94cfaf3eae9..355d43ed5da 100644 --- a/data/events/2016-london.yml +++ b/data/events/2016-london.yml @@ -44,7 +44,7 @@ sponsors: # List all of your sponsors here along with what level of sponsorship level: platinum - id: oracle level: gold - - id: chef + - id: chef-io level: gold - id: microsoft level: gold diff --git a/data/events/2016-losangeles-1day.yml b/data/events/2016-losangeles-1day.yml index 7be443e51be..897a407c652 100644 --- a/data/events/2016-losangeles-1day.yml +++ b/data/events/2016-losangeles-1day.yml @@ -48,7 +48,7 @@ proposal_email: "devopsdayla-planning@googlegroups.com" # Put your proposal emai sponsors: - id: 2016-carsdotcom level: break - - id: 2016-chef + - id: chef level: break - id: 2016-cisco level: break diff --git a/data/events/2016-portland.yml b/data/events/2016-portland.yml index 45395d9749d..5a36eb15b1d 100644 --- a/data/events/2016-portland.yml +++ b/data/events/2016-portland.yml @@ -52,7 +52,7 @@ sponsors: # List all of your sponsors here along with what level of sponsorship level: gold - id: elastic level: gold - - id: chef + - id: chef-io level: gold - id: ca_tech level: gold diff --git a/data/events/2016-vancouver.yml b/data/events/2016-vancouver.yml index 9dfd6c09513..47c958cc14d 100644 --- a/data/events/2016-vancouver.yml +++ b/data/events/2016-vancouver.yml @@ -34,7 +34,7 @@ proposal_email: "proposals-vancouver-2016@devopsdays.org" # Put your proposal em sponsors: # List all of your sponsors here along with what level of sponsorship they have. - id: 2016-appneta level: gold - - id: 2016-chef + - id: chef level: gold - id: 2016-demonware level: gold diff --git a/data/sponsors/chef-2016.yml b/data/sponsors/chef-2016.yml deleted file mode 100644 index e8b5e5b2930..00000000000 --- a/data/sponsors/chef-2016.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: "Chef Software, Inc" -url: "http://chef.io" diff --git a/data/sponsors/2016-chef.yml b/data/sponsors/chef-io.yml similarity index 100% rename from data/sponsors/2016-chef.yml rename to data/sponsors/chef-io.yml diff --git a/static/img/sponsors/2016-chef.png b/static/img/sponsors/2016-chef.png deleted file mode 100644 index 722cbb1d261..00000000000 Binary files a/static/img/sponsors/2016-chef.png and /dev/null differ diff --git a/static/img/sponsors/chef-2016.png b/static/img/sponsors/chef-2016.png deleted file mode 100644 index 722cbb1d261..00000000000 Binary files a/static/img/sponsors/chef-2016.png and /dev/null differ diff --git a/static/img/sponsors/chef-io.png b/static/img/sponsors/chef-io.png new file mode 100644 index 00000000000..424bd57a653 Binary files /dev/null and b/static/img/sponsors/chef-io.png differ