Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Add links to register for workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Catteau committed Jun 14, 2013
1 parent eb31281 commit f388453
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
21 changes: 18 additions & 3 deletions _includes/workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4>
</p>
</div>
</div>
<div class="row">
<div class="row about">
<div class="span8">
<p>
Laurent is the founder of HipByte and lead developer of RubyMotion.
Expand All @@ -47,6 +47,11 @@ <h4>
</p>
</div>
</div>
<div class="row register">
<div class="span8">
<a target="_blank" href="https://tito.io/rulu/workshop-rubymotion-rulu-2013?release_id=tpkltjs1yse" title="Register for RubyMotion workshop"><img src="/assets/img/register_btn.png" title="Register now!" alt="register"/></a>
</div>
</div>
</article>

<article id="rails4">
Expand Down Expand Up @@ -88,7 +93,7 @@ <h4>
</p>
</div>
</div>
<div class="row">
<div class="row about">
<div class="span8">
<p>
Damien is a software engineer from the marvelous city of Lyon.
Expand All @@ -99,6 +104,11 @@ <h4>
</p>
</div>
</div>
<div class="row register">
<div class="span8">
<a target="_blank" href="https://tito.io/rulu/workshop-ruby-on-rails-4-rulu-2013?release_id=ejbgdziz0v8" title="Register for Rails4 workshop"><img src="/assets/img/register_btn.png" title="Register now!" alt="register"/></a>
</div>
</div>
</article>

<article id="codingdojo">
Expand Down Expand Up @@ -139,7 +149,7 @@ <h4>
</p>
</div>
</div>
<div class="row">
<div class="row about">
<div class="span8">
<p>
Haikel is a software craftsman, currently working at SysFera
Expand All @@ -152,4 +162,9 @@ <h4>
</p>
</div>
</div>
<div class="row register">
<div class="span8">
<a target="_blank" href="https://tito.io/rulu/coding-dojo-rulu-2013?release_id=mekxoxl2vni" title="Register for Coding Dojo"><img src="/assets/img/register_btn.png" title="Register now!" alt="register"/></a>
</div>
</div>
</article>
11 changes: 9 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,14 +610,14 @@ hr.spacer {
margin-left: 10px;
}

#talks article > div:last-child p {
#talks article > div:last-child p, .about p {
/* Bio */
margin: 10px;
font-style: italic;
color: #999;
}

#talks article > div:last-child {
#talks article > div:last-child, .about {
/* Bio */
margin-top: 20px;
}
Expand Down Expand Up @@ -790,3 +790,10 @@ h1.page-title {
color: black;
margin-bottom: 1em;
}

.register {
margin-top: 35px;
padding-bottom: 20px;
display: block;
text-align: center;
}

0 comments on commit f388453

Please sign in to comment.