Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving table to div for improved layout. #532

Merged
merged 1 commit into from
Jun 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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