diff --git a/content/events/2016-chicago/welcome.md b/content/events/2016-chicago/welcome.md
index 519dca70cdb..698dc640526 100644
--- a/content/events/2016-chicago/welcome.md
+++ b/content/events/2016-chicago/welcome.md
@@ -10,18 +10,18 @@ aliases = ["/events/2016-chicago"]
+++
-## Tuesday, August 30 and Wednesday, August 31
+## {{< event_start >}} - {{< event_end >}}
Welcome! The group that brought you DevOpsDays Chicago 2015 is back together and planning the 2016 event. We're encouraged by the feedback from last year's event and are determined to bring an improved experience and continue the DevOps conversation this August in Chicago.
-
+ {{< event_logo >}}
Date |
- <%= render(:partial => "/#{@eventhome}/_target_date") -%> |
+ {{< event_start >}} - {{< event_end >}}
|
Location |
@@ -38,16 +38,16 @@ Welcome! The group that brought you DevOpsDays Chicago 2015 is back together an
-->
Sponsors |
- Sponsor the event! It's a great way to attract new talent and promote your organization. |
+ Sponsor the event! It's a great way to attract new talent and promote your organization. |
Contact |
- Get in touch with the Organizers. |
+ Get in touch with the Organizers. |
|
-
-
+ |
+ {{< event_twitter devopsdayschi >}}
|
diff --git a/layouts/shortcodes/event_end.html b/layouts/shortcodes/event_end.html
new file mode 100644
index 00000000000..e9827408d2e
--- /dev/null
+++ b/layouts/shortcodes/event_end.html
@@ -0,0 +1,4 @@
+{{ $event := .Page.Params.event}}
+{{ $e := (index $.Page.Site.Data.events $event) }}
+{{ $enddate := $e.enddate}}
+{{ dateFormat "Monday, Jan 2, 2006" $enddate }}
diff --git a/layouts/shortcodes/event_link.html b/layouts/shortcodes/event_link.html
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/layouts/shortcodes/event_logo.html b/layouts/shortcodes/event_logo.html
new file mode 100644
index 00000000000..7e0133963af
--- /dev/null
+++ b/layouts/shortcodes/event_logo.html
@@ -0,0 +1,6 @@
+{{ $event := .Page.Params.event}}
+{{ $e := (index $.Page.Site.Data.events $event) }}
+{{ $city := $e.city}}
+
+{{ $cityyear := $e.year }}
+
diff --git a/layouts/shortcodes/event_start.html b/layouts/shortcodes/event_start.html
new file mode 100644
index 00000000000..1eec9b9aa36
--- /dev/null
+++ b/layouts/shortcodes/event_start.html
@@ -0,0 +1,4 @@
+{{ $event := .Page.Params.event}}
+{{ $e := (index $.Page.Site.Data.events $event) }}
+{{ $startdate := $e.startdate}}
+{{ dateFormat "Monday, Jan 2, 2006" $startdate }}
diff --git a/layouts/shortcodes/event_twitter.html b/layouts/shortcodes/event_twitter.html
new file mode 100644
index 00000000000..36e68d03a33
--- /dev/null
+++ b/layouts/shortcodes/event_twitter.html
@@ -0,0 +1,2 @@
+
+
diff --git a/static/img/events/2016-chicago/logo.png b/static/img/events/2016-chicago/logo.png
new file mode 100644
index 00000000000..08da46f07ce
Binary files /dev/null and b/static/img/events/2016-chicago/logo.png differ
diff --git a/static/img/sponsors/arresteddevops.png b/static/img/sponsors/arresteddevops.png
new file mode 100644
index 00000000000..8c1a905df81
Binary files /dev/null and b/static/img/sponsors/arresteddevops.png differ