Skip to content

Commit

Permalink
Merge pull request #526 from devopsdays/bridget-msp-welcome
Browse files Browse the repository at this point in the history
Changing MSP welcome page from table to divs.
  • Loading branch information
bridgetkromhout committed Jun 4, 2016
2 parents a493ee7 + 719896f commit 60ce0cd
Showing 1 changed file with 66 additions and 32 deletions.
98 changes: 66 additions & 32 deletions content/events/2016-minneapolis/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,69 @@ aliases = ["/events/2016-minneapolis"]
{{< event_logo >}}
</div>

<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>Register</b></td>
<td>{{< event_link page="registration" text="Register to attend the conference!" >}}</td>
</tr>
<tr>
<td><b>Speakers</b></td>
<td>View the {{< event_link page="program" text="program" >}}. 30min talks listed now; Ignites coming soon!</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 devopsdaysmsp >}} <!-- add your twitter name here without the @ sign -->
</td>
</tr>
</table>
<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>Program</strong>
</div>
<div class = "col-md-8">
View the {{< event_link page="program" text="program." >}} 30min talks listed now; Ignites coming soon!
</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 event!" >}} It's a great way to attract new talent and promote your organization.
</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>


{{< event_twitter devopsdaysmsp >}} <!-- add your twitter name here without the @ sign -->

0 comments on commit 60ce0cd

Please sign in to comment.