From b140a4e08a97cfde52d2f72967ab53d949e243cf Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 5 May 2016 15:31:49 -0500 Subject: [PATCH 1/5] initial port of DevopsDays BNA (Nashville). Contains new sponsor: RavenTools --- content/events/2016-nashville/contact.md | 20 ++++++++++ content/events/2016-nashville/welcome.md | 51 ++++++++++++++++++++++++ data/events/2016-nashville.yml | 30 ++++++++++++++ data/sponsors/2016-raventools.yml | 2 + 4 files changed, 103 insertions(+) create mode 100644 content/events/2016-nashville/contact.md create mode 100644 content/events/2016-nashville/welcome.md create mode 100644 data/events/2016-nashville.yml create mode 100644 data/sponsors/2016-raventools.yml diff --git a/content/events/2016-nashville/contact.md b/content/events/2016-nashville/contact.md new file mode 100644 index 00000000000..0ae428e2eca --- /dev/null +++ b/content/events/2016-nashville/contact.md @@ -0,0 +1,20 @@ ++++ +City = "" +Year = "" +date = "2016-03-06T21:16:08-06:00" +title = "contact" +type = "event" +draft = false + + ++++ + +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-nashville/welcome.md b/content/events/2016-nashville/welcome.md new file mode 100644 index 00000000000..c670c2511d3 --- /dev/null +++ b/content/events/2016-nashville/welcome.md @@ -0,0 +1,51 @@ ++++ +date = "2016-11-10T21:15:25-06:00" +title = "welcome" +type = "event" +City = "nashville" +Year = "2016" +aliases = ["/events/2016-Nashville"] +draft = false + ++++ + +## DevOpsDays Nashville - {{< event_start >}} + +Due to popular demand, DevOpsDays 2016 is coming to Nashville, TN! More details to come! + + + + + + + + + + + + + + + + + + + + + +
Dates{{< event_start >}} - {{< event_end >}} +
Sponsors{{< event_link page="sponsor" text="Sponsor the event!" >}} It's a great way to attract new talent and promote your organization.
Contact{{< event_link page="contact" text="Get in touch with the Organizers" >}}
+ {{< event_twitter devopsdaysbna >}} +
diff --git a/data/events/2016-nashville.yml b/data/events/2016-nashville.yml new file mode 100644 index 00000000000..bd68b0a6493 --- /dev/null +++ b/data/events/2016-nashville.yml @@ -0,0 +1,30 @@ +name: 2016-nashville # 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: "Nashville" # The city name of the event. Capitalize it. +friendly: "2016-nashville" # Four digit year and the city name in lower-case. Don't forget the dash! +status: "current" # Options are "past" or "current". +startdate: 2016-11-10 # The start date of your event, in YYYY-MM-DD format. Leave blank if you don't have a date yet. +enddate: 2016-11-11 # The end date of your event, in YYYY-MM-DD format. Leave blank if you don't have a date yet. +cfp_date_start: 2016-06-01 +cfp_date_end: 2016-08-31 +cfp_date_announce: 2016-09-15 +coordinates: "36.160606, -86.7746752" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html +location: "aVenue" # The name of your location +navigationelements: ["welcome", "contact", "location", "sponsor"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. +team: ["James Fryman", "Jurnell Cockhren", "Eliza Marcum", "Chris Wage", "Nick Wallace"] +organizer_email: "organizers-nashville-2016@devopsdays.org" # Put your organizer email address here +proposal_email: "proposals-nashville-2016@devopsdays.org" # Put your proposal email address here +sponsors: # List all of your sponsors here along with what level of sponsorship they have. + - id: raventools + level: silver +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: media + label: Media + - id: badges + label: Badges diff --git a/data/sponsors/2016-raventools.yml b/data/sponsors/2016-raventools.yml new file mode 100644 index 00000000000..930d3c923d9 --- /dev/null +++ b/data/sponsors/2016-raventools.yml @@ -0,0 +1,2 @@ +name: "Raventools" +url: "https://raventools.com/" From 56e4f520cd2783efe1708653b436696091f340b9 Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 5 May 2016 15:33:52 -0500 Subject: [PATCH 2/5] removed location from navigation for now --- data/events/2016-nashville.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/events/2016-nashville.yml b/data/events/2016-nashville.yml index bd68b0a6493..c9753937946 100644 --- a/data/events/2016-nashville.yml +++ b/data/events/2016-nashville.yml @@ -10,7 +10,7 @@ cfp_date_end: 2016-08-31 cfp_date_announce: 2016-09-15 coordinates: "36.160606, -86.7746752" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html location: "aVenue" # The name of your location -navigationelements: ["welcome", "contact", "location", "sponsor"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. +navigationelements: ["welcome", "contact", "sponsor"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. team: ["James Fryman", "Jurnell Cockhren", "Eliza Marcum", "Chris Wage", "Nick Wallace"] organizer_email: "organizers-nashville-2016@devopsdays.org" # Put your organizer email address here proposal_email: "proposals-nashville-2016@devopsdays.org" # Put your proposal email address here From 40da2e87f132284beb7ff67521172151e6862cdd Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 5 May 2016 15:38:54 -0500 Subject: [PATCH 3/5] fixed contact page data --- content/events/2016-nashville/contact.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/events/2016-nashville/contact.md b/content/events/2016-nashville/contact.md index 0ae428e2eca..fd0e803f64a 100644 --- a/content/events/2016-nashville/contact.md +++ b/content/events/2016-nashville/contact.md @@ -1,8 +1,8 @@ +++ -City = "" -Year = "" -date = "2016-03-06T21:16:08-06:00" -title = "contact" +City = "Nashville" +Year = "2016" +date = "2016-11-10T21:16:08-06:00" +title = "Contact" type = "event" draft = false From a790a75391b3c8e98c409c27ab0795c7009dffbb Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 5 May 2016 15:41:34 -0500 Subject: [PATCH 4/5] Added registration link --- content/events/2016-nashville/registration.md | 15 +++++++++++++++ data/events/2016-nashville.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 content/events/2016-nashville/registration.md diff --git a/content/events/2016-nashville/registration.md b/content/events/2016-nashville/registration.md new file mode 100644 index 00000000000..c6bf8d68ff8 --- /dev/null +++ b/content/events/2016-nashville/registration.md @@ -0,0 +1,15 @@ ++++ +City = "Nashville" +Year = "2016" +date = "2016-11-10T21:28:23-06:00" +title = "Registration" +type = "event" +draft = false + + ++++ + +
+https://www.eventbrite.com/e/devopsdays-nashville-2016-tickets-23942633060 +
+ diff --git a/data/events/2016-nashville.yml b/data/events/2016-nashville.yml index c9753937946..3ccccad1045 100644 --- a/data/events/2016-nashville.yml +++ b/data/events/2016-nashville.yml @@ -10,7 +10,7 @@ cfp_date_end: 2016-08-31 cfp_date_announce: 2016-09-15 coordinates: "36.160606, -86.7746752" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html location: "aVenue" # The name of your location -navigationelements: ["welcome", "contact", "sponsor"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. +navigationelements: ["welcome", "registration", "sponsor", "contact"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. team: ["James Fryman", "Jurnell Cockhren", "Eliza Marcum", "Chris Wage", "Nick Wallace"] organizer_email: "organizers-nashville-2016@devopsdays.org" # Put your organizer email address here proposal_email: "proposals-nashville-2016@devopsdays.org" # Put your proposal email address here From f22c40f1845703ff4e58cb0e503e802cc911f250 Mon Sep 17 00:00:00 2001 From: Jurnell Cockhren Date: Thu, 5 May 2016 16:04:04 -0500 Subject: [PATCH 5/5] victorops confirmed as sponsor --- data/events/2016-nashville.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/events/2016-nashville.yml b/data/events/2016-nashville.yml index 3ccccad1045..b53aae984a6 100644 --- a/data/events/2016-nashville.yml +++ b/data/events/2016-nashville.yml @@ -15,6 +15,8 @@ team: ["James Fryman", "Jurnell Cockhren", "Eliza Marcum", "Chris Wage", "Nick W organizer_email: "organizers-nashville-2016@devopsdays.org" # Put your organizer email address here proposal_email: "proposals-nashville-2016@devopsdays.org" # Put your proposal email address here sponsors: # List all of your sponsors here along with what level of sponsorship they have. + - id: victorops + level: gold - id: raventools level: silver sponsor_levels: # In this section, list the level of sponsorships and the label to use.