-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from DevOpsDaysBNA/nashville-2016
Content for DevOpsDays (BNA) Nashville 2016
- Loading branch information
Showing
5 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
+++ | ||
City = "Nashville" | ||
Year = "2016" | ||
date = "2016-11-10T21:16:08-06:00" | ||
title = "Contact" | ||
type = "event" | ||
draft = false | ||
|
||
|
||
+++ | ||
|
||
If you'd like to contact us by email: {{< email_organizers >}} | ||
|
||
<b>Our local team</b> | ||
|
||
{{< list_organizers >}} | ||
|
||
<b>The core devopsdays organizer group</b> | ||
|
||
{{< list_core >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
+++ | ||
City = "Nashville" | ||
Year = "2016" | ||
date = "2016-11-10T21:28:23-06:00" | ||
title = "Registration" | ||
type = "event" | ||
draft = false | ||
|
||
|
||
+++ | ||
|
||
<div style="width:100%; text-align:left;"> | ||
https://www.eventbrite.com/e/devopsdays-nashville-2016-tickets-23942633060 | ||
</div></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! | ||
|
||
<table> | ||
<tr> | ||
<td><b>Dates</b></td> | ||
<td>{{< event_start >}} - {{< event_end >}} | ||
</tr> | ||
<!-- <tr> | ||
<td><b>Location</b></td> | ||
<td>{{< event_location >}}</td> | ||
</tr> --> | ||
<!-- <tr> | ||
<td><b>Propose</b></td> | ||
<td>{{< event_link page="propose" text="Propose a talk!" >}}.</td> | ||
</tr> --> | ||
<!-- <tr> | ||
<td><b>Register</b></td> | ||
<td>{{< event_link page="registration" text="Register to attend the event!" >}}</td> | ||
</tr> --> | ||
<!-- <tr> | ||
<td><b>Speakers</b></td> | ||
<td>View the {{< event_link page="program" text="program" >}}.</td> | ||
</tr> --> | ||
<tr> | ||
<td><b>Sponsors</b></td> | ||
<td>{{< event_link page="sponsor" text="Sponsor the event!" >}} It's a great way to attract new talent and promote your organization.</td> | ||
</tr> | ||
<tr> | ||
<td><b>Contact</b></td> | ||
<td>{{< event_link page="contact" text="Get in touch with the Organizers" >}}</td> | ||
</tr> | ||
<tr> | ||
<td></td> | ||
<td> | ||
{{< event_twitter devopsdaysbna >}} <!-- add your twitter name here without the @ sign --> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
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", "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: "[email protected]" # Put your organizer email address here | ||
proposal_email: "[email protected]" # 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. | ||
- id: gold | ||
label: Gold | ||
- id: silver | ||
label: Silver | ||
- id: bronze | ||
label: Bronze | ||
- id: media | ||
label: Media | ||
- id: badges | ||
label: Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: "Raventools" | ||
url: "https://raventools.com/" |