Skip to content

Commit

Permalink
Merge pull request #536 from devopsdays/yvovandoorn/ConvertWelcomeToN…
Browse files Browse the repository at this point in the history
…ewFormat

devopsdays 2016 AMS - Convert welcome.md from tables to CSS. CSS all the things
  • Loading branch information
KrisBuytaert committed Jun 5, 2016
2 parents 12a5867 + e580e3c commit 4c57373
Showing 1 changed file with 99 additions and 40 deletions.
139 changes: 99 additions & 40 deletions content/events/2016-amsterdam/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,113 @@
City = "Amsterdam"
Year ="2016"
date = "2016-03-06T21:15:25-06:00"
heading = "devopsdays Amsterdam - Welcome"
title = "welcome"
type = "event"
aliases = ["/events/2016-amsterdam"]
tags = ["amsterdam","amsterdam-2016"]
+++

## {{< event_start >}} - {{< event_end >}}
<div style="text-align:center;">
<h2>{{< event_start >}} - {{< event_end >}}</h2>
</div>

<!-- <div style="text-align:center;">
**devopsdays is coming to {{< event_location >}}!**
</div> -->

<div style="text-align:center">
<div style="text-align:center;">
{{< event_logo >}}
</div>

<div style="text-align:center;">
<h3>
This year, we are hosting the fourth edition of devopsdays Amsterdam. We are looking forward to welcoming 300+ attendees, speakers and trainers for three days of interesting sessions in the end of June 2016.</h3>

<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="Limited Sponsor slots" >}} are available. Help us make this event an outstanding one!</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 devopsams >}}
</td>
</tr>
</table>
This year, we are hosting the fourth edition of devopsdays Amsterdam. We are looking forward to welcoming 300+ attendees, speakers and trainers for three days of interesting sessions in the end of June 2016.
</h3>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Dates</strong>
</div>
<div class = "col-md-8">
{{< event_start >}} - {{< event_end >}}
</div>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Location</strong>
</div>
<div class = "col-md-8">
{{< event_location >}}
</div>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Register to attend the conference!" >}}
</div>
</div>

<!-- <div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
</div>
<div class = "col-md-8">
{{< event_link page="propose" text="Propose a talk!" >}}
</div>
</div> -->

<div class = "row">
<div class = "col-md-2">
<strong>Workshops</strong>
</div>
<div class = "col-md-8">
View the {{< event_link page="workshops" text="workshops." >}}
</div>
</div>


<div class = "row">
<div class = "col-md-2">
<strong>Program</strong>
</div>
<div class = "col-md-8">
View the {{< event_link page="program" text="program." >}}
</div>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Speakers</strong>
</div>
<div class = "col-md-8">
Check out the {{< event_link page="speakers" text="speakers!" >}}
</div>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Sponsors</strong>
</div>
<div class = "col-md-8">
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
</div>
</div>

<div class = "row">
<div class = "col-md-2">
<strong>Contact</strong>
</div>
<div class = "col-md-8">
{{< event_link page="contact" text="Get in touch with the organizers" >}}
</div>
</div>

<!-- add your city twitter name here without the @ sign -->

{{< event_twitter devopsdaysyourcity >}}

0 comments on commit 4c57373

Please sign in to comment.