From 802866c6fd0cabe18314b52af6c23b785d3bc01c Mon Sep 17 00:00:00 2001 From: Frederic Deniger Date: Mon, 27 Apr 2026 13:59:10 +0200 Subject: [PATCH 1/3] GE2026 add new sponsor level host --- data/events/2026/geneva/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/events/2026/geneva/main.yml b/data/events/2026/geneva/main.yml index 5f9c0933245..542a7633900 100644 --- a/data/events/2026/geneva/main.yml +++ b/data/events/2026/geneva/main.yml @@ -17,9 +17,9 @@ startdate: 2026-05-21T08:00:00+01:00 # The start date of your event. Leave blank enddate: 2026-05-22T17:00:00+01:00 # 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: 2025-10-31T23:59:00+01:00 -cfp_date_end: 2026-02-06T23:59:00+01:00 -cfp_date_announce: 2026-02-16T23:59:00+01:00 +cfp_date_start: 2025-10-31T23:59:00+01:00 +cfp_date_end: 2026-02-06T23:59:00+01:00 +cfp_date_announce: 2026-02-16T23:59:00+01:00 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. @@ -37,7 +37,7 @@ location: "Geneva" # Defaults to city, but you can make it the venue name. location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #Optional - use the street address of your venue. This will show up on the welcome page if set. nav_elements: # List of pages you want to show up in the navigation of your page. -# - name: propose + # - name: propose - name: location - name: registration - name: program @@ -50,7 +50,6 @@ nav_elements: # List of pages you want to show up in the navigation of your page # icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/ # url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site - # 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: "Matteo Mazzeri" @@ -86,13 +85,13 @@ team_members: # Name is the only required field for team members. image: xavier.jpg bio: "Team Leader in the banking sector, Xavier is passionate about AI, DevOps, and digital transformation. He applies DevOps culture daily, from leading teams to managing digital products, while combining technical expertise with pragmatism and pedagogy. A graduate in data science and machine learning from EPFL Extension School, he is also a recognized speaker on AI, low-code, and automation, always highlighting the human dimension of technological change. Former badminton competitor for over ten years, he now coaches young players with the same energy he brings to making complex concepts accessible." - name: "Gaelle Delesderrier" - employer: M.I.C.E. spirit + employer: M.I.C.E. spirit website: https://mice-spirit.com linkedin: "https://www.linkedin.com/in/ga%C3%ABlle-delesderrier-019a6727/" image: gaelle.jpg bio: "Gaƫlle, originally from Geneva, has been working in an event agency for 10 years. She is our incentive specialist and is very passionate about mountain destinations. You can trust her to organize your seminars, product launches, and incentives in Switzerland and abroad. She will know how to find exclusive and lesser-known addresses as well as the tips that will make your event a success. She will guide you in your tailor-made program to create an emotional moment and make your experience unique." - name: "Sen Catala" - employer: M.I.C.E. spirit + employer: M.I.C.E. spirit website: https://mice-spirit.com linkedin: "https://www.linkedin.com/in/sencatala/" image: sen.jpg @@ -140,14 +139,13 @@ sponsors: - id: agilesuisse level: community - id: heg-geneva - level: community + level: host - id: swissdevjobs level: community - id: webmardi level: community - -sponsors_accepted : "no" # Whether you want "Become a XXX Sponsor!" link +sponsors_accepted: "no" # Whether you want "Become a XXX Sponsor!" link # In this section, list the level of sponsorships and the label to use. # You may optionally include a "max" attribute to limit the number of sponsors per level. For @@ -173,3 +171,5 @@ sponsor_levels: max: 1 - id: community label: Community + - id: host + label: Host From 19bee20a2c505167eae578ca672a99c7a5ea0393 Mon Sep 17 00:00:00 2001 From: Frederic Deniger Date: Mon, 27 Apr 2026 14:15:27 +0200 Subject: [PATCH 2/3] move host before community --- data/events/2026/geneva/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/events/2026/geneva/main.yml b/data/events/2026/geneva/main.yml index 542a7633900..08d6fed211f 100644 --- a/data/events/2026/geneva/main.yml +++ b/data/events/2026/geneva/main.yml @@ -169,7 +169,7 @@ sponsor_levels: - id: mic label: Mic max: 1 - - id: community - label: Community - id: host label: Host + - id: community + label: Community From 3dcfe6d060982bf83c31b4c6468e1c8fbb4574b4 Mon Sep 17 00:00:00 2001 From: Frederic Deniger Date: Mon, 27 Apr 2026 14:23:58 +0200 Subject: [PATCH 3/3] Host Sponsor --- data/events/2026/geneva/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/events/2026/geneva/main.yml b/data/events/2026/geneva/main.yml index 08d6fed211f..5cd81871d39 100644 --- a/data/events/2026/geneva/main.yml +++ b/data/events/2026/geneva/main.yml @@ -171,5 +171,6 @@ sponsor_levels: max: 1 - id: host label: Host + max: 1 - id: community label: Community