Skip to content

Commit

Permalink
Merge pull request #532 from devopsdays/bridget-table-replacement
Browse files Browse the repository at this point in the history
Moving table to div for improved layout.
  • Loading branch information
bridgetkromhout committed Jun 5, 2016
2 parents c12b2ce + f8693aa commit 1c39df4
Show file tree
Hide file tree
Showing 23 changed files with 1,670 additions and 820 deletions.
109 changes: 73 additions & 36 deletions content/events/2016-baltimore/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,76 @@ DevOps Days is coming to {{< event_location >}}!
{{< 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>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 devopsdaysbmore >}}
</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>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>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 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 devopsdaysbmore >}}
34 changes: 18 additions & 16 deletions content/events/2016-bangalore/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ aliases = ["/events/2016-bangalore"]

DevOps Days is returning to Bangalore!

<table>
<tr>
<td><b>Dates</b></td>
<td>{{< event_start >}} - {{< event_end >}}
</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 devopsdaysin >}}
</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>Contact</strong>
</div> <div class = "col-md-8">
{{< event_link page="contact" text="Get in touch with the organizers" >}}
</div>
</div>
{{< event_twitter devopsdaysin >}}

108 changes: 72 additions & 36 deletions content/events/2016-boise/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,75 @@ DevOps Days is coming to Boise!
{{< 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>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 devopsdaysboise >}}
</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>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>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Register to attend the event!" >}}
</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 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 devopsdaysboise >}}
110 changes: 74 additions & 36 deletions content/events/2016-boston/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,77 @@ DevOps Days is coming to {{< event_location >}}!
{{< 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>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 devopsdaysbos >}}
</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>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>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." >}}
</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 devopsdaysbos >}}
Loading

0 comments on commit 1c39df4

Please sign in to comment.