Skip to content

Commit

Permalink
Minor change to have the same look of lessons
Browse files Browse the repository at this point in the history
Close #183.
  • Loading branch information
Raniere Silva committed Apr 19, 2015
1 parent 3e72c99 commit 4c96647
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions _layouts/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,42 @@
{% include github-ribbon.html %}

<div class="container card">
<div class="row">
<div class="col-md-10 col-md-offset-1">
{% include banner.html %}
<div class="jumbotron">
<h2>{{page.venue}}</h2>
{% include banner.html %}
<div class="jumbotron">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2>{{page.venue}}</h2>
<div class="row">
<div class="col-md-6">
<p>{{page.humandate}}</p>
<p>{% if page.humantime %}{{page.humantime}}{% endif %}</p>
</div>
<div class="col-md-6">
<p>
<strong>Instructors:</strong>
{% if page.instructor %}
{{page.instructor | join: ', ' %}}
{% else %}
to be announced.
{% endif %}
</p>
{% if page.helper %}
<p>
<strong>Helpers:</strong>
{{page.helper | join: ', ' %}}
</p>
{% endif %}
</div>
<div class="col-md-6">
<p>{{page.humandate}}</p>
<p>{% if page.humantime %}{{page.humantime}}{% endif %}</p>
</div>
<div class="col-md-6">
<p>
<strong>Instructors:</strong>
{% if page.instructor %}
{{page.instructor | join: ', ' %}}
{% else %}
to be announced.
{% endif %}
</p>
{% if page.helper %}
<p>
<strong>Helpers:</strong>
{{page.helper | join: ', ' %}}
</p>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
{{content}}
{% include footer.html %}
</div>
</div>
</div>
{% include footer.html %}
</div>
{% include javascript.html %}
</body>
Expand Down

0 comments on commit 4c96647

Please sign in to comment.