From f2b1d3ec7b927bfd8a4500545956bc880453267d Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 3 May 2016 12:53:42 -0500 Subject: [PATCH] Adding devopsdays India 2016. --- content/events/2016-bangalore/contact.md | 16 +++++++ content/events/2016-bangalore/welcome.md | 29 ++++++++++++ data/events/2016-bangalore.yml | 56 ++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 content/events/2016-bangalore/contact.md create mode 100644 content/events/2016-bangalore/welcome.md create mode 100644 data/events/2016-bangalore.yml diff --git a/content/events/2016-bangalore/contact.md b/content/events/2016-bangalore/contact.md new file mode 100644 index 00000000000..0091636ae60 --- /dev/null +++ b/content/events/2016-bangalore/contact.md @@ -0,0 +1,16 @@ ++++ +date = "2016-05-03T06:32:33-05:00" +title = "contact" +type = "event" + ++++ + +If you'd like to contact us by email: {{< email_organizers >}} + +**Our local team** + +{{< list_organizers >}} + +**The core devopsdays organizer group** + +{{< list_core >}} diff --git a/content/events/2016-bangalore/welcome.md b/content/events/2016-bangalore/welcome.md new file mode 100644 index 00000000000..f91c2f8d37a --- /dev/null +++ b/content/events/2016-bangalore/welcome.md @@ -0,0 +1,29 @@ ++++ +date = "2016-05-03T06:32:33-05:00" +title = "welcome" +type = "event" +aliases = ["/events/2016-bangalore"] + ++++ + +## {{< event_start >}} - {{< event_end >}} + +DevOps Days is returning to {{< event_location >}}! + + + + + + + + + + + + + + +
Dates{{< event_start >}} - {{< event_end >}} +
Contact{{< event_link page="contact" text="Get in touch with the Organizers" >}}
+ {{< event_twitter devopsdaysin >}} +
diff --git a/data/events/2016-bangalore.yml b/data/events/2016-bangalore.yml new file mode 100644 index 00000000000..ce31d9b4bfc --- /dev/null +++ b/data/events/2016-bangalore.yml @@ -0,0 +1,56 @@ +name: "2016-bangalore" # The name of the event. Four digit year with the city name in lower-case, with no spaces. +year: "2016" # The year of the event. Make sure it is in quotes. +city: "Bangalore" # The city name of the event. Capitalize it. +friendly: "2016-bangalore" # Four digit year and the city name in lower-case. Don't forget the dash! +status: "current" # Options are "past" or "current". Use "current" for upcoming. + +# All dates are in unquoted 2016-MM-DD, like this: variable: 2016-01-05 +startdate: 2016-11-05 # The start date of your event. Leave blank if you don't have a venue reserved yet. +enddate: 2016-11-06 # 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 + +# Location +# +coordinates: "12.9716, 77.5946" +location: "Bangalore" # 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: devopsdaysindia.org + url: http://devopsdaysindia.org +# - name: location +# - name: registration +# - 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: "Ajey Gore" + - name: "Gautam Rege" + - name: "Niranjan Paranjape" + - name: "Satish Talim" + - name: "Sidu Ponnappa" +organizer_email: "team@devopsdaysindia.org" +proposal_email: "team@devopsdaysindia.org" + +# 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 + level: gold + +sponsor_levels: # In this section, list the level of sponsorships and the label to use. + - id: gold + label: Gold + - id: silver + label: Silver + - id: bronze + label: Bronze + - id: community + label: Community